@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	background:#77c6ff;
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.2;
	color:#333333;
}
img {
	border:none;
}
a {
	border-bottom:1px dashed #333333;
	color:#333333;
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.2;
	outline-style:none;
	text-decoration:none;
}
a:hover {
	border-bottom:none;
}
#body {
	background:url("../images/clouds.jpg") repeat scroll 0 0 transparent;
}

#body-bg1 {
	width:1000px;
	height:120px;
	margin:0px auto;
	background:transparent url(../images/body-h.png) center bottom no-repeat;
	text-align:center;
}
#body-bg2 {
	width:1000px;
	margin:0px auto;
	background:transparent url(../images/body-c.png) top center repeat;
}
#body-bg3 {
	width:1000px;
	height:120px;
	margin:0px auto;
	background:transparent url(../images/body-f.png) center top no-repeat;
	text-align:center;
}
#body-bg1 img {
	margin-top:80px;
}
#body-bg3 img {
	margin-top:25px;
}
#content {
	margin:0px 60px;
	padding:50px 0px 10px 0px;
}
.attention {
	color:#FF0000;
	margin:10px 0px 40px 0px;
}
.attention a {
	color:#FF0000;
	border-bottom:dashed 1px #FF0000;
}
.attention a:hover {
	border-bottom:none;
}

.content-left {
	float:left;
	width:675px;
}
.content-right {
	float:right;
	width:180px;
	margin-left:20px;
}
.clear {
	clear:both;
}
.my-portfolio {
	font-size:16px;
	font-weight:bold;
	color:#FF3300;
	margin-bottom:20px;
	text-align:center;
}
.my-portfolio a {
	font-size:16px;
	font-weight:bold;
	color:#FF3300;
	border-bottom:1px dashed #FF3300;
}
.my-portfolio a:hover {
	border:none;
}
/** ========================== **/
.counters {
	text-align:right;
	margin-top:50px;
}
.counters a {
	border:none;
}
.counters a:link img,
.counters a:active img,
.counters a:visited img {
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.counters a:hover img {
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
/** ========================== **/
.techinfo {
	text-align:right;
	font-size:9px;
	color:#999999;
}
.partners {
	text-align:center;
	font-size:9px;
	color:#CCCCCC;
}
.partners a {
	font-size:9px;
	color:#CCCCCC;
	border:none;
}
/* === start sidebars styles === */
#sidebars {
}
.sidebar-block {
	margin-bottom:20px;
}
#sidebar-full {
}
.sidebar-title {
	border-bottom:1px dashed #000033;
	color:#000033;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	text-align:right;
}
#sidebar-left {
	float:left;
}
#sidebar-right {
	float:right;
}
#categorys a {
	border:none;
	border-left:dotted 1px #666666;
	display:block;
	margin-left:7px;
	padding-left:5px;
	text-decoration:none;
}
#categorys {
	overflow:hidden;
}
#categorys a:hover {
	background:#FFFFFF;
}
#categorys li ul li {
	/*padding:0px;*/
}
/** === межстраничная навигация === **/
.navigation {
	text-align:right;
	margin:10px 0px;
}
/** =========== **/
.alignleft {
	float:left;
	margin:5px;
}
.alignright {
	float:right;
	margin:5px;
}

ul.friends {
    margin: 5px 0;
    padding: 0 0 0 20px;
}
ul.friends li {
}
ul.friends li a {
    font-size: 10px;
}
