body {
	background: #f1f1f1 url(../images/background.png) repeat-x;
	font:13px/18px Arial,Helvetica,sans-serif;
}

#page {
	width: 962px;
	margin: 0 auto 0;
}

#top {
	overflow: hidden;
	width: 962px;
}

h1,h2,h3,h4 { color: #35373B; }
h2 { margin: .38em 20px .53em; font-size: 2.15em; font-weight: 400; }
h3 { margin: .38em 20px .38em; font-size: 1.84em; font-weight: 400; }
h4 { margin: .38em 20px .31em; font-size: 1.23em; }

p { margin: 0 20px 1.54em; }

a { color: #F08926; text-decoration: none; }

a img, img a {
	border: 0 !important;
}

#header {
	background: url(../images/top-middle.png);
	height: 140px;
	width: 922px;
	float: left;
	overflow: hidden;
}
#header_left {
	background: url(../images/top.png) no-repeat;
	height: 140px;
	width: 20px;
	float: left;
}
#header_right {
	background: url(../images/top.png) top right no-repeat;
	height: 140px;
	width: 20px;
	float: right;
}
#header a#logo {
	background: url(../images/logo.png) no-repeat;
	display: block; 
	width: 346px;
	height: 82px;
	margin: 13px 0 0 20px;
	text-indent: -9999px;
	float: left;
}

#search {
	float: right;
	width: 320px;
	height: 52px;
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 40px;
	position: relative;
}
#search .text {
	width: 96px; 
	float: left;
}
#search img#magnifier {
	position: absolute;
	margin-top: -20px;
}
#search input.text_field {
	background: url(../images/search_bg.png);
	height: 19px;
	border: 1px solid #afcbe6;
	width: 150px;
	padding: 2px 2px 2px 30px;
	font-size: 14px;
	margin-left: 16px;
}
#search img.submit {
	width: 17px;
	height: 25px;
	vertical-align: bottom;
	margin-left: 3px;
}

#domain_info {
	background: url(../images/domain-result.png); position: absolute; bottom: -23px; right: 24px; font-size: .7em; padding-top: 7px; height: 43px; width: 184px; text-align: center;
}
#domain_loader {
	padding-top: 10px;
}

#headmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
}
#headmenu li {
	float: left;
	color: #000;
	width: 90px;
	height: 45px;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 10px 0 0;
}
#headmenu li a span {
	height: 45px;
	padding: 17px 15px;
	display: block;
	text-align: center;
}
#headmenu li a {
	color: #FFF;
	text-decoration: none;
}
#headmenu li.active a {
	color: #000;
}
#headmenu li.active {
	background: url(../images/menu-active.png) no-repeat;
}
#headmenu li.active a span {
	background: url(../images/menu-active-right.png) top right no-repeat;
}

#flashbanner {
	text-align: right;
	width: 962px;
	height: 286px;
	overflow: hidden;
}
#flashbanner #flashcontent {
	margin-left: -3px;
}

#main {
	background: url(../images/main.png) repeat-y;
	width: 922px;
	padding: 0 20px;
	overflow: hidden;
}
#main_start {
	width: 100%;
	overflow: hidden;
}
#bottom {
	background: url(../images/bottom.png) no-repeat;
	width: 962px;
	height: 25px;
}


.left {
	float: left;
	width: 650px;
	margin-top: 10px;
}

.left .box {
	background: url(../images/box.png) no-repeat;
	width: 630px;
	padding: 30px 10px 10px 10px;
	min-height: 55px;
}
.left .bigbox {
	background: url(../images/bigbox.png) no-repeat;
	width: 913px;
	padding: 30px 20px 0 30px;
	min-height: 55px;
}
.left .minibox {
	background: url(../images/minibox.png) no-repeat;
	width: 220px;
	height: 180px;
	float: left;
	text-align: center;
	font-size: 1.6em;
	margin-right: 7px;
	padding-top: 20px;
	display: block;
	cursor: pointer;
	color: #000;
}
.left .minibox img {
	display: block;
	margin: 10px auto 20px;
}

.start_info p {
	margin-left: 0;
}

#login { position: relative; font-size: 1em; }
#login img {
	position: absolute;
	right: 20px;
	top: -20px;
}
#login label {
	display: block;
	width: 200px;
	padding-left: 20px;
	text-align: left;
	font-weight: 700;
	margin-top: 5px;
}
#login input {
	width: 178px;
	margin: 3px 0;
}
#login_submit {
	margin-top: 10px !important;
	width: 79px !important;
}
#signup {
	margin-top: 10px !important;
	width: 102px !important;
}

.right {
	float: right;
	width: 250px;
}
.right #login {
	margin-left: 20px;
}
.right #login label {
	padding: 0;
}
.right #login h3 {
	margin: 30px 0 10px 0;
}
.right #banner {
	margin: 30px 0 0 30px;
	height: 120px;
	overflow: hidden;
}
.right h3 {
	margin-top: 30px;
	font-size: 1.5em;
}

#footer {
	margin: 10px 0 20px;
	text-align: center;
	color: #999;
}