/*  CSS for home page */
/*  =================*/

.movie 
{
	width: 560px;
	height: 560px;
}

.center
{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

html, body 
{
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a
{
	font-family: arial;
	font-size: 20px;
	color: #2B64B4;
	text-decoration: none;
}

#table_height_home
{
	margin-top: 6px;
}

#table_height_web_links
{
	margin-top: 15px;
}

#table_height_about
{
	margin-top: -70px;
}

#table_height_legal
{
	margin-top: 15px;
}

#center_carousel
{
	width: 580px;
	height: 560px;
}

#background_fixed
{
	width: 955px;
	height: 600px;	
}

#background
{
	width: 975px;
	height: auto;	
}

#header
{
	width: 957px;
	height: 121px;
}

#footer
{
	width: 957px;
	height: 55px;
}

#full_page
{
	width: 955px;
	height: auto;	
}

#full_page_inner
{
	width: 945px;
	height: auto;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.exploded_parts_dropdown
{
	position: relative;
	width: 140px;
	height:80px;
}

/* Text CSS */
/*  ======== */

.heading
{
	font-family: arial bold;
	font-size: 16px;
	color: #2B64B4;
	text-decoration: underline;
}

.text
{
	font-family: arial bold;
	font-size: 14px;
	color: #245CA4;
	text-decoration: none;
}

.address_text
{
	font-size: 13px;
	font-weight: bold;
}

h1 {color:#065fa9; font-size:18px; font-family: arial;}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #245CA4;
}

/* CMS CSS*/
/* ========= */

#background_cms
{
	background-image: url('../images/border_middle.gif'); 
	width: 980px; 
	margin-top: -5px;
}