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

* { 
	margin:0; 
	padding:0;
}

body { 
	background:url(../images/topback.gif) repeat-x left top #7E7D7D; 
	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:165px;
	top:264px;
}
#search-form div {
	width:100%;
	overflow:hidden;
}
#search-form input {
	background:none;
	border:0;
	line-height:1.08em;
	vertical-align:top;
	padding-top:16px;
	width:135px;
}
#search-form span {
	height:48px;
	width:176px;
	display:block;
	float:left;
	background:url(../images/input-bg.gif) no-repeat left bottom;
}
#search-form em {
	display:block;
	font-style:normal;
	padding-left:35px;
}
#search-form a {
	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(../images/link-bg.gif) no-repeat left top;
}
#search-form a b {
	display:block;
	padding:10px 0 0 16px;
}
#search-form a:hover {
	color:#384503;
}

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

#contacts-form .form { 
	height:35px;
	width:187px;
	background:url(../images/input-bg1.gif) no-repeat left top;
}
#contacts-form .form1 {
	background:url(../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:0;
	width:670px;
	background:url(../images/navbar.gif) repeat-x left top;
}
.site-nav ul {
	height:131px;
	padding-left:29px;
	background:url(../images/topright.gif) no-repeat right top;
}
.site-nav ul li {
	font-size:15px;
	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(../images/navact.gif) repeat-x left 26px;
}
.site-nav ul li.last a:hover b,
.site-nav ul li.last a.act b {
	background:url(../images/navactright.png) no-repeat right top;
}

.banner-list {
	position:absolute;
	left:308px;
	bottom:63px;
	height:103px;
	background:url(../images/bannerline.gif) repeat-x left 18px;
}
.banner-list ul li {
	float:left;
	background:url(../images/divider.gif) no-repeat right 25px;
	padding-right:1px;
	width:157px;
	text-align:center;
	vertical-align: middle;
}
.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 50px 35px;
	position:relative;
}
.banner-list ul li a em {
	display:block;
	font-style:normal;
}
.banner-list ul li.m1 a span {
	background-image:url(../images/icon1b.png);
}
.banner-list ul li.m2 a span {
	background-image:url(../images/icon2b.png);
}
.banner-list ul li.m3 a span {
	background-image:url(../images/icon3b.png);
}
.banner-list ul li.m4 a span {
	background-image:url(../images/icon4b.png);
}
.banner-list ul li.first a em {
	background:url(../images/banner1end.gif) no-repeat left top;
}
.banner-list ul li a:hover {
	color:#FFFFFF;
	background:url(../images/banneract.gif) repeat-x left 18px;
}
.banner-list ul li.m1 a:hover em {
	background:url(../images/banneractleft.gif) no-repeat left top;
}
.banner-list ul li.last {
	background:none;
	padding-right:0;
}
.banner-list ul li.last a em {
	background:url(../images/bannerend.gif) no-repeat right 18px;
}
.banner-list ul li.last a:hover em {
	background:url(../images/banneractright.gif) no-repeat right 18px;
}

.list {
	padding-bottom:30px;
	width:100%;
} 
.list.alt {
	padding-bottom:20px;
}
.list li {
	background:url(../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:30px;
	background:url(../images/marker.gif) no-repeat left 3px;
}
.list li a {
	text-decoration:none;
}
.list li a:hover {
	color:#FAC846;
}
.list li.last {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.list1 li {
	color:#fff;
	background:url(../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(../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-top:1px solid #fff;
	padding: 6px 0;
	margin-bottom:9px;
}
.list2 li {
	float:left;
	padding-right:50px;
}
.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(../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(../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:20px;
}
.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:15px;
}
.img-box1 a  { 
	margin:0 0px 0 0;
}

.img-box2 {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
	margin:0 7px 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 {
	font-size:38px;
	line-height:1.2em;
	color:#2d2c27;
	margin-bottom:15px;
}
h2 span {
	color:#acc533;
	display:block;
	margin-top:-12px;
}
h3 {
	font-size:23px;
	line-height:1.2em;
	color:#33312a;
	margin-bottom:20px;
}
h3 span {
	color:BF1F3B;
}
h4 {
	font-size:15px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/title-tail.gif) repeat-x left top;
	margin-bottom:9px;
	width:100%;
}
h4 span {
	display:block;
	background:url(../images/title-left.gif) no-repeat left top;
}
h4 b {
	display:block;
	background:url(../images/title-right.gif) no-repeat right top;
	padding:10px 0 25px 18px;
}

h4 em {
	font-style:normal;
	color:#FAC846;
}
h5 {
	font-size:1em;
	color:#BF1F3B;
	font-weight:normal;
}
h6 {
	font-size:15px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:9px;
	width:100%;
}

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-linkr {
	border:1px solid #e0dfdf;
	display:block;
	float:right;
}

.img-link span {
	display:block;
	border:1px solid #fff;
}
.img-link:hover {
	border:1px solid #bf1f3b;
}

.link1 { 
	display:block; 
	float:left; 
	background:url(../images/link1-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link1 em { 
	display:block; 
	background:url(../images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(../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:1px;
	bottom:-718px;
	width: 224px;
	height: 61px;
}
.link2 a { 
	display:block; 
	float:left; 
	background:url(../images/l3t.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link2 a em { 
	display:block; 
	background:url(../images/l3l.gif) no-repeat left top;
}
.link2 a b { 
	display:block; 
	background:url(../images/l3r.gif) no-repeat right top; 
	padding:10px 20px 27px 17px; 
	font-style:normal; 
	font-weight:normal;
}
.link2 a.alt {
	background:url(../images/linktail.gif) repeat-x left top;
	float:right;
	margin: 0 0 0 0;
}
.link2 a.alt em {
	background:url(../images/linkleft.gif) no-repeat left top;
}
.link2 a.alt b {
	background:url(../images/linkright.gif) no-repeat right top;
	padding-left:34px;
	padding-right:19px;
}
.link2 a:hover { 
	text-decoration:underline;
}

.link3 { 
	display:block; 
	float:left; 
	background:url(../images/l3t.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link3 em { 
	display:block; 
	background:url(../images/l3l.gif) no-repeat left top;
}
.link3 b { 
	display:block; 
	background:url(../images/l3r.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:5px 0 5px 0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

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

.box { 
	width:100%;
}
.box .border-top {
	background:url(../images/boxtop.gif) repeat-x left top #8dac12;
	border-top-color: #FAC846;
}
.box .left-top-corner {
	background:url(images/../lefttopc.gif) no-repeat left top;
	background-color: #FAC846;
}
.box .left-bot-corner {	
	background:url(../images/lbc.gif) no-repeat left bottom #fff;
	height:18px;
}
.box .right-bot-corner { 
	background:url(../images/rightbtmc.gif) no-repeat right bottom;
	min-height:244px;
	height:auto!important;
	height:244px;
}
.box .inner { 
	padding:17px 17px 25px 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(../images/box1tailr.gif) repeat-y right top #bf1f3b;
}
.box1 .right-top-corner {
	background:url(../images/rtc.gif) no-repeat right top;
}
.box1 .right-bot-corner {
	background:url(../images/rbcorner.gif) no-repeat right bottom;
}
.box1 .left-bot-corner {
	background:url(../images/lbcorner.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(../images/newlogo.png) no-repeat left top;
}
#header .logo span {
	display:block;
	padding:72px 0 0 39px;
}

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

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

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

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

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