/* CSS Document */

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
body, html {
	background-color: #FFFFFF;
	background-image:url(../images/tile.jpg);
	margin:0px; 
    padding:0px;
    height:100%;
}
a:link { color: #000000; }
a:hover { color: #000000; }
a { font-family:Verdana, Arial, Helvetica, sans-serif; }
a:visited { color: #000000; }
a:active {color: #000000;}
.clear {clear:both;}
#wrapper { }
#site {
	width:834px;
	margin:auto;
}

iframe {
	margin:auto;
	width:550px;
	height:475px;
}



/* -------------------------------------------------------------------------- */

/* HEADER */

/* -------------------------------------------------------------------------- */

#header {
	width: 834px; height: 199px;
	background: url(../images/bg_header.gif) no-repeat 0 0;
}
	#header-flash {
		width: 834px;
		position:relative;
		top: 24px;
		left: 280px;
	}

/* -------------------------------------------------------------------------- */

/* TOP NAVIGATION */

/* -------------------------------------------------------------------------- */
#topnav {
	padding-left:359px;
	padding-top: 12px;
	background:url(../images/bg_header2.gif) no-repeat 0 0;
}
#navlist {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	height: 23px;
}
#navlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navlist li a {
	margin: 0;
	float: left;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height: 23px;
}
#navlist li a:hover { background-position:0 -23px; }
#navlist li a:active { 	background-position:0 -23px; }
#nav_home a { width: 78px; background: url(../images/topnav/home.jpg) top left no-repeat; }
#nav_aboutus a { width: 135px; background: url(../images/topnav/about-us.jpg) top left no-repeat; }
#nav_team a { width: 91px; background: url(../images/topnav/team.jpg) top left no-repeat; }
#nav_contactus a { width:171px;	background: url(../images/topnav/contact-us.jpg) top left no-repeat; }

/* -------------------------------------------------------------------------- */

/* SIDE NAVIGATION */

/* -------------------------------------------------------------------------- */
/* common styling */
.menu {font-family: arial, sans-serif; width:247px; height:280px; position:relative; margin:0; padding:0; }
.menu ul li a, .menu ul li a:visited {display:block; width:247px; height:40px; text-indent: -9000em; }
.menu ul {padding:0; margin:0;list-style-type: none; width: 247px; }
.menu ul li {float:left; position:relative; width: 247px;}
.menu ul li ul {display: none;}



.menu ul li#n-partscam a {background: url(../images/sidenav/parts-cam.jpg) top left no-repeat;}
.menu ul li#n-tourprocess a {background: url(../images/sidenav/tour-process.jpg) top left no-repeat;}
.menu ul li#n-resources a {background: url(../images/sidenav/resources.jpg) top left no-repeat;}
.menu ul li#n-sellyourcar a {background: url(../images/sidenav/sell-your-car.jpg) top left no-repeat;}
.menu ul li#n-ourlocation a {background: url(../images/sidenav/our-location.jpg) top left no-repeat;}
.menu ul li#n-ebaystore a {background: url(../images/sidenav/ebay-store.jpg) top left no-repeat;}

	.menu ul li#n-partscam a:hover,
	.menu ul li#n-tourprocess a:hover,
	.menu ul li#n-resources a:hover,
	.menu ul li#n-sellyourcar a:hover,
	.menu ul li#n-ourlocation a:hover,
	.menu ul li#n-ebaystore a:hover { background-position: -247px 0; }
	



/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:247px; width:247px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:223px; }
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li#n-search-inventory a {display:block; background:url(../images/sidenav/sp-sub1.gif); width:223px; height: 35px;}
.menu ul li:hover ul li#n-search-image a {display:block; background:url(../images/sidenav/sp-sub2.gif); width:223px; height: 35px;}
.menu ul li:hover ul li#n-search-multi a {display:block; background:url(../images/sidenav/sp-sub3.gif); width:223px; height: 35px;}

	.menu ul li:hover ul li#n-search-inventory a:hover, 
	.menu ul li:hover ul li#n-search-image a:hover, 
	.menu ul li:hover ul li#n-search-multi a:hover { background-position: 0 -35px; }
	

/* -------------------------------------------------------------------------- */

/* CONTENT */

/* -------------------------------------------------------------------------- */

#content {
	float: right; display: inline;
	width:587px;
	height: 483px;
	margin: 0;
	padding: 0;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	overflow:auto;
}
	p.body { font-size:0.9em; padding: 0 15px; }

.page-title {
	color: #C80C0C;
	font-size:1.8em;
	text-align:center;
	font-variant:small-caps;
}


.bigger-font { font-size: 1.2em; }
.label {}
.email { width:200px; }
.linklist { margin:0px 50px; padding:0px; }
.linklist li { margin-bottom: 20px; }

img { margin: 0; padding: 0; border: none; }

*:first-child+html object#slideshow { margin-right: 15px; }

/* -------------------------------------------------------------------------- */

/* FOOTER */

/* -------------------------------------------------------------------------- */



#footer { clear: both; float:left; display: inline;}




