/* naming should be all lower cases */

/*____________________________________________________________________
    - GENERAL LAYOUT                                                */
body
{
   font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#797979;
	background:#dcedf2 url(../imgs/bg.jpg) top repeat-x;
	font-size:0.8em;
	margin: 0;
}

#wrapper {width:967px; margin: 0 auto;}
#menu {position: relative;}
#menutop
{
	
	position: absolute;
	top: 0;
	right: 0;	
}

#content
{
	background:url(../imgs/bg-content.png) repeat-y; 
	border: 0px solid; 
	position: relative; 
	padding-left: 10px; 
	padding-top: 10px;
}

#contenttop{background:url(../imgs/bg-banner-top.jpg) top left no-repeat; position: absolute; left: 0px; top: 0px; width: 100%; height: 81px; z-index: 1;}
#contentbottom{background:url(../imgs/bg-content-bot.jpg) bottom no-repeat; position: absolute; left: 0px; bottom: 0px; height: 134px; width: 100%; border: 0px solid Red; z-index: 1;} 


#right
{
	width: 238px;
	background:url(../imgs/bg-right.jpg) repeat-y;	
	position: relative;
	float: right;
	/*top: 10px;*/
	right: 7px;
	height: 397px;		
	border: 0px solid;
	z-index: 10;
	
}

#search
{	
	background:url(../imgs/bg-right-top.jpg) top no-repeat;	
	padding: 15px 10px 0px 20px;	
}

#search div
{
	/*text-align: right;*/
}

#search input
{
	display: block;
	margin-bottom: 8px;
	
}

#search input[type=submit]
{
	float: right;	
	margin-right: 22px;	
}

#dealer
{
	padding: 20px 10px 25px 10px;	
	position: absolute;
	bottom: 0;
	background:url(../imgs/bg-right-bot.jpg) bottom no-repeat;	
}


#dealer img
{
	margin-left: 10px;		
}

#dealer div
{
	
}

#dealer input[type=text], #dealer input[type=password]
{
	width: 185px;
	margin-left: 5px;		
}

#dealer input[type=submit]
{
	float: right;	
	margin-right: 5px;	
}

#bigbtn
{ 
	background: url(../imgs/bg-bigbtn.jpg) no-repeat; 
	height:152px; 
	text-align: center; 
	padding-bottom: 28px;
	position: relative;
	top: 5px;
	margin-left: -10px;
	z-index: 10;		
}


#bigbtn img
{
	margin-top: -5px;
}

#main
{
	position: relative;	
	float: left;
	width: 682px;	
	border: 0px solid;
	padding: 0px 20px 20px 10px;	
	z-index: 10;		
	min-height: 300px;
}	

/*___________________________________________________________________
    - FOOTER SECTION                                               */

#footer {
	color:#6e6b69;
	font-size:0.85em;
	text-align:center;
	padding-top:20px;
	background:url(../imgs/bg-footer.jpg) no-repeat;
	height:36px;	
	line-height: 1.1em;
	}

/*
#box1 {
	background-color:#f8f7f6;
	border:#dfdcd9 1px solid;
	color:#000;
	font-size:0.9em;
	width:164px;
	height:172px;
	text-align:center;
	padding-top:10px;
}
*/

/*____________________________________________________________________
    - HTML TAGS                                                     */

h1 
{			
	font-family:Cambria, Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#00a9aa; 
	font-size:1.4em; 
}
h2 
{
	font-family:Cambria, Georgia, serif;
	color:#00a9aa; 
	font-size:1.25em; 
	font-weight:normal;
}
h3 
{
	font-family:Cambria, Georgia, serif;
	color:#00a9aa; 
	font-size:1.1em; 
	font-weight:normal;
}

img
{
    border: none;
}

a, a:visited {color:#000;}
a:hover {color:#00a9aa;}

ul { list-style-image:url(../imgs/bullet.png); }

.textbox {
	border:#d4d4d4 1px solid;
	background-color:#fff;
	color:#757575;
	}

.button {
	border:#018586 1px solid;
	border-bottom:#006465 1px solid;
	background:#00a9aa url(../imgs/bg-btn.gif) bottom repeat-x;
	color:#fff;
	height:21px;
	}

b, strong {color:#000;}

.dropdown
{
	border:#d4d4d4 1px solid;
	background-color:#fff;
	color:#757575;
	width: 185px;
	margin-bottom: 8px;
}



/*____________________________________________________________________
    - NEWS MODULE                                                   */

.newstitle {
	color:#00a9aa;
	text-transform:uppercase;
	}
	
.news a, .news a:visited {color:#000; text-decoration:none;}
.news a:hover {color:#00a9aa; text-decoration:none;}

.bigtitle {
	font-family:Cambria, Georgia, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:1.3em;
	}

.imgborder {border:#dfdcd9 1px solid !important; margin-bottom:5px;}