html, body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

tbody {
	border:none;
}

#wrapper {
	width:100%;
}

#header {
	width:100%;
	height:252px;
	background:url(../img/header.jpg) top center;
}

#header_inner {
	width:1000px;
}

#header_logo {
	display:block;
	position:relative;
	width:297px;
	height:188px;
	left:80px;
	top:10px;
}

#header_rulon {
	display:block;
	position:relative;
	width:295px;
	height:175px;
	float:right;
	right:80px;
	top:-120px;
}


#header_phone {
	display:block;
	position:relative;
	width:289px;
	height:86px;
	left:80px;
	top:-10px;
}

#main_menu {
	width:1000px;
	height:51px;
	background:url(../img/main_menu_bg.jpg) repeat-x;
} 

#main_menu a {
	font-size:16px;
	color:#ffffff;	
}

#main {
	width:1000px;
	
}

#left_col a img {
	border:none;
	padding:5px;
}

#main a {
	color:#11377d;
	text-decoration:underline;
}

#main a: hover{
	text-decoration:none;
}

#footer {
	width:1000px;
	height:70px;
	border-top:3px solid #11377d;
}

#footer a img {
	border:none;
}

#main li {
	list-style-image:url(../img/li_big.jpg);
}








