/********
	Float Styles
		**********/
.floatwrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatwrapper {display:inline-block;}
/* Hide from IE Mac \*/
	.floatwrapper {display:block;}
/* End hide from IE Mac */

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
a{
	outline:none;
}
:focus
{
	-moz-outline-style: none;
}
/********
	Base Styles
		**********/
* {
	margin:0;
	padding:0;
}
img{border:none;}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
}
a, a:visited{
	color:#E53131;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
}
/********
	Layout Styles
		**********/
#container{
	width:870px;
	margin:0 auto;
}
#header{
	height:231px;
	background:url(header.png) no-repeat;
	position:relative;
}
#header #logo{
	position:absolute;
	top:35px;
	left:150px;
}
/********
	Top Nav
		**********/
#header ul{
	position:absolute;
	top:120px;
	right:20px;
}
#header ul li{
	float:left;
	list-style-type:none;
}
#header ul li a{
	height:39px;
	display:block;
	text-indent:-9999px;
}
#header ul li#shop a{
	background:url(topnav-shop-over.png) no-repeat;
	background:url(topnav-shop.png) no-repeat;
	width:74px;
}
#header ul li#shop a:hover,#header ul li#shop.current a{
	background:url(topnav-shop-over.png) no-repeat;
}
#header ul li#services a{
	background:url(topnav-services-over.png) no-repeat;
	background:url(topnav-services.png) no-repeat;
	width:105px;
}
#header ul li#services a:hover,#header ul li#services.current a{
	background:url(topnav-services-over.png) no-repeat;
}
#header ul li#blog a{
	background:url(topnav-blog-over.png) no-repeat;
	background:url(topnav-blog.png) no-repeat;
	width:68px;
}
#header ul li#blog a:hover,#header ul li#blog.current a{
	background:url(topnav-blog-over.png) no-repeat;
}
#header ul li#contact a{
	background:url(topnav-contact-over.png) no-repeat;
	background:url(topnav-contact.png) no-repeat;
	width:101px;
}
#header ul li#contact a:hover,#header ul li#contact.current a{
	background:url(topnav-contact-over.png) no-repeat;
}
#header #view-cart{
	position:absolute;
	top:170px;
	right:33px;
	text-indent:-9999px;
	width:101px;
	height:31px;
	display:block;
	background:url(view-cart-over.png) no-repeat;
	background:url(view-cart.png) no-repeat;
}
#header #view-cart:hover{
	background:url(view-cart-over.png) no-repeat;
}
/********
	Contents
		**********/
#contents{
	background:#FFF url(contents-bg.png) repeat-x bottom;
	width:800px;
	padding-bottom:120px;
	margin-left:41px;
	text-align:left;
}
/********
	Contents - Main
		**********/
#contents #main{
	width:580px;
	float:left;
	margin-left:20px;
	margin-top:15px;
}
#contents #main h2{
	color:#147A7E;
	font-size:16px;
}
#contents #main p{
	margin:10px 0;
}
/********
	Contents - Sidebar
		**********/
#contents #sidebar{
	width:160px;
	float:right;
	margin-right:20px;
}
#contents #sidebar dl dt{
	font-weight:bold;
	color:#666666;
	padding-bottom:5px;	
}
#contents #sidebar dl dd{
	padding-bottom:8px;
}
#contents #sidebar dl dd a{
	padding-left:13px;
	color:#E53131;
	background:url(bullet.png) left 2px no-repeat;
	display:block;
}
#contents #sidebar dl dt.newsletter{
	border-top:solid 1px #ECECEC;
	padding-top:5px;
}
#contents #sidebar dl dd.newsletter{
	border-bottom:solid 1px #ECECEC;
	padding-bottom:5px;
	margin-bottom:5px;
}
#contents #sidebar #email{
	width:110px;
	padding:3px 2px;
	margin-right:5px;
	float:left;
	color:#999;
}
/********
	Collections
		**********/
.item{
	width:180px;
	text-align:center;
	margin-right:10px;
}
.item h4{
	font-size:12px;
	margin-top:5px;
}
.row{
	margin:10px 0 20px 0;
}
.pagination{
	text-align:right;
	padding-right:20px;
}
/********
	Product Detail
		**********/
#product-detail p{
	margin:10px 0;
}
#productimages{
	width:285px;
	float:left;
}
#details{
	width:270px;
}
ul#variants{
	margin:10px 0;
}
ul#variants li{
	margin-bottom:5px;
}
ul#variants li label{
	color:#CC3333;
}
ul#variants li label span{
	font-weight:bold;
}
/********
	Page
		**********/
#page p{
	margin:10px 0;
}
#page ul{
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;	
}
/********
	Cart
		**********/
}
div#cart-content{
	margin-top:20px;
}
div#cart-content p{
	margin:10px 0;
}
div#cart-content table{
	margin-bottom:15px;
	width:570px;
	font-size:11px;
}
div#cart-content table thead td {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:solid 1px #E6DCD0;
	padding-bottom:2px;
	color:#666666;
}
div#cart-content table tfoot td{
	border-top:solid 1px #E6DCD0;
	padding-top:10px;
}
div#cart-content table tbody td {
	padding:15px 0;
}
div#cart-content table td.item {
	width:100px;
	text-align:left;
	padding-left:3px
}
div#cart-content table td.product{
	width:165px;	
	font-weight:bold;
}
div#cart-content table td.qty{
	width:75px;
	padding-left:20px;
}
div#cart-content table td.indPrice{
	width:100px;
}
div#cart-content table td.totPrice{
	width:100px;	
}
div#cart-content h4 {
	font-size: 15px;
	text-align:center;
	color: #ea1821;
	margin: 15px 0;
}
/********
	Contact
		**********/
form#contact div{
	margin:10px 0;
}
form#contact div label{
	display:block;
	margin-bottom:3px;
	float:left;
	margin-right:5px;
	color:#535353;
	font-weight:bold;
	width:90px;
}
form#contact div input{
	width:200px;
}
form#contact div#submit input{
	width:auto;
	margin-left:90px;
}
form#contact div textarea{
	width:250px;
	height:100px;
}
/********
	Footer
		**********/
#footer{
	height:42px;
	background:url(footer-bg.png) no-repeat top;
	text-align:right;
	font-size:11px;
}
#footer p{
	padding-top:25px;
	padding-right:30px;
	color:#8DD5DE;
}