﻿body 
{
	font-family: Arial;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#home-page-body
{
	background: url(Images/home-page-bg.jpg) no-repeat center top;
}

#site-container
{
	margin: 0 auto;
	width: 966px;
}


#header-container,
#header-container_1,
#header-container_2
{
	background: url(Images/header-container.png) no-repeat;
	height: 59px;
}

#header-container
{
	border-top: solid 1px #D7D7D7;
}
	#header-container_1
	{
		background-position: right -59px;
		padding: 0 4px;
	}
		#header-container_2
		{
			background-color: #D2D2D2;
			background-repeat: repeat-x;
			background-position: 0 -118px;
		}
	#logo
	{
		display: block;
		float: left;
		background: url(Images/logo.jpg) no-repeat;
		width: 86px;
		height: 58px;
		margin: 0 110px 0 28px;
	}
		#logo span
		{
			display: none;
		}
	#menu-1
	{
		display: block;
		list-style: none;
		padding: 28px 0 0;
		margin: 0;
	}
		#menu-1 li
		{
			background: url(Images/menu-1-sprite.png) no-repeat top left;
			float: left;
			display: block;
			padding: 0 0 0 1px;
			height: 30px;
		}
		#menu-1 li.first
		{
			background: none;
			padding: 0;
		}
			#menu-1 a
			{
				color: #555;
				display: block;
				height: 30px;
				line-height: 30px;
				padding: 0 12px;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: bold;
				font-size: 11px;
			}
			#menu-1 a:hover
			{
				background: url(Images/menu-1-sprite.png) repeat-x;
			}

#home-content-spacer
{
	height: 266px;
}
	#home-site-heading
	{
		float: right;
		padding: 30px 0 0;
		color: #464646;
		cursor: default;
	}
		#home-site-heading div
		{
			font-size: 22px;
		}
		#home-site-heading h1
		{
			margin: 0;
			font-size: 25px;
		}

#home-content-container
{
	background: url(Images/home-content-bg.png) repeat-x;
}
	#home-content-container .model-list-container
	{
		float: left;
		text-transform: uppercase;
		font-size: 10px;
		margin: 0 0 0 20px;
	}
		#home-content-container .model-list-container a,
		#home-content-container .model-list-container
		{
			text-decoration: none;
			color: #696969;
		}
		#home-content-container .model-list-container h2
		{
			margin: 0 0 0 33px;
			padding: 0;
			font-size: 20px;
			font-weight: normal;
			color: #9F9F9F;
			height: 45px;
			line-height: 45px;
		}
		#home-content-container .model-list-container .tile
		{
			float: left;
			margin: 0 0 0 5px;
		}
			#home-content-container .model-list-container .tile .info
			{
				padding: 8px 10px 0;
				margin: 0 0 14px;
				border: solid 1px #B0B0B0;
				border-bottom: none;
			}
				#home-content-container .model-list-container .tile .info a
				{
					font-size: 12px;
					font-weight: bold;
				}
				#home-content-container .model-list-container .tile .info a:hover
				{
					color: #000;
				}

#home-content-area
{
	clear: both;
	border: solid 2px #EAEAEA;
	margin: 4px 25px;
	padding: 10px 18px;
	background: #fff;
}

#menu-2
{
	clear: both;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
	#menu-2,
	#menu-2 a
	{
		color: #B9B9B9;
		text-decoration: none;
	}
	#menu-2 a
	{
		padding: 0 12px;
	}
	#menu-2 a:hover
	{
		color: #000;
		text-decoration: underline;
	}

#content-page-body
{
	background: url(Images/content-page-bg.jpg) no-repeat center top;
}
	#content-content-spacer
	{
		height: 29px;
	}

#content-title
{
	font-size: 21px;
	font-weight: normal;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 30px;
}
	#content-title span
	{
		display: block;
		float: right;
	}
	
#content-content-area
{
	padding: 13px 30px;
}

#menu-3
{
	clear: both;
	padding: 2px 18px;
}

