/* Designer: Waymon Goodwin
   Date: 4-29-2009
   URL:Presitgeautomotive.com
*/

/* BODY CONTAINERS-------------- */

body{
	margin:0;
	padding:0;
	background: #000000 url(../images/prestige_back.gif) repeat-x top center;
  	font-family: verdana, Arial, sans-serif;
	color: #393939;
	line-height: 1.5em;
	font-size:12px;
	text-align: left;
}

#container{
	margin:0 auto;	
	width:1076px;
	background: url(../images/shadow_repeat.png) repeat-y top center;		
}

#mainblock{
	margin:0 auto;
	width:1004px;
}

#header{
	margin:0 auto;
	width:1004px;
	position:relative;
}

#midbar{
	width:100%
}

.clear{
	clear: both;
	width: 100%;
}

#logobar{
	position: absolute;
	width:425px;
	height:38px;
	top:-235px;
	right:09px;
}

#salesbar{
	position: absolute;
	width:262px;
	height:38px;
	top:780px;
	left:25px;
}

#bottomcontent{	
	width:100%
}

#leftnews{
	float:left;
	padding-top:12px;
	width:310px;
	background: #000 url(../images/news_events_back.gif) repeat-x top center;
} 

#rightnews{
	clear:right;
	float:right;
	padding-top:20px;
	width:691px;
	background: #DEDEDE url(../images/main_content_back.jpg) repeat-x top center;
}
/* End body Containers*/
/*Font styles---------------------------*/
h4{
   font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, , sans-serif;
	font-weight: normal;
	font-size:50px;
	line-height:1.3em;
	color:#ffad00;
	margin:0;
	padding:0;	
}

h1{
   font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, , sans-serif;
	font-weight: normal;
	color: Maroon;
	font-size:24px;
	line-height:1.5em;
	margin-left:30px;
	margin-right: 130px;
	padding:0;	
}

h2{
   font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, , sans-serif;
	font-weight: normal;
	font-size:20px;
	line-height:1.5em;
	color: #ffad00;	
}

h3{
   font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, , sans-serif;
	font-weight: normal;
	font-size:18px;
	line-height:1.5em;
	color: #ffad00;	
}

.align{
	margin-left:30px;
	margin-right: 130px;
}

p.red{
	font-size:14px;
	margin-left:30px;
	color:maroon;
}

#footer{
	color: #fff;
	font-size: 9px;
}

a:link,a:visited{
	color:#0002E6;
}

a:link.side,a:visited.side{
	color:#35c3e7;
}

a:hover,a:hover.side{
	color: #B9B9B9;
	text-decoration: none;
}

/*End Font Styles-------------------------------------*/
