* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}
#topnav {
	width: 760px;
	height: 29px;
	background: url(../images/nav_bg.gif) no-repeat;
	float: left;
	font-size: 12px;
}
	#topnav a, a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	#topnav a:hover {
		text-decoration: underline;
		
	}
	#nav_links {
		margin: 8px 0 0 0;
		float: right;
		width: 730px;
	}

#banner {
	width: 760px;
	height: 151px;
	background: url(images/banner.jpg) no-repeat;
	float: left;
}

#header {
	width: 900px;
	height: 116px;
	float: left;
	background: #000000;
}
	.headercolumn1 {
		width: 25px;
		height: 116px;
		float: left;
	}
	.headercolumn2 {
		width: 270px;
		height: 116px;
		float: left;
	}
	.headercolumn3 {
		width: 240px;
		height: 116px;
		float: left;
	}
	.headercolumn4 {
		width: 240px;
		height: 116px;
		float: left;
	}
	.headercolumn5 {
		width: 90px;
		height: 116px;
		float: left;
	}
		#header h1{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 28px;
			font-weight: lighter;
			color: #FFFFFF;
			margin: 60px 0 0 0;
			letter-spacing: 2px;
		}
		
		#header p{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-weight: lighter;
			color: #FFFFFF;
			letter-spacing: 2px;
		}
		
		#header a, a:visited, a:hover{
			text-decoration: none;
			cursor: pointer;
		}

#banner {
	width: 900px;
	height: 243px;
	float: left;
}

#content {
	width: 900px;
	float: left;
	background: #000000;
}

#summary {
	width: 206px;
	float: left;
	background: #424242;
	margin: 0 0 0 10px;
}
	#summary_header {
		font-size: 14px;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 14px 0 16px 10px;
	}
	#specifications {
		width: 206px;
		background: #FFF url(images/spec_header.gif) no-repeat top left;
		overflow:hidden;
	}
	#specifications h3 {
		font-size: 12px;
		margin: 10px 0 0 10px;
	}
	#specifications_footer {
		background: url(images/summary_footer.gif) no-repeat top left;
	}
	#price {
		margin: 0 0 0 90px;
	}
	#cost_holder {
		margin: 0 0 0 200px;
	}
	#specifications h5 {
		font-size: 12px;
		margin: 30px 0 0 10px;
	}
	#specifications ul {
		margin: 10px 0 0 30px;
	}
	#specifications ul li {
		font-size: 10px;
		margin: 5px 0 5px 0;
	}
#options {
	width: 660px;
	float: left;
	background: #424242;
	margin: 0 0 20px 10px;
}
	.examples {
		z-index:100;
		position: relative;
		top: 23px;
		left: 480px;
	}
	#position {
		position: relative;
		z-index:1;
		top: -195px;
	}
	#title {
		font-size: 20px;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 14px 0 0 19px;
	}
	#small_title {
		font-size: 12px;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 10px 0 24px 19px;
	}
	#builder {
		background: #FFF url(images/custom_back.gif) no-repeat top left;
		overflow: hidden;
		clear:both;
	}
		#selections {
			/*background: url(images/summary_footer.gif) no-repeat bottom left;*/
		}
		#build_header {
			font-size: 26px;
			color: #000;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
			padding: 30px 0 0 0;
			margin: 0 0 0 19px;
		}
		#options_header {
			font-size: 14px;
			color: #000;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			border-bottom: 1px solid black;
		}
		.options {
			margin: 20px 0 10px 19px;
			clear:both;
			width: 500px;
		}
		#movedown {
			margin-top: 69px;
		}
		.image_container {
			margin: 20px 0 0 0;
			float:left;
			width: 66px;
		}
		.option_select {
			margin-left: 20px;
			width: 400px;
			float:left;
		}
		.line, #continue .line {
			border-bottom: 1px solid #000;
		}
		#builder h4, #continue h4 {
			margin: 20px 0 0 0;
		}
		#builder p, #continue p {
			margin: 8px 0 20px 0;
			font-size: 12px;
		}
		.selector {
			border: 1px solid #ddd;
			width: 400px;
		}
		#builder table, #continue table {
			margin: 5px 5px 5px 5px;
		}
		#builder label, #continue label {
			font-size: 12px;
			cursor: pointer;
			font-weight: bold;
		}
		#builder tr {
			height: 20px;
			margin: 0 0 10px 0;
			cursor: pointer;
		}
		#continue tr {
			height: 20px;
			margin: 0 0 10px 0;
		}		
		#builder tr:hover {
			background: #ddd;
		}
		#builder td, #continue td {
			margin: 0 0 0 10px;
		}
		#builder td input {
			margin: 0 0 0 5px;
		}
		.small_text {
			font-size: 10px;
		}
		.red {
			color: #FF0000;
		}
		.main_footer {
			background: url(images/main_footer.gif) no-repeat top left;
			width: 660px;
			clear:both;
		}
		#main_footer2 {
			background: url(images/main_footer.gif) no-repeat top left;
			width: 660px;
			clear:both;
		}
#continue {
	width: 660px;
	background: #FFF url(images/main_header.gif) no-repeat top left;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 30px 0 0 0;
}
.option_select h1 {
	font-size: 14px;
	font-weight: normal;
	float:right;
	margin: 20px 20px 0 0;
}
#footer {
	width: 900px;
	height: 98px;
	float: left;
	background: url(http://www.studios3.com/images/bgfooter.jpg) repeat-x;
	clear: both;
}
	#footer h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: lighter;
		color: #FFFFFF;
		margin: 15px 0 0 25px;
	}
	
	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: lighter;
		color: #FFFFFF;
		margin: 0 0 0 25px;
	}