body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

#container {
	width: 900px;
	height: 650px;
	margin: 40px auto 0 auto;
	text-align: left;
}

#header {
	width: 900px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 40px;
}

#home {
	width: 800px;
	height: 570px;
	margin: 40px auto 0 auto;
	overflow: hidden;
}

	#home #title {
		float: right;
		margin: 525px 45px 0 0;
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#home #title span {
		padding: 0 15px;
		border-left: 1px solid white;
	}

	#home #title span#end {
		border-left: 0 none white;
	}
	
	#home #title span a {
		color: #fff;
		text-decoration: none;
	}


#logo {
	float: left;
}

#navigation {
	float: right;
	padding: 0;
	margin: 0;
	width: 271px;
	font-size: 13px;
}


	#navigation li {
		display: block;
		float: left;
		width: 150px;
		padding-left: 10px;
		padding-bottom: 2px;
	}
	
	#navigation li.l {
		clear: left;
		text-align: right;
		width: 100px;
		padding-left: 0px;
		padding-right: 10px;
	
		border-right: 1px solid #b3ada1;
	}
	
	
	#navigation li.f {
		padding-bottom: 0;
	}
	
	#navigation li a {
		text-decoration: none;
		color: #b3ada1;
		font-family: Helvetica, Arial, sans-serif;
	}
	
		#navigation li a:hover {
			color: #7b6059;
		}


/* scene page */

#scene-list {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
}

	#scene-list li {
		display: block;
		margin-bottom: 10px;
		
	}
	

	#scene-list li a {
		text-decoration: none;
		color: #9a8781;
		text-transform: uppercase;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		font-size: 14px;
	}
	
	
		#scene-list li a.active {
			font-weight: bold;
		}
		#scene-list li a:hover {
			color: #7e5d56;
		}

#scene-cont {
	float: right;
}
.scene {

	display: none;
}

#tooltip {
	position: absolute;
	z-index: 99;
	padding: 5px;

	border: 1px solid #533831;
	background-color: #6b544b;
}

#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}


/* clothes page */

#dio-lens{
	border:1px solid #000;
	z-index: 10000;
	background-color: #fff;
}

#dio-sensor{
	z-index: 11000;
	cursor:crosshair;
}

#dio-loader{
	background:#fff url('/chocolatepudding/images/preloader.gif') no-repeat center 40px;	
	text-indent:-30000px;
}


#details {
	width: 250px;
	float: left;
}
	
	#details #title {
		display: block;
		font-size: 16px;
		color: #9a8781;
		text-transform: uppercase;
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
	}

	#details #info #sku, #details #info #desc  {
		margin-bottom: 15px;
	}	
	
	#details #info .head {
		margin-bottom: 2px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#details #info {
		font-size: 11px;
		color: #9a8781;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#details #info p {
		margin: 0 0 10px 0;
	}

#product-image {
	text-align: center;
	width: 500px;
	float: left;
}

#similar {
	width: 150px;
	float: left;
}

	#similar #title {
		text-align: center;
		text-transform: uppercase;
		font-size: 10px;
		color: #9a8781;
		margin-bottom: 20px;
	}

	#similar .name {
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		color: #9a8781;
		margin-bottom: 30px;
	}
	
	#similar img {
		width: 150px;
		margin: 0 0 10px 0;
		border: 0 none white;
	}

#contact {
	padding-top: 40px;
	clear: both;
	
}
	#contact .message {
		display: none;
		font-size: 12px;
		color: #9a8781;
		text-transform: uppercase;
		line-height: 18px;
	}
	
	#contact .bot {
		padding-bottom: 20px;
	}

	#contact label {
		display: block;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		color: #a7a18f;
		width: 151px;
		margin-top: 10px;
	}
	
	#contact input {
		display: block;
		float: left;
		background-color: #b5d1d8;
		border: 1px solid #c8dee3;
		width: 120px;
		height: 20px;
		padding: 1px;
		margin-right: 31px;
	}
	
	#contact input#sub {
		border: 0px solid white;
		margin: 0;
		padding: 0;
		display: inline;
		height: auto;
		
	}
	
	#contact #message {
		width: 573px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	#contact #messagel {
		margin-top: 17px;
	}

#backlink {
	display: block;
	margin-top: 20px;
}

	#backlink a {
		font-size: 14px;
		color: #9a8781;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	#backlink a:hover {
		color: #333;
	}
	
	
	
/* preview */

#preview {
	width: 100%;
	height: 15px;
	padding: 10px 0;
	background-color: #8c0000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}


/* static */

#static-text {
	color: #9a8781;
	font-family: Helvetica, Arial, sans-serif;
	width: 600px;
	float: left;
	margin-right: 150px;
}

	#static-text h2 {
		font-size: 20px;
		text-transform: uppercase;
	}
	
	#static-text p {
		font-size: 14px;
	}
	
#static-images {
	width: 150px;
	float: left;
}

	#static-images img {
		margin-bottom: 40px;
	}
