* { 
	margin:0;
	padding:0;
}

p.section-title {
	margin-top:-60px !important;
}
body { 
	height:100%;
}
html {
	min-width:1000px;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#544f4f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

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

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

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

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




/*==== GLOBAL =====*/
#main {
	width:1000px; 
	margin:0 auto;
	font-size:.75em;
	padding:34px 0 50px 0;
	position:relative;
	z-index:2;
}

#header {
	height:240px;
	background:url(../images/header-bg.png) left top;
	position:relative;
}
#header.big {
	height:492px;
}

#content {
	background:#ebebeb;
	width:100%;
	margin-bottom:16px;
}
#footer {
	height:43px;
	background:url(../images/footer-bg.png) left top;
}


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

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


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

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

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

h1 {
	font-size:67px;
	line-height:1.2em;
	font-weight:normal;
	color:#62a736;
	letter-spacing:-2px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.2em;
	color:#000;
	font-weight:600;
/*	letter-spacing:-1px;
*/	margin-bottom:6px;
	text-align:center;
}
h3 {
	font-size:1em;
	color:#709101;
	margin-bottom:16px;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:1em;
	color:#709101;
}


.txt1 {
	color:#544f4f;
}

.link1 { 
	background:url(../images/marker1.gif) no-repeat left 3px;
	color:#555554;
	font-size:16px;
	line-height:1.2em;
	padding-left:22px;
	text-decoration:none;
	padding-bottom:4px;
	display:inline-block;
}
.link1:hover {
	color:#6e8f00;
}


.line-hor { 
	background:url(../images/line-hor.gif) left top repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver, .line-ver1, .line-ver2 { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address { 
	font-weight:bold;
	color:#709201;
	padding-bottom:30px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}


.department { 
	padding-bottom:32px;
}
	.department dt {
		font-weight:bold;
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:76px;
		}
		.department dd a {
			color:#544f4f;
		}


/*===== header =====*/
#header .row-1 {
	height:84px;
	padding:0 25px;
}
	#header .row-1 .indent {
		padding:22px 0 0 0;
	}
	#header .row-1 .nav {
		background:#000;
		text-align:right;
		padding:13px 0 13px 0;
	}
		#header .row-1 .nav li {
			display:inline;
			background:url(../images/divider.gif) no-repeat left 2px;
			padding:0 15px 0 20px;
		}
		#header .row-1 .nav li.first {
			background:none;
		}
			#header .row-1 .nav li a {
				font-size:16px;
				color:#7d7d7d;
				line-height:1.2em;
				text-transform:uppercase;
				text-decoration:none;
			}
			#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
				color:#fff;
			}
	
	#header .row-1 .logo {
		position:absolute;
		left:40px;
		top:-9px;
	}

#header .row-2 {
	background:url(../images/header-bg1.png) no-repeat -93px top;
	height:156px;
}
	#header .row-2 .indent {
		padding:30px 20px 0 417px;
	}
		#header .row-2 p {
			margin:0;
			color:#96bd7d;
			font-size:29px;
			line-height:1.2em;
		}

#header.big .row-2 {
	background:url(../images/header-bg1.png) no-repeat left 57px;
	height:408px;
}
	#header.big .row-2 .indent {
		padding:38px 30px 0 520px;
	}
		#header.big .row-2 p {
			line-height:39px;
		}
	

/*===== content =====*/
#content .inside {
	padding:30px 35px 35px 37px;
}
	#content ul li {
		background:url(../images/arrow1.gif) no-repeat left 6px;
		padding:2px 0 6px 13px;
	}
		#content ul li a {
			color:#544f4f;
		}
	
	#content .testimonials li {
		background:none;
		padding:0 0 16px 0;
		text-align:right;
	}
		#content .testimonials li blockquote {
			text-align:left;
			padding-bottom:5px;
		}
	
	#content .pricelist {
		padding-bottom:16px;
	}
	#content .pricelist li {
		background:url(../images/line-dotted2.gif) left bottom repeat-x;
		width:100%;
		overflow:hidden;
		padding:0 0 0 0;
		margin-bottom:8px;
		vertical-align:top;
	}
		#content .pricelist li span {
			float:left;
			background:#ebebeb;
		}
		#content .pricelist li em {
			float:right;
			background:#ebebeb;
			font-style:normal;
		}
		

