/*-----------------------------
Global Properties
-------------------------------*/

* {	
	margin: 0; 

}

#container {

}

.wrapper {	
	position:relative;
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -84px;
	background-color: #ffffff; 

}

html, body {	
	height: 100%;
	min-width: 800px; 

}

body {	
	background-color: #e6e6e6;
	background-image: url('images/headder.png');
	background-repeat: no-repeat;
	background-position: top; 

}

h1 {	
	font-size: 28px;
	font-family: Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 500;
	padding-bottom: 10px; 

}

h2 {	
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: 500;
	color: #333333; 

}

h3 {	
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 600;
	padding-bottom: 10px; 
}

h4 {	
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #4c4c4c;
	font-weight: 600;
	padding-bottom: 10px; 
}

p, ul {	
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #4c4c4c;
	margin: 15px; 

}

a {	
	font-family: Arial, sans-serif; 

}

/*-----------------------------
Page Specific Properties
-------------------------------*/

/*-----------------------------
Home Page Properties
-------------------------------*/
#home-page .maintext {	
	padding-top: 84px;
	padding-right: 0px;
	padding-left: 20px; }

#home-page a#homenav {	
	background-color: #ADE014;
	color: #333; 

}

#home-page .wrapper {

}

.twitter {

}

#home-page ul

/*-----------------------------
Product Page Properties
-------------------------------*/

#product-page a#prodnav {	
	background-color: #ADE014;
	color: #333; 

}

#product-page a#prodnav {	
	background-color: #ADE014;
	color: #333; }

#product-page .maintext {	
	background-image: url('images/h3rlogolg2.jpg');
	background-repeat: no-repeat;
	background-position: 550px 100px; 

}

/*-----------------------------
Partner Page Properties
-------------------------------*/

#partner-page a#partnav {	
	background-color: #ADE014;
	color: #333; 

}

#partner-page strong {	
	border-bottom: 1px #4c4c4c solid;
	padding-bottom: 10px; 

}

/*-----------------------------
About Page Properties
-------------------------------*/

#about-page a#aboutnav {	
	background-color: #ADE014;
	color: #333; 

}

#about-page .wrapper {
	background-image: url('images/michael.jpg');
	background-repeat: no-repeat;
	background-position: 550px 200px; 

}
/*-----------------------------
News Page Properties
-------------------------------*/

#news-page a#newsnav {	
	background-color: #ADE014;
	color: #333; 

}

#news-page strong {	
	border-bottom: none;
	padding-bottom: 0px; 

}

#news-page p {	
	width: 700px; 

}

#news-page .wrapper {
	background-image: url('images/interviewtime.jpg');
	background-repeat: no-repeat;
	background-position: right 70px; 

}

.newsitem {
	padding-bottom: 20px;
	padding-top: 20px; 

}


.newsitem a {	
	color: #333333;
	font-weight: 900;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none; 

}

.newsitem a:hover {	
	text-decoration: underline; 

}



.newsitem img {
	padding-bottom: 10px; 

}

#news-page .seperator {
	width: 300px;
	border-top: 1px #333333 solid; 

}

/*-----------------------------
Contact Page Properties
-------------------------------*/

#contact-page a#contactnav {	
	background-color: #ADE014;
	color: #333; 

}

#contact-page p {	
	margin-bottom: 15px;
	border-bottom: none; 

}

#contact-page .section {	
	border-bottom: none;
	border-left: 1px #4c4c4c solid;
	padding-left: 20px; 

}

#contact-page .wrapper {
	background-image: url('images/silvergreen.jpg');
	background-position: 50px 170px;
	background-repeat: no-repeat; 

}

/*-----------------------------
Racing Properties
-------------------------------*/

#racing-page a#racenav {	
	background-color: #ADE014;
	color: #333; 

}

/*-----------------------------
Headder Properties
-------------------------------*/

.headwrapper {	
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100px;
	background-image: url('images/headder.png');
	background-position: top;
	top: 0px; 

}

.header {	
	margin: 0 auto -84px; 

}

.title {	
	position: absolute;
	z-index: 9999;
	left: 90px;
	top: 30px;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, sans-serif; 

}

.logo {
	position: absolute;
	width: 88px;
	height: 88px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-image: url('images/h3rlogolg3.png');
	background-position: center center;
	top: 8px; 

}

.login {	
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 9999;
	height: 30px;
	width: 125px;
	display: block;
	background-image: url('images/etranslogo.gif');
	background-repeat: no-repeat;
	background-position: right; 

}

.login a:link {	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	top: 6px; 

}

.login a:visited {		
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	top: 6px; 

}

.login a:hover {	
	text-decoration: none;
	color: #ADE014;
	 

}

/*-----------------------------
Footer Properties
-------------------------------*/

.footshadow { 

}

.footer {	
	z-index: 999;
	height: 84px;
	background-image: url('images/footer.png');
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center; 

}


.hyper {
	position: relative;
	top: 38px;
	text-decoration: none;
	border: none; 

}

.hyper p {
	font-size: 20pt; 

}

.hyper a {
	text-decoration: none;
	border: none;
	color: #494949; 

}

.hyper a:link {
	text-decoration: none;
	border: none;
	color: #494949; 

}

.hyper a:visited {
	text-decoration: none;
	border: none;
	color: #494949; 

}

.footer, .push {	
	height:84px;
	clear: both; 

}

/*-----------------------------
Navigation Page Properties
-------------------------------*/

.mainnav {	
	position: relative;
	top: 73px;
	left: 80px;
	z-index: 9999;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none; 

}

.mainnav a {	
	padding: 6px;
	text-decoration: none;
	color:#fff 

}

.mainnav a:hover {	
	color: #ADE014; 

}

.mainnav a:link { 

}

.mainnav a:visited { 

}

/*-----------------------------
Content Properties
-------------------------------*/

.maintext {	
	padding-top: 120px;
	padding-right: 50px;
	padding-left: 50px; 

}

.partner {	
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #4c4c4c solid; 

}

.tony .partner {
	border-bottom: none; 

}

.partner p {	
	padding-left: 40px;
	padding-top: 7px; 

}

.partner a {	
	color: #333333;
	font-weight: 900;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none; 

}

.partner a:hover {	
	text-decoration: underline; 

}

.producthead {	
	padding-bottom: 15px;
	border-bottom: 1px #4c4c4c solid;
	width: 450px; 

}

.welcome {
	display: none;	
	position: absolute;
	left: 209px;
	width: 300px;
	height: 212px;
	top: 420px;
	z-index: 998; 

}

.welcome h1 {	
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px #ffffff solid;
	color: #ffffff; 

}

.welcome p {
	font-size: 9pt;
	color: #ffffff; 
}


.rightcolumn {	
	width: 268px;
	float: right;
	position: relative;
	padding-top: 80px; 

}

.section {	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:0px;
	padding-right:0px;
	margin-left:15px;
	margin-right:15px;
	border-bottom: 1px #333333 solid; 

}
