/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body {
	background:url(images/tail-body.gif);
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	line-height:1em;
	color:#C7B36E;
	min-width:906px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:"Times New Roman", Times, serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.jpg) center top repeat-x;
}
.tail-middle {
	background:url(images/tail-middle.jpg) repeat center top;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) center bottom repeat-x;
}

/*=========================== FORMS ===========================*/

#contacts-form .form { 
	height:40px;
	width:100%;
	overflow:hidden;
}
#contacts-form .form span {
	display:block;
	width:165px;
	height:29px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#contacts-form .form1 span {
	display:block;
	width:165px;
	height:253px;
	margin-bottom:20px;
	background:url(images/textarea-bg.gif) no-repeat left top;
}
#contacts-form input {
	width:144px; 
	background:none; 
	border:0; 
	vertical-align:top;	
	line-height:1em;
	color:#5f4b39;
	padding-top:5px;
	margin-left:9px;
}
#contacts-form textarea { 
	width:156px; 
	height:248px; 
	overflow:auto;
	background:none;
	border:0;
	color:#5f4b39; 
	padding:5px 0 0 9px;
}

/*========================== LISTS ============================*/

ul, ol { 
	list-style:none;
}

.footer-nav {
	position:absolute;
	left:315px;
	bottom:14px;
}
.footer-nav ul li {
	float:left;
	border-right:1px solid #513d2c;
	padding:0 14px;
}
.footer-nav ul li a {
	color:#513d2c;
	text-decoration:none;
}
.footer-nav ul li a:hover {
	color:#d6b88d;
}
.footer-nav ul li.last {
	border:0;
	padding-right:0;
}

.footer-nav-prices {
	position:absolute;
	margin-left:200px;
	bottom:14px;
}
.footer-nav-prices ul li {
	float:left;
	border-right:1px solid #513d2c;
	padding:0 14px;
}
.footer-nav-prices ul li a {
	color:#513d2c;
	text-decoration:none;
}
.footer-nav-prices ul li a:hover {
	color:#d6b88d;
}
.footer-nav-prices ul li.last {
	border:0;
	padding-right:0;
}

.list {
	margin-left:-11px;
}
.list li {
/*	border-bottom:1px solid #2e2218; */
	padding:0 10px 9px 11px; 
/*	margin-bottom:8px; */
}
.list li a {
	color:#c7b397;
	text-decoration:none;
}
.list li a:hover {
	color:#fff;
}
.list li.last {
	border:0;
	margin:0;
	padding-bottom:0;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	padding-bottom:18px;
}
.list1 li cite {
	font-style:normal;
	line-height:1.27em;
}
.list1 li span {
	display:block;
	text-align:right;
	color:#c7b397;
	padding-top:6px;
}

.list2 {
	width:100%;
	overflow:hidden;
	padding:12px 0 10px 0;
}
.list2 li {
	float:left;
	margin-right:26px;
}
.list2 li a {
	display:block;
	float:left;
	background:#372a1f;
	padding:1px;
	cursor:pointer;
}
.list2 li a strong {
	display:block;
	float:left;
	background:#000;
	padding:1px;
}
.list2 li a:hover {
	background:#c7b397;
}
.list2 li.last {
	margin-right:0;
}

.list3 {
	padding-bottom:10px;
}
.list3 li {
	padding:0 0 5px 16px;
	background:url(images/arrow-right.gif) no-repeat left 3px;
	font-size:1.13em;
}
.list3 li a {
	color:#89785f;
	text-decoration:none;
}
.list3 li a:hover {
	text-decoration:underline;
}

/*========================== OTHER ============================*/

.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:14px;
}
.img-box a {
	display:block;
	float:left;
	background:#372a1f;
	padding:1px;
	cursor:pointer;
}
.img-box a strong {
	display:block;
	float:left;
	background:#000;
	padding:1px;
}
.img-box a:hover {
	background:#c7b397;
}
.img-box span {
	display:block;
	color:#c7b397;
	padding-bottom:15px;
}

p {
	margin-bottom:20px;
	line-height:normal;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
}

dl {
	line-height:1.27em;
	padding-bottom:10px;
}
dl dt {
	color:#c7b397;
}
dl dd {
	margin-bottom:18px;
}

address {
	font-style:normal;
	color:#c7b397;
	line-height:1.27em;
	display:block;
	margin-bottom:40px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#c7b397; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	color:#c7b397;
	font-size:22px;
	line-height:1.2em;
	border-bottom:1px solid #382b20;
	padding-bottom:3px;
	padding-top:5px;
	margin-bottom:12px;
}

h2 {
	color:#c7b397;
	font-size:22px;
	line-height:1.2em;
	border-bottom:1px solid #382b20;
	padding-bottom:7px;
	margin-bottom:12px;
}
h2 span {
	font-size:14px;
	line-height:1.2em;
	position:relative;
	top:-1px;
}
h3 {
	font-size:15px;
	line-height:1.5em;
	color:#c7b397;
	text-transform:uppercase;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:12px;
	color:#c7b397;
}

