/* COLORS
334349 - darkest blue
e6f1f7 - lightest blue
e9e9e9 - lightest gray
a2493a - red
*/

body{
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#FFF;
}

h1, h2, h3, h4{color:#334349; margin: 5px 0 10px 0; padding:0;}
h1{font-size:20px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}

a:link{
	color:#334349;
	text-decoration:underline;
}
a:visited{
	color:#334349;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#334349;
	text-decoration:underline;
}

#header{
	width:994px;
	margin:0 auto;
	background: #FFF url(/images/globe.gif) top right no-repeat;
}
#header-left{
	width:466px;
	float:left;
	margin: 0 0 8px 10px;
}
#header-center{
	float:left;
	margin:40px 0 0 10px;
}
#header-right{
	width:284px;
	float:right;
	margin:0;
	padding:0;
}
#myaccount{
	text-align:right;
	margin: 0 15px 0 0;
	padding: 15px 0;
}
#myaccount li{
	display: inline;
	list-style-type: none;
	padding-right:8px;
	line-height:15px;
}
#myaccount a:link, #myaccount a:visited, #myaccount a:active{color:#334349;text-decoration:none;}
#myaccount a:hover {color:#334349; text-decoration:underline;}
#tollfree{
	text-align:right;
	color:#a2493a;
	margin: 0 15px 0 0;
	font-size:18px;
}
#tabs{
	width:500px;
	float:left;
	font-size:14px;
	line-height:normal;
}
#tabs ul {
margin:0;
padding:10px 10px 0 15px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("/images/tab_left.gif") no-repeat left top;
  margin:0 5px 0 0;
  padding:0 0 0 8px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("/images/tab_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#334349;
  }
#tabs li#currentpage a{
  background:url("/images/tab_left.gif") no-repeat 0% -42px;
  color:#FFF;
 }
#tabs li#currentpage a span{
  background:url("/images/tab_right.gif") no-repeat 100% -42px;
  color:#FFF;
 }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#334349;
  }
#tabs a:hover {
  background-position:0% -42px;
  color:#FFF;
  }
#tabs a:hover span {
  background-position:100% -42px;
  color:#FFF;
}  
#icons {
	float: left;
	margin: 15px 0 0 5px;
}
#search{
	float:right;
	margin: 0 15px 0 0;
}
#search form, #search input{
	display:inline;
}
#sub-navigation{
	width:100%;
	background:#334349;
	color:#FFF;
	text-align:left;
}
#sub-navigation ul{
	width:950px;
	margin:0 auto;
	padding:0 0 0 10px;
}
#sub-navigation li{
	display: inline;
	list-style-type: none;
	padding-right:15px;
	line-height:25px;
}
#sub-navigation a:link, #sub-navigation a:visited, #sub-navigation a:active{color:#FFF;text-decoration:none;} #sub-navigation a:hover {color:#e6f1f7; text-decoration:underline;}

#content-wrap{
	width:100%;
	background:url(/images/bg_content_wrap.gif) top left repeat-x;
}
#content{
	width:974px;
	margin:0 auto;
	padding:10px 10px 5px 10px;
	background:#FFFFFF;
	border:1px solid #999;
}
#top-banner{
	height:168px;
	background:url(/images/bg_banner.jpg) top center no-repeat;
	margin-bottom:10px;
	border-top:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-left:1px solid #f5f5f5;
}
#top-banner p{
	margin-left:50px;
	width:600px;
}
#category-thumbs{
	text-align:center;
}
#sidebar{
	float:left;
	margin: 0 3px 3px 2px;
	padding:10px 0 10px 0;
}
#sidenav {
	width: 200px;
	margin:0;
	}
#sidenav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidenav li a {
	height: 32px;
	font-size:14px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
	}
#sidenav li a:link, #sidenav li a:visited {
	color: #334349;
	display: block;
	background:  url(/images/bg_sidenav.gif);
	padding: 8px 0 0 10px;
	}
