/* 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:#efefef; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#6b6b6b;
	
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}

a {
	text-decoration: none;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:980px;
	font-size:.75em;
	position:relative;
}

	/* Header */
	header{
		height:117px;
		position:relative;
	}
	
	/* Content */
	section#content {
		min-height:610px;
		height:auto !important;
		height:610px;
	}
	
			
	/* Footer */
	footer {
		height:115px;
		background:url(../images/line-hor.gif) repeat-x left top;
		color:#c4c3c3;
		line-height:1.6em;
	}




/* 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 ----*/
.tail-top { 
	background:url(../images/tail-top.jpg) 50% 0 no-repeat #fff;
}
.tail-bottom {
	background:url(../images/tail-bottom.jpg) 50% bottom no-repeat;
	padding-bottom:54px;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- lists -----*/

.list {
	width:100%;
	overflow:hidden;
}
	.list li {
		width:300px;
		float:left;
		line-height:1.75em;
	}
	.list li.first {
		margin-right:36px;
	}
	.list li.first ul li img {
		margin-right:16px;
	}
		.list li ul li {
			width:100%;
			overflow:hidden;
			vertical-align:top;
			float:none;
			padding-bottom:14px;
		}
			.list li ul li img {
				float:left;
				margin-right:9px;
			}
	

.list1.alt {
	padding-bottom:20px;
}
	.list1 li {
		padding:0 0 8px 0;
		margin-bottom:7px;
		background:url(../images/line-hor1.gif) repeat-x left bottom;
	}	
	.list1 li.last {
		background:none;
		padding-bottom:0;
		margin-bottom:0;
	}
		.list1 li span {
			background:url(../images/marker.gif) no-repeat left 4px;
			display:block;
			padding-left:20px;
			height:1%; 
		}
		.list1 li a {
			color:#6b6b6b;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#6bbe00;
		}
	
.list2 li {
	padding:0 0 15px 21px;
	background:url(../images/marker1.gif) no-repeat left 5px;
	height:1%; 
}
.list2 li.last {
	padding-bottom:0;
}
	.list2 li a {
		color:#999898;
	}

.list3 {
	margin-top:-26px;
}	
	.list3 li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-top:26px;
	}
		.list3 li img {
			float:left;
			margin-right:20px;
		}

.cite-list li {
	line-height:1.75em;
	border-bottom:1px solid #d8d8d8;
	padding-bottom:20px;
	margin-bottom:20px;
}
.cite-list li.last {
	border:0;
	padding-bottom:12px;
	margin:0;
}
	.cite-list li cite {
		display:block;
		font-style:normal;
	}
	.cite-list li strong {
		color:#6bbe00;
		display:block;
		text-align:right;
	}
	
.partners {
	width:100%;
	overflow:hidden;
}
	.partners li {
		width:246px;
		float:left;
		overflow:hidden;
		vertical-align:top;
		padding-bottom:20px;
	}
	.partners li.alt {
		padding:0 44px 0 0 !important;
	}
		.partners li img {
			float:left;
			margin-right:20px;
		}
		.partners li p {
			margin:0;
		}
		
.price-list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.75em;
}
	.price-list li span {
		float:right;
		color:#6bbe00;
	}
	.price-list li a {
		color:#6b6b6b;
		text-decoration:none;
	}
	.price-list li a:hover {
		text-decoration:underline;
	}

/*----- other -----*/
.img-indent {
	margin-bottom:20px;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:14px;
	line-height:1.75em;
}
	.p1 {
		margin-bottom:25px;
	}

dl {
	line-height:1.75em;
}
dl.alt dd {
	border:0;
	margin-bottom:0;
}
	dl dt {
		color:#6bbe00;
		font-weight:bold;
	}
	dl dd {
		border-bottom:1px solid #d8d8d8;
		margin-bottom:20px;
		padding-bottom:20px;
	}
	dl dd.last {
		border:0;
		padding:0;
		margin:0;
	}
	
.address {
	width:100%;
	overflow:hidden;
}
	.address img {
		float:left;
		margin-right:16px;
	}
	.address .fleft.alt {
		margin-right:50px;
	}
	.address p {
		margin:0;
	}

#testimonials {
	padding-bottom:15px;
}		
	#testimonials span {
		width:100%;
		overflow:hidden;
		display:block;
		vertical-align:top;
		padding-bottom:10px;
	}
		#testimonials span strong {
			line-height:1.5em;
			padding-top:11px;
			display:block;
		}
			#testimonials span strong b {
				display:block;
				text-transform:uppercase;
			}
		#testimonials span img {
			margin-right:17px;
			float:left;
		}
	#testimonials cite {
		line-height:1.75em;
		font-style:normal;
		display:block;
		padding-top:5px;
	}
		#testimonials cite img {
			float:left;
			margin:-5px 11px 0 0;
		}

