/* CSS Document - Gleent Innovative Technologies */

*
{
	margin: 0;
	outline: none;
	padding: 0;
}
body
{
	background: #000;
	color: #333;
	min-width: 960px;
	text-align: center;
}
a:link, a:visited, a:hover, a:active 
{
	text-decoration: none;
}
#Wrapper 
{
	background: #000;
	margin: 0 auto;
	text-align: left;
	width: 844px;
}
/* ------------------------------------------------ Header ------------------------------------------------ */
#Header
{
	background: url(images/header.jpg) no-repeat; 
	height: 150px;
	position:relative;
}
	#Header p.contact
	{
		right: 10px;
		position:absolute;
		color: #fff;
		font: italic bold 17px/120px Arial, Helvetica, sans-serif;
	}
	#Header p.roadrace
	{
		right: 10px;
		top: 20px;
		color: #fff;
		font: italic bold 17px/120px Arial, Helvetica, sans-serif;
		position:absolute;
	}	
	#Header ul
	{
		background:url(../images/menu_t.gif) repeat-x;
		list-style: none;
		width: 100%;
		height: 38px;
		position:absolute;
		bottom: 5px;		
	}
	#Header ul li
	{
		float: left;
	}
	#Header ul a 
	{
		background: url(images/divider.gif) no-repeat left center;
		font: 12px/38px Arial, Helvetica, sans-serif;
		display: block;
		padding: 0 10px;
		line-height: 38px;
		text-decoration: none;
		color: #fff;
	}
	#Header ul a:hover
	{
		color: #FFF;
		text-decoration:underline;

	}
	#Header ul .first a 
	{
		background: none;
	}
	#Header ul .first a:hover
	{
		color: #FFF;
		text-decoration:underline;
	}
/* ------------------------------------------------ Content ------------------------------------------------ */
#Content
{
	float:left;
	width: 100%;
	margin-right:10px;
	height: 700px;
	background: #000 url(images/content.jpg) no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#Content a
{
	position:absolute;
	display:block;
	margin: 0 auto;
	height: 303px;
	width: 842px;
}
#Content p
{
	margin-top: 520px;
}
#Content ul
{
	margin-top: 320px;
	list-style:none;
	display: block;
	line-height: 38px;
	text-align:center;
}
#Content li
{
	float: left;
	text-align:center;
	padding: 0 67px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color:#d5ea1f;
}
#Content li.service
{
	height: 164px;
	background:url(images/service.jpg) no-repeat left bottom;
	position:relative;
}
#Content .service a
{
	position:absolute;
	display:block;
	left: 0;
	height: 143px;
	width: 292px;
}
#Content li.moto
{
	height: 164px;
	background:url(images/moto.jpg) no-repeat left bottom;
}
#Content ul .moto a
{
	color:#d5ea1f;
}
#Content li.rider
{
	height: 164px;
	background:url(images/rider.jpg) no-repeat right bottom;
}
#innerContent
{	
	padding: 30px;
	background: #fff;
	margin-bottom: 50px;
}
#innerContent h2
{	
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	margin-bottom: 20px;
	color: #820B0B;
}
#innerContent h3
{	
	font: bold 14px Arial, Helvetica, sans-serif;	
}
#innerContent p
{	
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;	
}
#innerContent ul
{
	margin-bottom: 20px;
}
#innerContent li
{
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 50px;
	list-style:circle;
}
#innerContent a
{
	text-decoration:underline;
	color: #820B0B;
}
#innerContent a:hover
{
	text-decoration:none;
}
#Footer
{
	clear: both;
	height: 60px;
	text-align:center;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	
}
#Footer a
{	
	color: #fff;
}
#Footer a:hover
{
	text-decoration:underline;
}
