@charset "utf-8";
/* CSS Document */

* {

    margin: 0;
   
    padding: 0;
}

body {
    background: url("images/pagebg.jpg") repeat-x scroll left top #eaeeed;
    color: #323131;
    font-family: "Lucida Sans","Lucida Sans Unicode",Verdana;
    font-size: 12px;
}




#wrapper
{
	margin:0 auto;
	width:980px;
	min-height:1670px;
}

#header
{
	width:980px;
	height:200px;
	float:left;

}

#header #logo
{
	width:980px;
	height:148px;
	background:#000;

	margin-top:10px;
}




#logo #contactdetails
{
	width:980px;
	height:140px;
	float:;
}

#contactdetails #logo
{
	width:500px;
	height:130px;
	float:left;
}

#logo h1
{
	font-size:30px;
	color:#FFF;
}

#contactdetails #telephone
{
	width:300px;
	height:130px;
	float:left;
	margin-left:160px;
	
	color:#FFF;

	
	
}

#telephone h1, a:link
{
	font-size:16px;
	padding-bottom:10px;
	color:#2be30c;
}

#navigation
{
	width:980px;
	float:left;
}


#navigation li {
    background: url("images/navtabs.png") no-repeat scroll left top transparent;
    display: inline;
    float: left;
    height: 38px;
    margin-right: 28px;

    width: 160px;
}

 li {
    line-height: 22px;
    text-align: left;
	
}

#navigation #active a {
	background:url(images/navtabs_active.png);
	/*color:#ff6501;*/

	text-decoration:underline;
}

#navigation li a {
    color: #000;
    display: block;
    height: 27px;
    padding-top: 11px;
    text-align: center;
	text-decoration:none;
    width: 160px;
	font-weight:bold;
}

#navigation li a:hover
{
	background:url(images/navtabs_active.png);
	text-decoration:underline;
		color:#068f3a;
}



 #content
{
	width:980px;
	clear:both;

	
	
}

 #content hr
 {
	 border: solid thick #0C0;
	  
 }

#content #welcome
{
	width:980px;
	float:left;
	height:136px;

	
}

#content #flash
{
	float:left;
	width:980px;
}

#flash .fadein 
{ 
position:relative; 
width:500px; 
height:332px; 
}
.fadein img 
{ position:absolute; 
left:0; top:0;
 }


#welcome h1
{
		color:#06a745;
		margin-left:10px;
		margin-top:30px;
		font-size:30px;
		text-align:center;
	
}

#welcome h2
{
	color:#090;	
		margin-left:30px;
		margin-top:10px;
		font-size:20px;
		font-weight:bold;
		text-align:center;
	
}

#welcome h3
{
	color:#090;	
		margin-left:30px;
		margin-top:10px;
		font-size:14px;
		font-weight:bold;
		text-align:center;
}


	

#toboxcontainer 
{
	float:left;
	width:980px;
	margin-top:20px;
}

#toboxcontainer .topboxes
{
	float:left;
	width:310px;
	height:320px;
	background:#fff;
	color:#FFF;

	margin-left:12px;
}


.topboxes .imgholder
{
	width:310px;
	height:220px;
	float:left;
}

.topboxes .desc
{
	float:left;
	width:310px;
	height:100px;
	background:url(images/textbg.png);
}


.desc h1
{
	margin-left:10px;
	margin-top:6px;
	font-size:22px;
}
.desc p
{
	margin-left:10px;
	margin-top:6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.desc p a
{
	text-decoration:underline;
	color:#fff;
	font-style:italic;
	text-align:left;
	
}
#bottomcontent
{
	float:left;
	width:953px;
	margin-left:12px;
	margin-top:20px;
}

#bottomcontent ul li
{
	list-style:circle;
	margin-left:40px;
	
}

#bottomcontent h1
{
	font-size:22px;
	
}

#bottomcontent p
{
	margin-top:22px;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	
}


#bottomcontent #contactbox
{
	width:380px;
	float:left;
	background:url(images/contactformbg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	height:240px;
	color:#FFF;
}

#contactbox h1
{
		margin-left:10px;
}

#contactbox span
{
	margin-left:10px;
	
}

#contactbox input
{
	margin-left:10px;

	
}

#contactbox submit
{
	margin-top:10px;
	
	
}

#map
{
	margin-top:18px;
	margin-left:4px;
}

#brands
{
float:left;
	width:953px;
	margin-left:12px;
	margin-top:20px;
	
}

#brands img
{
	padding-left:50px;
	
}


#footer
{
float:left;
	width:953px;
	margin-left:12px;
	margin-top:30px;
	border-top: 2px #0C0 solid;
	
}

#footer p, a:link
{
	font-size:12px;
	text-align:center;
	color:#000;
	font-family :Tahoma, Geneva, sans-serif;
	line-height:20px;
	
	
	letter-spacing:1px;
	
}

