@charset "utf-8";

body {
	font-size: smaller;
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	font-family: "Trebuchet MS", Verdana;
}
p {
	margin: 0px;
	padding: 0px;

}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.clearType {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border: 0px none #FFFFFF;
}
a[href^="http:"] {
	background: url(../image/icoLink.gif) no-repeat right top;
	padding-right: 15px;
}
a[href^="mailto:"] {
	background: url(../image/Icons/ICO/email.png) no-repeat right top;
	padding-right: 15px;
}
a[href$=".doc"] {
	background: url(../image/Icons/ICO/page_word.png) no-repeat right top;
	padding-right: 15px;
}
a[href$=".xls"] {
	background: url(../image/Icons/ICO/page_excel.png) no-repeat right top;
	padding-right: 15px;
}
a[href$=".pdf"] {
	background: url(../image/Icons/ICO/disk.png) no-repeat right top;
	padding-right: 15px;
}


/* header */
#header {
	padding: 10px;
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 40px;
}
#logo {
	float: right;
	margin-right: 10px;
}
#lang {
	color: #CCCCCC;
	padding-left: 12px;
	padding-bottom: 5px;
	width: 300px;
}
#lang a {
	color: #333333;
}
#lang a:link {
	color: #333333;
	font-size: 90%;
}
#lang a:hover {
	color: #003366;
}
#nav {
}
#nav ul{
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#nav a {
	display: block;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-weight: bold;
}
#nav a:link {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #414141;
}


/*ads*/
#ads {
	height: 240px;
	width: 990px;
}


/*wrapper*/
#wrapper {
	background-color: #414141;
	display: block;
	float: left;
	width: 990px;
	filter:Shadow(Color="#000000", Direction="135");
}
.backLink {
	color: #0099FF;
	background-image: url(../image/Icons/ICO/arrow_undo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 10px;
	float: right;
}

#service {
	padding-top: 10px;
}
#service a {
	color: #CCCCCC;
	display: block;
}
#service .serItem {
	width: 334px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 10px;
}
#service .serItem span {
	background-color: #575757;
	display: block;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #DDDDDD;
}
#service .serItem img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#service .serItem ul {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#service .serItem li{
	list-style-type: none;
	color: #CCCCCC;
	padding-bottom: 8px;
	list-style-image: none;
}
#downloadCenter {
	float: right;
	padding: 10px;
	width: 260px;
	margin-top: 10px;
}

#downloadCenter a { color: #CCCCCC; }


/* foot */
#foot {
	float: left;
	width: 990px;
	color: #666666;
	padding-bottom: 30px;
	background-color: #343434;
	font-size: 90%;
}
#foot span {
	float: right;
	margin-top: 30px;
	margin-right: 10px;

}
#foot p { padding: 10px; }
#foot a {
	font-size: 90%;
	color: #CCCCCC;

}
