* {
	padding:0;
	margin:0;
}

body {
	font:0.8em Verdana;
	background:#fff;
}

img {
	border:none;
}

a {
	color:#232F6F;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom:10px;
}

h1 {
	font-size:1.2em;
	margin-bottom:10px;
}

h3 {
	text-align:left;
	margin-bottom:10px;
	font-size:1.2em;
	padding-bottom:1px;
	border-bottom:2px solid #FFA366;
}

	h3 a {
		text-decoration:none;
	}
	
	h3 a:hover {
		text-decoration:underline;
	}

/* Структура сайта */

#wrapper {
	width:100%;
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

#container {
	width:100%;
	float:right;
	margin-left:-330px;
}

#wrap {
	margin-top:556px;
}

#head {
	position:absolute;
	top:0;
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
	width:100%;
}

/* Шапка сайта */

#header {
	border-top:5px solid #5F6FAC;
	background:url("images/header_bg.jpg") repeat-x bottom;
}

#header .inside1 {
	background:url("images/header_left.jpg") no-repeat left top;
}

#header .inside2 {
	background:url("images/header_right.jpg") no-repeat right top;
	height:286px;
}

#header ul {
	float:right;
	font-size:0.85em;
	margin:5px 10px 0 0 !important;
	margin:5px 5px 0 0;
	height:50px;
}

#header li {
	list-style:none;
	display:inline;
	margin:0 10px;
}

#logo {
	float:left;
	margin:5px 0 0 90px;
}

.phone {
	font-size:2.5em;
	text-align:right;
	padding:185px 70px 0 0;
	
}

/* Виды транспортных услуг */

.service {
	width:33%;
	text-align:center;
	float:left;
	margin:20px 0 10px;
	height:235px;
}

.service .inside1 {
	width:240px;
	text-align:left;
	margin:0 auto;
}

.service img {
	position:relative;
}

/* Навигация */

#nav {
	position:relative;
	text-align:center;
	width:100%;
	margin:15px 0;
	font-size:0.9em;
}

/* Правая колонка. Контент */

#content {
	margin:0 30px 0 330px;
	background:#E7E1DC url("images/c_1.gif") repeat-x top;
}

#content .inside1 {
	background:url("images/c_2.gif") no-repeat top left;
}

#content .inside2 {
	background:url("images/c_3.gif") repeat-x bottom;
}

#content .inside3 {
	background:url("images/c_4.gif") no-repeat bottom right;
	padding:35px 20px;
}

#content table{
	background:#5F6FAC;
	font-size:0.8em;
	width:100%;
}

#content td {
	background:#E7E1DC;
	text-align:center;
	padding:1px 3px;
}

#content th {
	text-align:left;
	font-weight:normal;
	padding:1px 3px;
	background:#E7E1DC;
}

/* Левая колонка */

#sidebar {
	width:270px;
	float:left;
	padding:0 0 0 60px;
	margin-bottom:20px;
}

#sidebar ul {
	list-style:none;
}

#sidebar li {
	margin:12px 0;
}

#sidebar li a {
	font-size:1.1em;
	font-weight:bold;
	color:#666;
	background:url("images/list.gif") no-repeat left top;
	padding-left:18px;
}

#sidebar li a:hover {
	color:#039;
	text-decoration:underline;
}

/* Подвал сайта */

#footer {
	background:#5F6FAC url("images/foot.gif") repeat-x top;
	color:#fff;
	font-size:0.85em;
	margin-top:20px;
}

#footer .inside1 {
	background:url("images/foot_1.gif") no-repeat top left;
	padding:10px 30px;
}

#footer a {
	color:#fff;
}

.copyright {
	float:right;
	margin-top:13px;
}

/* Дополнительные классы */

.clearing {
	height: 0;
	clear: both;
	font-size:0;
}
