body {
	background: #fff;
	color: #000;
	}
	
#wrapper {
	width: 756px;
	margin: 0 auto;
	}
	
#head {
	float: left;
	width: 100%;
	height: 180px;
	background: url(/ui/public/image/layout/header.jpg) no-repeat top left;
	clear: both;
	position: relative;
	}
	
#head h1.logo {
	position: absolute;
	top: 45px; left: 190px;
	margin: 0; padding:0;
	font: 22px/28px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: lowercase;
	}
	
#head h1.logo .special {
	text-transform: capitalize;
	color: #f00;
	font-weight: bold;
	}
	
#head h2.tagline {
	position: absolute;
	top: 72px; left: 190px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #878787;
	margin: 0; padding: 0;
	}
	
ul.nav-top {
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 100px; left: 437px;
	height: 85px;
	}
	
ul.nav-top li {
	float: left;
	padding: 0; margin:0;
	}
	
ul.nav-top li a {
	text-align: center;
	display: block;
	height: 30px;
	margin: 0;
	padding: 55px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	outline: none;
	}
	
ul.nav-top li a.home {
	background: url(/ui/public/image/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: -437px -100px;
	width: 99px;
	}
	
ul.nav-top li a.home:hover {
	background-position: -437px -280px;
	}
	
ul.nav-top li a.contact {
	background: url(/ui/public/image/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: -536px -100px;
	width: 100px;
	}
	
ul.nav-top li a.contact:hover {
	background-position: -536px -280px;
	}
	
ul.nav-top li a.my-cart {
	background: url(/ui/public/image/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: -636px -100px;
	width: 100px;
	}
	
ul.nav-top li a.my-cart:hover {
	background-position: -636px -280px;
	}
	
#left-col {
	width: 205px;
	float:left;
	}
	
#nav-left-top {
	float: right;
	width: 194px;
	background: #dedede;
	list-style: none;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin: -1px 0; padding:0 3px 0 3px;
	}

	
#nav-left {
	float: right;
	width: 194px;
	background: #dedede;
	border: 1px solid #d6d6d6;
	list-style: none;
	margin: -1px 0; padding:0 3px 5px 3px;
	}
	
#nav-left li, #nav-left-top li {
	padding: 10px 0 0 0;
	margin: 0;
	text-indent: 4px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#nav-left li ul, #nav-left-top li ul {
	list-style: none;
	margin: 5px 0 0 0; padding:0;
	}
	
#nav-left li ul li, #nav-left-top li ul li {
	margin: 0 -3px 0 -3px;
	padding: 0;
	}
	
#nav-left li ul li a, #nav-left-top li ul li a {
	width: 194px;
	display: block;
	padding:7px 3px;
	border-bottom: 1px solid #d6d6d6;
	background: #f1f1f1;
	color: #000;
	text-indent: 20px;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav-left li ul li a:hover, #nav-left-top li ul li a:hover {
	background: #e9e9e9;
	}
	
#content {
	width: 500px;
	padding: 0 0 0 10px;
	float: left;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#content h1 {
	font: 30px/34px "Times New Roman", Times, serif;
	color: #8f001d;
	}
	
#content h2 {
	font: 24px/28px "Times New Roman", Times, serif;
	color: #8f001d;
	clear: both;
	}
	
#content a {
	color: #8f001d;
	text-decoration: underline;
	}

#content a:hover {
	text-decoration: none;
	}
	
#content img {
	padding: 5px; margin: 0 8px 8px 0;
	background: #f1f1f1;
	border: 1px #ddd solid;
	float: left;
	}

#content fieldset { 
	border: 0;
}

#content fieldset div { 
	margin-bottom: 5px;
}

#content label { 
	cursor: pointer;
}

#content label.left { 
	float: left;
	width: 130px;
}

#content .form-status { 
	font-weight: bold;
	text-align: center !important;
}

#content .product{
	height: 100%;
	float:left;
	width: 100%;
	}
	#content .product ul {
		margin: 0 8px 0 0;
		padding: 0;
		width: 140px;
		float: left;
		}
		#content .product ul li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			}
			#content .product ul li.first {
				clear: both;
				}
			#content .product ul li.first img {
				width: 125px;
				height: auto;
				margin-bottom: 0;
				border-top: 1px solid #ddd;
				}
			#content .product ul li img {
				width: 60px;
				height: auto;
				border-top: none;
				}

#content .form-status.success { 
	
}

#content .form-status.error { 
	color: #ff0000;
}

#content div.pagination { 
	clear: both;
	margin: 20px 0 50px 0;
}

#content div.pagination div.viewing { 
	float: left;
	width: 50%;
}

#content div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 50%;
	text-align: right;
}

#content div.pagination ul li { 
	display: inline;
	margin: 0 3px 0 3px;
}

#footer {
	float: left;
	clear: both;
	margin: 10px 0 40px 0; padding: 0;
	width: 750px; height: 41px;
	background: url(/ui/public/image/layout/footer.jpg) no-repeat top left;
	color: #fff;
	font: 12px/14px Arial, Helvetica, sans-serif;
	position: relative;
	}
	
#footer p.copy {
	margin: 0; padding: 0;
	position: absolute;
	top: 15px;
	left: 15px;
	}
	
#footer ul {
	list-style: none;
	margin: 0; padding: 0;
	position: absolute;
	top: 15px; right: 15px;
	}
	
#footer li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url(/ui/public/image/layout/footer-sep.jpg) no-repeat top right;	
	}
	
#footer li.last {
	margin: 0; padding:0;
	background: none;
	}
	
#footer li a {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}
	
#footer li a:hover {
	text-decoration: underline;
	}