* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
html {
	min-width:990px;
}
body {
	background:url(/img/top-tail.jpg) center top repeat-x #48220f;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#70635b;
}
input, select, textarea {
	font-family:Arial, sans-serif;
	font-size:1em;
}
input, select {
	vertical-align:middle;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
}
/*=====GLOBAL======*/
#header, #content, #footer {
	position:relative;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:990px;
	margin:0 auto;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
p {
	margin-bottom:14px;
}
/*==================list====================*/
ul {
	list-style:none;
}
ul li {
	padding-bottom:14px;
}
/*==================other====================*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:16px;
}
.p3 {
	margin-bottom:24px;
}
/*==================txt, links, lines, titles====================*/
a {
	color:#9f5827;
	outline:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	background:url(/img/logo.png) no-repeat left top;
	padding:8px 0 10px 66px;
	font-family:Arial, sans-serif;
	font-size:40px;
	line-height:1em;
}
h1 a {
	display:block;
	text-decoration:none;
	color:#ffe7be;
	padding-bottom:6px;
}
h1 span {
	display:block;
	font-size:14px;
	line-height:1.1em;
	color:#ffd26e;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h2 {
	font-family:Arial, sans-serif;
	font-size:3em;
	line-height:1em;
	color:#9f5827;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:12px;
}
h3 {
	font-family:Arial, sans-serif;
	font-size:2.08em;
	line-height:1em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#9f5827;
	margin-bottom:22px;
}
h4 {
	font-family:Arial, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:normal;
}
h5 {
	font-size:1em;
	color:#9f5827;
	margin-bottom:4px;
}
h5 a {
	text-decoration:none;
}
h5 a:hover {
	text-decoration:underline;
}
h6 {
	font-size:.91em;
}
/*==================boxes====================*/
.box {
	width:100%;
}
.box.alt {
	margin-bottom:15px;
}
.box .left-top-corner {
	background:url(/img/left-top-corner.png) no-repeat left top;
	padding-left:18px;
}
.box .right-top-corner {
	background:url(/img/right-top-corner.png) no-repeat right top;
	padding-right:1px;
}
.box .border-top {
	background:url(/img/border-top.png) left top repeat-x;
	height:18px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .border-left {
	background:url(/img/border-side.png) left top repeat-y;
	padding-left:1px;
}
.box .border-right {
	background:url(/img/border-side.png) right top repeat-y;
	padding-right:1px;
}
.box .left-bot-corner {
	background:url(/img/left-bot-corner.png) no-repeat left top;
	padding-left:1px;
}
.box .right-bot-corner {
	background:url(/img/right-bot-corner.png) no-repeat right top;
	padding-right:18px;
}
.box .border-bot {
	background:url(/img/border-bot.png) left top repeat-x;
	height:18px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .inner {
	padding:10px 40px 15px 40px;
	background:url(/img/box-bg.png) left top;
}
/*header*/
#header {
	height:233px;
	background:url(/img/header-bg.jpg) no-repeat center top;
}
#header .logo {
	float:left;
	padding:46px 0 0 70px;
}
#header .top-links {
	float:right;
	padding:97px 47px 0 0;
}
#header .top-links li {
	float:left;
}
#header .top-links li a {
	background:url(/img/divider.gif) no-repeat left 8px;
	padding:0 15px 10px 12px;
}
#header .top-links li a.first {
	background:none;
}
#header .nav {
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:1.5em;
	position:absolute;
	top:170px;
	width:990px;
}
#header .nav li {
	display:inline;
}
#header .nav li a {
	color:#ffe7be;
	text-decoration:none;
	text-transform:uppercase;
	border-left:1px solid #9a705b;
	padding:0 10px;
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;
}
#header .nav li a:hover {
	color:#ffd26e;
}
#header .nav li a.current {
	color:#ffd26e;
}
#header .nav li a.first {
	border:none;
}
/*content*/
#content {
	background:url(/img/content-bg.jpg) no-repeat center -1px #fff;
	width:100%;
}
#content .inside {
	padding:30px 43px 40px 381px;
}
#content dl dt {
	font-weight:bold;
	margin-bottom:4px;
}
#content dl dd {
	padding-bottom:14px;
}
#content .special {
	position:relative;
	margin-bottom:-20px;
}
#content .special.fright {
	float:right;
	margin-left:35px;
}
#content .special dt {
	font-family:Arial, sans-serif;
	font-size:1.5em;
	line-height:1.1em;
	color:#9f5827;
	text-transform:uppercase;
	margin-bottom:19px;
	font-weight:normal;
}
#content .special dd {
	background:url(/img/img-wrapper1.png) no-repeat left top;
	width:108px;
	height:90px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:0;
}
#content .special dd img {
	position:absolute;
	top:6px;
	left:6px;
}
#content .special dd span {
	position:absolute;
	bottom:3px;
	right:16px;
	font-weight:bold;
	font-size:.91em;
	color:#9f5827;
}
#content ul {
	padding-bottom:15px;
	margin:0;
}
#content ul li {
	font-weight:bold;
	padding-bottom:6px;
}
#content ul li ul {
	padding:8px 0 0 12px;
}
#content .items-list {
	padding-bottom:0;
}
#content .items-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	font-weight:normal;
}
#content .items-list li img {
	float:left;
	margin-right:20px;
	padding: 6px 6px 18px 6px;
	background: transparent url(/img/img-wrapper2.gif) no-repeat scroll 0 0;
}

#content .items-list li img.p-a-p {
	background: transparent url(/img/img-wrapper1.png) no-repeat scroll 0 0;
}
#content .items-list li .price {
	left:-70px;
	position:relative;
	top:74px;
	font-weight:bold;
	font-size:10px;
	color:#9f5827;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	height: 1px;
}
#content .items-list li .details {float: right;}
#content .items-list li p {
	margin-bottom:7px;
}

#content .items-list li a {
	font-weight: bold;
}
/*==================forms====================*/
#contacts-form {
	clear:right;
	width:100%;
	overflow:hidden;
	padding:15px 0 0 0;
}
#contacts-form fieldset {
	border:none;
	float:left;
}
#contacts-form .field {
	clear:both;
}
#contacts-form label {
	float:left;
	width:97px;
	line-height:18px;
	padding-bottom:8px;
	font-weight:bold;
	color:#9f5827;
}
#contacts-form input {
	width:170px;
	padding:1px 0 1px 3px;
	background:url(/img/png-bg.png) left top;
	border:1px solid #c2afa3;
	color:#70635b;
}
#contacts-form textarea {
	width:376px;
	height:252px;
	padding:1px 0 1px 3px;
	background:url(/img/png-bg.png) left top;
	border:1px solid #c2afa3;
	color:#70635b;
	margin-bottom:15px;
	overflow:auto;
}
/*footer*/
#footer {
	color:#ffe7be;
	height:95px;
	background:url(/img/footer-bg.gif) left top repeat-x;
}
#footer .indent {
	padding:37px 40px 20px 73px;
}
#footer a {
	color:#ffd26e;
}
#footer img {
	position:relative;
	top:-4px;
}

/*==========================================*/

.adsense {margin: 0 -8px;}

