@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #606060;
	background-image: url(/images/general/background-stripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 86px;
}

p, li, td, h1, h2 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
}

h1 {
	color: #D53109;
	font-size: 1.2em;
}

h2 {
	color: #D53109;
	font-size: 1em;
}

a {
	color: #D53109;	
}

img {
	border: none;	
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	position: relative;
	top: 0px;
	z-index: 0;
	left: 50%;
	margin-left: -500px;
}

#header {
	background-image: url(/images/general/header-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 166px;
	position: relative;
}

#header #topDownload {
	position: absolute;
	top: 0px;
	left: 13px;
	border: none;
}

#header #topInstant {
	position: absolute;
	top: 0px;
	left: 231px;
	border: none;
}

#header #homeButton {
	width: 166px;
	height: 166px;
	position: absolute;
	left: 419px;
}

#homeBanner {
	width: 974px;
	height: 383px;
	margin: 0px;
	margin-left: 13px;
	margin-top: 26px;
	background-image: url(/images/homepage/home-banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:relative;
}
	
#homeBanner #download {
	border: none;
	position: absolute;
	right: 40px;
	top: 46px;
}

#homeBanner #instant {
	border: none;
	position: absolute;
	right: 40px;
	top: 166px;
}

#mainContent {
	width: 974px;
	margin: 0px;
	margin-left: 13px;
	margin-top: 26px;
	background-image: url(/images/general/mainContent-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	position:relative;
	float: left;
}

#contentArea {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 724px;
	min-height: 400px;
	background-image: url(/images/general/contentArea-corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#contentArea h1 {
	margin: 0px;
	padding-top: 40px;
	margin-left: 40px;
}

#contentArea p {
	font-size: 0.8em;
	margin: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

#contentArea table {
	margin: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

#contentArea table td {
	font-size: 0.8em;	
}

#contentArea ul, #contentArea ol {
	margin: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
}

#contentArea ul {
	list-style-type: none;
}

#contentArea ol {
	margin-left: 60px;	
}

#contentArea ul li, #contentArea ol li {
	font-size: 0.8em;
	margin: 0px;
	margin-top: 5px;
}

#contentArea ul li {
	padding-left: 40px;
}

#contentArea .promoBox {
	float: left;
	clear: both;
	color:#666;
	width: 644px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#contentArea .promoBox img {
	width: 300px;
	height: 107px;
	float: left;
}

#contentArea .promoBox h2 {
	float: left;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 324px;
}

#contentArea .promoBox p {
	float: left;
	margin: 0px;
	margin-left: 20px;
	width: 324px;
}

#contentFooter {
	clear:both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 974px;
	height: 20px;
	background-image: url(/images/general/contentFooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navBar {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
	background-image: url(/images/general/navBar-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#navBar ul {
	margin: 0px;
	padding: 0px;
	width: 250px;
	list-style-type: none;
}

#navBar ul li {
	border-bottom: 1px solid #fd3303;
	font-size: 0.9em;
	padding: 10px;
}

#navBar ul li a {
	margin: 0px;
	color: #ffffff;
	display:block;
	text-decoration: none;
}

#navBar ul li ul {
	margin-top: 10px;
}

#navBar ul li ul li {
	border: none;
	font-size:0.9em;
	padding: 6px;
}


#footerBar {
	width: 100%;
	height: 131px;
	background-image: url(/images/general/footer-stripe.gif);
	background-repeat: repeat-x;
	background-position: top left;
	top: 26px;
	position:relative;
	clear:both;
}

#footer {
	width: 1000px;
	height: 129px;
	background-color: #000000;
	background-image: url(/images/general/footer.gif);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	left: 50%;
	margin-left: -500px;
	top: 1px;
	clear:both;
}

#footer p {
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

#footer div {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 40px;
}

#footer div img {
	float: left;
	margin: 20px;
}