/*
===================
	Layout Tags
===================
*/



/*
===================
	Navigation Elements
===================
*/


#navBar li {
	position: relative;
	float: left;
	z-index: 20;
}

.navGeneric {
	text-indent: -100000px;
	height: 23px;
	display: block;
	background-position: top left;
	overflow: hidden;
	width: 77px;
}
.navlist {
	font-family: Tahoma;
	
	font-size: 9px;
	
	font-weight: bold;
	
	color: #FFFFFF;
	
	width: 77px;
}


#navHome {
	background-image:  url(../Images/Nav/BtnHome.gif);
	width: 77px;
}

#navProfile {
	background-image:  url(../Images/Nav/BtnProfile.gif);
	width: 77px;
}

#navSupport {
	background-image:  url(../Images/Nav/BtnSupport.gif);
	width: 77px;
}

#navProducts {
	background-image:  url(../Images/Nav/BtnProducts.gif);
	width: 77px;
}

#navDownload {
	background-image:  url(../Images/Nav/BtnDownload.gif);
	width: 77px;
}

#navDealers {
	background-image:  url(../Images/Nav/BtnDealers.gif);
	width: 77px;
}

#navRepairers {
	background-image:  url(../Images/Nav/BtnRepairers.gif);
	width: 77px;
}

#navEnquiries {
	background-image:  url(../Images/Nav/BtnEnquiries.gif);
	width: 77px;
}

#navGallery {
	background-image:  url(../Images/Nav/BtnGallery.gif);
	width: 77px;
}


#navBar li li {
	background-color: #E6E6E6;
	height: auto;
	z-index: 20;
	clear: left;
	border-bottom: 1px #D9D9D9 solid;
}
#navBar li li a {
	padding: 2px 0 2px 5px;
	display: block;
	width: 118px;
	color: #666666;
	text-decoration: none;
}
#navBar li li:hover a {
	color: #000000;
	background-color: #C6C4C4;
}

#navBar li ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 118px;
	overflow: hidden;
	top: 23px;
	left:0;
	z-index: 10;
	border: #D9D9D9 solid;
	border-width: 0 1px;
}

ul#navBar li:hover a {
	background-position: bottom left;
}

ul#navBar ul,
ul#navBar li:hover ul ul
	{display: none;}

ul#navBar li:hover ul,
ul#navBar ul li:hover ul
	{display: block;}

/*
===================
	HTML Elements
===================
*/

h1 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-indent: 20px;
	font-size: 14px;
	color: #FFFF40;
	display: block;
	height: 32px;
	line-height: 28px;
}

h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	color: #FFFF40;
	text-transform: uppercase;
}


h3, h4 {
	width: 100%;
	border: solid #333333;
	border-width: 1px 0;
	padding: 10px 0;
	margin: 5px 0;
	font-size: 14px;
	color: #FFFF40;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #C3050A;
}

a:hover {
	color: #000000;
}

hr {
	margin-bottom: 10px;
}

.submit:hover {
	background-position: bottom left;
}









