@charset "utf-8";
/* CSS Document */

/*------------------Body-----------------------*/

/*  Universal Reset, all margins and paddings to zero, so that they can be set for each element with greater control */
* { margin: 0; padding: 0;}

body {
	text-align: left;
	font: 13px "Myriad Web", Arial;
	color: #FFFFFF;
	cursor: default;
	background-color: #c0c0c0;
}

a {
		color: #fb7e08;
		text-decoration: none;
		cursor: pointer;
}
a:hover {}
a:visited {}

img {border: 0; }

.thumb {
	border: 1px solid #41021b;
}


p {text-align:justify;}

p.left {text-align:left;}

#content {
	margin-left: 12px;
	text-align:left;
}


#more{
text-align:right;
margin-right:80px;
}

#more a {
color:#ebeaea;
}

#more a:hover {
color:#FFFFFF;
text-decoration:underline;
}



.goback:hover { background: url(../img/previous_page.gif) no-repeat left -17px; }

h1 {
    font: 16px "Myriad Web", Arial;
	color: #FFFFFF;
	font-weight:bold;
	
	}
	
h2 {
	color: #FFFFFF;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	background-image: url(../img/header_h2.png);
	height: 48px;
	width: 598px;
	font-family: "Myriad Web", Arial;
	font-size: 20px;
	line-height: 40px;
	text-indent: 10px;
	text-align:left;
	}	

	
/*------------------Layout-----------------------*/

#wrapper {
	border: 1px solid #000000;
	width:900px;
	margin:auto;
	padding:0;
	
}

#bg {
	background-image: url(../img/gradient.gif);
	background-repeat:repeat-x;
	background-color: #686868;
}

#date {
    font: 11px "Myriad Web", Arial;
	color: #FFFFFF;
	font-weight:bold;

}

#newz a {
	font: 10px "Myriad Web", Arial;
	color: #01a2ff;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-bottom: 0px;
	}

#rss a {
    font: 10px "Myriad Web", Arial;
	color: #fb7e08;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-bottom: 0px;
	}

#rss ul, li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom:10px;
	margin-left:10px;
}

#abc a {
    font: 10px "Myriad Web", Arial;
	color: #1D9007;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	padding-bottom: 0px;
	}

 #nav_footer {
    font: 11px "Myriad Web", Arial;
	color: #fb932d;
	font-weight:bold;
	}    

#bbox {
    font: 10px "Myriad Web", Arial;
	color: #334e9d;
	font-weight:bold;
	}  
	  


#login_wrapper {}

input.login {
	width: 80px;
	height: 10px;
	font-size:10px;
	}	  
input.check {
	width: 9px;
	height: 9px;
	}	
	
#contact {
    background-color: #868686;
	padding:5px;
	border: 1px solid #000000;
}	

#contact_heading {
    background-color: #4c4c4c ;
	font-weight:bold;
	padding:2px;        
}

#contact a {
    color:#FFFFFF;
	text-decoration:underline;
}

#contact a:hover {
    color:#FFFFFF;
	text-decoration:none;
}


/*------------------Left Nav-----------------------*/

#leftnav {
width: 193px;
padding: 0;
margin: 0;
border-collapse: collapse;
}
#leftnav td {
	height: 56px;
	padding-bottom: 10px;
}

#leftnav a:link, #navigation a:visited {
color: #000000;
text-align:center;
background-color: transparent;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}

.search {
   color:black; 
   padding:0;
   font-weight:bold;
   font-size:14px;
   margin:0;
   padding:0 0 5px 0;
}

.textarea {
   background-color:#7e4552;
   border:1px solid #41021b;
   color:#FFFFFF;
}

.go {
	padding:0;
	margin:0 0 3px 0;
	vertical-align: middle;



}


/*IDs for each link, specifies the background image and width
#alarms { 	background-image: url(../img/alarms.gif); 	width: 192px;}
#alcohol { 			background-image: url(../img/alcohol.gif); 			width: 192px;}
#forecourt {  		background-image: url(../img/forecourt.gif); 		width: 192px;}
#oem {  		background-image: url(../img/oem.gif); 		width: 192px;}
#telematic {  background-image: url(../img/telematic.gif); 	width: 192px;}*/ 
