@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}
body{
	background: white;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
img{
	border: 0;
}
h2{
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a{
	color: #666;
}
ul, li{
	list-style: none;
}
p{
}

/*Classes*/

.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.plus{
	background: url(images/plus.gif) no-repeat right;
	padding-right: 13px;
	font-size: 9px;
	float: right;
	clear: right;
	line-height: 16px;
	text-decoration: none;
}
a.plus:hover{
	text-decoration: underline;
}
.big, .big a{
	color: #FF0000;
	font-size: 36px;
}
p.big{
	margin-bottom: 20px;
	padding-right: 30px;
}

.big span, .big span a{
	color: #922020;
}

/* Main Layout */

#wrapper{
	border: 1px solid #808080;
	border: 1px solid #000;
	width: 990px;
	margin: 10px auto;
	background: url(images/wrapper_bg.gif) repeat-y;
	text-align: left;
}

/*Header*/

#header{
	border-bottom: 1px solid #000;
	padding: 25px 45px;
	position: relative;
	background: #FFF;
}
#logo{
}
#header_right{
	float: right;
	position: relative;
	top: 60px;
	width: 260px;
}
#header_right label{
	display: block;
	color: #666666;
	margin-bottom: 5px;
}
#mce-EMAIL{
	width: 245px;
	float: left;
	background: #CCC ;
	color: #333;
	border: 0;
	font-size: 9px;
	display: inline;
	height: 13px;
	vertical-align: top;
}
#email_submit{
	background: #ff3300;
	color: #FFF;
	border: 0;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 8px;
	height: 13px;
	vertical-align: top;
	padding-bottom: 4px;
}

/* Left side navigation */

#left_nav{
	float:left;
	font-weight:bold;
	margin:15px 0 15px 14px;
	width:150px;	
}
#left_nav a{
	text-decoration: none;
}
#left_nav a:hover{
	color: #FF0000;
}
li.nav1{
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 20px;
}

.gray {
	color:#666;
}

li.nav2{
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
}
#left_nav .active{
	color: #ff0000;
}
#twitter_follow{
	display: block;
	margin: 30px 0 30px 0;
	background: url(images/twitter_logo.jpg) no-repeat right;
	font-size:9px;
	padding: 25px 47px 25px 0;
	color: #000;
}

/*Main content*/

#content{
	padding: 12px 0 12px 12px;
	width: 600px;
	float: left;
	margin-left: 20px;
}
.products{
	background: url(images/grid_bg.gif) repeat-y;
	width: 100%;
}
.products_home{
	background: url(images/grid_bg_home.gif) repeat-y;
	width: 100%;
}
.product {
	float:left;
	height:290px;
	margin:10px 25px 10px 0;
	padding:0;
	width:175px;
	overflow: visible;
}
.products_home .product{
	height: 305;
}
.product.last{
	margin-right: 0;
}
.product_img{
	margin-bottom: 7px;
}
.product_title{
	font-weight: bold;
	margin-bottom: 5px;
	height: 29px;
}
#content .spacer{
	width: 585px;
	background: #FFF;
	height: 2px;
	position: relative;
	bottom: 2px;
}

/* Right column */

#right_col{
	float:right;
	padding: 15px 0px 15px 0px;
	width: 190px;
}
#right_col h2{
	margin-bottom: 25px;
}
.friend_logo{
	margin-bottom: 15px;
}

/* Detail Page */

.detail{
	font-size: 14px;
	width: 355px;
	border-right: 1px solid #808080;
	padding-right: 15px;
	float: left;
}
.detail_image{
	
}
.detail_title{
	margin-bottom: 10px;
	font-weight: bold;
}
table.price_table{
	margin-bottom: 20px;
}
table.price_table td{
	padding: 4px 5px 4px 0;
	font-size: 14px;
	font-weight: bold;
}
td.detail_demensions{
	width: 100px;
}
td.detail_price{
	width: 65px;
}
tr.u_row td{
	border-bottom: 1px solid #CCC;
}
div.more_info{
	color: #666;
	font-size: 16px;
}
div.more_info h3{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
div.more_info p{
	margin-bottom: 15px;
}
div.more_products{
	float: left;
	width: 210px;
	padding: 0 0px 15px 15px;
}
div.more_products h2{
	margin-bottom: 17px;
}