@charset "windows-1251";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	background-color:#faf9f5;
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(img/bgbody.png);
	background-repeat:repeat-x;
	min-width:970px;

}

a {
	color:#525252;
	text-decoration:underline;
}

a:hover {
	color:#222222;
}

a.menu {
	color:#C4555E;
	text-decoration:none;
}

a.menu:hover {
	color:#C4555E;
	text-decoration:underline;
}

a.aselected {
	color:#FFF;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	font-size:14px;
	background-color:#dc4d64;
}

a.more {
	color:#f7aa00;
	margin-top:100px;
	font-size:11px;
	margin-left:35%;
}

a.darklinks {
	text-decoration:none;
	color:#686867;
	font-size:11px;
}

a.darklinks:hover {
	text-decoration:underline;
	color:#686867;
	font-size:11px;
}

img {
	margin:0px;
}

h1 {
	color:#525252;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	line-height:24px;
}
	
#content h1 {
	/*margin-bottom:30px;*/
	}

h2 {
	color:#ffb953;
	font-size:16px;
	text-transform:none;
	margin-top:20px;
	margin-bottom:10px;
	line-height:24px;
}

#man {
	position:absolute;
	right:0px;
	z-index:-3;
}

#man-white {
	position:absolute;
	right:0px;
	background-image:url(img/man-white.gif);
	height:799px;
	width:371px;
	z-index:-3;
}

#leftcolum {
	width:300px;
	padding-top:50px;
	float:left;
}

#contener {
	min-height:600px;
	width:1050px;
	margin:0 auto;
	position:relative;
}

#center{
	width:40%;
	margin-right:100px;
	top:15px;
	position:relative; 
	left:-60px;
}

#content {
	float:left;
	width:50%;
	margin-left:0px;
	padding-left:50px;
	margin-top:25px;
	margin-right:10px;
	color:#525252;
	font-size:12px;
	line-height:18px;
}

#header {
	height:170px;
	padding-top:50px;
	min-width:800px;
}

#toptext {
	width:300px;
	color:#525252;
	font-size:12px;
	line-height:18px;
}

div.imgblock {
	float:left;
	padding:10px;
}

div.imgblock img{
	border:2px solid #FFF;
}

div.imgblock img:hover{
	border:2px solid #F63;
}

div.newsblock {
	padding-bottom:20px;
}

#leftmenu {
	padding:10px;
	width:245px;
	height:160px;
	float:left;
	margin-top:0px;
	margin-left:25px;
}

#leftmenu ol {
	margin-left:40%;
	margin-bottom:50px;
}

#leftmenu li {
	margin:10px 10px;
	list-style-type:none;
	font-size:14px;
}

#leftmenu li.select {
	background-image:url(img/as.gif);
	background-repeat:no-repeat;
	margin:10px 0px 10px -12px;
	list-style-type:none;
	font-size:14px;
	background-color:none;
	padding:4px 20px 4px;
	color:#FFF;
}

#lefttext {
	margin-left:10%;
	background-image:url(img/lefttextbg.gif);
	background-repeat:no-repeat;
	height:180px;
	width:160px;
	font-size:11px;
	padding:28px 22px 10px 73px;
}

div.ico {
	display: table-cell;
    vertical-align: middle;
	border:2px solid #0F6;
	width:300px;
}

ul {
	margin-top:20px;
	}

ul li{
	list-style-image:url(img/li.gif);
	list-style-position:outside;
	padding-left:10px;
	margin-left:20px;
	margin-top:5px;
	color:#000;
	
}

#img1 {
	background-image:url(img/1.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:100px;
	height:57px;
	text-align:right;
	padding-top:38px;
	padding-right:100px;
}

#img2 {
	background-image:url(img/2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:100px;
	height:50px;
	text-align:right;
	padding-top:20px;
	padding-right:110px;
}

#img3 {
	background-image:url(img/3.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:110px;
	height:57px;
	text-align:right;
	padding-top:20px;
	padding-right:90px;
}

#img4 {
	background-image:url(img/4.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:100px;
	height:50px;
	text-align:right;
	padding-top:30px;
	padding-right:100px;
}

#img5 {
	background-image:url(img/5.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:130px;
	height:55px;
	text-align:right;
	padding-top:25px;
	padding-right:90px;
}

.album h2{
	margin-bottom:0px;
	margin-left:7px;
}


#footer {
	background-color:none;
	background-image:url(img/bgfooter.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:60px;
	padding-left:370px;
	padding-top:30px;
	padding-bottom:82px;
	margin-top:100px;
    margin-bottom: 0;
	clear:both;
	font-size:11px;
	color:#525252;
	z-index:2;
	min-width:680px;
}

#contact {
	float:left;
	padding:10px;
}

#copyright{
	float:left;
	margin-left:150px;
	padding:10px;
	width:200px;
}

p {
	margin-top:10px;
	}