/* CSS Document */

body{
	background-color:#404040;
	background-image: url(images/background2.gif);
	background-repeat: repeat;
	margin:0px;
}

.logo{
width:268px;
height:97px;
background:url(images/logo.png);

}

.tag{
float:left;
position:absolute;
left:268px;
top:40px;
width:200px;
height:28px;
background:url(images/tag.png);
}

.menu{
width:207px;
height:241px;
background:url(images/menu.png);
}


.mainblock{
	width:800px;
	height:450px;
	position:absolute;
	left:35px;
	top:73px;
	background:#333333;
	z-index: -1;
}

.heading{
width:435px;
height:65px;
background:url(images/menu_09.jpg);
position:absolute;
left:207px;
top:97px;
}

.text{
	width:350px;
	height:300px;
	color:#828276;
	position:absolute;
	left:207px;
	top:162px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 33px;
}

.picture{
	width:181px;
	height:173px;
	position:absolute;
	left:610px;
	top:162px;
	background:url(images/menu_12.jpg);
}

.van{
	width:181px;
	height:173px;
	position:absolute;
	left:610px;
	top:335px;
	background:url(images/van_11.jpg);
}


.bottom_bar{
	width:780px;
	height:35px;
	position:absolute;
	left:35px;
	top:553px;
	background:#4d4d4d;
	z-index: -1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
	padding-left: 20px;
	color:#dddddd;
	margin-bottom: 40px;

}

a{
	color:#ff6262;
	font-style: normal;
	text-decoration: none;
}

.small{
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#828276;
}




