* { border: 0px; margin: 0px; padding: 0px; }
ul, ol, dt { list-style-type: none; }
img { vertical-align: middle; }

body {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #242224;
}
a {
	cursor: pointer;
	color: #242224;
	outline: 0;
	text-decoration: none;
}
#page {
	margin: 0px auto;
	padding: 50px 0px;
	width: 998px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 5px;
}
h4 {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: underline;
}
h1.logo {
	height: 88px;
	margin: 0px auto 30px;
	width: 127px;
}
h1.banner {
	background: url(../img/bkg-banner.jpg) left top no-repeat;
	height: 241px;
	line-height: 241px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	width: 1000px;
}
h1.banner1 {
	background: url(../img/bkg-banner.jpg) left top no-repeat;
	height: 51px;
	color: #fff;
	font-size: 30px;
	padding: 190px 0px 0px 30px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 970px;
}
#navigation {
	text-align: center;
	height: 50px;
}
#navigation a {
	color: #353435;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}
#navigation a.last {
	margin-right: 0px;
}
#navigation a:hover,
#navigation a.active {
	background: url(../img/dotg.png) center bottom no-repeat;
	padding-bottom: 8px;
}

#header {
	padding-bottom: 25px;
}
#presentation {
	border-bottom: 2px solid #444646;
	border-top: 2px solid #444646;
	margin-bottom: 20px;
	padding: 15px 20px;
}

#wrap {
	overflow: hidden;
	padding-bottom: 50px;
}
#submenu {
	float: left;
	width: 125px;
}
#submenu li {
	background: url(../img/arrow-down.png) 103px 27px no-repeat;
	padding: 6px 0px 0px 17px;
	border-bottom: 2px solid #444646;
	height: 35px;
	font-style: italic;
}
#submenu li a {
	color: #242242;
}

#sidebar {
	float: left;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar li a {
	color: #5f5f60;
	padding-left: 10px;
}
#sidebar li a:hover,
#sidebar li a.active {
	background: url(../img/dotb.png) left center no-repeat;
	color: #000;
}

#main {
	float: right;
	width: 875px;
}

p.intro {
	border-top: 1px solid #040707;
	border-bottom: 1px solid #040707;
	padding: 15px 20px;
	color: #040707;
	margin-bottom: 30px;
	font-size: 14px;
}

.pagination {
	text-align: right;
	margin-bottom: 20px;
	overflow: hidden;
}
.pagination ul {
	float: right;
}
.pagination li {
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 12px;
}
.pagination a {
	color: #030303;
}
.pagination li.all-holder {
	margin-left: 25px;
}
.pagination .next-holder {
	border-left: 2px solid #6d6d6d;
	padding-left: 10px;	
}
.pagination .prev-holder {
	border-right: 2px solid #6d6d6d;
	padding-right: 10px;	
}

.products {
	overflow: hidden;
}
.products li {
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	width: 165px;
}
.products li.last {
	margin-right: 0px;
}
.products li a,
.products li span,
#product .featured-products a,
#product .featured-products span,
.wrap-cart .details span {
	color: #333133;
	display: block;
	text-align: center;
	font-size: 12px;
}
.products li span.name,
#product .featured-products span.name,
.wrap-cart .details span.name {
	padding-top: 3px;
	line-height: 14px;
}
.products li span.desc,
#product .featured-products span.desc,
.wrap-cart .details span.desc {
	color: #8a8b8e;
	font-size: 10px;
	font-style: italic;
}
.products li span.price,
#product .featured-products span.price,
.wrap-cart .details span.price {
	font-style: italic;
	font-size: 10px;
}
#content {
	height: auto !important;
	min-height: 600px;
	height: 600px;
	padding-bottom: 50px;
}

#carousel {
	margin-bottom: 5px;
	position: relative;
}
#carousel ul {
	width: 1000px;
	height: 365px;
}
#carousel ul li {
	width: 1000px;
	height: 365px;
}
#carousel .jcarousel-container,
#carousel .jcarousel-clip {
	width: 1000px;
	height: 365px;
}

.homepage .jcarousel-control {
	overflow: hidden;
	position: absolute;
	bottom: -15px;
	right: -10px;
}
.homepage .jcarousel-control a {
	background: url(../img/dotg.png) left top no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
	height: 6px;
	text-indent: -2000px;
	width: 5px;
}
.homepage .jcarousel-control a:hover,
.homepage .jcarousel-control a.active {
	background: url(../img/dotb.png) left top no-repeat;
}

.quote {
	font-weight: bold;
	font-size: 12px;
	margin: 0px auto;
	text-align: center;
}

