html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, input, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 0px auto;
	padding: 0px;
	font: 62.5% arial, sans-serif;
	background: #000;
	color: #fff;
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #fff;
}

h1 {
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	color: #fff;
	font-size: 1.4em;
	line-height: 16pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #fff;
	font-size: 1.2em;
	line-height: 16pt;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

a{
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	display: block;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}

a.inviso {
	position: absolute;
	text-decoration: none;
	/*border: 1px solid #ff0000;*/
}


#container {
	margin: 0 auto;
	width: 970px;
}

#news {
	margin-bottom: 20px;
}

#news img {
	margin-bottom: 5px;
}

/*CSS NAVIGATION*/

a#nav_home {
    width: 60px;
    height: 35px;
    background-image: url(images/nav_home.jpg);
    display: block;
    text-decoration: none;
}

a#nav_home:hover {
    background-position: 0 35px;
}


a#nav_brands {
    width: 116px;
    height: 44px;
    background-image: url(images/nav_brands.jpg);
    display: block;
    text-decoration: none;
}

a#nav_brands:hover {
    background-position: 0 44px;
}

a#nav_news {
    width: 55px;
    height: 29px;
    background-image: url(images/nav_news.jpg);
    display: block;
    text-decoration: none;
}

a#nav_news:hover {
    background-position: 0 29px;
}

a#nav_links {
    width: 72px;
    height: 40px;
    background-image: url(images/nav_links.jpg);
    display: block;
    text-decoration: none;
}

a#nav_links:hover {
    background-position: 0 40px;
}

a#nav_contact {
    width: 89px;
    height: 31px;
    background-image: url(images/nav_contact.jpg);
    display: block;
    text-decoration: none;
}

a#nav_contact:hover {
    background-position: 0 31px;
}

a#nav_dealers {
    width: 108px;
    height: 44px;
    background-image: url(images/nav_dealers.jpg);
    display: block;
    text-decoration: none;
}

a#nav_dealers:hover {
    background-position: 0 44px;
}




/* footer stuff */

#footer_nav {
	padding: 0px 0px 0px 0px;
	float: left;
}

#footer_nav a{
	color: #666;
	text-decoration: none;
}

#footer_nav a:hover{
	color: #ccc;
	text-decoration: underline; 
}

#footer_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer_nav li{
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}