/* ./_css/style.css */


/* ------------------------
	basic tags 
------------------------ */

body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#808080;
}



p {
	margin-top:0;
	line-height:18px;	
}

	p.singleSpace {
		line-height:14px;	
	}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Myriad Pro, Tahoma, Geneva, sans-serif;
	color:#E21776;
}

h2.highlight, 
h3.highlight {
	padding-bottom:4px;
	border-bottom:1px solid #FF9E71;
	text-transform:uppercase;
}


h2 {
	margin:0 0 12px 0;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
}


h3 {
	margin:16px 0 8px 0; 
	font-size:24px;
	line-height:24px;
}

	h3 span {
		font-size:18px;
		color:#505050;
		font-weight:normal;
	}


h4 {
	font-size:20px;
	margin-bottom:8px;
}


h5 {
	margin-top:16px;
	color:#344950;
	font-size:12px;

}

h6 {
	font-size:11px;
}



hr {
	margin:0;
	padding:0;
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
	border:0;
	color:#909090;
	background:#909090;
}

a {
	font-weight:bold;	
	color:#E21776;
}

a:hover {
	color:#499ac0;
}


ul {
	margin:0;
	padding:0 0 0 20px;
}




/* ------------------------
	custom classes and objects
------------------------ */

div#message, div#error, div#confirm {
	margin:10px 0 20px 0;
	padding:20px;
	border:1px dotted #8CC63F;
	background:#E5F4CE;
}
	
	div#message h3 {
		color:#093;	
	}

div#error {
	border-color:#C1272D;
	background:#F7E2E2
}

div#confirm {
	border-color:#FC3;
	background:#FF9;
	text-align:center;
}

	div#confirm div#confirmButtonHolder {
		margin:20px auto 0 auto;
		width:200px;
	}

		div#confirm div#confirmButtonHolder a {
			display:block;	
			padding:6px 20px;
			font-weight:bold;
			font-size:14px;
			color:#000;
			text-decoration:none;
			border:1px solid #8CC63F;
			background:#E5F4CE;
		}
		
		div#confirm div#confirmButtonHolder a.affirmative {
			
		}
		
		div#confirm div#confirmButtonHolder a.negative {
			background:#F7E2E2;
			border-color:#C1272D;
		}



label span.errored {
	color:#D80008;	
}



img.icon_phone {
	margin:0 4px 4px 0;
	vertical-align:middle;
}

img.icon_mail {
	margin:0 4px 4px 0;
	vertical-align:middle;
}

a.button_small {
	display:block;
	float:left;
	margin:0 4px 4px 0;
	padding:0 0 0 6px;
	background:url(../_images/_template/button_small_bg.gif) top left;
	font-size:12px;
	color:#FFF;
	text-transform:lowercase;
	text-decoration:none;
}

	a.button_small img {
		width:30px;
		height:22px;
		vertical-align:middle;
	}



.altColor {
	color:#9f390c;
}


a.fwd {
	clear:both;
	padding:0 12px 0 0;
	background:url(../_images/icons/icon_fwd.gif) no-repeat right center;
	font-weight:bold;
	text-decoration:none;
}


.hr {
	height:1px;
	overflow:hidden;
	background:#e2e7e6;
}

a.mainNav,
a.mainNavActive {
	font-family:Myriad Pro, Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:lowercase;	
	color:#FFF;
	text-decoration:none;
}

a.mainNav:hover,
a.mainNavActive {
	color:#FFCFB8;
}

img.product {
	width:220px;
	height:166px;
}