@import url("../stylesheets/menus.css");

/*
Font Color: 3b2c20
Tan BG: fff4db
Brown Border: 4b3c30
Blue 5f94a1
*/

html
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2b1c10;
	}
	
body
	{
	/*
	background: url(../images/bg_top_bar.jpg) #ffffff;
	background-repeat: repeat-x;
	*/
	margin: 0px;
	margin-top: 18px;
	padding: 0px;
	}

table, tr, td {
	border: 0px solid;
	padding: 0px;
	margin: 0px;
	}
	
ol,ul	{
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	padding-left: 32px;
	padding-right: 42px;
	list-style-type: dot;
	}

li	{
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	}

img {
	border: 0px solid;
	}

h1,h2,h3 {
	font-size: 1em;
	font-weight: normal;
	}
	
input
	{
    background-color: #eeeeee;
	border: #cccccc 1px solid;
	border-top: 1px #666666 solid;
	border-left: 1px #777777 solid;
	padding-left: 2px;padding-top: 2px;padding-bottom: 2px;padding-right: 2px;
    margin: 0px;
    }
 
 .form_input {
	border: 1px solid #444444;
 	}
 	
textarea
	{
	font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
	border: #cccccc 1px solid;
	border-top: 1px #666666 solid;
	border-left: 1px #777777 solid;
	padding-left: 2px;padding-top: 4px;padding-bottom: 0px;padding-right: 2px;
    margin: 0px;
	}
	
.input_search
	{
	font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
	border: #cccccc 1px solid;
	border-top: 1px #666666 solid;
	border-left: 1px #777777 solid;
	padding-left: 2px;padding-top: 4px;padding-bottom: 0px;padding-right: 2px;
    margin: 0px;
	width: 155px;
	height: 17px;
	font-size: .9em;
	margin-right: 24px;
	}
	
.input_promo
	{
	font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
	border: #cccccc 1px solid;
	border-top: 1px #666666 solid;
	border-left: 1px #777777 solid;
	padding-left: 2px;padding-top: 4px;padding-bottom: 0px;padding-right: 2px;
    margin: 0px;
	width: 85px;
	height: 17px;
	font-size: .9em;
	margin-right: 5px;
	}

.input_signup
	{
	font-family: Arial, Helvetica, sans-serif;
    background-color: #eeeeee;
	border: #cccccc 1px solid;
	border-top: 1px #666666 solid;
	border-left: 1px #777777 solid;
	padding-left: 2px;padding-top: 4px;padding-bottom: 0px;padding-right: 2px;
    margin: 0px;
	width: 150px;
	height: 17px;
	font-size: .9em;
	margin-right: 24px;
	}

#main_content {
	width: 1000px;
	height: 100%;
	border: 0px solid;
	}
#top_navigation {
	width: 100%;
	height: 100px;
	border: 0px solid;
	text-align: left;
	}
#top_navigation_logo {
	float: left;
	width: 176px;
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	text-align: left;
	}
#top_navigation_right {
	float: right;
	width: 750px;
	border: 0px solid;
	text-align: right;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

#newsletter_signup {
	clear: both;
	float: left;
	height: 28px;
	width: 180px;
	border: 0px solid;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	white-space: nowrap;
	}
#newsletter_signup_button {
	float: left;
	height: 28px;
	width: 30px;
	border: 0px solid;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	white-space: nowrap;
	}
	
#top_navigation_search {
	float: right;
	height: 28px;
	width: 470px;
	border: 0px solid;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	white-space: nowrap;
	}
#top_navigation_search_button {
	clear: both;
	float: right;
	height: 28px;
	width: 26px;
	border: 0px solid;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	white-space: nowrap;
	}

#top_navigation_menu {
	clear: both;
	float: right;
	height: 26px;
	width: 500px;
	border: 0px solid;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	white-space: nowrap;
	}
	
	
.top_navigation_right_item {
	font-size: .85em;
	font-weight: normal;
	color: #2b1c10;
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	text-align: right;
	white-space: nowrap;
	}

#left_navigation {
	width: 100%;
	border: 0px solid;
	text-align: left;
	}
	
.left_navigation_item {
	width: 100%;
	clear: both;
	font-size: 1em;
	color: #4b3c30;
	float: left;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 16px;
	padding: 0px;
	border: 0px solid;
	text-align: left;
	white-space: nowrap;
	}
	
	
.left_bar {
	border-left: 1px #777777 solid;
	white-space: nowrap;
	}
	
#top_navigation_main {
	float: right;
	height: 30px;
	width: 580px;
	border: 0px solid;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	white-space: nowrap;
	}
	
.top_navigation_item {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 12px;
	border: 0px solid;
	text-align: left;
	white-space: nowrap;
	}

#home_welcome {
	float: left;
	width: 479px;
	height: 291px;
	background: url(../images/bg_welcome.jpg) #ffffff;
	background-repeat: no-repeat;
	}
	
#member_sign_in {
	float: right;
	width: 407px;
	height: 291px;
	background: url(../images/bg_member_sign_in.jpg) #ffffff;
	background-repeat: no-repeat;
	}
	
#bottom_navigation {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px solid;
	clear: both;
	}

#bottom_navigation_left {
	position: absolute;
	float: left;
	width: 400px;
	height:24px;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	border: 0px solid;
	text-align: left;
	}
	
.align_center {
	text-align: center;
	}
