* {
	outline:none;
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	font-family: 'Roboto', serif;
	font-size:14px;
	color:#666666;
	background: url(../i/bg.png) repeat;
	min-width:950px;
}
#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
	min-height:400px;
	z-index:2;
}
#header {
	margin-top: 240px;
	width:950px;
	margin:0 auto;
	position:relative;
	padding-left:10px;
}
.clear {
	clear:both;
}
#bg {
	height:1000px;
	background:url(../i/bg_grey_1000.png) repeat-x top;
	position:absolute;
	top:230px;
	width:100%;
	z-index:1;	
}
#bottom {
	height:565px;
	background:url(../i/bg_grey.png) repeat-x top;
	position:absolute;
	top:1800px;
	width:100%;
	z-index:1;	
}
#logo {
	position:absolute;
	top:40px;
	left:0;
}
#toptext {
	font-size:14px;
	color:#999;
	position:absolute;
	top:100px;
	left:20px;
	width:700px;
}
#zap  {
	position:absolute;
	top:90px;
	right:0px;
	width:200px;
}
#zap a {
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
#zap a:hover {
	border-bottom:none;
}
#icons {
	width:950px;
	margin:0 auto;
	margin-top:70px;
}
.icon {
	float:left;
	width:220px;
	height:450px;
	margin-left:65px;
	margin-right:30px;
}
.icon div {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
}
.icon p {
	font-size:14px;
	color:#999;
}
#center {
	width:950px;
	margin:0 auto;
	position:relative;
	top:1250px;	
	height:650px;
}
#how {
	font-size:50px;
	color:#fff;
	font-weight:bold;
}
#order {
	width:950px;
	margin:0 auto;
	margin-top:60px;
	padding-left:10px;
}
#line {
	color:#666;
	margin-top:30px;
}
#line h1 {
	font-size:18px;
	float:left;
	padding-bottom:10px;
	border-bottom:2px dotted #666;
}

.abon {
	float:left;
	width:290px;
	margin-top:40px;
}
.abon div {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin-top:25px;
	margin-bottom:15px;
}
.abon p {
	font-size:14px;
	color:#999;
}

#form input[type=text] {
	background:url(/i/bg_slider.png) repeat-x;
	height:39px;
	width:390px;
	border:none;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	-khtml-border-radius:5px;
	color:#fff;
	line-height:35px;
	font-size:16px;
	padding-left:5px;
	border: 1px solid transparent;
}
#form table td {
	height:55px;
}
#form table {
	margin-top:30px;
}
#sub {
	background:url(/i/submit.png) no-repeat !important;
	width:201px !important;
	height:67px !important;
	border:none;
	cursor:pointer;
	margin-top:20px;
	opacity:0.8;
}
#sub:hover {
	opacity:1;
}
#left {
	float:left;
	width:630px;
}
#right {
	float:left;
	width:300px;
	padding:30px 10px;
}

#footer {
	height:60px;
	background:url(../i/bg_grey.png) repeat-x center;
	width:100%;
	margin-top:40px;
}
#foot {
	border-top:2px dotted #333;
	width:950px;
	margin:0 auto;
	font-size:12px;
	color:#333;
	position:relative;
}
#copy {
	position:absolute;
	top:20px;
	left:0px;
}
#gb {
	position:absolute;
	top:20px;
	right:0px;
}



