@charset "utf-8";
/* CSS Document */

* {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(/images/bg.jpg);
	margin-top: 0px;
}
.addr {
	color: #fff;
	font-size: 11px;
}

.bottom_menu {
	color: #003366;
	font-size: 11px;
}
h1 {
	color: #fff;
	font-size: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight : bold;
}
h2 {
	font-size: 14px;
	font-weight : bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight : bold;
}
h4 {
	font-size: 12px;
	font-weight : bold;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
a {
	color: #3366ff;
}
.content {
	font-size: 11px;
	background-color: #f5f5f5;
	padding: 10px;
}
.homecontent {
	font-size: 11px;
	background-color: #f5f5f5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: bottom;
	background-image: url(/images/home_content_bottom.jpg);
	background-repeat : no-repeat;
	height: 284px;
	vertical-align: top;
}
.hometcontent {
	background-image: url(/images/bluebg.gif);
	font-size: 11px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height:  80px;
	vertical-align: top;
}
.download {
	background-image: url(/images/download.jpg);
	background-repeat : no-repeat;
	height: 201px;
	vertical-align: top;
}
.copyright {
	color: #2f658f;
	font-size: 10px;
}
.design {
	color: #fff;
	font-size: 10px;	
}
a.vh {
	color: #2f658f;
	font-size: 10px;
	text-decoration:none;
}
.red {
	color: #cc0000;
}
.blue {
	color: #3366ff;
}

#serv {
width: 580px; 
float:left;
border-right: 1px solid #dfdfdf; 
}


#partn {
width: 150px; 
float:right;

}