/*===== footer =====*/
#footer, #footer a {
	color:#96bd7d;
}
	#footer .indent {
		padding:14px 0 0 24px;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:30px;
		overflow:hidden;
	}
		#contacts-form input {
			width:185px;
			padding:2px 5px 2px 5px;
			border:1px solid #dcdcdc;
			border-left:1px solid #c2c2c2;
			border-top:1px solid #c2c2c2;
			background:#d5d5d5;
			color:#544f4f;
		}
		#contacts-form textarea {
			width:185px;
			padding:2px 5px 2px 5px;
			border:1px solid #dcdcdc;
			border-left:1px solid #c2c2c2;
			border-top:1px solid #c2c2c2;
			background:#d5d5d5;
			color:#544f4f;
			height:208px;
			margin-bottom:10px;
			overflow:auto;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}

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

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* NAVIGATION */
#udm {
padding-top:3px;
padding-right:5px;
}
.nav_main {
padding-left:15px;
padding-right:15px;
color:#FFFFCC;
text-decoration:none !important;
}
.nav_sub {
padding-left:15px;
padding-right:15px;
color:#FFFFCC;
background-color::#030;
text-decoration:none !important;
}
#products_and_services_main {
padding-left:15px;
padding-right:15px;
color:#000000;
}

#what_s_new {
padding-left:15px;
padding-right:15px;
color:#000000;
}
#contact_us {
padding-left:15px;
padding-right:15px;
color:#000000;
}
#site_map {
padding-left:15px;
padding-right:15px;
color:#000000;
}
#in_the_news {
padding-left:15px;
padding-right:15px;
}
#curious {
padding-left:15px;
padding-right:15px;
color:#000000;
}

.nav_main:hover, .nav_main:focus, .nav_main:visited:hover, .nav_main.udmR, .nav_main.udmR:visited, .nav_main:active {
background-color:#030;
color:#FFFFFF;
	}
.nav_sub:hover, .nav_sub:focus, .nav_sub:visited:hover, .nav_sub.udmR, .nav_sub.udmR:visited, .nav_sub:active {
background-color:#030;
color:#FFFFFF;
	}
#products_and_services_main:hover, #products_and_services_main:focus, #products_and_services_main:visited:hover, #products_and_services_main.udmR, #products_and_services_main.udmR:visited, #products_and_services_main:active {
background-color:#aa479a;
color:#FFFFFF;
	}

#what_s_new:hover, #what_s_new:focus, #what_s_new:visited:hover, #what_s_new.udmR, #what_s_new.udmR:visited, #what_s_new:active {
background-color:#00aa50;
color:#FFFFFF;
	}
#contact_us:hover, #contact_us:focus, #contact_us:visited:hover, #contact_us.udmR, #contact_us.udmR:visited, #contact_us:active {
background-color:#f68f76;
color:#FFFFFF;
	}
#contact_us_main:hover, #contact_us_main:focus, #contact_us_main:visited:hover, #contact_us_main.udmR, #contact_us_main.udmR:visited, #contact_us_main:active {
background-color:#f68f76;
color:#FFFFFF;
	}
#site_map:hover, #site_map:focus, #site_map:visited:hover, #site_map.udmR, #site_map.udmR:visited, #site_map:active {
background-color:#00aeef;
color:#FFFFFF;
	}
#in_the_news:hover, #in_the_news:focus, #in_the_news:visited:hover, #in_the_news.udmR, #in_the_news.udmR:visited, #in_the_news:active {
background-color:#000066;
color:#FFFFFF;
	}
.in_the_news_list:hover, .in_the_news_list:focus, .in_the_news_list:visited:hover, .in_the_news_list.udmR, .in_the_news_list.udmR:visited, .in_the_news_list:active {
background-color:#000066;
color:#FFFFFF;
	}
#curious:hover, #curious:focus, #curious:visited:hover, #curious.udmR, #curious.udmR:visited, #curious:active {
background-color:#ec008c;
color:#FFFFFF;
	}
/* END NAVIGATION */



/* CUSTOM CSS */

.section-title, img.close {
	display:none;
}