/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body {
	background:#61982e;
	font-size:100%;
	color:#b7aca9;
}
html { 
	min-width:938px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:1199px;
	font-size:0.875em;
	position:relative;
}

	/* Header */
	header {
		height:468px;
	}
	
	/* Content */
	section#content {
	float:left;
	width:100%;
	background-color: #351B68;
	background-image: url(../images/border-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
		section#content.content {
			float:none;
			width:auto;
		}
	
	/* Sidebar */
	aside {
		float:left;
		width:238px;
		padding-top:9px;
		margin-left:-1px;
	}
			
	/* Footer */
	footer {
		height:102px;
		font-size:.857em;
	}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

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



/*---- tailings ----*/
.splash {
	background:url(../images/splash.jpg) no-repeat center 78px;
}
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x #75a33a;
}
.tail-top-right {
	position:absolute;
	right:0;
	top:151px;
	width:50%;
}

.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#b7aca9;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.top-links {
	position:absolute;
	right:0;
	top:37px;
	height:45px;
	text-align:center;
	padding:0 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.html);
	background-color:#4e7e27;
}
	.top-links li {
		border-left:1px solid #abc695;
		display:inline;
		padding-left:12px;
		margin-left:12px;
		font-size:.714em;
		line-height:1.3em;
		position:relative;
		top:17px; 	
	}
	.top-links li:first-child {
		border:0;
		margin:0;
		padding:0;
	}
		.top-links li a {
			color:#fff;
			text-transform:uppercase;
			text-decoration:none;
		}
		.top-links li a:hover {
			text-decoration:underline;
		}

.list {
	padding-bottom:32px;
}
	.list li {
		padding:0 0 14px 11px;
		background:url(../images/marker.gif) no-repeat left 4px;
	}
	.list li.last {
		margin-bottom:-20px;
	} 
		.list li a {
			color:#81ad3f;
			text-decoration:none;
		}
		.list li a:hover {
			color:#fff;
		}

.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:32px;
	line-height:1.429em;
}		
	.list1 li a {
		display:block;
		text-decoration:none;
	}
	.list1 li img {
		float:left;
		margin-right:20px;
	}
	.list1 li span {
		display:block;
		font-size:1.286em;
		line-height:1.2em;
		color:#ffd443;
		font-weight:normal;
		margin-bottom:2px;
	}
	.list1 li a:hover span {
		color:#fff;}

/*----- other -----*/
.img-indent { 
	margin:0 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:26px;
	line-height:1.429em;	
}
.p0 {
	margin:0;
}
.p1 {
	margin-bottom:45px;
}

.address span { 
	float:right;
	padding-right:205px;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#b7aca9; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:40px;
	line-height:2.5em;
}
	h1 a {
	position:absolute;
	left:-6px;
	top:1px;
	width:251px;
	height:111px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	}
h2 {
	color:#fff;
	font-size:45px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}
h4 {
	font-size:1.286em;
	line-height:1.2em;
	color:#ffd443;
	font-weight:normal;
	margin-bottom:2px;
}
h4.style1,
.list1 li span.style1 {color:#ff981a;}
h4.style2,
.list1 li span.style2 {color:#ff6e00;}
h5 {
	color:#81ad3f;
	font-weight:normal;
	font-size:1em;
	line-height:1.429em;
	margin-bottom:20px;	
}
h6 {
	color:#81ad3f;
	font-weight:normal;
	font-size:1em;
	line-height:1.429em;
}


.txt1 {
	color:#ffd443;
}
a.txt1 {
	text-decoration:none;
}
a.txt1:hover {
	text-decoration:underline;
}
p.txt2,
.txt2 p {
	font-size:.857em;
	line-height:1.667em;
}

.link {
	text-decoration:none;
	color:#fff;
}
.link:hover {
	color:#ffd443;
}

.link1 { 
	display:block;
	text-align:center;
	vertical-align:baseline;
	text-transform:uppercase;
	width:115px;
	height:39px;
	background:url(../images/link1-bg.png) left top repeat-x; 
	color:#332623;
	font-size:18px;
	line-height:2.1em; 
	text-decoration:none;
}

.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:236px 0;
	width:100%;
}
.line-ver1 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:377px 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(../images/border-top1.gif) repeat-x left top #2a1e1b;
	width:100%;
	padding-top:2px;
}
	#content .box .inside {
		padding-top:0;
		padding-bottom:0;
		padding-right:28px;
	}
	
