

html, body, div, ul, td, tr, form, p {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:0px;
}
.fl { float:left; }
.fr { float:right; }
td, tr, trable { border:none; }
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
img { border:0; }
a:active, a:focus { outline: none; }

html, body {
	min-height:auto;
	height: 100%;
	width:100%;
	background-color:#1d1d1d;
	color:#fff;
}

body {
	position:relative;
	background: url(../img/background_new.jpg) 50% -80px no-repeat;
	min-height:730px;
	*height:865px;
}
div.index {
	position:relative;
/*	margin-left:140px; */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 990px;
	margin: 0 auto;
}

div.index div.top_menu {
	position:absolute;
	right:80px;
	top:68px;
}

div.index div.left_menu {
	position:absolute;
	left:0px;
	top:134px;
}
div.index div.right_menu {
	position:absolute;
	right:0px;
	top:134px;
}
div.index div.left_menu a,
div.index div.right_menu a {
	width:221px;
	height:81px;
	background:url(../img/menu_link_bg.png) no-repeat;
	display:block;
	padding-top:8px;
	text-align:center;
	color:#e5e4e4;
	font:14px arial;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:30px;
	
}
* html div.index a {
	background-image:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu_link_bg.png', sizingMethod='scale');
}

div.index a:hover {
	background:url(../img/menu_link_bg_hover.png) no-repeat;
}

div.index a:hover span {
	border:1px solid #c0c2bd;
}

* html div.index a:hover {
	background-image:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menu_link_bg_hover.png', sizingMethod='scale');
	cursor: pointer;
}

div.index a span {
	display:block;
	border:1px solid #fff;
	width:206px;
	height:57px;
	margin:0px 0px 2px 8px;
	*margin-left:4px;
}


div.index a.equipment span {
	background:url(../img/oborudvane.jpg) no-repeat;
}
div.index a.equipment:hover span {
	background:url(../img/oborudvane_hover.jpg) no-repeat;
}
div.index a.equipment {
	margin-left:30px;
}



div.index a.info span {
	background:url(../img/info.jpg) no-repeat;
}
div.index a.info:hover span {
	background:url(../img/info_hover.jpg) no-repeat;
}
/*div.index a.info {
	margin-left:52px;
}*/


div.index a.services span {
	background:url(../img/services.jpg) no-repeat;
}
div.index a.services:hover span {
	background:url(../img/services_hover.jpg) no-repeat;
}
div.index a.services {
	margin-left:30px;
}

div.index a.contacts span {
	background:url(../img/contacts.jpg) no-repeat;
}
div.index a.contacts:hover span {
	background:url(../img/contacts_hover.jpg) no-repeat;
}



div.index a.photo span {
	background:url(../img/photo.jpg) no-repeat;
}
div.index a.photo:hover span {
	background:url(../img/photo_hover.jpg) no-repeat;
}
div.index a.photo {
	margin-left:30px;
}


div.index a.results span {
	background:url(../img/results.jpg) no-repeat;
}
div.index a.results:hover span {
	background:url(../img/results_hover.jpg) no-repeat;
}


div.index div.top_menu a {
	color:#e5e4e4;
	font:12px arial;
	font-weight: bold;
	text-decoration:none;
	display:block;
	height:30px;
	float:left;
	font-variant: small-caps;
}

div.index div.top_menu a.aboutus:hover {
/*	background:url(../img/aboutus.jpg) bottom left no-repeat; */
	background: none;
	text-decoration: underline;
}

div.index div.top_menu a.contact:hover {
	background:url(../img/contact.jpg) bottom left no-repeat;
}

div.index div.text_box{
    width: 830px;
    margin: 0 auto;
	color: #00b1b0;
	font-weight: bold;
	font-family: arial;
	padding-top: 20px;
}

div.footer {
	background:url(../img/footer_bg.jpg) repeat-x;
	position:absolute;
	left:542px;
	height:25px;	
	bottom:0px;
	font:12px arial;
	font-weight: bold;
	color:#c0c2bd;
}

div.footer a.logo  img {
	margin-bottom:-4px;
	margin-left:3px;
}

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
	z-index: 100;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