#product {
	overflow: hidden;
}
#product .action {
	float: left;
	width: 140px;
}
#product .action li {
	border-bottom: 1px solid #58585a;
	font-style: italic;
	padding-left: 18px;
}
#product .action li.buy-holder {
	padding-left: 0px;
}
#product .action a {
	color: #060606;
	display: block;
	padding-bottom: 20px;
}
#product .action a.buy {
	color: #fff;
	background: #8f0202;
	font-size: 18px;
	text-align: center;
	padding: 0px;
}
#product .action a.mail {
	background: url(../img/mail.png) 90px 21px no-repeat;
}
#product .action a.share {
	background: url(../img/arrow-right.png) 100px 19px no-repeat;
}
#product .action .qnt {
	cursor: pointer;
	position: relative;
	padding-bottom: 20px;
	background: url(../img/arrow-down.png) 100px 19px no-repeat;
}
#product .action .qnt dl {
	background: #fff;
	display: none;
	position: absolute;
	top: 19px;
	right: 27px;
	width: 30px;
	border: 1px solid #58585A;
	border-top: 0px;
	text-align: center;
}
#product .action .qnt dt:hover {
	background: #58585A;
	color: #fff;
}

#product { margin-bottom: 100px; }
#product .photos {
	float: right;
	width: 840px;
	overflow: hidden;
}
#product .photos .photo {
	float: left;
	text-align: center;
	width: 483px;
}
#product .photos .photo .photo-holder {
	margin-bottom: 10px;
}
#product .gallery {
	float: right;
	width: 352px;
	overflow: hidden;
}
#product .gallery .info {
	border-bottom: 1px solid #3a3c3c;
	padding: 5px 0px;
	margin-left: 15px;
	margin-bottom: 30px;
}
#product .info h1 {
	font-weight: normal;
	text-transform: uppercase;
}
#product .info h2 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
}
#product .info p.price {
	font-size: 22px;
	color: #902141;
}
#product .tabs {
	overflow: hidden;
	border-bottom: 1px solid #3a3c3c;
	padding-bottom: 10px;
}
#product .tabs li {
	float: right;
	font-size: 24px;
}
#product .tabs a {
	display: block;
	color: #242224;
	padding: 0px 20px;
}
#product .tabs .active a {
	background: #a7a9ac;
	color: #fff;
}
#product .tabs li.first {
	float: left;
}
#product h3 {
	margin: 15px 0px;
	float: left;
	color: #525454;
	border-bottom: 1px solid #525454;
	font-weight: normal;
	font-size: 12px;
	min-width : 100px;
	margin-left: 15px;
}
#product #gallery,
#product .featured-products ul {
	clear: both;
	overflow: hidden;
	height: 237px;
	width: 322px;
}
#product .jcarousel-container {
	padding: 0px 13px;
	clear: both;
	height: 237px;
	width: 322px;
}
#product .jcarousel-clip {
	height: 237px;
	width: 322px;
}
#product .jcarousel-prev {
	display: block;
	background: url(../img/carbtns.png) left top no-repeat;
	width: 13px;
	left: 0px;
	height: 44px;
	top: 92px;
	position: absolute;
	cursor: pointer;
}
#product .jcarousel-next {
	display: block;
	background: url(../img/carbtns.png) -13px top no-repeat;
	width: 13px;
	right: 0px;
	height: 44px;
	top: 92px;
	position: absolute;
	cursor: pointer;
}
#product .jcarousel-prev-disabled {
	background: none;
	cursor: default;
}
#product .jcarousel-next-disabled {
	background: none;
	cursor: default;
}
#product #gallery li,
#product .featured-products li {
	float: left;
	margin-right: 3px;
	width: 158px;
}

.wrap-cart .help {
	font-size: 14px;
	height: 45px;
	margin-bottom: 30px;
	border-bottom: 1px solid #040707;
}
.wrap-cart .help .row1 {
	padding-left: 5px;
	margin-bottom: 3px;
}
.wrap-cart .help ul a {
	color: #242224;
}
.wrap-cart .help ul li:first-child {
	background: #a7a9ac;
}
.wrap-cart .help ul li {
	float: left;
	padding: 1px 5px;
	margin-right: 20px;
	position: relative;
}
.wrap-cart .help .panel {
	border: 1px solid #242224;
	display: none;
	background: #fff;
	position: absolute;
	padding: 5px;
	cursor: pointer;
	width: 180px;
	overflow: hidden;
}
.wrap-cart .help ul li:hover .panel {
	display: block;
}

