/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 01 Jan 2009
Last update made by: --- (---@domain.co.nz)

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 9px;}
#ie6 .small, #ie7 .small{ font-size: 10px;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }

.print-only				{ display:none; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	/* set font size to 10px (a nice round number) - 1.4 line height */
	font: 62.5%/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
/*	font: 62.5%/1.6 "Lucida Grande","Lucida Sans",Verdana,sans-serif;*/
	background: #282829;
	color: #5e5e5e;
}

img, #navigation li span.ind, #contact-details dt, #page-options a, #home-positioning-statement, a.bot-link, a.arrow-link, div.back-to-top a { behavior: url(/scripts/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times, Times New Roman, serif; font-weight: normal; letter-spacing: 0px; margin-bottom: 0; color: #333; }

h1 			{ font-size: 3em; margin: 0 0 15px 0; line-height:1; }
h1 .small 	{ font-size: 18px !important; }
h2 			{ font-size: 1.8em; margin: 0 0 20px 0; }
h3 			{ font-size: 1.8em; margin: 10px 0 5px 0; }
h4 			{ font-size: 1.4em; margin: 10px 0 0 0; }

p 			{ font-size: 1.2em; line-height: 1.3em; margin: 0 0 20px 0; letter-spacing: 0px; color: #777; }
p.lead-para { font-size: 1.6em; color: #56622d; }

a { color: #56622d; }

a:hover, a:active { text-decoration: none; color: #101010; }

ul li {
	list-style: disc;
}

ol li {
	list-style-type: decimal;
}

ul.no-markers li {
	list-style: none;
}

dl {
	font-size: 12px;
}

dt {
	color: #999;
}

dd {
	
}

.cont-gen ul,
.cont-gen ol {
	margin: 0 0 10px 20px;
	font-size: 1.2em;
}

blockquote 		{
	margin: 0 0 20px 0; 
	color: #777;
	background: url(/Images/Detail/bg-testimonial.gif) no-repeat;
	padding: 0 0 0 37px;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote p.source {
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-size: 11px;
	margin: 0;
}

div.back-to-top {
	text-align: right;
	padding-top: 10px;
}

div.back-to-top a {
	background: url(/Images/Global/ind-arrow-up.png) no-repeat 0 4px;
	text-transform: uppercase;
	padding: 0 0 0 18px;
	text-decoration: none;
	float: right;
}
	div.back-to-top a:hover { text-decoration: underline; }

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#master {
	background: #f1f1f1 url(/Images/Global/bg-master.jpg) repeat-x;
}

#header {
	width: 960px;
	height: 112px;
	margin: auto auto;
	position: relative;
}

#navigation {
	width: 960px;
	height: 67px;
	margin: auto auto;
	position: relative;
	z-index: 2;
}

#page {
	width: 900px; /* + 60 in padding */
	margin: auto auto;
	position: relative;
	background: #FFF;
	z-index: 1;
	padding: 30px;
}

#content {
	
}

#sponsors {
	background: #313132;
}

#footer {
	width: 560px;
	margin: auto auto;
	padding: 10px 0 20px 0;
}

.wrapper {
	width: 960px;
	margin: auto auto;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* header ----------------------*/
#header h2 {
	margin: 0;
}

#header h2 a {
	color: #FFF;
	text-indent: -9999px;
	overflow: hidden;
	width: 373px;
	height: 23px;
	background: url(/Images/Global/bg-NZInteriorDesigner.gif) no-repeat;
	position: absolute;
	top: 45px;
}

#header img {
	position: absolute;
	top: 25px;
	right: 30px;
}

/* nav ----------------------*/
#navigation {
	background: url(/Images/Global/ind-nav-separater.gif) no-repeat 0 50%;
}

#navigation li {
	list-style-type: none;
	margin: 0 0 0 0;
	float: left;
	background: url(/Images/Global/ind-nav-separater.gif) no-repeat 100% 50%;
	position: relative;
}

