/* CSS Document */

body{
	background-image:url(images/background_color.jpg);
	color:#dfdcdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	width:100%;
	height:100%;
	}
	
img {
	border:none;
	}
	
a{
	color:#4da756;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#background{
	width:100%;
	height:100%;
	background-image:url(images/big_homepage.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display: table;
	}
	
#center_content{
	width:774px;
	margin:auto;
	}

#top{
	margin-top:10px;
	height:80px;
	}
	
#logo{
	float:left;
	width:272px;
	}
	
#bar_menu_holder{
	float:left;
	width:502px;
	}

#menu{
		margin-top:55px;
	}
	#selector{
		width:420px;
		height:1px;
		background-color:white;
		margin-left:30px;
		margin-top:1px;
	}
	div#menu ul{
		list-style:none;
		margin-left:23px;
		}
	
	div#menu li{
		float:left;
		display:block;
		margin:0 8px 0 8px;
		text-align:center;
		}
	#home{
		width:50px;
	}
	#build{
		width:90px;
	}
	#media{
		width:50px;
	}
	#specs{
		width:107px;
	}
	#contact{
		width:90px;
	}
		
	div#menu li a{
		font-size:17px;
		}
		
#middle{
	height:434px;
	}
	
#bottom{
	}
	
div#bottom h1{
	font-size:32px;
	line-height:50px;
	}
.text_column{
	width:377px;
	float:left;
	padding-bottom:10px;
	line-height: 18px;
}



/***************Build Page********************/

#build_box{
	width:744px;
	}
	
	form{
		margin:0 0 10px 20px;
		float:left;
		width:500px;
	}
	
	legend{
		font-size: 18px;
		padding-top:15px;
		}
	h2{
		padding-bottom:5px;
		font-size:18px;
		color:#4da756;
		line-height: 20px;
	}
	.form_group{
		padding:10px 0px 0 10px;
		line-height:20px;
		float:left;
		}
	.color{
		width:19px;
		height: 40px;
		display:block;
		margin:0 6px 0 0;
		padding:0;
		}
	
	label{
		width:122px;
		display:block;
		float:left;
		line-height:20px;
		}
		
	.wheel{
		padding: 0;
		margin:0;
		}
	input[type=radio] {
		visibility:hidden;
		}
#build_info{
	padding:5px;
	width:190px;
	text-align:center;
	float:left;
	margin-left:20px;
	}
	
	div#build_info p{
		text-align:left;
		padding-top:5px;
		}
		
	div#build_info p#instructions{
		font-style: italic;
		font-size: 14px;
		line-height: 18px;
		padding-top: 110px;
		text-align: center;
	
	}
		
	div#build_info #thumbHolder {
		margin: 0 auto;
		display: block;
		width: 130px;
		height: 130px;
		overflow: hidden;
		background-image: url(images/loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	div#build_info #thumbHolder img{
		display: none;
		
	}

	div#build_info #thumbHolder img.loaded{
		display: block;
		
	}	
	.build_nav{
		float:left;
		text-align:center;
		padding-bottom:10px;
		}
	
	div.build_nav a{
		padding:0 30px 0 30px;
		cursor:pointer;
		}
		
#build_price{
	margin-top:40px;
	padding:10px;
	width:125px;
	background-image:url(images/transparent.png);
	border: 1px #2d2d31 solid;
	float:right;
	line-height:18px;
	}
	
#build_images{
	width:550px;
	height:403px;
	margin-top: 30px;
	/*margin:0 0 0 60px;*/
	float:left;
	}
	
#build_images img{
	position: absolute;
	top: 133px;
	/*left: 94px;*/
	margin-left: 0px;
}

#summary{
	line-height:20px;
	padding-left:10px;
	border-bottom:1px solid white;
	}
/***************Contact Page********************/

.name{
	font-size:18px;
	line-height:32px;
	}
	

.contact{
	padding:0 0 20px 10px;
	line-height:16px;
	}

.clear{
	clear:both;
	}

/***************Specs Page********************/
table{
	width: 375px;
	line-height:18px;
	}
	
td{
	padding:2px 5px;
	}
	
table tr.specs td:first-child{
	padding-left: 20px;
}
	
.stat{
	width: 135px;
}
.detailedInfo{
	width: 220px;
}
	
td.cat{
	color: #4DA756;
	font-size:16px;
	font-weight:bold;
	padding-top: 18px;
	}
	
td.topCat{
	padding-top: 2px;
}
/***************Media Page********************/

ul#media_links{
	margin-left:50px;
}

ul#media_links li{
	display:block;
	float:left;
	margin-left:30px;
	cursor:pointer;
	margin-top:10px;
	min-width:70px;
	}
	ul#media_links li a{
		color:#dfdcdc;
	}

#images{
width:774px;
}

#videos{
height:474px;
width:774px;
}

#ext{
height:395px;
width:613px;
background-image: url(images/loader.gif);
background-position: center center;
background-repeat: no-repeat;
margin: 0 auto;
}

#ext a{
	display: block;
	padding-top: 8px;
	font-size: 18px;
	cursor: pointer;
}


#ext a#rotateNext{
	float: right;
}

#ext a#rotatePrev{
	float: left;
}

#ext a#rotatePrev img{
	padding-right: 4px;

}

#ext a#rotateNext img{
	padding-left: 4px;
}


#ext img{
	display: inline;
	margin-top: 0px;
	padding-top: 45px;
	/*top: 133px;*/
	/*left: 94px;*/
}


#ext a img{
	padding-top: 0;

}

.thumbs_holder{
	margin-left:20px;
	float:left;
	height:404px;
	text-align:center;
	border-left:1px solid #4da756;
	padding-top:10px;

	}

.thumbs{
	width:120px;
	height:95px;
	margin: 2px 0;
	cursor:pointer;
	}

.screen{
	width:614px;
	height: 474px;
	float:left;
	text-align:center;
	margin-top:10px;
	}
#button{
	margin:10px 0 0 21px;
	width:120px;
	float:left;
	font-size:36px;
}
	div#images span{
		cursor:pointer;
		padding:10px;
	}
/***************Footer********************/
#footer{
	text-align:center;
	width:744px;
	height:20px;
	margin-top:10px;
	padding-bottom:20px;
	}
	.footer_section{
		padding-left:30px;
		float:left;
		
	}
	