BODY
{
	margin: 10px 0px; padding: 0px;
	text-align:center;
	background-color: #000000;
	
	font: 12px Arial;
	color: #666;
}
P,TD,UL
{
	font: 14px Arial;
	color: #666;
}
#page
{
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}
#header
{
	position: relative;
	width: 100%;
	height: 143px;
	background: url('../img/header_fade.jpg') no-repeat right;
}
	#logo
	{
		position: absolute;
		bottom: 10px;
		left: 20px;
	}

#main
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	
	overflow: hidden;
}
	#left
	{
		float: left;
		width: 193px;
		background: #ee2e24;
		
		margin-bottom: -5000px; padding-bottom: 5000px;
	}
		#navigation
		{
			text-align: center;
			padding: 75px 0px 0px 0px;
		}
		ul#mainnav
		{
			list-style: none;
			padding-left: 35px;
			margin: 0;
		}
		
		ul#mainnav li
		{
			background: url('../img/nav_bullet_grey.gif') no-repeat 0px 3px;
			padding-left: 25px;
			padding-right: 0px;
			margin: 0;
			
			font: bold 14px Arial;
			color: #fff;
			
			height: 25px;
			
			vertical-align: middle;
			text-align: left;
		}
		ul#mainnav a
		{
			color: #fff;
			text-decoration: none;
		}
		ul#mainnav a:hover
		{
			color: #F4A500;
		}
	#right
	{
		float: right;
		width: 599px;
		padding-top: 72px;
		background: #fff url('../img/header_montage.jpg') no-repeat top right;
		
		overflow: hidden;
		margin-bottom: -5000px; padding-bottom: 5000px;
	}
	
	#right_short
	{
		float: right;
		width: 599px;
		
		overflow: hidden;
		margin-bottom: -5000px; padding-bottom: 5000px;
	}
		.content_left
		{
			background: #dcddde;
			
			padding: 10px;
			padding-bottom: 25px;
		}
		.content_right
		{
			background: #bbbdc0;
			text-align: left;
			
			padding: 10px;
			padding-bottom: 25px;
		}
		#content_block
		{
			background: #ffffff;
			padding: 5px;
			
			height: 100%;
		}
	
	/*
		#content
		{
			float: left;
			width: 409px;
			background: #dcddde;
		
			margin-bottom: -2000px; padding-bottom: 2000px;
		}
			#type
			{
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 5px;
			}
			#type2
			{
				width: 609px;
				z-index: 1;
				
				padding-left: 15px;
				padding-right: 15px;
				padding-top: 5px;
			}
		#search
		{
			float: right;
			width: 190px;
			background: #bbbdc0;
			text-align: center;
			vertical-align: middle;
			z-index: 2;
			
			padding-top: 25px;
		
			margin-bottom: -2000px; padding-bottom: 2000px;
		}
	*/
	
	.h1
	{
		font: 18px Arial;
		font-weight: bold;
	}
	
	.label
	{
		font: bold 12px Arial;
		text-transform: uppercase;
	}
	
		.sublabel
		{
			font: bold 10px Arial;
			text-transform: uppercase;
		}
		.subcontent
		{
			font: 10px Arial;
		}
	
	.price
	{
		font: bold 16px Arial;
		color: #000;
	}
	
	.select
	{
		width: 150px;
		font: 10px Verdana;
		color: #000000;
	}
	.input
	{
		width: 150px;
		font: 10px Verdana;
		color: #000000;
	}
	.textarea
	{
		width: 150px;
		height: 75px;
		font: 10px Verdana;
		color: #000000;
	}
	.pagenation
	{
		font: 10px Arial;
		color: #EE2E24;
		text-decoration: none;
	}
	.pagenation:hover
	{
		color: #D2281F;
		text-decoration: underline;
	}
