@charset "utf-8";
/*
	Синий св - 	#00FF00
	Синий тё -	#2D465A
	Серый тё- 	#C0C0C0
	Серый св - 	#E8EAEF
	Cерый св2 - #EEF1FA
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	padding: 0 0;
	background-color: #828282;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

#basic {
	width:980px;
	margin:0 auto 0 auto;
	overflow:hidden;
	}
	
#basic h1 {
	text-align:center;
	font-size: 150%;
	color: #828282;
	margin-bottom: 20px;
	}
	
#basic h2 {
	text-align:center;
	font-size: 140%;
	color: #4A718E;
	}
	
	
#basic h3 {
	font-size:100%;
	}


#top_nav {
	margin:10px auto 10px auto;
	font-size: 110%;
	text-align: center;

	background: -moz-linear-gradient(#4B7A9E, #2D465A); /* FF 3.6+ */
	background: -ms-linear-gradient(#4B7A9E, #2D465A); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4B7A9E), color-stop(100%, #2D465A)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#4B7A9E, #2D465A); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#4B7A9E, #2D465A); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7A9E', endColorstr='#2D465A'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7A9E', endColorstr='#2D465A')"; /* IE8+ */
	background: linear-gradient(#4B7A9E, #2D465A); /* the standard */
	}

#top_nav ul {
	list-style-type: none;
	}

#top_nav li {
	display: inline;
	}

#top_nav li a {
	display: inline-block;
	width: 18%;
	color: #E8EAEF;
	border-left: #2D465A solid 1px;
	border-right: #2D465A solid 1px;
	text-decoration: none;
	padding: 10px 0;
	margin-left:-5px;
	margin-right:-5px;
	background: -moz-linear-gradient(#4B7A9E, #2D465A); /* FF 3.6+ */
	background: -ms-linear-gradient(#4B7A9E, #2D465A); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4B7A9E), color-stop(100%, #2D465A)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#4B7A9E, #2D465A); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#4B7A9E, #2D465A); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7A9E', endColorstr='#2D465A'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B7A9E', endColorstr='#2D465A')"; /* IE8+ */
	background: linear-gradient(#4B7A9E, #2D465A); /* the standard */
	}

#top_nav li a:hover {
	background: #2D465A;
	color: #E8EAEF;
	}
	
#link {
	width:100%;
	height:30px;
	padding:5px;
	}
	
#link p {
	text-align:center;
	}
	
	
	
#target {
	width:100%;
	height:310px;
	margin-top:40px;
	background: -moz-linear-gradient(#E8EAEF, #BABDC6); /* FF 3.6+ */
	background: -ms-linear-gradient(#E8EAEF, #BABDC6); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8EAEF), color-stop(100%, #BABDC6)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#E8EAEF, #BABDC6); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#E8EAEF, #BABDC6); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8EAEF', endColorstr='#BABDC6'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8EAEF', endColorstr='#BABDC6')"; /* IE8+ */
	background: linear-gradient(#E8EAEF, #BABDC6); /* the standard */
	}

#target p {
	text-align:center;
	font-size:14px;
	margin:19px auto 10px auto;
	}

#target img {
	height:200px;
	width:196px;
	margin-top:0px;
	}

#target a {
	display: inline-block;
	color:#2D465A;
	}
	
#target a:hover {
	color:#000;
	background: -moz-linear-gradient(#E8EAEF, #9C9FA7); /* FF 3.6+ */
	background: -ms-linear-gradient(#E8EAEF, #9C9FA7); /* IE10 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8EAEF), color-stop(100%, #9C9FA7)); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(#E8EAEF, #9C9FA7); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#E8EAEF, #9C9FA7); /* Opera 11.10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8EAEF', endColorstr='#9C9FA7'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8EAEF', endColorstr='#9C9FA7')"; /* IE8+ */
	background: linear-gradient(#E8EAEF, #9C9FA7); /* the standard */
	}
	
#menu {
	width:196px;
	height:260px;
	float:left;
	margin-top:50px;
	}
	
	

#left {
	float:left;
	width:300px;
	background:#EEF1FA;
	}

#left p {
	margin-bottom:10px;
	margin-left:20px;
	}

	
#cap {
	background:#A1B2C0;
	width:100%;
	height:30px;
	margin-bottom:10px;
	}
	
#cap h3 {
	color:#FFF;
	padding-top:7px;
	padding-left:20px;
	}


#main {
	float:left;
	margin-left:15px;
	width:645px;
	background:#EEF1FA;
	padding:15px 10px;
	text-align:justify;
	line-height:1.5;
	}
	
	
#main h3 {
	margin-top:20px;
	font-size:100%;
	}
	
#main p {
	margin-bottom:10px;
	}
	
#main ul {
	margin-left:15px;
	margin-bottom:10px;
	}
	

#img {
	float:right;
	height:150px;
	width:200px;
	border:solid 1px #000;
	margin-left:10px;
	margin-bottom:10px;
	}	
#img img{
	height:100%;
	width:100%;
	}
	
#footer {
	width:100%;
	border-top:solid 2px #2D465A;
	margin-top:20px;
	}
	
#footer_b {
	width:980px;
	margin:10px auto 10px auto;
	height:100px;
	background-color:#A1B2C0;
	color:#000000;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	}
	
.radius {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}

a.link_line {text-decoration: none; color:#000;}
a.link_line:hover {text-decoration: underline;}