* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}


body {
	background-color: white;
	font-family: Arial;
}

.dak{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	background-color: white;
	position: relative;
}

.header {
	width: 100%;
	height: 145px;
}

.logo {
    float: left;
	height: 140px;
	width: 499px;
    padding-right: 5px;
    background: url("images/logo.jpg") no-repeat top left;
}
.logo img {
	border: none
}
.polosa {
    width: 2px;
    height: 100px;
    margin-top: 15px;
    background: black;
	float: left;
}
.phones {
	width: 480px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 60px;
	padding-top: 15px;
	line-height: 40px;
	text-align: left;
    background: url("images/ph.jpg") no-repeat top right;
	height:110px;
}


span.msc {
	font-size: 36px;
}

.navi {
	margin: 0 auto;
	height: 71px;
	width: 100%;
	background: url("images/nav1.jpg") repeat-x;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15);
}

.navi ul {
	margin: 0;
	padding: 0;
}

.navi ul li {
	float: left;
	list-style: none;
}

.navi ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 24px;
	padding: 19px 18px;
	display: block;
}

.navi ul li a:hover {color:#00a8ec;}


.sl {
	height: 219px;
	background: url("images/sl.jpg") no-repeat top center;
	margin-top: 20px;
	float: center;
}

.content {
	padding: 20px 0px 70px;
	overflow: hidden;
	float: left;
}

.leftCol {
	float: left;
	width: 350px;
    height: 1000px;
}

.leftCol h2 {
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 5px 5px rgba(0,0,0, 0.15)
}


span.u {
	color: #00a8ec;
}

span.s {
	color: #9a9a9a;
}

.adres {
	width: 326px;
	height: 325px;
    background-color: #00a8ec;
	box-shadow: 5px 5px 5px rgba(0,0,0, 0.15), 5px 5px 5px rgba(0,0,0, 0.15);

}

.adres h2 {
	font-size: 36px;
	color: white;
	margin: 0;
	padding: 10px 10px 10px 30px;
}

.adres p {
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.adres p a{
	text-decoration: none;
	color: white;
}

.main {
	overflow: hidden;
	width: 625px;
	
	background-color: #e8e8e8;
    font-size: 20px;
    #font-weight: bold;
	float: left;
	border: 1px solid #d7d0d0;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15);
}

.main h2 {
	color: black;
	font-size:36px;
	padding: 10px 0 0 20px;
	text-shadow: 0 5px 5px rgba(0,0,0, 0.15)
}

span.o {
	color: #00a8ec;
}

.main p {
	padding: 10px;
	font-family: Verdana;
        font-size: 14px;
}

.bmain {
	margin: 12px 0 0 13px;
	width: 600px;
	
	background-color: #00a8ec;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	text-shadow: 0 5px 5px rgba(0,0,0, 0.15);
}

.bmain p {
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
}



.footer {
	width: 100%;
	height: 50px;
	bottom: 0;
	position: relative;
	clear:both;
}

.footer p {
	width: 480px;
	font-weight: bold;
	font-size: 18px;
	float: left;
	padding: 0 0 15px 10px;
	text-shadow: 0 5px 5px rgba(0,0,0, 0.15);
}

span.ic {
	width: 200px;
	float: right;
}


ul.menu {
	margin: 0 0 30px 0;
	padding: 0;
	display: inline-block;
	width: 300px;
}

ul.menu li {
	list-style: none;
	position: relative;

}

ul.menu li a {
	padding: 10px 12px 12px;
	color: black;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	display: block;

}

ul.menu li a:hover {
	color: white;
	background-color: #00a7eb;
    border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15)
}
.active-link {
	color: white;
	background-color: #00a7eb;
        border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15)
}


ul.menu li:first-child a {
	border-top: none;
}




/*Выпадающее меню*/
ul.menu li ul {
	display: none;
	font-size: 18px;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15);

}

ul.menu li:hover ul {
	font-size: 18px;
	display: block;
	position: absolute;
	left: 290px;
	top: 1px;
	color: white;
	background-color: #fffff;
	width: 250px;
	z-index: 1000;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.15);
	border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
}

