* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/backgrounds/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #050D24;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(../images/backgrounds/content.png);
	height: 388px;
	width: 954px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-left: 40px;
}
.logo {
	height: 130px;
	width: 278px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
}
#domainbox {
	background-image: url(../images/backgrounds/domainbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 312px;
	width: 339px;
	float: left;
	margin-right: 25px;
	padding: 20px;
	position: relative;
}

#domainbox h1 {
	font-size: 26px;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#domainbox td p {
	font-size: 12px;
	margin-bottom: 5px;
}

.buynow {
	background-image: url(../images/btn/buynow.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: 53px;
	width: 166px;
	font-size: 32px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 24px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.buynow:hover {
	color: #FF6600;
}
.buynow-badge {
	position: absolute;
	left: -25px;
	top: -25px;
}
#epikbox {
	float: left;
	width: 510px;
	color: #FFFFFF;
}
#epikbox h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}
#epikbox h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
#epikbox p {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.newsletter {
	clear: both;
	width: 500px;
	background-image: url(../images/backgrounds/newsletter-gredient.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
}
.newsletter h4{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.newslettericon {
	position: absolute;
	top: -15px;
	right: -50px;
}

#newsletter-form {
	width: 510px;
	background-image: url(../images/backgrounds/newsletter-form.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	float: left;
}
#newsletter-form .submit {

	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	cursor:pointer;
	font-size:1.2em;
	padding:5px



}
.newsletter-form-input {
	float: left;
	border: solid 0px #fff;
	font-size: 20px;
	outline: 0px;
	width: 270px;
	color: #CCCCCC;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}

.newsletter-form-input:focus {
	color: #333333;
}


.newsletter-form-submit {
	float: left;
	background: none;
	border: 0px;
	height: 38px;
	width: 135px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}
#newsbox {
	background-image: url(../images/backgrounds/newsbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 713px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	padding-top: 13px;
	padding-left: 150px;
	padding-right: 100px;
	margin-bottom: 50px;
}
#newsbox p {
	font-size: 11px;
}
.newsbox-headline {
	position: absolute;
	top: 13px;
	left: 33px;
	font-size: 12px;
	font-weight: bold;
}
.newsbox-arrow {
	position: absolute;
	top: 10px;
	right: 15px;
}
.newsbox-gray {
	color: #999999;
}
#newsbox a:link, #newsbox a:visited {
	color: #0066FF;
	text-decoration: none;
}
#newsbox a:hover {
	color: #FF6600;
}
#footer {
	background-image: url(../images/backgrounds/footer.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	width: 100%;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer p {
	font-size: 11px;
	color: #999999;
}
.footer a:link, .footer a:visited{
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #FF6600;
}
