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

* { 
	margin:0; 
	padding:0;
}

body { 
	background:url(../../templates/images/tail-top.png) repeat-x left top #f3f0e2; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#646060; 
	min-width:970px;
	padding-top:25px;
}

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%;
}

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

#search-form {
	position:absolute;
	left:13px;
	top:312px;
}
#search-form div {
	width:100%;
	overflow:hidden;
}
#search-form input {
	background:none;
	border:0;
	line-height:1.08em;
	vertical-align:top;
	padding-top:30px;
	width:135px;
}
#search-form span {
	height:48px;
	width:176px;
	display:block;
	float:left;
	background:url(../../templates/images/input-bg.png) no-repeat left bottom;
}
#search-form em {
	display:block;
	font-style:normal;
	padding-left:35px;
}
#search-form i {
	font-size:15px;
	line-height:2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	width:98px;
	height:37px;
	background:url(../../templates/images/link-bg.png) no-repeat left top;
}
#search-form i b {
	display:block;
	padding:11px 0px 0px 16px;
}
#search-form a:hover {
	color:#384503;
}

/*-----------------------*/

#contacts-form .form { 
	height:35px;
	width:187px;
	background:url(../../templates/images/input-bg1.gif) no-repeat left top;
}
#contacts-form .form1 {
	background:url(../../templates/images/textarea-bg.gif) no-repeat left top;
	width:187px;
	height:111px;
}
#contacts-form input {
	width:168px;
	padding-top:5px; 
	background:none; 
	border:0; 
	vertical-align:top;	
	line-height:1.08em;
	color:#646060;
	margin-left:10px;
}
#contacts-form textarea { 
	width:177px; 
	height:106px; 
	overflow:auto;
	background:none; 
	border:0; 
	color:#646060;
	padding:5px 0 0 10px;
}

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

ul, 
ol { 
	list-style:none;
}

.site-nav {
	position:absolute;
	left:300px;
	top:20;
	width:670px;
	background:url(../../templates/images/nav-tail.png) repeat-x left top;
}
.site-nav ul {
	height:131px;
	padding-left:29px;
	background:url(../../templates/images/nav-right.png) no-repeat right top;
}
.site-nav ul li {
	font-size:13px;
	line-height:1.2em;
	letter-spacing:-1px;
	float:left;
	text-transform:uppercase;
	margin-right:1px;
}
.site-nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
}
.site-nav ul li a b {
	display:block;
	padding:46px 19px 25px 18px;
}
.site-nav ul li a:hover,
.site-nav ul li a.act {
	background:url(../../templates/images/nav-act.gif) repeat-x left 26px;
}
.site-nav ul li.last a:hover b,
.site-nav ul li.last a.act b {
	background:url(../../templates/images/nav-act-right.gif) no-repeat right top;
}

.banner-list {
	position:absolute;
	left:308px;
	bottom:63px;
	height:103px;
	background:url(../../templates/images/banner-tail.gif) repeat-x left 18px;
}
.banner-list ul li {
	float:left;
	background:url(../../templates/images/divider.gif) no-repeat right 25px;
	padding-right:1px;
	width:157px;
}
.banner-list ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
.banner-list ul li a span {
	background-repeat:no-repeat;
	background-position:10px 30px;
	display:block;
	padding:33px 0 40px 68px;
	position:relative;
}
.banner-list ul li a em {
	display:block;
	font-style:normal;
}
.banner-list ul li.m1 a span {
	background-image:url(../../templates/images/icon1.png);
}
.banner-list ul li.m2 a span {
	background-image:url(../../templates/images/icon2.png);
}
.banner-list ul li.m3 a span {
	background-image:url(../../templates/images/icon3.png);
}
.banner-list ul li.m4 a span {
	background-image:url(../../templates/images/icon4.png);
}
.banner-list ul li.first a em {
	background:url(../../templates/images/banner-left.gif) no-repeat left top;
}
.banner-list ul li a:hover {
	color:#836c54;
	background:url(../../templates/images/banner-act.gif) repeat-x left 18px;
}
.banner-list ul li.m1 a:hover em {
	background:url(../../templates/images/banner-act-left.gif) no-repeat left top;
}
.banner-list ul li.last {
	background:none;
	padding-right:0;
}
.banner-list ul li.last a em {
	background:url(../../templates/images/banner-right.gif) no-repeat right 18px;
}
.banner-list ul li.last a:hover em {
	background:url(../../templates/images/banner-act-right.gif) no-repeat right 18px;
}

