* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font: normal 11px/130% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	color: #000;
	min-width: 1000px;
	margin: 0 auto;
}

a{color: #069;}
a:hover{color: #f30;}

h4{
	font: bolder 11px/130% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1em;
}

h3{
	font: normal 15px/110% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1em;
}

h1{
	font: normal 11px/130% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	margin-bottom: 1em;
}

p{margin: 1em 0;}

input,
textarea,
select{
	font: normal 100%/120% "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
}

.ad-ie,
.ad-ff{
	background: #258bbe url(/i/ie.gr.png) no-repeat top right;
	color: #036;
	height: 30px;
	width: 100%;
}

.ad-ie a{color: #036;}
.ad-ie a:hover{text-decoration: none;}

.ad-ie p,
.ad-ff p{
	margin: 0;
	text-align: right;
	float: right;
	position: relative;
	right: 10%;
	top: 7px;
	font-size: 12px;
}

.ad-ie span.ico,
.ad-ff span.ico{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 3%;
	background: transparent url(/i/ie.png) no-repeat top left;
}

.ad-ff span.ico{background: transparent url(/i/ff.png) no-repeat top left;}
.ad-ff{
	background: #e89626 url(/i/ff.gr.png) no-repeat top right;
	color: #d64203;
}

.ad-ff a{color: #d64203;}
.ad-ff a:hover{text-decoration: none;}

/*
 *	header
 */

div.header,
div.container,
div.footer div.wrap{
	max-width: 1400px;
}

div.header{
	width: 91%;
	margin: 0 auto;
	padding-left: 3%;
	padding-top: 45px;
	font-size: 15px;
	line-height: 100%;
	height: 60px;
}

span.logo{
	width: 33.6%;
	float: left;
	padding-left: 20px;
	position: relative;
	left: -20px;
	margin-right: -20px;
	font-size: 30px;
	background: transparent url(/i/s.png) no-repeat left center;
}

span.logo a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

ul.menu{
	list-style: none;
	color: #f30;
}

ul.menu li{
	float: left;
	margin-right: 18px;
	background: transparent url(/i/d.png) no-repeat 0 -8px;
	padding-left: 6px;
}

ul.menu li.glossary{
	background: transparent url(/i/d.png) no-repeat -4px 0;
	font-style: italic;
	font-size: 11px;
	padding-top: 2px;
}

ul.menu li.active a{
	color: #f30;
	text-decoration: none;
}

ul.menu li.active a:hover{
	text-decoration: underline;
}

/*
 *	rc
 */
 
div.rc{
	float: right;
	width: 120px;
	overflow: hidden;
}

div.rc p{
	text-align: right;
	margin-top: 0.4em;
	line-height: 1.8em;
}

div.rc a{
	color: #999;
	text-decoration: underline;
}

div.rc a:hover{
	color: #f30;
}

/*
 *	form
 */
 
.form{
	width: 62%;
	border: 10px solid #f30;
	padding-left: 10px;
	position: relative;
	left: -30px;
	margin: 15px -30px 50px 0;
}

.form form{padding: 20px 10px 15px 10px;}

.form p{
	margin: 0.4em 0;
	color: #333;
}

.form p.history{
	margin-top: 30px;
	color: #000;
}

.form .text{
	font: normal 16px/18px "Courier New", monospace;
	padding: 4px 5px;
	border: 1px solid #e2e2ec;
	border-top: 1px solid #aaadb2;
	vertical-align: middle;
	width: 70%;
	color: #000;
}

.form .button{
	vertical-align: middle;
	font-size: 24px;
	padding: 0px 0px 5px 10px;
	border: 0;
	background: transparent;
	color: #f30;
}

a.sample{
	background: transparent url(/i/px6.png) repeat-x bottom left;
	color: #333;
	text-decoration: none;
}

a.sample:hover{background: none;}

/*
 *	container
 */
 
.container{
	width: 91%;
	margin: 0 auto;
	padding-left: 3%;
	padding-bottom: 150px;
}

.container .wrap{
	width: 82%;
	overflow: hidden;
}

.wrapl{
	width: 75.8%;
	float: left;
}

dd.ohack{
	overflow: hidden;
	width: 100%;
}

dd.ohack span.f{float: left;}

.wrapr{
	width: 20%;
	float: right;
	border-bottom: 2px solid #f30;
	padding-bottom: 0.2em;
}

.wrapr ul{
	list-style: none;
	margin: 0.4em 0 1.4em 0;
}

.wrapr ul li{margin: 0.3em 0;}
.wrapr p{margin-bottom: 0.4em;}

.wrap .column{
	width: 50%;
	float: left;
	padding: 20px 4% 0 0;
}

.wrap .cright{
	width: 45%;
	padding-right: 0;
}

.column dl{margin: 1em 0;}
.column dt{margin-bottom: 0.4em;}
.column dd strong{color: red;}

.cright p{margin: 1em 0;}
.cright div{margin-bottom: 0.4em;}
strong{color: red;}

/*
 *	ad
 */

.ad{
	width: 75%;
	margin: 0 auto;
	background: transparent url(/i/pxc.png) repeat-x bottom left;
	padding: 15px 0 1px 0;
	overflow: hidden;
}

.ad .column{
	float: left;
	width: 45%;
	padding-right: 4%;
}

.ad dl{
	margin: 0 0 25px 0;
}

.ad dl small{font-size: 11px;}

.ad dt{
	font-size: 30px;
	line-height: 100%;
	color: #f30;
	margin: 0;
}

.ad dl.gray,
.ad dl.gray dt{color: #666}

.ad dd{
	margin: 0;
	font-style: italic;
}

.ad big{
	font-size: 15px;
	line-height: 130%;
}

.ad small{
	color: #666;
	line-height: 110%;
	font-size: 10px;
}

.ad .column p.contact a{
	float: left;
	display: block;
	color: #fff;
	background: #069;
	padding: 11px 13px;
}

.ad .column p.contact a:hover{text-decoration: none;}

.ad .column p.contact{
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 120%;
	margin: 1.4em 0;
}

.ad .column p{margin: 1.4em 0}

.ad .column p.hint{
	margin: 0;
	font-size: 10px;
}

.hint{color: #666;}
.ad .column p.hint .z{margin-right: 2em}

/*
 *	column-b
 */
 
.column-b{
	float: left;
	width: 70%;
}

.column-r{
	float: right;
	width: 24%;
	overflow: hidden;
}

.available{color: #060;}
.busy{color: #f00;}


.domain{font-size: 12px;}
.domain big{font-size: 15px;}

/*
 *	footer
 */

.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.footer .wrap{
	width: 91%;
	margin: 0 auto;
	padding-left: 3%;
	color: #666;
	height: 60px;
}

.footer p{
	float: left;
	margin: 0;
}

.footer p.copy{width: 33.6%;}
.footer .separator{margin: 0 13px;}
.uc{text-transform: uppercase;}

.flex img {width: 1px; height: 1px; color: #ffffff;}
.flex {padding-left: 230px;}

.content-adv-top{
	width: 100%;
	margin: 0 auto;
	background: transparent url(/i/bg-white.png) no-repeat top left;
	background-color: #ceceea;
	padding-left: 3%;
	padding-bottom: 1px;
	overflow: hidden;
}

.banner-wide{
	float: left;
	padding-left: 20px;
}
