/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body { 
	background:url(images/tail-body.gif) repeat-x left top #4d2607; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#595959; 
	min-width:990px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-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 =========================*/

.header-bg {
	background:url(images/header-bg.png) no-repeat center top;
}

/*=========================== FORMS ===========================*/

#contacts-form .form { 
	height:37px;
}
#contacts-form input {
	width:228px; 
	padding:4px 0 4px 3px; 
	background:#b4ac96;
	color:#fff; 
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:228px; 
	height:308px; 
	overflow:auto;
	background:#b4ac96; 
	color:#fff;
	border:0; 
	padding:4px 0 0 3px;
	margin-bottom:23px;
}
#contacts-form a {
	float:right;
	margin-left:16px;
}

/*========================== LISTS ============================*/

ul, ol { 
	list-style:none;
}

.nav-box ul {
	width:100%;
	overflow:hidden;
	padding-top:16px;
}
.nav-box ul li {
	float:left;
	font-size:18px;
	line-height:1.2em;
	padding:0 35px;
	background:url(images/divider.gif) no-repeat right 5px;
}
.nav-box ul li a {
	color:#fff;
	text-decoration:none;
}
.nav-box ul li a:hover,
.nav-box ul li a.act {
	color:#f9e6bf;
}
.nav-box ul li.last {
	background:none;
}

.list li {
	padding:0 0 7px 15px;
	background:url(images/arrow-right2.gif) no-repeat left 6px;
}
.list li strong {
	text-transform:uppercase;
}
.list li.alt {
	padding-bottom:32px;
}
.list li.last {
	padding-bottom:0;
}

.list1 {
	width:100%;
	overflow:hidden;
	margin-top:-33px;
	padding-bottom:14px;
}
.list1 li {
	padding:23px 0 0 9px;
	float:left;
	width:271px;
	margin-right:50px;
}
.list1 li span.image {
	display:block;
	background:url(images/img-wrapper.gif) no-repeat left top;
	padding:5px;
	margin:0 0 18px -9px;
}
.list1 li span.extra {
	display:block;
	float:left;
	color:#fff;
	height:19px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:.77em;
	background:url(images/extra-line.gif) no-repeat left top #be0e00;
	margin-right:2px;
}
.list1 li span em {
	font-style:normal;
	display:block;
	background:url(images/extra-line.gif) no-repeat right top;
	padding:2px 8px 1px 8px;
}
.list1 li .address1 {
	background:url(images/extra-line1.gif) no-repeat left top #a64436;
}
.list1 li .address1 span {
	background:url(images/extra-line1.gif) no-repeat right top;
}
.list1 li .address2 {
	background:url(images/extra-line2.gif) no-repeat left top #80853f;
}
.list1 li .address2 span {
	background:url(images/extra-line2.gif) no-repeat right top;
}
.list1 li .address1,
.list1 li .address2 {
	color:#fff5e0;
	font-size:.77em;
	text-transform:uppercase;
	text-decoration:none;
	height:19px;
	overflow:hidden;
	display:block;
	float:left;
}
.list1 li .address1 span,
.list1 li .address2 span {
	display:block;
	padding:2px 8px 1px 8px;
}
.list1 li .address1:hover,
.list1 li .address2:hover {
	text-decoration:underline;
}
.list1 li p {
	width:100%;
	overflow:hidden;
	padding-top:9px;
	margin-bottom:9px;
}
.list1 li.alt {
	margin-right:0;
}

.list2 {
	margin-top:-15px;
}
.list2 li {
	padding:15px 30px 0 36px;
}
.list2 li img {
	display:block;
	margin:0 -30px 10px -36px;
}
.list2 li cite {
	display:block;
	font-style:normal;
	line-height:1.42em;
}

.list3 {
	padding-top:23px;
	width:100%;
	overflow:hidden;
}
.list3 li {
	float:left;
	margin-right:14px;
}
.list3 li a {
	display:block;
	float:left;
	background:url(images/img-wrapper.gif) no-repeat left top;
	padding:5px;
}
.list3 li.alt {
	margin-right:0;
}

/*========================== OTHER ============================*/

.img-box {
	background:url(images/img-wrapper1.gif) no-repeat left top;
	padding:5px;
	margin-bottom:23px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:20px;
	line-height:1.42em;
}

dl {
	line-height:1.42em;
	margin-bottom:-15px;
}
dl dd {
	margin-bottom:15px;
}

