/*
Theme Name: Auto
Theme URI: http://www.Engage-Technologies.co.uk
Description: Custom CMS theme
Version: 1.0
Author: Masud A. Khan
Author URI: http://masublog.com/
*/

body {
	text-align: center;
	min-width: 990px;
	font-family: Calibri,"Trebuchet MS",Geneva, Arial, Helvetica, sans-serif;
	
}

h2,h3 { margin-bottom: 0.5em }

p {margin-top: 0.5em}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header { height: 82px }

#logo { 
	float:right;
	height:auto;
}

#telephone { 
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 0.4em;
}


#masthead { background-image: url(images/top.jpg);
height: 185px;
overflow: hidden;}

#mainwrapper {
overflow: hidden;
border-top: solid thin #CCCCCC;
border-bottom: solid thin #CCCCCC; 
border-left: 5px solid;
/*background-color: cornsilk;*/
background-color: #eeeeee;}

#main { 
	clear:both;
	float:left;
	width:74%;
	line-height: 1.5em;
	font-size: 0.9em;
	overflow:hidden;
	padding-left: 1em;
	padding-bottom: 1em;
	
}

#news {
	float:right;
	width: 20.5%;
	margin-bottom:0.5em;
	padding: 0 1em 1em;
	background-color:#FFFFCC;
	border-left: solid thick #FF0000;
	padding-top: 1em;
}


#features {
clear:both;
padding-top: 1em;
}

#featleft { float:left;
width: 48%;}

#featright { float:right;
width: 48%;}

#feat1, #feat3 {
float: left;
width: 48%;
}

#feat2, #feat4 {
float: right;
width: 48%;
}

#contact { 
	float:right;
	width: 20.5%;
	background-color:cornsilk;
	padding: 0 1em 1em;
	font-size: 0.8em;
	border-left: solid thick #0000CC;
	clear: right;
	}

#feat1, #feat2, #feat3, #feat4 { font-size: 0.7em;
	 }

#feat2 { padding-right: 8px }

#news { font-size: 0.8em }

#footer { clear: both;
text-align: center;
font-size: 0.7em;
border-top: solid thin #ccccCC;
padding-top: 1.25em;
margin-bottom: 3em;

}

#footer a { text-decoration: none }

#footer a:hover { text-decoration: underline }

#menu { text-transform: uppercase }

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:8px 14px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}



#mainwrapper h2 { margin-top: 0 }

#copyright { float: left }

#engage { float:right }

.email { font-size: 0.9em }

#newscontact { float: none }