#sidenav li a:hover {
	color: #000000;
	background:  url(/images/bg_sidenav.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	#sidenav .sidenav-sub{
		margin:0 0 0 20px;
	}
	#sidenav .sidenav-sub li{
		height:16px;
		padding:3px 0 3px 0;
	}
	#sidenav .sidenav-sub li a:link, #sidenav .sidenav-sub li a:visited, #sidenav .sidenav-sub li a:active{
		background:none;
		padding:0;
		font-size:12px;
		font-weight:normal;
	}
	#sidenav .sidenav-sub li a:hover{
		text-decoration:underline;
		}

.promo-text{
	color:#a2493a;
	padding:5px;
	font-size:16px;
	margin:5px;
	text-align:center;
	border:1px solid #f5f5f5;
	background:#fafbfa;
}

/* Product Listing - Product Detail */

#product-listing, #product-detail{
	width:755px;
	float:left;
	margin: 10px 0 0 10px;
}
.product{
	padding:0 0 0 0;
	margin:5px 0 10px 0;
	border-bottom:1px solid #CCC;
}

.two-columns{
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	/*border-bottom:1px solid #ccc;*/
	float: left;
	width: 50%;
}

.three-columns{
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
	/*border-bottom:1px solid #ccc;*/
	float: left;
	width: 33%;
}

#product-detail .product{
	padding:0 0 0 0;
	margin:5px 0 10px 0;
	border-bottom:none;
}

#product-detail .heading{
	background: #334349 url(/images/bg_heading_blue.gif) top left repeat-x;
	color:#FFF;
	padding:5px 0 5px 5px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

	
.title{
	color:#334349;
	font-size:18px;
	display:block;
}

.title a{
	color:#334349;
}

.title a:hover{
	text-decoration:none;
}

.image{
	margin:0 15px 5px 0;
	float:left;
}

.description{
	padding:3px 0 3px 0;
}

.unit-price, .list-price {
	font-size:16px;
}

.sale-price {
	font-size:16px;
	color: #a2493a;
	font-weight:bold;
}


#footer{
	padding:5px;
	margin: 15px 0 5px 0;
	text-align:center;
	border:1px solid #f5f5f5;
	background:#fafbfa;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding-right:8px;
}

#copyright, copyright a:link, copyright a:visited, copyright a:hover, copyright a:active{
	color:#999999;
	font-size:11px;
	text-align:center;
	padding-top:20px;
}


/* Content sections */

#content-info{
	width:750px;
	float:left;
	margin: 10px 10px 0 5px;
}

#content-info-full{
	width:980px;
}

.heading{
	background: #334349 url(/images/bg_heading_blue.gif) top left repeat-x;
	color:#FFF;
	padding:5px 0 5px 5px;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 10px 0;
}

.table_header {
	background-color: #334349;
	color: #fff;
	font-weight: bold;
}

.table_row_odd {
	background-color: #fff;
}

.table_row_even {
	background-color: #eee;
}

.small {
	font-size: 11px;
}

.message {
	color: #a2493a;
	font-weight: bold;
}

.message-cart {
	color: #a2493a;
	font-weight: bold;
	padding: 10px;
	background-color: #ffc;
}

.button {
	background: #a2493a;
	border: 1px solid #999;
	color: #fff;
	font-weight: bold;
}

.button:hover {
	background: #999;
}

.small-gray{
	font-size:11px;
	color:#999999;
}
.allcaps{
	text-transform:uppercase;
}
.clearboth{
	clear:both;
}


/* SITE MESSAGE */
#site-message{
	background:#EFEF01; 
	padding:8px; 
	color:#333; 
	margin:0px;
	width:100%;
	border-bottom:1px solid #333;
}

.site-message-title{
	font-size:18px;
	color:#333;
}
.site-message-desc{
	padding:8px;
	width:950px;

}

/* ICONS */
.icn-twitter{
	background: url(/images/twitter.gif) 0% 50% no-repeat;
	padding-left:16px;
}
.icn-facebook{
	background: url(/images/facebook.gif) 0% 50% no-repeat;
	padding-left:18px;
}