p.txt1 {
	color:#89785f;
	font-size:1.13em;
	line-height:1.24em;
	margin-bottom:0;
}
.txt2 {
	color:#c7b397;
}
.txt3 {
	color:#d6b88d;
}

.link {
	color:#c7b397;
	text-decoration:none;
}
.link:hover {
	text-decoration:underline;
}

.link1 {
	right:30px;
	bottom:-8px;
}
.link2 {
	right:0;
	bottom:-34px;
}
.link1,
.link2 {
	position:absolute;
	width:43px;
	height:29px;
	background:url(images/link1-bg.png) no-repeat left top;
	text-align:center;
}
.link1 a,
.link2 a {
	color:#d6b88d;
	text-decoration:none;
}
.link1 a span,
.link2 a span {
	display:block;
	padding-top:3px;
}
.link1 a:hover,
.link2 a:hover {
	color:#fff;
}

.link1.left {
	left:26px;
}

/*============================ BOXES ==========================*/

/*--- content-box begin ---*/
.cont-box { 
	width:100%;
	background:url(images/cont-box-tail.png);
	position:relative;
}
.cont-box .border-top { 
	background:url(images/border-top.gif) repeat-x left top;
	width:100%;
}
.cont-box .border-bot { 
	background:url(images/border-bot.gif) repeat-x left bottom;
}
.cont-box .border-left { 
	background:url(images/border-left.gif) repeat-y left top;
}
.cont-box .border-right { 
	background:url(images/border-right.gif) repeat-y right top;
}
.cont-box .left-top-corner {	
	background:url(images/left-top-corner.gif) no-repeat left top;
}
.cont-box .right-top-corner { 
	background:url(images/right-top-corner.gif) no-repeat right top;
}
.cont-box .left-bot-corner {	
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
}
.cont-box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.cont-box .inner { 
	padding:0 26px 0 26px;
}
/*--- content-box end ---*/

.box { 
	width:230px;
	position:relative;
}
.box .tail {
	 background:url(images/box-tail.gif) repeat-y left top;
	 width:100%;
}
.box .tail1 {
	 background:url(images/box1-tail.gif) repeat-y left top;
	 width:100%;
}
.box .top {
	height:48px;
	background:url(images/box1-top.gif) no-repeat left top;
	position:absolute;
	left:0;
	top:-48px;
	width:230px;
}
.box .top h3 {
	padding:11px 0 0 32px;
	margin:0;
}
.box .bot1 { 
	background:url(images/box-bot.png) no-repeat left bottom;
	height:44px;
	width:230px;
	position:absolute;
	left:0;
	bottom:-26px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .bot2 { 
	background:url(images/box1-bot.png) no-repeat left bottom;
	height:29px;
	width:230px;
	position:absolute;
	left:0;
	bottom:-26px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.box .inner1 { 
	padding:0 4px;
}
.box .inner2 { 
	padding:24px 15px 34px 15px;
}

.box1 {
	width:100%;
	background:#1e160f;
}
.box1 .bot {
	background:url(images/box1-bot.gif) no-repeat left bottom;
}
.box1 .inner {
	padding:28px 18px 44px 31px;
}
.box1 h3 {
	text-transform:none;
}

.box2 { 
	width:100%;
	background:#16100b;
	position:relative;
}
.box2 .border-top { 
	background:url(images/border1.gif) repeat-x left top;
	width:100%;
}
.box2 .border-bot { 
	background:url(images/border1.gif) repeat-x left bottom;
}
.box2 .border-left { 
	background:url(images/border2.gif) repeat-y left top;
}
.box2 .border-right { 
	background:url(images/border2.gif) repeat-y right top;
}
.box2 .inner {
	padding:23px 25px 26px 26px;
}

.box3 { 
	width:100%;
	background:#120d09;
	position:relative;
}
.box3 .border-top { 
	background:url(images/border1.gif) repeat-x left top;
	width:100%;
}
.box3 .border-bot { 
	background:url(images/border1.gif) repeat-x left bottom;
}
.box3 .border-left { 
	background:url(images/border2.gif) repeat-y left top;
}
.box3 .border-right { 
	background:url(images/border2.gif) repeat-y right top;
}
.box3 .inner {
	padding:23px 25px 26px 26px;
	text-align: center;
}

/*========================== HEADER ===========================*/

#header .menu {
	position:absolute;
	left:-37px;
	top:20px;
	z-index:2;
}

#header .flash {
	position:absolute;
	left:-37px;
	top:129px;
}

/*========================= CONTENT ===========================*/

#content {
	padding:15px 0 46px 0;
}
#content .indent {
	padding-top:34px;
}
#content .indent1 {
	margin-bottom:20px;
}
#content .indent2 {
	padding-bottom:69px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#725a45;
	padding:14px 0 0 30px;
}
#footer p a {
	color:#c7b397;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}

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