#navigation li a {
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	height: 58px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 17px;
	padding: 9px 20px 0 20px;
	position: relative;
	text-shadow: #a9b28c 0 0 4px;
}

	#navigation li a strong {
		color: #526426;
		font-weight: normal !important;
		font-size: 11px;
		font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
		display: block;
	}
	
	#navigation li a:hover strong { color: #FFF; }
	#ie6 #navigation li a:hover { color: #FFF; background: #a9b580; }
		
	#navigation li span.cover {
		display: block;
		width: 12px;
		height: 10px;
		background: #c1cf92;
		position: absolute;
		left: 45%;
		bottom: 0;
	}
	
	#navigation li span.ind {
		display: block;
		width: 12px;
		height: 10px;
		background: #c1cf92 url(/Images/Global/ind-nav.png) no-repeat;
		position: absolute;
		left: 45%;
		bottom: 0; /* animate to -10px */
	}
		#ie6 #navigation li span.ind, #ie6 #navigation li span.cover {display: none; }
	
	#navigation li.selected a {
		background: #8a9469;
		color: #FFF;
		-moz-border-radius: 1px; 
		-webkit-border-radius: 1px;
	}
		#navigation li.selected a strong 		{ color: #FFF; }
		#navigation li.selected span.cover 		{ background: #8a9469; }
		#navigation li.selected span.ind 		{ background: #8a9469 url(/Images/Global/ind-nav.png) no-repeat; bottom: -10px; }

/* sponsor listing ------------------ */
	
#sponsors ul {
	padding: 0px 30px 0px 24px;
	background: url(/images/global/bg-sponsor-list.gif) 0 15px no-repeat #313132;
	margin-left: 30px;	
	overflow: hidden;
}
#ie6 #sponsors ul, #ie7 #sponsors ul { height: 120px; }

#sponsors ul li {
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	list-style: none;	
}

#sponsors ul li a {
	display: block;
	float:left;
	width: 173px;
	height: 60px;
	overflow: hidden;
	text-indent: -999em;
	background-position: top left;
}

#sponsors ul li a:hover {
	background-position: 0px -60px;
}



#sponsors li { margin-left: 60px; float:left; }

#sponsors a.dc { width: 140px; background: url(/images/homepage/sponsor-dc.gif); background-repeat: no-repeat; }
#sponsors a.resene { width: 145px; background: url(/images/homepage/sponsor-resene.gif); background-repeat: no-repeat; }
#sponsors a.hnz { width: 104px; background: url(/images/homepage/sponsor-hnz.gif); background-repeat: no-repeat; }
#sponsors a.ap { width: 149px; background: url(/images/homepage/sponsor-ap.gif); background-repeat: no-repeat; }


#sponsors ul li a.icon:hover { background-position: 0px -59px; } /* The sprite is 1 px off */
#sponsors li.icon { margin-left: 0px; }
#sponsors a.icon { width: 98px; background: url(/images/homepage/sponsor-icon.gif); background-repeat: no-repeat; }

/* These declarations provide some vertical balance in the footer items (as per psd) */
#sponsors li.icon {   }
#sponsors li.resene, #sponsors li.hnz, #sponsors li.ap {  }


/* sponsor listing [Old]
	
#sponsors ul {
	padding: 20px 0 30px 116px;
	height: 60px;
	background: url(/images/global/bg-sponsor-list.gif) 0 30px no-repeat;
}
#ie6 #sponsors ul { padding-bottom: 20px; }
#sponsors ul li {
	display: block;
	float: left;
	list-style: none;
	margin-top: 10px;
}

#sponsors ul li a {
	display: block;
	float: left;
	width: 173px;
	height: 60px;
	overflow: hidden;
	text-indent: -999em;
	background-position: top left;
}

#sponsors ul li a:hover {
	background-position: 0px -60px;
}


#sponsors ul li a.icon:hover { background-position: -11px -59px; } 

#sponsors a.dc { background: url(/images/homepage/sponsor-dc.png); background-repeat: no-repeat; }
#sponsors a.resene { background: url(/images/homepage/sponsor-resene.png); background-repeat: no-repeat; }
#sponsors a.hnz { background: url(/images/homepage/sponsor-hnz.png); background-repeat: no-repeat; }
#sponsors a.ap { background: url(/images/homepage/sponsor-ap.png); background-repeat: no-repeat; }
#sponsors a.icon { background: url(/images/homepage/sponsor-icon.png) -11px 0px; background-repeat: no-repeat; width: 131px; }
#sponsors li.icon { margin-top: 0px; }
*/

/* pod listing ----------------------*/		
.pod-listing {
	background: url(/Images/Homepage/bg-pods.gif) repeat-y;
}

.pod-listing li {
	list-style-type: none;
	margin: 0 30px 0 0;
	width: 240px;
	float: left;
	padding: 20px 20px 40px 20px;
	position: relative;
}

.pod-listing li.last { margin: 0; }

