/* style global (begin) */

body, html { 
	height: 100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #000;
	margin: 0; padding: 0;
}
body { 
	font: 62.5%/1.2 Arial, Tahoma, Geneva, sans-serif; 
	text-align: center;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

* { outline: none; }
form { margin: 0; padding: 0; }
input, select, textarea { font: normal 1.0em/1.2 Arial, sans-serif; }
input, select, button { vertical-align: middle; }

#text img, #content img, img { border: none; margin: 0; padding: 0; }
hr { border: 1px  solid #ccc; padding: 0;	margin: 0.5em 0; }
ul, ol, li { margin: 5px 15px; padding: 0; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

h1, h2, h3, h4, h5, h6, p { margin: 0.8em 0; padding:0; }
h1, h2, h3, h4, h5, h6, div, td , p, ul, ol, td, th { color: black; }

a:link, a:visited { color: #000; text-decoration: underline;  }
a:hover, a:active { color: #00829c; text-decoration: underline; }

/* style global (end) */

/* style grid (begin) */

#site_conteiner {
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
}
*html #site_conteiner { width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');}

	#header {
		height: 400px;
		background: url(../img/header_pic.jpg) no-repeat 50% 100%;
	}
	#wrapper {
		width: 100%;
		padding-bottom: 150px;

	}
		#content_area {
			width: 100%;
			float: left;
			overflow: hidden;
		}
			#content {
				margin: 0 0 0 270px;
				padding: 0 45px 0 55px;
			}
			*html #content { width: 100%; }

		#left_panel {
			float: left;
			width: 270px;
			margin-left: -100%;
			overflow: hidden;
		}
			#left_p {
				padding: 0 40px 0 55px;
				border-right: 1px solid #e3e3e3;
			}
	.cleaner { clear: both; height: 1px; overflow: hidden; }

	#footer {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
		height: 96px;
		text-align: center;
	}
		#footer_inner {
			position: relative;
			left:0;
			top:0;
			width: 940px;
			height: 95px;
			margin: 0 auto;
			text-align: left;
			border-top: 1px solid #bebebe;
		}

/* style grid (end) */
/* style custom (begin) */
	#logo {
		position: absolute;
		top: 35px;
		left: 60px;
		font: bold 28px Arial;
		color: #3fd4f7;
		text-decoration: none;
	}
	#slogan {
		position: absolute;
		top: 70px;
		left: 60px;
		font: bold 20px Arial;
		color: #393939;
	}
	#phone {
		position: absolute;
		top: 35px;
		left: 445px;
	}
		#phone h5 {
			font: bold 16px Arial;
			color: #656565;
			margin: 0;
		}
		#phone span {
			display: block;
			float: left;
			font: bold 29px Arial;
			color: #8bd375;
		}
		#phone span.code {
			margin:5px 5px 0 0;
			font: 12px Arial;
			color: #73b260;
		}
		#mnav {
			position: absolute;
			top: 0px;
			right: 45px;
		}
			#mnav div {
				position: relative;
				left:0;
				top:0;
				float: left;
				width: 71px;
				height: 65px;
			}
			#mnav div.active {
				background: url(../img/mnav_bg.png) no-repeat 0 0;
			}
			#mnav a {
				position: absolute;
				bottom:10px;
				left:17px;
				text-decoration: none;
			}
				*html #mnav a { 
					bottom:5px;
					left:18px;
				}
			#mnav a.home {
				width: 11px;
				height: 10px;				
				background: url(../img/home.png) no-repeat 0 0;
			}
			#mnav a.sitemap {
				width: 11px;
				height: 9px;
				background: url(../img/sitemap.png) no-repeat 0 0;
			}
			#mnav a.feedback {
				width: 12px;
				height: 8px;
				background: url(../img/feedback.png) no-repeat 0 0;
			}
			#mnav div.active a.home {
				background: url(../img/home_active.png) no-repeat 0 0;
			}
			#mnav div.active a.sitemap {
				background: url(../img/sitemap_active.png) no-repeat 0 0;
			}
			#mnav div.active a.feedback {
				background: url(../img/feedback_active.png) no-repeat 0 0;
			}
/* style custom (end) */
/* style content (begin) */
	#content h1 {
		font: italic 23px Arial;
		color: #3bd3f6;
	}
	#left_p h3 {
		font: italic 23px Arial;
		color: #3bd3f6;
	}
	#left_p ul {
		margin: 0;
	}
	#left_p li {
		margin: 0;
		list-style: none;
	}
	#left_p li a {
		display: block;
		padding: 0 0 10px 18px;
		font: bold 16px Arial;
		color: #000;
		background: url(../img/marker.png) no-repeat 0 9px;
	}
		#left_p li a:hover, #left_p li a:active, #left_p li a.active {
			color: #00829c;
			background-image: url(../img/marker_active.png);
		}
	#contacts {
		font: 12px/24px Arial;
		color: #4a4334;
	}

	#copy {
		position: absolute;
		bottom:35px;
	left:230px;
		margin: 20px 0 0 30px;
	}
	#usscopy {
		display: inline;
		float: right;
		margin:35px 70px 0 0;
	}
	#counters {
		display: inline;
		float: left;
		margin:35px 0 0 30px;
		width:220px;
	}
/* style content (end) */
