@import "reset.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../img/bg.jpg) top center no-repeat;
}

a {
	color: #4b90f7;
}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 150px;
	height: 50px;
}

div.lang-bar {
	position: absolute;
	top: 46px;
	right: 1px;
	width: 155px;
	height: 12px;
}

div.lang-bar a {
	float: left;
	width: 20px;
	height: 12px;
	margin-right: 8px;
}

div.site {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

div.header {
	background: url(../img/sep.png) bottom no-repeat;
	background-color: #fff;
	padding: 5px 5px 13px 5px;
}

div.header div.top {
	background: url(../img/top.png);
	height: 124px;
	margin-bottom: 5px;
}

div.top div.menu {
	position: relative;
	top: 84px;
	width: 800px;
	height: 40px;
	text-align: center;
}

div.menu ul {
	position: relative;
	top: 10px;
}

div.menu li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	height: 21px;
}

div.menu li.sep {
	background: url(../img/menu-sepline.png) no-repeat right;
}

div.menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 3px;
}

div.menu li a:hover {
	color: #ff9900;
}

div.header div.bottom {
	width: 100%;
	background-repeat: no-repeat;
}

div.bottom .shortcats {
	width: 269px;
	height: 238px;
	float: left;
}

div.bottom .shortcats .link {
	position:relative;
	width: 259px;
	height: 27px;
	text-align:right;
	padding-top: 92px;
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 3px;
}

div.bottom .shortcats .link label {
	font-size: 20px;
	color: #fff;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

div.bottom div.submenu {
	background: url(../img/submenu-bg.png) no-repeat;
	width: 269px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

div.submenu span {
	margin-left: 20px;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

div.submenu ul {
	margin-top: 15px;
	margin-left: 10px;
}

div.submenu li {
	height: 31px;
	background: url(../img/submenu-sepline.png) no-repeat bottom;
}

div.submenu li a {
	background: url(../img/submenuarrow.png) no-repeat left;
	color: #000;
	text-decoration: none;
	position: relative;
	top: 8px;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 12px;
}

div.submenu li a:hover,
div.submenu li .active {
	color: #4b90f7; 
	font-weight: bold;
}

div.bottom div.banner {
	float: right;
}

div.content {
	background: url(../img/content-bg.png) top no-repeat;
	padding-top: 32px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #fff;
	line-height: 16px;
}

div.content div.boxcont {
	float: left;
}

div.content div.box {
	width: 285px;
	background: url(../img/box-bottom.png) bottom no-repeat;
	padding-bottom: 31px;
}

div.content div.box2 {
	width: 285px;
	padding-bottom: 11px;
}

div.box div.boxcontent {
	background: url(../img/box.png) top no-repeat;
	padding-top: 12px;
	padding-left: 25px;
}

div.boxcontent span {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

div.boxcontent p {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 230px;
}

div.boxcontent .sep {
	background: url(../img/box-sepline.png) left bottom no-repeat;
}

div.box div.button {
	background: url(../img/button.gif);
	width: 110px;
	height: 24px;
	margin-left: 120px; 
}

div.button a {
	line-height: 11px;
	color: #6193f2;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 6px;
	left: 8px;
	padding-right: 12px;
	font-size: 11px;
	background: url(../img/buttonarrow.png) no-repeat right;
}

div.box-frame {
	background: url(../img/box-frame.png);
	width: 278px;
	height: 188px;
	float: left;
	padding-left: 7px;
	padding-top: 10px;
}

div.content div.text {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
	width: 490px;
}

div.content div.text h1 {
	color: #0064fc;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 30px;
}

div.content div.text h2 {
	color: #0064fc;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 20px;
}

div.footer {
	background: url(../img/footer-bg.png) repeat-x;
	height: 41px;
	position: relative;
	text-align: center;
}

div.footer span {
	position: relative;
	top: -14px;
	color:#666666;
	font-size: 10px;
	font-family: Verdana;
}