html, body, h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #303030 url(images/footerBG.png) repeat-x scroll top left;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-transition: color linear 0.2s;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

#header {
	background: #688ba5 url(images/headerBG.png) repeat-x scroll top left;
	padding-top: 15px;
}

#headerBGCenter {
	background: url(images/headerBGCenter.png) no-repeat scroll bottom center;
}

#headerBGBottom {
	background: url(images/headerBGbottom.png) repeat-x scroll bottom left;
}

#headerContent {
	height: 320px;
	width: 850px;
	margin: 0 auto;
	position: relative;
}

#headerBar {
	width: 777px;
	height: 39px;
	background: url(images/headerBar.png) no-repeat scroll top center;
	margin: 0 auto;
	padding: 1px 2px 0px 7px;
}

#headerBar2 {
	height: 35px;
	overflow: hidden;
}

#headerBar a {
	display: block;
	float: left;
	height: 35px;
	padding: 4px 12px 0 12px;
	border-right: solid 1px rgba(0,0,0,0.4);
	opacity: 0.6;
}

#headerBar a span {
	font-size: 15px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
}

#headerBar a:hover {
	background: url(images/headerBar-hover.png) repeat-x scroll top center;
	opacity: 0.8;
}

#headerBar a#headerBarFirstLink:hover {
	background: url(images/headerBarFirstLink-hover.png) no-repeat scroll top left;
}

#headerIcon {
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 10;
	background: url(images/ChipmunkIcon.png) no-repeat scroll top left;
	width: 335px;
	height: 349px;
}

#titleAndSlogan {
	position: absolute;
	top: 90px;
	left: 350px;
	z-index: 10;
	width: 460px;
	font-family: 'Arial Black', 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.7);
	line-height: 1.2;
}

#titleAndSlogan h1 {
	font-size: 50px;
	opacity: 0.95;
}

#titleAndSlogan h2 {
	font-size: 30px;
	opacity: 0.5;
}

#headerNavi {
	width: 464px;
	height: 39px;
	background: url(images/headerNaviBar.png) no-repeat scroll top left;
	position: absolute;
	bottom: 0px;
	left: 350px;
	z-index: 10;
}

#headerNavi ul {
	margin: 7px 4px 0 3px;
	height: 33px;
	overflow: hidden;
}

#headerNavi li {
	display: block;
	float: left;
}

#headerNavi li a {
	padding: 6px 10px;
	display: block;
	height: 33px;
	color: #444;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

#headerNavi li a:hover {
	color: #111;
	text-decoration: none;
}

#headerNavi li a#current {
	background: url(images/headerNaviBar-current.png) no-repeat scroll top left;
	width: 96px;
	color: #111;
	padding: 6px 0;
}

#main {
	background: #e9e9e9 url(images/mainBG.png) repeat-x scroll top left;
	text-align: left;
}

#mainContent {
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	min-height: 500px;
	color: #333;
}

#contentArea1 {
	width: 468px;
	float: left;
	margin: 0 0 50px 42px;
	display: inline;
}

#contentArea2 {
	background: url(images/contentAreaBGMain.png) repeat-y scroll top left;
}

#contentArea3 {
	padding: 15px 25px 10px 25px;
}

#contentAreaBottom {
	background: url(images/contentAreaBGBottom.png) no-repeat scroll bottom left;
	height: 10px;
}

#sidebar {
	width: 270px;
	float: left;
	margin: 90px 0 20px 38px;
	display: inline;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
}

#sidebar a {
	text-decoration: none;
	color: #333;
}

#systemRequirements {
	margin-bottom: 35px;
}

#universal {
	width: 95px;
	height: 60px;
	background: url(images/universal.png) no-repeat scroll top left;
	float: left;
	margin: 2px 10px 10px 0;
	display: inline;
}

#sidebar h5, #sidebar h2 {
	font-size: 12px;
	margin: 0 0 8px 0;
}

#downloadArea {
	margin-bottom: 35px;
}

#downloadArea a {
	text-decoration: underline;
}

a#downloadButton {
	display: block;
	border: solid 1px #bbb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 8px 5px 9px 55px;
	margin-top: 7px;
	text-decoration: none;
	background: #eee url(images/download-hover.png) no-repeat 10px 9px;
	-webkit-transition: background-color linear 0.1s;
}

a#downloadButton:hover {
	background: #ddd url(images/download-hover.png) no-repeat 10px 9px;
	border: solid 1px #aaa;
}

#footer {
	background: #303030 url(images/footerBG.png) repeat-x scroll top left;
	padding: 10px;
	line-height: 1.9;
	font-size: 12px;
}

#footerContent {
	width: 850px;
	margin: 0 auto;
	min-height: 20px;
	color: #555;
}

#footer a {
	color: #555;
}

#footer a:hover {
	color: #777;
}

.clearFloat {
	clear: both;
}