.pod-listing li h4 {
	margin: 0 0 16px 0;
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 240px;
	height: 19px;
	text-indent: -9999px;
}
	.pod-listing li h4.selecting-a-designer		{ background: url(/Images/Homepage/bg-selecting-a-designer.gif) no-repeat; }
	.pod-listing li h4.featured-designers		{ background: url(/Images/Homepage/bg-featured-designers.gif) no-repeat; }
	.pod-listing li h4.find-a-designer			{ background: url(/Images/Homepage/bg-find-a-designer.gif) no-repeat; }

.pod-listing li img 	{ margin-bottom: 18px; }
.pod-listing li p 		{ font-size: 1.3em; line-height: 1.1em; }
	
.pod-listing li a.bot-link {
	display: block;
	width: 225px;
	border-top: 1px solid #dcdcdd;
	color: #56622d;
	text-transform: uppercase;
	position: absolute;
	left: 20px;
	bottom: 0;
	font-weight: bold;
	text-decoration: none;
	background: url(/Images/Global/ind-arrow.png) no-repeat 0 15px;
	padding: 12px 0 12px 15px;
}

.pod-listing li a.bot-link:hover { text-decoration: underline; }

/* columns ----------------------*/
.column 				{ float: left; margin: 0 30px 0 0; }
#menu-column 			{ background: #f1f1f1; width: 200px; -moz-border-radius: 1px; -webkit-border-radius: 1px; }
#profile-column 		{ width: 210px; margin-right: 0; }
#content-column 		{ width: 430px; }
#content-column-wide 	{ width: 670px; margin-right: 0; }

/* image rotator ----------------------*/
#image-rotator {
	width: 430px;
	height: 235px;
	background: #efefef;
	margin-bottom: 18px;
}

/* testimonials ----------------------*/
.testimonials {
	border-top: 1px solid #dcdcdd;
	border-bottom: 1px solid #dcdcdd;
}

.testimonials h3 {
	margin-bottom: 20px;
}

/* sidebar nav ----------------------*/
#menu-column h2 {
	margin: 20px 20px 15px 20px;
}

#sidebar-menu {
	margin: 0 10px 30px 10px;
}

#sidebar-menu li {
	list-style-type: none;
	margin: 0;
	background: url(/Images/Detail/div-sidebar-menu.gif) no-repeat 10px 100%;
	zoom: 1;
}

#sidebar-menu li a {
	padding: 3px 10px 3px 10px;
	display: block;
	color: #56622d;
	font-size: 12px;
	text-decoration: none;
	zoom: 1;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
}
	#sidebar-menu li a:hover {
		background: #8a9469;
		color: #fefefe;
	}
	#sidebar-menu li a.selected {
		background: url(/Images/Global/ind-arrow.png) no-repeat 10px 7px;
		padding-left: 25px;
		color: #777;
	}
	
/* sidebar profile ----------------------*/
#contact-details {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 12px;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
}

#contact-details h4 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin: 12px 0 16px 0;
}
	#contact-details h4 .small { font-size: 11px !important; }
	
	#contact-details h4.random-designer { margin-bottom: 0; }
	#contact-details h4.random-designer a { text-decoration: none; }
	

#ie7 #contact-details dl {
	overflow: hidden;
	height: auto;
}

#contact-details dt {
	float: left;
	clear: left;
	width: 32px;
	height: 17px;
	margin: 0;
	text-indent: -9999px;
}
	#contact-details dt.tel-label 		{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 0; }
	#contact-details dt.fax-label 		{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -17px; }
	#contact-details dt.address-label 	{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -34px; }
	#contact-details dt.email-label 	{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -51px; }
	#contact-details dt.url-label 		{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -68px; }

#contact-details dt.url-label,
#contact-details dt.email-label { width: 0px; }

#contact-details dd {
	float: left;
	margin: 0 0 5px 0;
	width: 138px;
	font-size: 11px;
	word-wrap: break-word;
}

#contact-details dd.email,
#contact-details dd.url { width: 170px; }


#contact-details dd a { text-decoration: none; }

#contact-details dd.logo {
	float: none;
	clear: left;
	width: 170px;
	margin-top: 12px;
}

/* sidebar portfolio ----------------------*/
#ie7 #portfolio { margin-bottom: 20px; }

#portfolio h2 {
	margin-bottom: 12px;
}

.portfolio-list li {
	list-style-type: none;
	margin: 0 15px 15px 0;
	float: left;
}
	.portfolio-list li.row-end { margin-right: 0; }

