body{
	background-color : #000000;
	color : #ABABAB;
	margin : 0;
	padding : 0;
	font : 11px Arial, Helvetica, sans-serif;
}

img{
	margin : 0;
	padding : 0;
	border : 0;
}

a{
	text-decoration : none;
	color : #E8D586;
}

a:hover{
	color : #FDF5E6;
    text-decoration: underline; 
}

input{
	background-color : #CCCCCC;
}

select{
	background-color : #CCCCCC;
}

p{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.main{
	width : 100%;	
	min-width : 960px;
	width:expression(document.body.clientWidth > 965? '100%' :'965px');
	float : left;
}

.head{

	width : 100%;
	height : 270px;
}
	
.head_left{
	float : left;
	width : 40%;
	text-align : center;
}

.head_right{
	float : right;
	width : 60%;
	height : 270px;
	background-image : url(img/head_right.jpg);
	background-repeat : no-repeat;
	background-position : right;
}

.slogan{
	float : left;
	font-size : 20px;
	font-weight : bold;
	color : #E8D586; 
	position : relative;
	left : -100px;
	top : 60px;
	text-transform : uppercase;
	letter-spacing : 5px
}

.short_descr{
	float : left;
	clear : both;
	font-size : 10px;
	position : relative;
	left : -100px;
	top : 170px;
}

.menu{
	width : 90%;
	color : #E8D586;
	font-size : 14px;
	font-weight : bold;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}

.podmenu{
	width : 90%;
	color : #E8D586;
	font-size : 14px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}

.svideo{
	width : 90%;
	margin-left:5%;
	margin-right:5%;
	text-align:left;
}

.footer{
	float : left;
	clear : both;
	width : 100%;
	color : #E8D586;
	font-size : 11px;
}

.footer_left{
	float : left;
	width : 13%;
	height : 140px;
	background-image : url(img/footer_logo_1.gif);
	background-repeat : no-repeat;
	background-position : right top;
}

.footer_right{
	float : right;
	width : 82%;
	border-top : 1px solid #4F462B;
	margin : 40px 2% 0 2%;
	background-image : url(img/footer_logo_2.gif);
	background-repeat : no-repeat;
	background-position : center 10px;
	padding : 0 0 20px 0;
}

.contacts{
	float : left;
	width : 250px;
	padding : 10px 0 0 70px;
}

.copyright{
	float : right;
	text-align : right;
	width : 250px;
	padding : 10px 70px 0 0;
}

.conteiner{
	float : left;	
	width : 100%;
	text-align : center;
	margin : 20px 0 10px 0;
}

.main_content{
	width : 930px;
	text-align : left;
	padding : 10px;
}

.main_preview{
	float : left;
	width : 320px;
	padding : 0 0 0 120px;
	margin : 0 0 20px 20px;
	background-position : left top;
	background-repeat : no-repeat;
}

.ivent_bg{
	background-image : url(img/ivent.gif);
}

.production_bg{
	background-image : url(img/production.gif);
}

.projects_bg{
	background-image : url(img/our_projects.gif);
}

.news_bg{
	background-image : url(img/news.gif);
}

.main_title{
	color : #E8D586;
	font-size : 14px;
	height : 25px;
	margin : 0px 0 10px 0;
	font-weight : bold;
	background-image : url(img/title_line.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
}

.main_aleksakhin{
	color : #E8D586;
	font-size : 14px;
	height : 10px;
	margin : 20px 0 10px; 0;
	font-weight : bold;
	background-repeat : no-repeat;
	background-position : bottom left;
}

.text{
	padding : 0 0 15px 0;
}

.clear{
	clear : both;
}

.page_image{
	float : left;
	width : 120px;
	background-repeat : no-repeat;
	height : 120px;
}

.page_text{
	float : left;
	width : 810px;
}

.page_title{
	float : left;
	width : 800px;
	font-size : 20px;
	color : #E8D586;
	background-image : url(img/page_title_line.jpg);
	background-position : bottom left;	
	background-repeat : no-repeat;
	padding : 0 0 20px 20px;
}

.changing{
	float : left;
	clear : both;
	width : 800px;
	margin : 15px 0 0 9px;
}

.changing1{
	float : left;
	clear : both;
	width : 800px;
	margin : 10px 0 -20px 30px;
}
/*Programming by Aleksakhin Vitaliy aka REDiska*/