body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9ca5a9;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6ebc1e;
}

input {
	border: #b6c1c4 solid 1px;
	height: 14px;
	padding-left: 1px;
	font-size: 10px;
}

.border-right {
	background-image: url(../images/border-right.gif);
	width: 20px;
}

.border-left {
	background-image: url(../images/border-left.gif);
	width: 20px;
}

.header {
	position: relative;
	width: 760px;
	height: 100px;
}

.header_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 556px;
	height: 100px;
	background-image: url(../images/header.png);
}

.header_logo {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 200px;
	height: 100px;
	background-image: url(../images/logo.png);
}

.main {
	position: relative;
	width: 760px;
	height: 98px;
}

.main_search1 {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 110px;
	height: 17px;
	background-color: #5cc1eb;
	padding-top: 13px;
	padding-left: 10px;
}	

.main_search2 {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 100px;
	height: 40px;
	padding: 10px;
	background-image: url(../images/search-bg.gif);
	text-align: right;
}

/*.main_search2 input {
	width: 97px;
}*/S

.main_search2 img {
	padding-top: 5px;
}

.main_header {
	position: absolute;
	top: 4px;
	left: 124px;
	width: 636px;
	height: 94px;
	background-image: url(../images/main-bg.gif);
}

.main_header_title {
	position: absolute;
	top: 50px;
	left: 20px;
}

.main_header_gettingstarted {
	position: absolute;
	top: 20px;
	left: 434px;
	width: 171px;
	height: 51px;
	border-left: #c5e791 solid 1px;
	color: #FFF;
	padding-left: 21px;
	padding-top: 3px;
	line-height: 20px;
}

.welcome {
	width: 440px;
	height: 162px;
	margin-top: 4px;
	background-image: url(../images/home/welcome-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.login {
	margin-top: 4px;
	position: relative;
	width: 200px;
	height: 162px;
	background-image: url(../images/home/login-bg.png);
	color: #869093;
	text-shadow: #e6ebed 1px 1px 1px;
}

.login_1 {
	position: absolute;
	top: 14px;
	left: 1px;
	right: 1px;
	bottom: 42px;
	padding-left: 19px;
	border-bottom: #b9c6cc solid 1px;
	line-height: 17px;
}

.login_1 input {
	width: 130px;
}

.login_1 img {
	padding-top: 6px;
}

.login_2 {
	position: absolute;
	top: 120px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding-left: 19px;
	padding-top: 14px;
	border-top: #e6ebed solid 1px;
	height: 28px;
	width: 180px;
}

.menu div {
	width: 110px;
	height: 17px;
	margin-top: 4px;
	padding-top: 13px;
	padding-left: 10px;
	background-color: #5cc1eb;
}

.menu a img {
	border:none;
}

.submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.submenu li a {
	text-decoration: none;
	color: #9ca5a9;
	font-weight: bold;
}

.submenu li a div{
	padding-left: 10px;
	padding-top: 9px;
	border-bottom: #d5dee1 solid 1px;
	width: 110px;
	height: 20px;
	cursor: pointer;
}

.submenu li a:hover div {
	background-color: #ecf1f3;
}

.content {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 26px;
	vertical-align: top;
}

.newads {
	margin-top: 23px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	line-height: 26px;
	vertical-align: top;
	border-left: #d5dee1 solid 1px;
}

.footer {
	position: relative;
	width: 760px;
	height: 90px;
}

.footer_bottom {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 745px;
	height: 22px;
	padding-top: 18px;
	padding-left: 15px;
	background-image: url(../images/footer.png);
}

.footer_top {
	position: absolute;
	top: 0px;
	left: 124px;
	width: 636px;
	height: 24px;
	padding-top: 10px;
	border-top: #d5dee1 solid 5px;
	border-bottom: #d5dee1 solid 1px;
}
	

