@charset "utf-8";

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-color: #0a0a0a;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	background-color: #E5E5E5;
	border: 0px;
	margin-top: 10px;
	margin-left: 10px;
}

.text-input {
	background-image: url(images/text-input-bg.png);
	background-repeat: no-repeat;
	border: 0px;
	height: 35px;
	width: 305px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo-section {
	background-image: url(images/logo-section.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: center;
	height: 95px;
}
#main {
	width: 960px;
	text-align: left;
	padding-top: 30px;
}

	#main #main-left {
		width: 500px;
		float: left;
	}
	
	#main #main-right {
	width: 460px;
	height: 400px;
	float: left;
	background-image: url(images/form-bg.png);
	background-repeat: no-repeat;
	}
	
	#main .domain {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 38px;
		color: #FFFFFF;
		padding-left: 30px;
		text-decoration: underline;
	}
	
	#main #main-left .for-sale img {
	margin-top: 15px;
	padding-left: 30px;
}
#wrapper #main #main-left .finance img {
	padding-top: 15px;
	padding-left: 20px;
}
#wrapper #main #main-right .btn {
	background-image: url(images/submit.png);
	height: 60px;
	width: 260px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}



#wrapper #main #main-left .uses img {
	padding-top: 25px;
	padding-left: 20px;
}
#wrapper #main #main-left #uses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;

}
#bottom #bottom-right #ad-box {
	background-color: #2d2d2d;
	height: 285px;
	width: 320px;
	padding: 10px;
	line-height: 1.5em;
	font-size: 12px;
	text-align: center;
}
#bottom #leaderboard {
	background-color: #2d2d2d;
	padding: 10px;
}
#bottom #footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
#bottom #footer #inner-footer {
	height: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}



#wrapper #main #main-left #uses ul {
	list-style-image: url(images/bullet.png);
}

#wrapper #main #main-left #uses ul li {
	width: 200px;
	float: left;
	font-weight: bold;
	padding-bottom: 7px;
}




#top-nav {
	background-image: url(images/background-top-nav.png);
	background-repeat: repeat-x;
	height: 52px;	
}

#bottom {
	background-image: url(images/bottom-seperator.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: left;
	padding-top: 100px;
}

#bottom-left {
	width: 525px;
	float: left;
}

#bottom #bottom-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	color: #c7c7c7;
}
#bottom #bottom-left #description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	background-image: url(images/description-bg.png);
	background-repeat: no-repeat;
	width: 495px;
	height: 195px;
	margin-left: 20px;
}
#bottom #bottom-left #description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;
	padding: 15px;
	font-weight: normal;
	line-height: 1.5em;
}


#bottom-right {
	width:  435px;
	float: left;
}