.box1 { 
	background:#ffd443; 
	width:100%;
}
	.box1 .border-left { 
		background-image:url(../images/border-left.gif);
		background-repeat:repeat-y;
		background-position:left top;
	}
	.box1 .right-top-corner { 
		background-image:url(../images/right-top-corner1.gif);
		background-repeat:no-repeat;
		background-position:right top;
	}
	.box1 .right-bot-corner { 
		background-image:url(../images/right-bot-corner1.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
		width:100%;
	}
	.box1 .inner {
		padding:24px 20px 26px 28px;
	}
	.box1.style1 { background-color:#ff981a;}
	.box1.style1 .border-left {background-image:url(../images/border-left1.gif);}
	.box1.style1 .right-top-corner { background-image:url(../images/right-top-corner2.gif);}
	.box1.style1 .right-bot-corner { background-image:url(../images/right-bot-corner2.gif);}
	
	.box1.style2 { background-color:#ff6e00;}
	.box1.style2 .border-left {background-image:url(../images/border-left2.gif);}
	.box1.style2 .right-top-corner { background-image:url(../images/right-top-corner3.gif);}
	.box1.style2 .right-bot-corner { background-image:url(../images/right-bot-corner3.gif);}
	
	.box1 h2 {
		margin-bottom:20px;
		letter-spacing:-1px;
	}
	.box1 p {
		font-size:16px;
		line-height:1.2em;
		text-transform:uppercase;
		color:#fff;
		margin-bottom:24px;
	}



/*===== header =====*/
header nav {
	border-bottom:5px solid #ffd443;
	position:absolute;
	top:151px;
	left:2px;
	width:100%;
	padding-bottom:1px;
	overflow:hidden;
}
	header nav ul {
		border-bottom:14px solid #426e21;
		overflow:hidden;
		width:100%;
	}
	header nav ul li {
	font-size:20px;
	text-transform:uppercase;
	float:left;
	padding-right:1px;
	}
	header nav ul li1 {
	font-size:20px;
	text-transform:uppercase;
	float:left;
	padding-right:1px;
	}
		header nav ul li a {
	color:#fff;
	text-decoration:none;
	width:170px;
	height:95px;
	margin-bottom:-14px;
	display:block;
	text-align:center;
	position:relative;
	background-color:#426e21;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(js/PIE.html);
		}
		header nav ul li a:hover,
		header nav ul li.current a {
			height:83px;
			top:12px;
		}
			header nav ul li a span {
	display:block;
	padding-top:20px;
			}
			header nav ul li a:hover span,
			header nav ul li.current a span {
	padding-top:20px;
	font-size: 100%;
			}
			
header .phone {
	position:absolute;
	top:42px;
	left:375px;
	color:#fff;
	font-size:27px;
	line-height:1.2em;
	text-transform:uppercase;
}

/*===== content =====*/
#content .inside {
	padding:32px 32px 41px 45px;
}
#content .border-bot {
	background:url(../images/border-bot1.gif) repeat-x left bottom;
}
#content .border-right {
	background:url(../images/border-right.gif) repeat-y right top;
}
#content .right-bot-corner {
	background:url(../images/right-bot-corner.gif) no-repeat right bottom;
}
#content .left-bot-corner {
	background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	padding:0 3px 1px 1px;
}
#content .right-top-corner {
	background:url(../images/right-top-corner.gif) no-repeat right top;
}
#content .left-top-corner {
	background:url(../images/left-top-corner.gif) no-repeat left top;
}
#content .indent {
	padding:30px 0 52px 0;
}
#content{
	font:Arial, Helvetica, sans-serif;
	color:#6a6661;
	overflow:hidden;
}

#content>dd{
	overflow:hidden;
	position:relative;
	display:none;
}

#content>dt a,#privacy #content h2{
	font:20 10px/1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	height:30px;
	margin-bottom:4px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
}

#content .inner{
	padding:40px 0;
	overflow:auto;
	background: url(../images/border.png) bottom repeat-x,url(../images/border.png) top repeat-x;
}

#content h6{
	font:300 26px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:24px;
}
.nocolor, .nocolor a{
	color:inherit;
}
#content h7{
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:18px;
}
/*===== footer =====*/
footer .inside {
	padding:40px 11px 0 0;
}
footer,
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer .fleft address {
	font-style:normal;
}
	footer .fleft address span {
	float:left;
	padding-right:25px;
	font-size: 18px;
	}
footer .fright {
	text-align:right;
}


/*----- forms -----*/

#contacts-form .rowElem { 
	height:49px;
}
#contacts-form label {
	font-size:.857em;
	line-height:1.667em;
}
#contacts-form input,
#contacts-form textarea {
	background:#352927;
	border:1px solid #a4a4a4; 
	padding:2px 0 2px 3px;
	font-size:.857em;
}
#contacts-form input {
	width:212px; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:212px; 
	height:179px; 
	overflow:auto;
	margin-bottom:36px;
}

/*==========================================*/
    
#faded {
	position:absolute;
	top:278px;
	left:71px;
	height:118px;
	width:1000px;
}
#faded ul { list-style:none; padding:0; margin:0; }
#faded ul.slides li {
	width:100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#faded ul.slides li h2 {
	font-size:43px;
	float:none;
	padding-left:50px;
	height:76px;
	overflow:hidden;
	position:relative;
	top:26px;
	text-align: center;
}
#faded ul.slides li h2 span { font-size:30px; display:block; margin-top:-16px;}
#faded ul.slides li img { float:left; margin-right:59px;}
ul.pagination { list-style:none; padding:0; margin:0; position:absolute; right:0; top:12px; }
ul.pagination li { padding-bottom:4px;}
ul.pagination li a { width:21px; height:21px; display:block; background-repeat:no-repeat; background-position:0 -25px; background-image:url(../images/thumbs-sprite.gif);}
ul.pagination li.current a, ul.pagination li a:hover { background-position:0 0;}
#sd {
	font-size: 22px;
	color: #FFF;
	font-style: normal;
	text-align: center;
}

