@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	outline:none;
}
html{
	overflow-y:scroll;
}
body{
	background:#03193c url(bg_main.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#main-div{
}
#main-left{
	background:url(left.jpg) no-repeat right -110px;
	float:left;
	width:40%;
	padding-bottom:50px;
}
	.left-padding{
		padding:148px 0px 0px 0px;
		float:right;
	}
	.logo{
		background:url(logo.png) no-repeat left;
		width:381px;
		height:23px;
		float:right;
	}
	.logo-sep{
		background:url(logo_sep.png) no-repeat left;
		width:381px;
		height:2px;
		margin-top:10px;
		float:right;
		font-size:1px;
		line-height:1px;
	}
	.menu{
		height:50px;
		width:381px;
		float:right;
	}
	.menu ul{
		height:39px;
		width:381px;
		float:left;
		list-style:none;
		padding-top:11px;
	}
	.menu ul li{
		height:14px;
		display:block;
		float:left;
	}
	.menu ul li.home{
		width:46px;
		margin-right:30px;
	}
	.menu ul li.services{
		width:62px;
		margin-right:25px;
	}
	.menu ul li.contacts{
		width:81px;
	}
	.menu ul li a{
		background:url(menu.png) no-repeat;
		height:14px;
		width:100%;
		display:block;
	}
	.menu ul li.home a{
		background-position:0px 0px;
	}
	.menu ul li.services a{
		background-position:-76px 0px;
	}
	.menu ul li.contacts a{
		background-position:-163px 0px;
	}
	.menu ul li.home a:hover, .menu ul li.home a.active{
		background-position:0px -14px;
	}
	.menu ul li.services a:hover, .menu ul li.services a.active{
		background-position:-76px -14px;
	}
	.menu ul li.contacts a:hover, .menu ul li.contacts a.active{
		background-position:-163px -14px;
	}
	.image{
		background:url(image.jpg) no-repeat;
		width:365px;
		height:242px;
		float:right;
		margin:20px 15px 0px 0px;
	}
#main-right{
	background:url(right.jpg) no-repeat left 0px;
	float:right;
	width:60%;
	padding-bottom:50px;
}
.right-top{
	float:left;
	padding:168px 0px 0px 0px;
}
.phones{
	background:url(phones.png) no-repeat right top;
	height:67px;
	width:506px;
	float:left;
}
.page{
	width:500px;
	float:left;
	padding-left:25px;
	text-align:left;
}
.title{
	width:500px;
	height:75px;
	float:left;
}
.title h1{
 	font-size:14px;
	text-transform:uppercase;
	color:#bbd5fa;
	padding-top:53px;
}
.content h2{
 	font-size:14px;
	color:#bbd5fa;
}
.title-sep{
	background:url(title_sep.png) no-repeat left;
	height:2px;
	width:500px;
	font-size:1px;
	line-height:1px;
	float:left;
}
.content{
	color:#a9b5c8;
	width:500px;
	font-size:12px;
	margin-top:5px;
	float:left;
}
.content p{
	padding:5px 0px 10px 0px;
}