.phone { 
	float:right; 
	margin-right:14px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#8b593d; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:36px;
	line-height:1.2em;
	color:#5a5440;
	border-bottom:1px solid #b4ac96;
	padding:0 0 13px 13px;
	margin-bottom:28px;
	font-weight:normal;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:2.83em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:12px;
}

p.txt1 {
	line-height:1.67em;
}

.link1 {
	padding:2px 19px 2px 18px;
	background:url(images/arrow-right1.gif) no-repeat 10px 8px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #837c64;
	display:block;
	float:left;
}
.link1:hover {
	border:1px solid #fff;
}

.link2 {
	padding:2px 19px 2px 18px;
	background:url(images/arrow-right3.gif) no-repeat 10px 8px;
	color:#988a77;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #d5c6b0;
	display:block;
	float:left;
}
.link2:hover {
	border:1px solid #846940;
	color:#846940;
}

.link3 {
	background:url(images/line-hor.gif) repeat-x left top;
	height:43px;
}
.link3 a {
	display:block;
	float:left;
	color:#756f5b;
	padding:12px 0 15px 0;
	text-decoration:none;
}
.link3 a.fright {
	float:right;
}
.link3 a span {
	display:block;
	padding-left:20px;
	background:url(images/arrow-right4.gif) no-repeat left 4px;
}
.link3 a:hover {
	text-decoration:underline;
}

/*============================ BOXES ==========================*/

/*--- nav-box ---*/
.nav-box {
	width:100%;
	background:url(images/nav-tail.gif) repeat-x left top;
}
.nav-box .left {
	background:url(images/nav-left.gif) no-repeat left top;
}
.nav-box .right {
	height:53px;
	background:url(images/nav-right.gif) no-repeat right top;
}

/*--- main-box ---*/
.main-box {
	width:100%;
	overflow:hidden;
	background:url(images/main-box-tail1.png) repeat-y center top;
}
.main-box .top {
	background:url(images/main-box-top.jpg) no-repeat center top;
	width:100%;
}
.main-box .bot {
	background:url(images/main-box-bot.jpg) no-repeat center bottom;
}
.main-box .tail {
	background:url(images/main-box-tail2.jpg) repeat-y center 1092px;
}

/*--- content-box ---*/
.cont-box { 
	background:#f7edd7;
	width:100%;
}
.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;
	min-height:928px;
	height:auto!important;
	height:928px;

}
.cont-box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.cont-box .inner {
	padding-bottom:20px;
}
.cont-box .inner1 {
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
}
/*--- ---*/

.box {
	width:100%;
	background:url(images/box-tail.jpg) repeat-x left top;
}
.box .left {
	background:url(images/box-left.jpg) no-repeat left top;
}
.box .right {
	height:206px;
	overflow:hidden;
	background:url(images/box-right.jpg) no-repeat right top;
}
.box .inner {
	padding:28px 28px 0 160px;
}
.box p {
	color:#b9b093;
	line-height:1.5em;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:168px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding:111px 0 0 124px;
}
#header .row-1 .fright {
	padding:121px 128px 0 0;
}
#header .row-1 .fright ul li {
	float:left;
	border-right:1px solid #65482a;
	line-height:1em;
	padding:0 20px;
}
#header .row-1 .fright ul li a {
	color:#65482a;
}
#header .row-1 .fright ul li a.act {
	color:#8a541c;
	font-weight:bold;
	background:url(images/arrow-right.gif) no-repeat left 4px;
	padding-left:9px;
}
#header .row-1 .fright ul li a.act:hover {
	text-decoration:underline;
}
#header .row-1 .fright ul li.last {
	border:0;
}
#header .row-2 {
	padding:0 91px 0 89px;
}

/*========================= CONTENT ===========================*/

#content .indent {
	padding:15px 26px 0 19px;
}
#content .indent1 {
	padding:0 10px 0 44px;
}
#content .indent2 {
	padding-bottom:60px;
}
#content .indent3 {
	padding-right:24px;
	padding-left:28px;
}
#content .indent4 {
	padding-bottom:40px;
}
#content .indent5 {
	padding-bottom:10px;
}
#content .indent6 {
	padding-left:9px;
}

/*========================= FOOTER ============================*/

#footer p {
	color:#5e2901;
	padding:22px 0 0 124px;
}
#footer p a {
	color:#5e2901;
}

/*=============================================================*/