div.wrapper { display: none; } .js-enabled div.wrapper { display: block; } .js-enabled div#js-alert { display: none; } 
div#no-js { font-weight: bold; color: #D31145; } 

*html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:15px 0;
	background-color:#FFFFFF; /* can be changed for any season withought having to export new shadow */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color:#000000;
}
h2 {
	font-size:14px;
	color:#000000;
}
h3 {
	font-size:11px;
	color:#000000;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
a {
	color:#000000;
	text-decoration:none;	
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

/* Overflow */
.over_flow {
	overflow:hidden;
	width:100%;
}

/* Body Container */
#body_container {
	margin:0px auto;
	padding:0px;
	width:966px;
}

/* Site Container */
#site_container {
	border:1px solid #999999;
}

#site_container_bg {
	background-image:url(../images/site_container_bg.png);
	background-repeat:repeat-y;
	padding:0 5px;
}
#site_container_top {
	background-image:url(../images/site_container_top.png);
	background-repeat:no-repeat;
	height:5px;
}
#site_container_bottom {
	background-image:url(../images/site_container_bottom.png);
	background-repeat:no-repeat;
	height:5px;
}


/* Header Container */
#header_container {
	height:100px;
}
#header_left {
	float:left;
	padding:5px 0 0 10px;
}
#header_right {
	float:right;
	padding:15px 15px 0 0;
	text-align:right;
}
#header_slogan {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#000000;
	padding:25px 15px 0 0;
}

/* Checkout Links */
#checkout_links {
}
#checkout_links a {
	color:#000000;
}
#checkout_links a:hover { 
	color:#666666;
	text-decoration:none;
}
.my_account {
	background-image:url(../images/icon-key.jpg);
	background-repeat:no-repeat;
	padding:3px 0 3px 23px;
}
.shopping_cart {
	background-image:url(../images/icon-bag.jpg);
	background-repeat:no-repeat;
	padding:3px 0 3px 23px;
}
.secure_checkout {
	background-image:url(../images/icon-lock.jpg);
	background-repeat:no-repeat;
	padding:3px 0 3px 23px;
}
.facebook {
	background-image:url(../images/icon-facebook.jpg);
	background-repeat:no-repeat;
	padding:5px 0 5px 23px;
}
.twitter {
	background-image:url(../images/icon-twitter.jpg);
	background-repeat:no-repeat;
	padding:5px 0 5px 23px;
}
/* Search */
#search {
	padding:15px 0 0 0;
}

/* Top Menu Container */
#top_menu_container {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	height:26px;
	margin:0;
}

/* Main Content */
#main_content {
	position:relative;
	margin:7px 0px;
}

/* STATUS MESSAGE */
#status_message {
	position:absolute;
	left:215px;
	padding:10px;
	border:1px solid #999999; 
	background-color:#FFFFCC;
	width:704px;
	font-size:14px;
	color:#000000;
}
#status_message a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
#status_message a:hover {
	color:#666666;
	text-decoration:underline;
}

/* TRAIL CONTAINER */
#trail_container {
	margin:0;
	padding:5px 15px 15px 15px;
	font-weight:bold;
}
#trail a {
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
}
#trail a:hover {
	color:000000;
	text-decoration:none;
}

/* LEFT COLUMN */
#body_left {
	float:left;
	width:200px;
}

/* Side Menu */
#side_menu { /* styles are in menu.css */
}

/* Side Content */
#side_content {
	margin:10px 0 0 0;
	padding: 15px;
	text-align:center;
}

/* Recently Viewed */
#recently_viewed_items {
	margin:0;
	padding:5px 5px 5px 15px;
	border:1px solid #999999;
	border-left:none;
	border-top:none;
}
#recently_viewed_items h2 {
	margin:0;
	padding-bottom:5px;
}

.viewed_product {
	clear:left;

}
.viewed_product img {
	clear:both;
	float:left;
	border: 1px solid #a6a6a6;
	margin:0 10px 10px 0;
	width:60px;
}

/* MAIN COLUMN */
#body_right {
	float:right;
	width:710px;
	padding:0 15px 15px 15px;
	line-height:1.5em;
}

/* Page Name */
#page_name {
	padding:0;
}
#page_name h1 {
	margin-top:0;
}

/* Bottom Links */
#bottom_links {
	border-top:1px solid #999999;
	padding:15px;
}
#bottom_links h2 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #000;
}
#bottom_links h3 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000;
}
#bottom_links_col_01 {
	width: 350px;
	float: left;
}
#bottom_links_col_02 {
	border-left: 1px solid #999999;
	padding: 0px 0px 0px 14px;
	float: left;	
	width: 175px;

}
#bottom_links_col_03 {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px 0px 0px 14px;
	float: left;
	width: 175px;

}
#bottom_links_col_04 {
	padding: 0px 0px 0px 14px;
	float: left;
}

/* Email List */
#email_list {
	margin: 15px 0px 0px 0px;
}
.sign_up_fld {
	border:1px solid #666;
	width:200px;
	font-size:12px;
	color:#666;
}
.sign_up_btn {
	border:1px solid #666;
	background-color:#666;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.search_fld {
	border:1px solid #666;
	width:200px;
	font-size:12px;
	color:#666;
}
.search_btn {
	border:1px solid #666;
	background-color:#666;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

/* Bottom Menu Container */
#bottom_menu_container {
	background-color: #a38d68;	
}







/* DONE After HERE */


/* Footer Container */
#footer_container {
	margin:0;
	padding:5px 15px;
	font-size:10px;
}
#footer_left {
	float:left;	
}
#footer_right {
	float:right;	
}
#footer_left a, #footer_right a {
	color:#666666;
	text-decoration:underline;
}
#footer_left a:hover, #footer_right a:hover  {
}

