/*		Created by		*/
/* ~~~~~~~~    E L E V E N      ~~~~~~~~*/
/* 	http://www.designeleven.com	*/
/* dark blue = #1D5C9F  */
/* light blue= #ADC5DC   */
/* red =#FF6666 */

html {
	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	overflow:hidden; /* hide browser's main scrollbar */
}
body {
	background-image: url(http://www.automotiveconsignment.com/images/bk-top.jpg);
	background-repeat: no-repeat;
	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	overflow:hidden; /* hide browser's main scrollbar */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #ADC5DC; 
	scrollbar-face-color: #16487B; 
	scrollbar-arrow-color:#ffffff;
}


p, div, td, th
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #ADC5DC; 
	scrollbar-face-color: #16487B; 
	scrollbar-arrow-color:#ffffff;
}

a 
{
	text-decoration: underline;
	color: #1D5C9F
}

a:hover 
{
 	text-decoration: none;
	color: #FF6666;
}

a:active 
{
	text-decoration: none;
	color: #FF6666;
}


H1
{
	FONT-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

H3
{
	FONT-size: 16px;
	font-weight: bold;
	color: #1D5C9F;
}

HR
{
	color: #1D5C9F;
	height: 1px;
}
.footer
{
	font-size: 9px;
	color: #CCCCCC;
}

.smaller
{
	font-size: 11px;
}

.white
{
	color: #FFFFFF;
}

.header
{
	FONT-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.smallform 
{
  	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D5C9F;
	background:#ADC5DC;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #ADC5DC; 
	scrollbar-face-color: #16487B; 
	scrollbar-arrow-color:#ffffff;
}


.boxborder	
{
		border-color:#009900;
		border-style:solid;
		border-width:1px;
}

SELECT
{
	color: #1D5C9F;
}

INPUT	
{
  	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #40609B;
	height: 22px;
}

TEXTAREA	
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40609B;
}

.subbutton {
background-color: #40609B;
font-family: verdana;
border: #FFFFFF 1px solid;
font-size: 9px;
height: 17px;
color: #FFFFFF;
}



/* 2010 updates */
#logo {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 450px;
	height: 125px;
	cursor:pointer;
	/*background-color: #FF0000;*/
}

#middlepart {
	background-color: #ADC5DC;
	border: #ffffff 1px solid;
	padding: 5px 5px 5px 5px;
	width: 500px;
}

#rightpart {
	background-color: #ADC5DC;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	/*border: #ffffff 1px solid;*/
	padding: 3px 3px 3px 3px;
}

/* bottom bar */
.barbig {
	font-size: 14px;
	font-weight:700;
	color: #17487c;
}
.barbigred {
	font-size: 14px;
	font-weight:700;
	color: #FF0000
}

#main_container {
	width:100%;
	/*background-color:#16487B; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	background-image: url(../images/bk-top.jpg);
	background-repeat: no-repeat;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

#main_container .content_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
	
#main_container .spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
	height:30px;
}

#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:22px; /* fix bar's height */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}

#nav_menu_wrapper .nav_menu { /* the menu itself */
	height:22px; /* fix bar's height */
	width:95%; /* fixed width */

	/* center this div */
	margin-left:auto;
	margin-right:auto;
		
	/* add effect */
	background-color:#17487c;
	border:#17487c solid 1px;
}

