﻿@charset "UTF-8";

/* Global Styles */

 * {
	 margin: 0;
	 padding: 0;
 }
 header, nav, article, address, footer, hgroup, section {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #161c1f;
	width: 100%;
	min-width: 1002px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
section {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#mainContent {
	width: 100%;
	min-width: 1002px;
	background: url(../images/content-bg.gif) repeat-x;
	padding: 50px 0;
}
#mainContent1 {
    height: 340px;
}
img {
	border: none;
}
p {
	margin: 0 0 20px 0;
}
p a {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 1px;
}
.imgFloatRight {
	float: right;
	padding: 0 0 10px 20px;
}

/* -- Header Styles -- */

header {
	width: 100%;
	min-width: 1002px;
	background: url(../images/header-bg.gif) repeat-x;
	height: 58px;
	position: relative;
	z-index: 100;
}
header .logo a {
	display: block;
	width: 342px;
	height: 79px;
	background: url(../images/BitRace_Logo.png) no-repeat;
	margin: 0;
	float: left;
}
header nav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 60px;
}
header nav ul li {
	float: left;
	color: #FFF;
	font-size: 15px;
	display: block;
	height: 49px;
	padding: 20px 0 0 0;
	margin: 0 45px 0 0;
}
header nav ul li.active {
	background: url(../images/nav-arrow.png) no-repeat bottom center;
}
header nav ul li a:link, header nav ul li a:visited {
	text-decoration: none;
	color: #FFF;	
}
header nav ul li a:hover {
	text-decoration: none;
	color: #FFF;	
}
header #languageBox {
	float: right;
	width: 80px;
	margin: 13px 0 0 0;
}
header #languageBox .flag {
	width: 30px;
	height: 20px;
	padding: 4px;
	margin: 0 0 0 2px;
	float: left;
}
header #languageBox .flag.active {
	background: #475055;
}


/* -- Banner Styles -- */

#mainBanner {
	width: 100%;
	min-width: 1002px;
	background: url(../images/mainbanner-bg.png) repeat;
	height: 390px;
	position: relative;
	border-bottom: 2px solid #b6c8d0;
	z-index: 10;
	padding: 30px 0 0 0;
}
#mainBanner img.devices {
	float: right;
	margin: 0 -20px 0 0;
}
#mainBanner img.learnmore {
	margin: 30px 0 0 0;
}
#mainBanner h1 {
	font-size: 36px;
	color: #161c1f;
	margin: 50px 50px 30px 0;
}
#mainBanner p {
	font-size: 18px;
	color: #161c1f;
	margin: 0;
	line-height: 20px;
}
#mainBanner ul.first {
	float: left;
	width: 290px;
	margin: 35px 0 0 15px;
	list-style: none;
}
#mainBanner ul.second {
	float: left;
	width: 230px;
	margin: 35px 0 0 20px;
	list-style: none;
}
#mainBanner ul li {
	background: url(../images/checkmark.png) no-repeat 0px 3px;
	padding: 5px 0 2px 27px;
	font-size: 17px;
	margin: 0 0 10px 0;
}
#subBanner {
	width: 100%;
	min-width: 1002px;
	background: url(../images/mainbanner-bg.png) repeat;
	height: 155px;
	position: relative;
	border-bottom: 2px solid #b6c8d0;
	z-index: 10;
	padding: 0;
}
#subBanner h1 {
	font-size: 32px;
	color: #161c1f;
	margin: 0;
	position: absolute;
	left: -5px;
	top: 95px;
}

#subBanner h2 {
	font-size: 24px;
	color: #161c1f;
	margin: 0;
	position: absolute;
	left: -5px;
	top: 95px;
}
/* -- Home Content Styles -- */

