@charset "utf-8";
/* CSS Document */

.body_index {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Tahoma";
	font-size: 11px;
	color: #6f0005;
	background: #ea1b23 url(images/index_bg.jpg) top repeat-x;
}

a:link, a:active, a:visited {
	font-family: "Tahoma";
	font-size: 11px;
	color: #6f0005;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Tahoma";
	font-size: 11px;
	color: #9d090f;
	margin: 0 0 5px 0;
	padding: 0;
}

.shadow_top {
	height: 43px;
	width: 100%;
	background: #fcbd00 url(images/top_shadow.jpg) no-repeat center;
}

.main {
	width: 1200px;
	margin: 0 auto;
	height: 729px;
}

.left_right_shadow {
	height: 729px;
	width: 100%;
	background: url(images/l-r-shadow.jpg) top center no-repeat;
}

.left {
	float: left;
	height: 729px;
	width: 622px;
	position: relative;
}

.right {
	float: right;
	height: 729px;
	width: 578px;
	background: url(images/right_bg.jpg) no-repeat;
}

.news_block {
	width: 290px;
	height: 90px;
	position: absolute;
	top: 180px;
	left: 290px;
}

.factory_button {
	width: 120px;
	height: 80px;
	position: absolute;
	top: 300px;
	left: 40px;
	z-index: 9999;
}

.news_image {
	width: 332px;
	height: 305px;
	position: absolute;
	top: 87px;
	left: 7px;
	z-index: 9998;
}

.news_block {
	width: 290px;
	height: 90px;
	position: absolute;
	top: 180px;
	left: 290px;
}

.our_company_block {
	left: 203px;
	top: 325px;
	position: absolute;
	width: 395px;
	height: 120px;
}

.navy_index {
	position: absolute;
	left: 35px;
	top: 480px;
	z-index: 3;
	width: auto;
}

.contacts_index {
	width: 580px;
	position: absolute;
	z-index: 2;
	left: 35px;
	top: 582px;
}

.news_button {
	width: 120px;
	height: 80px;
	position: absolute;
	top: 130px;
	left: 30px;
	z-index: 9999;
}

/*------------------------------------------------ TOP MENU BEGINS ------------------------------------------------*/
#sddm {
	margin: 50px 0 0 0;
	padding: 0;
	z-index: 30;
	float: left;
	display: inline;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li.spacer_navy {background:url(images/space-quadro.png) no-repeat top center; width: 15px; height: 35px; display: block;}

#sddm li a {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}

#sddm li a:hover {
	background: none;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(images/sub-menu-bg.jpg) repeat top left;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 26px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #e7ce9f;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#sddm div a:hover {
	color: #fcc209;
}
/*------------------------------------------------ TOP MENU ENDS ------------------------------------------------*/