@charset "UTF-8";
/* CSS Document */

html,body
{
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
}

.main_body
{
	position:relative;
	float:none;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:33px;
	width:950px; 
}


a
{
	color: #fff;
	text-decoration: none;
}

img
{
	border:none;
}

.main_wrap
{
	position:relative;
	float:left;
	width: 950px;
	height:auto; 
}

	.logo
	{
		position:relative;
		float:left;
		width:887px;
		height:18px; 
		text-align: right;
		color: #fff;
		font-size: 15px;
		letter-spacing: 2px;
		text-transform: lowercase;
		margin-bottom: 20px;
	}
		
	
	.navigation
	{
		position:relative;
		float:left;
		width:85px;
		height:550px;  
		text-align:left; 
		
	}
	 	.text_nav
	 	{
	 		position: absolute;
	 		bottom:0px;
	 		width: 85px;
	 		height: auto;
	 	}
	.main_image
	{
		position:relative;
		float:left;
		width:850px;
		height:550px;  
		cursor:pointer;
		text-align:left;
		overflow: hidden;
			margin-bottom: 20px;
	}
	
	.thumbnails_box
	{
		position:relative;
		float:left;
		width:950px;
		height:75px;
		background-color:#000;
		overflow:hidden;
		margin-bottom:20px;
	}
		#thumb_slilder
		{
			position:absolute;
			top:0px;
			left:0px;
			width:850px;
			height:75px;
			overflow:visible;
		} 
		.thumbnail
		{
			position:relative;
			float:left;
			width:108px;
			height:75px;
			margin-right:12px;
			cursor:pointer;
		}
		
		p
		{
			margin:0px;
			padding:0px;
			padding-top: 3px;
		}
		
		p.cufon_text,p.cufon_text a

		{
			font-size: 11px;
			color: #fff;
		}
		p.cufon_text_selected, p.cufon_text_selected a

		{	
			font-size: 11px;
			color: #999; 
		} 
		
		.footer
		{
			position: relative;
			float: left;
			width: 950px;
			text-align: right;
			font-size: 12px;
			color: #fff;
		}