@charset "utf-8";
/* CSS Document */

html, body {
	background:url(../images/bg.png) repeat-x #000;
	margin:0px;
	padding:0px;
}
#container {
	position:relative; 
	width:355px; 
	height:475px; 
	margin:auto; 
	background:url(../images/bg2.png);
}
#main_image {
	position:absolute; 
	width:131px; 
	height:131px; 
	top:311px; 
	left:36px; 
	background:url(../images/default.png);
}
#content {
	position:relative; 
	width:334px;  
	margin:10px auto 30px; 
	/*border:#133c47 2px solid;*/
	padding:24px 0;
}
#content ul {
	position:relative;
	list-style:none;
	padding:0px;
	height:107px;
	width:285px;
	margin:10px auto 10px;
}
#content ul li {
	position:relative;
	float:left;
	width:47px;
	height:107px;
	background-color:#b6bdac;
	margin:0px 5px;
	padding:0px;
}
#content ul li a img {
	border:#5d80a8 solid 1px;
}
#content ul li a:hover img {
	border:#b6bdac solid 1px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
#photo_gallery {
	display:none;
	border:#133c47 2px solid;
}
#threed {
	display:none;
	border:#133c47 2px solid;
}
#qtvr {
	display:none;
	border:#133c47 2px solid;
}
#contact {
	display:none;
	border:#133c47 2px solid;
}
#contact_form {
	position:relative;
	width:300px;
	height:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
}
.text_field {
	position:relative;
	float:left;
	width:150px;
	margin-bottom:5px;
	border:#b6bdac solid 2px;
}
#text_area {
	position:relative;
	float:left;
	width:300px;
	height:150px;
	margin-bottom:5px;
	border:#b6bdac solid 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* buttons */
#threed_btn {
	position:absolute; 
	top:315px; 
	left:170px; 
}
	#threed_btn a {
		width:71px; 
		height:31px;
		background:url(../images/menu.png);
		display:block;
		}
	#threed_btn a:hover {
		background:url(../images/menu.png);
		background-position:-105px 0px;
	}
#photo_btn {
	position:absolute;
	top:346px;
	left:170px;
}
	#photo_btn a {
		width:100px;
		height:17px;
		background:url(../images/menu.png);
		background-position:0px -34px;
		display:block;
	}
	#photo_btn a:hover {
		background:url(../images/menu.png);
		background-position:-105px -34px;
	}
#qtvr_btn {
	position:absolute;
	top:364px;
	left:170px;
}
	#qtvr_btn a {
		width:53px;
		height:24px;
		background:url(../images/menu.png);
		background-position:0px -51px;
		display:block;
	}
	#qtvr_btn a:hover {
		background:url(../images/menu.png);
		background-position:-105px -51px;
	}
#contact_btn {
	position:absolute;
	top:389px;
	left:170px;
}
	#contact_btn a {
		width:97px;
		height:26px;
		background:url(../images/menu.png);
		background-position:0px -76px;
		display:block;
	}
	#contact_btn a:hover {
		background:url(../images/menu.png);
		background-position:-105px -76px;
	}
#cz8_btn {
	position:absolute;
	top:427px;
	left:170px;
}
	#cz8_btn a {
		width:105px;
		height:12px;
		background:url(../images/menu.png);
		background-position:0px -102px;
		display:block;
	}
	#cz8_btn a:hover {
		background:url(../images/menu.png);
		background-position:-105px -102px;
	}