.wrap-cart table {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
.wrap-cart .details {
	float: left;
	margin-right: 20px;
}
.wrap-cart .details span {
	width: 135px;
}
.wrap-cart table td {
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #040707;
}
.wrap-cart table th {
	font-size: 14px;
	font-weight: normal;
}
.wrap-cart table th.col4 {
	width: 300px;
}
.wrap-cart table th.col5 {
	width: 150px;
}
.wrap-cart table td:first-child {
	text-align: left;
}
.wrap-cart table form {
	float: left;
	font-size: 14px;
	margin-top: 210px;
	padding-left: 50px;
}
.wrap-cart table form a {
	color: #242224;
}
.wrap-cart table form a.action {
	margin-right: 40px;
}
.wrap-cart .total {
	overflow: hidden;
	margin: 0px 0px 5px auto;
	width: 340px;
}
.wrap-cart .total span {
	font-size: 22px;
	line-height: 22px;
}
.wrap-cart .total span.value {
	color: #58585a;
	font-size: 20px;
	float: right;
}
.wrap-cart .total span.word {
	float: left;
	color: #902141;
}
.wrap-cart .command-form {
	overflow: hidden;
}
.wrap-cart .command-form .col1 {
	float: left;
	width: 490px;
}
.wrap-cart .command-form .col2 {
	float: right;
	width: 340px;
	text-align: center;
}
.wrap-cart .command-form .submit {
	display: block;
	background: #000;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
p.error-alert {
	display: none;
	font-style: italic;
	margin-bottom: 3px;
} 

form .formfield {
	overflow: hidden;
	margin-bottom: 3px;
	
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
form .formfield label {
	float: left;
	font-style: italic;
	display: block;
	width: 175px;
}
form .formfield input {
	float: right;
	border: 1px solid #474747;
	padding: 2px;
	font-size: 11px;
	width: 307px;
}
form .formfield textarea {
	float: right;
	border: 1px solid #474747;
	padding: 2px;
	font-size: 11px;
	font-family: Trebuchet MS;
/*	resize: none; */
	overflow: auto;
	width: 307px;
	height: 80px;
}

.wrap-contact {
	padding: 0px 20px 0px 125px;
	overflow: hidden;
}
.wrap-contact #eq-column1 {
	float: left;
	width: 505px;
}
.wrap-contact #eq-column2 {
	float: right;
	width: 325px;
}
.wrap-contact form .submit {
	display: block;
	width: 150px;
	background: #58585a;
	color: #fff;
	font-size: 18px;
	margin: 10px 0px 10px auto;
	font-style: italic;
	text-align: center;
}

.articles li {
	border-top: 1px solid #040707;
	padding: 20px 0px;
	clear: both;
}
.articles li h2 {
	margin-bottom: 10px;
}
.articles li p {
	overflow: hidden;
}
.articles li p a {
	text-decoration: underline;
}
.articles li p a:hover {
	text-decoration: none;
}
.articles li img {
	float: left;
	margin-right: 10px;
}
.articles li span {
	display: block;
	float: left;
	width: 709px;
}
.articles .read-more {
	display: block;
	margin: 0px auto 0px 156px;
	width: 110px;
}

#footer {
	border-bottom: 2px solid #040707;
	height: 25px;
	position: relative;
}
#footer .menu {
	text-align: center;
	padding-left: 75px;
}
#footer .menu a:hover,
#footer .menu a.active {
	background: url(../img/dotg.png) center top no-repeat;
	margin-top: -8px;
	padding-top: 8px;
}
#footer form {
	position: absolute;
	overflow: hidden;
	top: -22px;
	left: 0px;
}
#footer form label {
	display: block;
	margin-bottom: 3px;
	font-style: italic;
}
#footer form input.text {
	float: left;
	border: 1px solid #000;
	margin-right: 13px;
	padding: 1px 2px;
	width: 165px;
}
#footer form input.submit {
	float: left;
	font-style: italic;
	font-size: 13px;
	background: none;
}
#footer ul {
	position: absolute;
	top: -3px;
	right: -5px;
}
#footer ul li {
	float: left;
	height: 25px;
	margin-right: 5px;
	width: 25px;
}
#footer ul li a {
	display: block;
	height: 25px;
	width: 25px;
}
#footer a {
	color: #353435;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}

#copyright {
	font-size: 10px;
	text-align: right;
}

#prod-options {
	width: 140px;
	float: left;
}

.categories-list {
	overflow: hidden;
}
.categories-list li {
	float: left;
	height: 238px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 158px;
}
.categories-list li.last { margin: 0px; }
.categories-list a {
	display: block;
	height: 238px;
	width: 158px;
}
