@charset "UTF-8";
/* CSS Document */

/* body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 69%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #343a4d;
	background: #fff url(../images/background_sub.jpg) no-repeat top left;
	}
	
#homeText {
	background: transparent;
	position: absolute;
	top: 545px;
	left: 18px;
	width: 540px;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}

#glamour {
	background: transparent;
	position: absolute;
	top: 74px;
	left: 173px;
	width: 540px;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}

/* product selector styles */
#product_selector {
	background: transparent;
	position: absolute;
	top: 66px;
	left: 190px;
	width: 787px;
	height: 156px;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 30;
}

#product_selector_alt {
	background: transparent;
	width: 787px;
	height: 156px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#product_selector_grouping {
	display: inline;
	float: left;
	background: transparent;
	width: 220px;
	border: none;
	padding: 0;
	margin: 5px;
}

#product_selector_heading {
	position: absolute;
	top: 36px;
	left: 770px;
	background: transparent;
	width: 600px;
	height: 33px;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 3;
}

#product_heading {
	position: absolute;
	top: 260px;
	left: 190px;
	background: transparent;
	width: 600px;
	height: 33px;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 4;
}

#nav_trail {
	position: absolute;
	top: 230px;
	left: 193px;
	width: 790px;
	background: transparent;
	color: #702301;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 0;
	z-index: 50;
}

#product_text {
	position: absolute;
	top: 290px;
	left: 193px;
	width: 410px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

#product_photo {
	clear: both;
	position: absolute;
	top: 260px;
	left: 614px;
	width: 400px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 40;
}


#sub_heading {
	position: absolute;
	top: 130px;
	left: 190px;
	background: transparent;
	width: 600px;
	height: 33px;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 4;
}

#sub_text {
	position: absolute;
	top: 160px;
	left: 193px;
	width: 240px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

#sub_nav_trail {
	position: absolute;
	top: 100px;
	left: 193px;
	width: 790px;
	background: transparent;
	color: #702301;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin: 0;
}

#easy_slide {
	clear: both;
	position: absolute;
	top: 130px;
	left: 480px;
	width: 500px;
	height: 375px;
	background: transparent;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	z-index: 40;
}


/* specs table */	
table.specs {
	border: 3px solid #e9eaed;
	width: 250px;
	padding: 0;
	margin: 0;
}

table.specs td {
	border-bottom: 1px solid #505978;
	background-color: #e1e2e6;
	width: 350px;
	padding: 5px;
	margin: 0;
}

table.specs th {
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #505978;
	width: 350px;
	padding: 5px;
	margin: 0;
}

table.specs td.title {
	font-weight: bold;
}


/* specs table */	
table.product_list {
	width: 800px;
	border: 3px solid #e9eaed;
	padding: 0;
	margin: 0;
}

table.product_list td {
	border-bottom: 1px solid #505978;
	border-right: 1px solid #e9eaed;
	background-color: #FFF;
	padding: 5px 5px 20px 5px;
	margin: 0;
	vertical-align: top;
}

table.product_list th {
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #505978;
	padding: 5px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

table.product_list td.title {
	font-weight: bold;
}


/* ask a pro page */

.pro_block {
	float: left;
	width: 150px;
	margin: 0 12px 12px 0;
	background: transparent;
	border: none;
	padding: 0;
}
.pro_block_lg {
	float: left;
	width: 300px;
	margin: 0 12px 12px 0;
	background: transparent;
	border: none;
	padding: 0;
}

.pro_block h2,
.pro_block p,
.pro_block_lg h2,
.pro_block_lg p {
	margin: 0;
}

.pro_block img,
.pro_block_lg img {
	margin-bottom: 10px;
}

/* lists */
ul.product_list li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.product_list {
	margin: 0 0 0 0;
	padding: 0;
}

/*-----------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	}
	
.required {
	color: #ff0000;
	}
	
form fieldset {
	border: none;
	}

label,input,select,textarea {
	display: block;
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 3px;
	font-size: 1.0em;
}

label {
	text-align: right;
	width: 150px;
}

br {
	clear: left;
}

input.hidden {
	display: none;
	}
	
select, input, textarea {
	color: #000;
	border: 1px solid #c1bdad;
	}

input#recaptcha_response_field {margin: 0; padding: 0; display: block;}

.attention {
	background:#dee5ed url('../images/form_attention.gif') 410px 5px no-repeat;
	padding: 3px;
	margin: 3px;
	}	
	
/*Form Validation Errors*/
input.error,
textarea.error,
checkbox.error,
select.error {background: #f8e9bd;}
span.error,
span.error_message label {color: #ff0000; margin-left: 135px; width: 100%; text-align: left; font-size: 0.9em; font-style: italic; display: block; padding: 2px 10px 5px 20px; margin-bottom: 10px; background: transparent url(../images/form_attention2.gif) no-repeat top left;}
div.error_messages {border: 1px solid red; padding: 10px;  color: #ff0000; font-weight: bold; margin: 0 0 20px 0;}