﻿body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#393939;
	background:url('i/fbg.jpg') top center;
}

/* header */
.header-wrapper {
	background:url('i/hbg.jpg') top center repeat-x;
}

.header {
	position:relative;
	height:330px;
	width:1000px;
	margin:0 auto;
	background:url('i/h.jpg') no-repeat 0 0;
}

.logo {
	position:absolute;
	left:5px;
	top:6px;
}

.shipping {
	position:absolute;
	right:10px;
	top:15px;
}

.hblock {
	text-align:center;
	width:400px;
	position:absolute;
	left:30px;
	top:110px;
	height:200px;
}

.hblock .purchase {
	display:block;
	text-transform:uppercase;
	font-size:30px;
	color:#17181c;
	text-shadow:1px 1px 1px #fff;
}

.hblock .save {
	color:#fb6400;
	font-size:60px;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	
}
.hblock .btn {
	margin:0 0 0 0;
}
.hblock .btn a, .footer .btn a {
	display:block;
	width:252px;
	position:relative;
	height:57px;
	text-decoration:none;
	background:url('i/btn.png');
	margin:0 auto;
}

.hblock .btn a span, .footer .btn a span {
	display:block;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	width:257px;
	color:#fff;
	position:absolute;
	left:0;
	top:9px;
}

.hblock .btn a em,.footer .btn a em {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	width:257px;
	text-transform:lowercase;
	color:#522907;
	text-shadow:1px 0px 0px #fbf9f9;
	position:absolute;
	left:0;
	top:30px;
}

/* logos */
.logos-wrapper {
	background:url('i/lbg.png') center top;
	padding:8px 0;
}

.logos {
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.logos img {
	
}

/* content */
.content-wrapper {
	background:url('i/cbg.jpg') top center;
	padding:40px 0 40px 0;
}
.content {
	width:1000px;
	margin:0 auto;
}

.content .bheader {
	font-size:26px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000;
	font-weight:bold;
	border-bottom:1px dotted #a8a8a8;
	padding:0 0 10px 0;
	text-transform:uppercase;
	margin:0 0 30px 0;
}

.dblock {
	float:left;
	width:470px;
	margin:0 20px 0 0
}
.dblock p {
	margin:0 30px 0 60px;
}
.clear {
	clear:both;
}
.one, .two, .three, .four {
	background-image:url('i/digits.png');
	background-repeat:no-repeat;
}

.one {	background-position:15px 0; }
.two {	background-position:-600px 0; }
.three {	background-position:-1183px 0; }
.four {	background-position:-1861px 0; }

/* footer */
.footer {
	margin:0 auto;
	width:1000px;
}

.comment {
	float:left;
	margin:15px 0 0 0;
}

.comment .avatar {
	float:left;
	margin: 0 10px 0 0;
}

.comment .quote {
	width:300px;
	float:left;
	background:url('i/q1.png') top left no-repeat;
}

.comment .quote .inner {
	background:url('i/q2.png') bottom right no-repeat;
	color:#a7a7a7;
	font-style:italic;
	padding:0 20px 5px 25px;
	line-height:120%;
}

.footer .btn {
	position:relative;
	float:right;
	margin:0 65px 0 0;
	width:360px;
	text-align:center;
	height:99px;
}
.footer .btn a {
	position:absolute;
	left:0;
	top:25px;
	z-index:1000;
}
.footer .btn .pack {
	position:absolute;
	right:0;
	bottom:0;
	z-index:20;
}