#news {
	line-height:1.75em;
}	
	#news a {
		text-decoration:none;
	}
	#news a:hover {
		text-decoration:underline;
	}


/*----- txt, links, lines, titles -----*/
a {
	color:#6bbe00; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0px;
}
	h1 a {
		float:left;
		width:320px;
		height:114px;
		background:url(../images/logo.gif) no-repeat left top;
	}
h2 {
	color: #2c2c2c;
	font-size:18px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight: normal;
	border-bottom: 1px solid #6bbe00;
	
}
h3 {
	color:#2c2c2c;
	font-size:18px;
	line-height:1.2em;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight: normal;
}
h4 {
	font-size:1em;
	line-height:1.75em;
	margin-bottom:5px;
}
h5 {
	font-size:1em;
	line-height:1.75em;
	margin-bottom:20px;
}

.link1 {
	color:#2c2c2c;
	text-decoration:none;
	padding-right:7px;
	background:url(../images/arrow.gif) no-repeat right 6px;
}
.link1:hover { 
	text-decoration:underline;
}


/*==================boxes====================*/
.main-box {
	background:#fff;
	width:100%;
}
	.main-box .border-top {
		background:url(../images/border-top.gif) repeat-x left top;
	}
	.main-box .border-bot {
		background:url(../images/border-bot.gif) repeat-x left bottom;
	}
	.main-box .border-left {
		background:url(../images/border-left.gif) repeat-y left top;
	}
	.main-box .border-right {
		background:url(../images/border-right.gif) repeat-y right top;
	}
	.main-box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.main-box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.main-box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.main-box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
		}
	.main-box .inner { 
		padding:0 63px 0 65px;
	}


/*===== content =====*/
#content {
	padding:48px 0 45px 0;
}
	#content nav {
		background:url(../images/nav-tail.gif) repeat-x left top;
		margin-bottom:21px;
	}
		#content nav .left {
			background:url(../images/nav-left.gif) no-repeat left top;
		}
		#content nav ul {
			width:100%;
			overflow:hidden;
			height:37px;
			background:url(../images/nav-right.gif) no-repeat right top;
			padding-top:20px;
		}
			#content nav ul li {
				float:left;
				font-size:15px;
				line-height:1em;
				text-transform:uppercase;
				padding:0 23px 0 22px;
				background:url(../images/divider.gif) repeat-y right top;
			}
			#content nav ul li.last {
				background:none;
				padding-right:0;
			}
				#content nav ul li a {
					color:#444444;
					text-decoration:none;
				}
				#content nav ul li a:hover {
					color:#6bbe00;
				}
	#content figure {
		padding-bottom:29px;
		margin-bottom:28px;
		background:url(../images/line-hor.gif) repeat-x left bottom;
	}
	#content .indent {
		padding-bottom:38px;
	}
	#content .indent1 {
		padding-bottom:25px;
	}

/*===== footer =====*/
footer a {
	color:#c4c3c3;
}
footer span {
	color:#7d7777;
}
footer ul {
	width:100%;
	overflow:hidden;
	padding:27px 0 12px 0;
}
	footer ul li {
		color:#606060;
		float:left;
		padding-right:20px;
		margin-right:20px;
		line-height:1.2em;
		border-right:1px solid #606060;
	}
	footer ul li.last {
		border:0;
	}
		footer ul li a {
			color:#606060;
			text-decoration:none;
		}
		footer ul li a:hover {
			text-decoration:underline;
		}



/*----- forms -----*/

#search-form .rowElem {
	position:absolute;
	right:0;
	top:65px;
	height:22px;
	background:url(../images/input-bg.gif) no-repeat left top;
}
#search-form input {
	background:none;
	border:0;
	float:left;
	width:162px;
	vertical-align:top;
	line-height:1.2em;
	margin:3px 12px 0 5px;
}
#search-form a {
	float:left;
	background:url(../images/button-left.gif) no-repeat left top #6bbe00;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
}
#search-form a:hover {
	text-decoration:underline;
}
	#search-form a span {
		display:block;
		padding:3px 10px 5px 10px;
		background:url(../images/button-right.gif) no-repeat right top;
	}

/*---*/

#contacts-form .rowElem { 
	height:53px;
}
#contacts-form .col-2 .rowElem {
	height:auto;
}
#contacts-form input {
	width:224px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	color:#6b6b6b; 
	border:1px solid #c5c4bf; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:258px; 
	height:120px; 
	overflow:auto;
	background:#fff;
	color:#6b6b6b; 
	border:1px solid #c5c4bf; 
	padding:2px 0 2px 3px;
	margin-bottom:21px; 
}

/*==========================================*/
    