.portfolio-list li a { position: relative; overflow: hidden; display: block; width: 60px; height: 60px; }
	
.portfolio-list li a img.overlay {
	position: absolute;
	top: 0;
	left: -100px;
}
	#ie6 .portfolio-list li a img.overlay { display: none; }

.portfolio-list li a:hover img.overlay {
	left: 0;
}

/* sidebar generic pods ----------------------*/
.sidebar-pod {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 12px;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
}

.sidebar-pod h2 {
	margin-bottom: 0;
}

.sidebar-pod p {
	color: #333;
	font-size: 11px;
}

.sidebar-pod a {
	color: #56622d;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: url(/Images/Global/ind-arrow.png) no-repeat 0 2px;
	padding-left: 15px;
	text-decoration: none;
}

.sidebar-pod a:hover {
	text-decoration: underline;
}

/* page options ----------------------*/
#page-options {
	width: 900px;
	margin: -12px 0 16px 0;
}

#page-options a {
	display: block;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
	#page-options a:hover { text-decoration: underline; }

#page-options a.email-link{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -51px; }
#page-options a.print-link{ background: url(/Images/Detail/ico-sprite.png) no-repeat 0 -17px; }

/* grid listings ----------------------*/
.grid-list {
	border-top: 1px solid #dcdcdd;
	border-bottom: 1px solid #dcdcdd;
	padding: 20px 0 0 0;
}

#ie6 .grid-list, #ie7 .grid-list { padding-bottom: 20px; }

.grid-list li {
	list-style-type: none;
	margin: 0;
	float: left;
	margin: 0 20px 20px 0;
}

.grid-list li.row-end {
	margin-right: 0;
}

.grid-list li a {
	display: block;
	background: #f1f1f1;
	padding-bottom: 20px;
	text-decoration: none;
	width: 118px;
	min-height: 170px;
	position: relative;
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
}
	#ie6 .grid-list li a { height: 170px; }

.grid-list li a:hover { background: #8a9469; color: #FFF; }

.grid-list li a img {
	padding-bottom: 10px;
}

.grid-list li a canvas {
	padding-bottom: 5px;
}

.grid-list li a img.saturated {
	position: absolute;
	top: 0;
	left: 0;
}

.grid-list li a span {
	margin: 0 10px 0 10px;
	display: block;
}

.grid-list li a span.name { font-size: 12px; font-weight: bold; line-height: 1em; }
.grid-list li a span.city { font-size: 11px; }

/* results info ----------------------*/
.results-info {
	margin: 20px 0 0 0;
}

.results-info p {
	font-size: 11px;
}

.results-info p span {
	font-size: 14px;
	font-weight: bold;
}

/* replacement nav for flash map ----------------------*/
.location-nav {
	
}

.location-nav li {
	list-style-type: none;
	margin: 0 10px 0 0;
	float: left;
}

.location-nav li.last {
	margin-right: none;
}

.location-nav li a {
	display: block;
	background: #f1f1f1;
	padding: 5px 12px 5px 12px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.location-nav li a:hover{
	background: #8a9469;
}

.location-nav li a.selected {
	background: #fcfbfb;
	color: #333;
	border-bottom: 1px solid #f3f3f3;
}

/* in-content images ----------------------*/
.content-image {
	background: #f1f1f1;
	float: right;
	width: 170px;
	margin: 0 0 20px 20px;
}

.content-image p {
	font-size: 11px;
	color: #777;
	margin: 0 0 0 0;
	padding: 0 11px 11px 11px;
}

.content-image a.enlarge {
	display: block;
	margin: 5px 11px 0 11px;
	background: url(/Images/Detail/ind-plus.gif) no-repeat 0 4px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.content-image a:hover {
	text-decoration: underline;
}

/* colorbox edits ----------------------*/
#cboxContent {
	padding: 10px 10px 17px 10px;
}

#cboxNext		{ bottom: 10px !important; left: 40px !important; }
#cboxPrevious	{ bottom: 10px !important; left: 10px !important; }
#cboxClose 		{ bottom: 10px !important; right: 10px !important; }
#cboxCurrent	{
	left: 75px !important;
	bottom: 4px !important;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #333 !important;
	font-size: 16px;
}

/* footer ----------------------*/
#footer li {
	list-style-type: none;
	margin: 0 0 0 0;
	float: left;
	color: #646464;
	font-size: 11px;
}
	#footer li.first { padding: 0 10px 0 0; }