#mainContent .leftSide {
	width: 560px;
	float: left;
}
#mainContent .rightSide {
	width: 307px;
	float: right;
}
#mainContent h1 {
	font-size: 30px;
	color: #2f5d71;
	margin: 0 0 18px 0;
}
#mainContent h2 {
    font-style:normal;
    font-weight:normal;	
	font-size: 24px;
	color: #2f5d71;
	
}
#mainContent .loginBox {
	margin: 0 0 38px 0;
}
#mainContent .loginBox .top {
	width: 250px;
	height: 6px;
	background: url(../images/login-top.png) no-repeat;
}
#mainContent .loginBox .top2 {
	width: 237px;
	height: 6px;
	background: url(../images/login-top2.png) no-repeat;
}
#mainContent .loginBox .middle {
	width: 208px;
	border-left: 1px solid #b6c8d0;
	border-right: 1px solid #b6c8d0;
	background: #FFF;
	padding: 15px 20px;
	position: relative;
	text-align: center;
}
#mainContent .loginBox .middle h1 {
	font-size: 20px;
	color: #3c3f41;
	margin: 0 0 15px 0;
}
#mainContent .loginBox .bottom {
	width: 250px;
	height: 6px;
	background: url(../images/login-bottom.png) no-repeat;
}
#mainContent .loginBox .bottom2 {
	width: 237px;
	height: 6px;
	background: url(../images/login-bottom2.png) no-repeat;
}
#mainContent .loginBox form label {
	font-size: 12px;
	color: #3c3f41;
	width: 105px;
	float: left;
	margin: 4px 0 0 0;
}
#mainContent .loginBox form input.normal {
	border: 1px solid #CCC;
	background: url(../images/input-bg.gif) repeat-x;
	height: 22px;
	padding: 0 7px;
	margin: 0 0 6px 0;
	float: left;
	width: 135px;
	color: #999;
}
#mainContent .loginBox form input.submit {

	height: 33px;
	width: 100px;
	position: absolute;
	bottom: -22px;
	left: 17px;
}
/* -- Sub Content Styles -- */

#mainContent p.highlight {
	color: #8c9092;
	font-size: 19px;
	line-height: 24px;
}
#mainContent .leftSideSub {
	width: 670px;
	float: left;
}
#mainContent .rightSideSub {
	width: 237px;
	float: right;
}
#mainContent .rightSideSub h2 {
	color: #161c1f;
	font-size: 20px;
	margin: 10px 0 -10px 17px;
}
#subNav .topActive {
	width: 237px;
	height: 6px;
	background: url(../images/subnav-top-orange.gif) no-repeat;
}
#subNav .top {
	width: 237px;
	height: 6px;
	background: url(../images/subnav-top-white.gif) no-repeat;
}
#subNav .middleActive {
	width: 217px;
	height: 50px;
	background: url(../images/subnav-middle-orange.gif) repeat-x;
	border-left: 1px solid #b6c8d0;
	border-right: 1px solid #b6c8d0;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 18px;
}
#subNav .middle {
	width: 217px;
	background: #FFF;
	border-left: 1px solid #b6c8d0;
	border-right: 1px solid #b6c8d0;
	color: #3c3f41;
	font-size: 16px;
	height: 35px;
	padding: 0 0 0 18px;
}
#subNav .middle2 {
	width: 217px;
	background: #FFF;
	border-left: 1px solid #b6c8d0;
	border-right: 1px solid #b6c8d0;
	color: #3c3f41;
	font-size: 16px;
	height: 55px;
	padding: 0 0 0 18px;
}
#subNav .middleActive p {
	padding: 7px 0 0 0;
}
#subNav .middle p {
	padding: 11px 0 0 0;
}
#subNav .middle p a:link, #subNav .middle p a:visited {
	text-decoration: none;
	color: #3c3f41;
}
#subNav .middle p a:hover {
	text-decoration: underline;
	color: #3c3f41;
}

#subNav .middle2 p {
	padding: 11px 0 0 0;
}
#subNav .middle2 p a:link, #subNav .middle2 p a:visited {
	text-decoration: none;
	color: #3c3f41;
}
#subNav .middle2 p a:hover {
	text-decoration: underline;
	color: #3c3f41;
}

#subNav .divider {
	border-bottom: 1px solid #bc7423;
	height: 1px;
	margin-top: -1px;
}
#subNav .bottomActive {
	width: 237px;
	height: 6px;
	background: url(../images/subnav-bottom-orange.gif) no-repeat;
}
#subNav .bottom {
	width: 237px;
	height: 6px;
	background: url(../images/subnav-bottom-white.gif) no-repeat;
}



/* -- Footer Styles -- */

footer {
	width: 100%;
	min-width: 1002px;
	background: url(../images/footer-bg.gif) repeat-x;
	height: 125px;
	position: relative;
}
footer .logo a {
	display: block;
	width: 169px;
	height: 51px;
	background: url(../images/footer-logo.png) no-repeat;
	margin: 40px 0 0 0;
	float: left;
}
footer nav ul {
	float: right;
	width: 320px;
	list-style: none;
	margin: 55px 0 0 0;
}
footer nav ul li {
	float: left;
	margin: 0 0 0 20px;
}
footer nav ul li a:link, footer nav ul li a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
footer nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}