.header-bottom {
	position:absolute;
	right:0px;
	bottom:-5px;
	height:103px;
	min-width: 692px;
	background:url(../../templates/images/header-bottom.png) no-repeat right 0px;
}

.list {
	padding-bottom:30px;
	width:100%;
} 
.list.alt {
	padding-bottom:20px;
}
.list li {
	background:url(../../templates/images/line-hor.gif) repeat-x left bottom;
	padding-bottom:7px;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list li span {
	display:block;
	padding-left:10px;
	background:url(../../templates/images/marker.gif) no-repeat left 3px;
}
.list li a {
	text-decoration:none;
}
.list li a:hover {
	color:#4b3f02;
}
.list li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.list1 li {
	color:#fff;
	background:url(../../templates/images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list1 li b {
	display:block;
	text-transform:uppercase;
}
.list1 li span {
	display:block;
	padding-left:21px;
	background:url(../../templates/images/marker1.png) no-repeat left 3px;
}
.list1 li a {
	font-weight:bold;
}
.list1 li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.list2 {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #5a5849;
	border-top:1px solid #5a5849;
	padding:12px 0;
	margin-bottom:14px;
}
.list2 li {
	float:left;
	padding-right:58px;
}
.list2 li.last {
	padding-right:0;
}
.list2 li a {
	color:#aea579;
	text-decoration:none;
}
.list2 li a:hover {
	color:#fff;
}
.list2 li ul li {
	line-height:1.75em;
	font-size:.92em;
	float:none;
	padding:0;
}

.list3 li {
	color:#fff;
	background:url(../../templates/images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:6px;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list3 li span {
	display:block;
	padding-left:21px;
	background:url(../../templates/images/marker1.png) no-repeat left 3px;
}
.list3 li a {
	text-decoration:none;
}
.list3 li a:hover {
	color:#4b3f02;
}
.list3 li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.list4 {
	margin-top:-28px;
	padding-bottom:24px;
}
.list4 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top:28px;
}
.list4 li p {
	margin-bottom:0;
}
.list4 li a.img-link {
	margin-right:20px;
}

.footer-nav {
	width:100%;
	overflow:hidden;
}
.footer-nav li {
	float:left;
	font-size:.92em;
	padding-right:25px;
}
.footer-nav li a {
	color:#fff;
	text-decoration:none;
}
.footer-nav li a:hover {
	text-decoration:underline;
}

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

.img-indent { 
	padding-bottom:19px;
	width:100%;
	overflow:hidden; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:30px;
}
.img-box1 a  { 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:17px;
	line-height:1.31em;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
	margin-right:10px;
}

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

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

h2, .title {
	font-size:22px;
	line-height:1.2em;
	color:#2d2c27;
	margin-bottom:0px;
}
h2 span, .title span {
	color:#1A60A4;
	display:block;
	margin-top:-2px;
}
h3 {
	font-size:23px;
	line-height:1.2em;
	color:#33312a;
	margin-bottom:20px;
}
h3 span {
	color:#acc533;
}
h4 {
	font-size:15px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#fff;
	background:url(../../templates/images/title-tail.gif) repeat-x left top;
	margin-bottom:9px;
	width:100%;
}
h4 span {
	display:block;
	background:url(../../templates/images/title-left.gif) no-repeat left top;
}
h4 b {
	display:block;
	padding:10px 0 25px 18px;
	background:url(../../templates/images/title-right.gif) no-repeat right top;
}
h4 em {
	font-style:normal;
	color:#cede3a;
}
h5 {
	font-size:1em;
	color:#a79536;
	font-weight:normal;
}
h6 {}

p.txt1 {
	color:#a79536;
	font-size:1.23em;
	line-height:1.25em;
	border-bottom:1px solid #e0dfdf;
	padding-bottom:32px;
	margin-bottom:35px;
}
p.txt1 a {
	color:#adc831;
	font-weight:bold;
}
.txt2 {
	color:#a79536;
}

.img-link {
	border:1px solid #e0dfdf;
	display:block;
	float:left;
}
.img-link span {
	display:block;
	border:1px solid #fff;
}
.img-link:hover {
	border:1px solid #8dac12;
}

.link1 { 
	display:block; 
	float:left; 
	background:url(../../templates/images/link1-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link1 em { 
	display:block; 
	background:url(../../templates/images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(../../templates/images/link1-right.gif) no-repeat right top; 
	padding:10px 18px 27px 17px; 
	font-style:normal; 
	font-weight:normal;
}
.link1:hover { 
	text-decoration:underline;
}

.link2 {
	position:absolute;
	left:0;
	bottom:30px;
}
.link2 a { 
	display:block; 
	float:left; 
	background:url(../../templates/images/link2-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link2 a em { 
	display:block; 
	background:url(../../templates/images/link2-left.gif) no-repeat left top;
}
.link2 a b { 
	display:block; 
	background:url(../../templates/images/link2-right.gif) no-repeat right top; 
	padding:10px 35px 27px 17px; 
	font-style:normal; 
	font-weight:normal;
}
.link2 a.alt {
	background:url(../../templates/images/link-tail.gif) repeat-x left top;
	margin-left:-18px;
}
.link2 a.alt em {
	background:url(../../templates/images/link-left.gif) no-repeat left top;
}
.link2 a.alt b {
	background:url(../../templates/images/link-right.gif) no-repeat right top;
	padding-left:34px;
	padding-right:19px;
}
.link2 a:hover { 
	text-decoration:underline;
}

.link3 { 
	display:block; 
	float:left; 
	background:url(../../templates/images/link3-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link3 em { 
	display:block; 
	background:url(../../templates/images/link3-left.gif) no-repeat left top;
}
.link3 b { 
	display:block; 
	background:url(../../templates/images/link3-right.gif) no-repeat right top; 
	padding:10px 18px 27px 17px; 
	font-style:normal; 
	font-weight:normal;
}
.link3:hover { 
	text-decoration:underline;
}

.line-hor { 
	border-bottom:1px solid #e0dfdf; 
	margin:15px 0 34px 0; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

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

.box { 
	width:100%;
}
.box .border-top {
	background:url(../../templates/images/border-top.gif) repeat-x left top #1A60A4;
}
.box .left-top-corner {	
	background:url(../../templates/images/left-top-corner.gif) no-repeat left top;
}
.box .left-bot-corner {	
	background:url(../../templates/images/left-bot-corner.gif) no-repeat left bottom #fff;
	height:18px;
}
.box .right-bot-corner { 
	background:url(../../templates/images/right-bot-corner1.gif) no-repeat right bottom;
	min-height:244px;
	height:auto!important;
	height:244px;
}
.box .inner { 
	padding:17px 17px 90px 19px;
}
.box h4 {
	background:none;
	margin-bottom:22px;
}
.box h4,
.box p,
.box p a,
.box ul li a {
	color:#fff;
}

.box1 {
	width:100%;
	background:url(../../templates/images/box1-tail-right.gif) repeat-y right top #494738;
}
.box1 .right-top-corner {
	background:url(../../templates/images/right-top-corner.gif) no-repeat right top;
}
.box1 .right-bot-corner {
	background:url(../../templates/images/right-bot-corner2.gif) no-repeat right bottom;
}
.box1 .left-bot-corner {
	background:url(../../templates/images/left-bot-corner1.gif) no-repeat left bottom;
}
.box1 .inner {
	padding:27px 0 0 29px;
}
.box1 h4 {
	background:none;
	margin-bottom:12px;
}

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

#header .logo {
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:409px;
	background:url(../../templates/images/logo-bg.png) no-repeat left top;
}
#header .logo span {
	display:block;
	padding:90px 0 0 0px;
}
#header .customerinfo {
	position:absolute;
	left:0;
	top:0;
	width:300px;
	height:100px;
	z-index:1;
}
#header .customerinfo span {
	display:block;
	text-align:center;
	padding:40px 0 0 0px;
}

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

#content {
	background:#fff;
	margin-top:-183px;
}
#content .indent {
	padding:0 0 32px 27px;
	background:url(../../templates/images/right-bot-corner.gif) no-repeat right bottom;
}
#content .indent1 {
	padding:0 10px 0 19px;
}
#content .indent2 {
	padding-bottom:14px;
}
#content .indent3 {
	 padding-top:175px;
}
#content .box1 .col-2 p {
	color:#8a8778;
	font-size:.92em;
	padding:0 20px 40px 33px;
	margin-bottom:0;
}
#content .box1 .col-2 p a {
	color:#8a8778;
	text-decoration:none;
}
#content .box1 .col-2 p a:hover {
	text-decoration:underline;
}

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

#footer p {
	color:#494738;
	text-align:right;
	font-size:.92em;
	padding:15px 36px 0 0;
}

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

#tooltip {
	position:absolute;
	border:3px solid #CCCCCC;
	font-size:.82em;
	background:#E5E5E5;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index: 99;
}

	