@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:transparent url(../images/clouds.jpg) left repeat;
}

#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;
}
.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;
}
.counters a {
	border:none;
}
.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 {
}
#sidebars ul {
	margin:0px;
	padding-left:0px;
}
#sidebars li {
	list-style:disc inside;
}
#sidebars ul li ul {
	padding-left:40px !important;
}
.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;
}