#footer li a {
	color: #646464;
	border-left: 1px solid #464545;
	padding: 0 10px 0 10px;
	text-decoration: none;
}
	#footer li a:hover { color: #c1cf92; }

/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/
fieldset.two-col {
	background-color: #f1f1f1;
	padding: 20px;
	
	border-radius:		3px;
	-moz-border-radius: 3px;
}
	fieldset ul,
	fieldset ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}
	
	fieldset label {
		display: block;
		font-size: 1.4em;
		font-family: Georgia, Times New Roman, Sans-Serif;
		padding: 0 0 6px;
	}
	
	fieldset .field input,
	fieldset textarea {
		display: block;
		padding: 3px;
		border: 1px solid #ccc;
		font-size: 1.2em;
		
		border-radius:		3px;
		-moz-border-radius: 3px;
	}
	
	.two-col li.field {
		display: block;
		float: left;
		width: 185px;
		margin: 0 20px 12px 0;
	}
		.two-col li.field input { width: 177px; }
		
	.two-col li.full-width {
		clear: left;
		width: 390px;
		margin-right: 0;
	}
		.two-col li.full-width textarea { width: 382px; height: 9em; }
		
	.two-col li.submit {
		display: block;
		clear: both;
		padding: 8px 0 0;
	}
		.two-col li.submit input {
			font-size: 1.4em;
			font-family: Georgia, Times New Roman, Sans-Serif;
			background-color: #C1CF92;
			color: #333;
			padding: 3px 9px;
			border: none;
			cursor: pointer;
			
			border-radius:		3px;
			-moz-border-radius: 3px;
		}
		.two-col li.submit input:hover {
			background-color: #333;
			color: #fff;
		}
		
		
	.field-error {
		display: block;
		padding: 3px 9px;
		text-transform: uppercase;
		background-color: #b00;
		margin: 6px 0 0;
		color: #fff;
		position: relative;
		font-size: 1.2em;
		
		border-radius:		3px;
		-moz-border-radius: 3px;
	}
	
		.field-error span {
			background: url(/Images/Global/ind-error.gif) no-repeat top left;
			position: absolute;
			bottom: 100%;
			left: 10px;
			display: block;
			width: 11px;
			height: 4px;
			text-indent: -999px;
		}




/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* home-page -------------------*/
#home-hero-image {
	width: 900px;
	height: 238px;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
}

#home-positioning-statement {
	width: 380px;
	height: 200px;
	position: absolute;
	top: 19px;
	right: 1px;
	background: url(/Images/Homepage/bg-positioning-statement.png) no-repeat;
}

#home-positioning-statement h1 {
	font-size: 26px;
	line-height: 1em;
	color: #FF0000;
	margin: 15px 20px 0 20px;
	text-indent: -9999px;
	overflow: hidden;
	width: 340px;
	height: 50px;
}

#home-positioning-statement p {
	color: #333;
	margin: 10px 20px 0 20px;
	font-size: 12px;
	line-height: 1.1em;
}

#ie6 #home-positioning-statement h1 { margin-bottom: 30px; }

/* sitemap ---------------------*/
ul#sitemap {
	background-color: #f1f1f1;
	padding: 5px;
	margin: 0;
	font-family: Georgia,Times,Times New Roman,serif;
	border-radius:		3px;
	-moz-border-radius: 3px;
}
	ul#sitemap li {
		list-style: none;
		display: block;
		border: 1px solid #C1CF92;
		margin: 5px 0 0;
		overflow: hidden;
		border-radius:		5px;
		-moz-border-radius: 5px;
	}
	ul#sitemap li li {
		border: none;
	}
	ul#sitemap li a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 8px;
		background-color: #C1CF92;
		margin: 0 0;
		font-size: 2em;
		
		border-radius:		3px;
		-moz-border-radius: 3px;
	}
	ul#sitemap li a:hover {
		color: #fff;
		background-color: #333;
	}
	ul#sitemap li ul {
		padding-top: 0;
	}
	ul#sitemap li li a {
		padding: 6px;
		font-size: 1.5em;
		background-color: #e0e0e0;
	}
	ul#sitemap li li a:hover {
		background-color: #fff;
		color: #333;
	}
	
	
/** premium-profiles **/
body.premium-profile {
	background-color: #fff;
}

	body.premium-profile #master {
		width: 670px;
		margin: 30px auto;
		background: none;
	}
	
	body.premium-profile #image-rotator { height: 235px; }