.align_left {
	text-align: left;
	}
.content_area {
	clear: both;
	width: 90%;
	border: 0px solid;
	white-space: normal;
	margin-left: 24px;
	margin-right: 42px;
	margin-bottom: 24px;
	}
.content_title {
	font-family: Georgia, Times;
	font-size: 22px;
	line-height: 2;
	color: #4b3c30;
	}

#feature {
	float: left;
	width: 752px;
	height: 500px; 	
	border: 0px solid;
}
	
.product_tag {
	clear: both;
	height: 36px;
	color: #3b2c20;
	padding-top: 4px;
	padding-bottom: 0px;
	white-space: normal;
	text-align: center;
	width: 174px;
	border: 0px #ffffff solid;
	}
	
.product_image {
	/*cursor: pointer;*/
	height: 170px;
	width: 170px;
	/*border: 0px #ffffff solid;*/
	background: #f5f5f5;
	background: url(../images/bg_product.jpg);
	background-repeat: no-repeat;
	}
	
#product_detail {
	text-align: left;
	border: 0px solid;
	width: 687px;
	height: 559px;
	position: absolute;
	top: 11%;
	left: 28%;
	font-size: 1.1em;
	font-weight: normal;
	color: #3b2c20;
	background: url(../images/bg_product_detail.png);
	background-repeat: no-repeat;
	visibility: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
	}	

#collections_navigation {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: -6px;
	text-align: left;
	border: 0px solid;
	visibility: hidden;
	display: none;
	width: 140px;
	}	

#bottom_navigation_right {
	position: absolute;
	float: right;
	width: 906px;
	height:24px;
	margin: 0px;
	margin-left: -6px;
	padding: 0px;
	border: 0px solid;
	text-align: right;
	}


.bottom_navigation_item {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 18px;
	border: 0px solid;
	text-align: left;
	font-size: .9em;
	white-space: nowrap;
	}
	
.bottom_navigation_hash {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 18px;
	margin-right: 18px;
	border: 0px solid;
	text-align: left;
	font-size: .9em;
	white-space: nowrap;
	border-right: 1px #999999 solid;
	}
	
.standard_checkbox
	{
    background-color: white;
    margin: 0px;
	padding-left: 1px;padding-top: 2px;padding-bottom: 1px;padding-right: 0px;
	border: 0px solid;
    }

.tiny_input
	{
    background-color: white;
    margin: 0px;
	padding-left: 1px;padding-top: 2px;padding-bottom: 1px;padding-right: 0px;
	font-size: .95em;
	border: #666666 1px solid;
    }

.submitbutton
	{
    background-color: #f5f5f5;
    text-align: center;
	border: #333333 1px solid;
	padding: 2px;
    cursor: pointer;
    width: 60px;
	}

a:link, a:visited { color: #3b2c20;text-decoration: none;font-weight: normal;border: 0px solid;}
a:hover { color: #000000;text-decoration: underline;font-weight: normal;border: 0px solid;}

a.left_nav:link, a.left_nav:visited { color: #6b5c50;text-decoration: none;font-weight: normal;border: 0px solid;}
a.left_nav:hover { color: #5f94a1;text-decoration: none;font-weight: normal;border: 0px solid;}

a.top_nav:link, a.top_nav:visited { color: #3b2c20;text-decoration: none;font-weight: normal;border: 0px solid;}
a.top_nav:hover { color: #3b2c20;text-decoration: underline;font-weight: normal;border: 0px solid;}

a.blue_link:link, a.blue_link:visited { color: #5f94a1;text-decoration: none;font-weight: normal;border: 0px solid;}
a.blue_link:hover { color: #000000;text-decoration: underline;font-weight: normal;border: 0px solid;}



a.arrow_link:link, a.arrow_link:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
	border: 0px solid;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	padding-right: 8px;
	background: url(../images/icon_right_arrow.gif);
	background-repeat: no-repeat;
	}
	
a.arrow_link:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	border: 0px solid;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
	padding-right: 8px;
	background: url(../images/icon_right_arrow.gif);
	background-repeat: no-repeat;
	}

#home_welcome {
	float: left;
	width: 479px;
	height: 291px;
	background: url(../images/bg_welcome.jpg) #ffffff;
	}

.feedback {
	text-align: left;
	border: 1px #811f7d solid;
	padding-left: 21px;
	padding-right: 21px;
	width: 250px;
	height: 140px;
	background: #ffffff;
	filter: alpha(opacity=85);
	opacity: 0.85;
	position: absolute;
	top: 90px;
	left: 40%;
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	cursor: pointer;
	background: url(../images/bg_side_box.jpg) #ffffff;
	background-repeat: repeat-x;
	background-position: bottom left;
	}

.button_hilite
	{
	opacity: 0.90;
	filter: "alpha(opacity=90)"; /* IE 8 */
	filter: alpha(opacity=90);   /* IE 4-7 */
	zoom: 1;                     /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	}
.button_normal
	{
	opacity: 1;
	filter: "alpha(opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100);   /* IE 4-7 */
	zoom: 1;                     /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	}
	
#imageContainer {
	position:relative;
	margin: auto;
	width: 752px;
	border: 0px solid #000;
	height: 500px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}	


.greenbox {
    background-color: #AFD7D8;
    text-align: center;
	border: #333333 1px solid;
	padding: 5px;
    width: 96%;
}