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

html {
	height: 100%;
}
body {
	background:#232021;
	color:#e0e0e0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 18px;
	margin:0;
}
/*---------- LAYOUT ----------*/

#page {
	width: 100%;
	position: relative;
}

#top,
#head,
#main,
#footer {
	width: 100%;
	display: block;
	clear: both;
}
div.wrapper {
	width: 860px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#top {
	height: 40px;
	background: url(../../images/site_top.jpg) repeat-x 0 0;
}
#head {
	background: #000;
	padding: 0;
}
#main {
	background: url(../../images/grain_bg.jpg) repeat 0 0;
	padding: 30px 0;
	position: relative;
}
#main .top-shadow,
#main .bottom-shadow  {
	position: absolute;
	left: 0;
	height: 19px;
	width: 100%;
}
#main .top-shadow {
	top: 1px;
	background: url(../../images/shadow_top.png) repeat-x 0 0;	
}
#main .bottom-shadow {
	bottom: 1px;
	background: url(../../images/shadow_bottom.png) repeat-x 0 0;
}


#logo {
	float: left;
	width: 284px;
	padding: 25px 0;
}
#logo a {
	display: block;
	width: 284px;
	height: 239px;
	background: url(../../images/logo.png) no-repeat 0 0;
}
#logo a span {
	display: none;
}

#flash {
	width: 557px;
	float: right;
}



#footer {
	font-size: 11px;
	color: #c9c9c9;
}
#footer-inner {
	padding: 20px 0 40px 0;
}
#footer a {
	color: #FFF;
}

#footer div.left {
	float: left;
	width: 60%;
}
#footer div.right {
	float: right;
	width: 40%;
}


.divList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 860px;
	overflow: hidden;
}
.divList-li {
	float: left;
	width: 410px;
	margin: 10px;
}
.divList .odd {
	clear: left;
}
.divList .even {
	clear: right;
}
li.pdf {
	list-style-type: none;
	background: url(../../images/pdf-icon.png) no-repeat 0 0;
	padding: 0 0 0 20px;
	margin: 0 0 0 -15px;
}


body.platforms #main div.side-left {
	float: left;
	width: 600px;
}
body.platforms #main div.side-right {
	float: right;
	width: 240px;
}


.star-ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.star-ul li {
	padding: 0 0 5px 22px;
	background: url(../../images/star-icon.png) no-repeat 0 0;
}

.tagline {
	float: right;
	width: 200px;
}
.tagline h1 {
	font-size: 14px;
	line-height: 35px;
	margin: 0;
	padding: 0;
}


/*---------- NAVIGATION ----------*/

#primary {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float: left;
	width: 500px;
}
#primary li {
	float: left;
	margin: 7px 15px 0 0;
}
#primary li a {
	padding: 0 15px 0 0;
	display: block;
	line-height: 25px;
	color: #e5e5e5;
	font-weight: normal;
	font-size: 13px;
}
#primary li a span {
	padding: 2px 0 4px 15px;
	line-height: 20px;
	display: block;
}
#primary li a.active,
#primary li a.active:hover {
	background: url(../../images/nav_r.png) no-repeat right -27px;
	color: #FFF;
}
#primary li a.active span,
#primary li a.active:hover span {
	background: url(../../images/nav_l.png) no-repeat left -27px;
}
#primary li a:hover {
	background: url(../../images/nav_r.png) no-repeat right top;
	color: #FFF;
}
#primary li a:hover span {
	background: url(../../images/nav_l.png) no-repeat left top;
}


/*---------- SECONDARY ----------*/

#secondary {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}
#secondary li {
	display: inline;
	margin: 0 7px;
}
#secondary li.last {
	margin-right: 0;
}
#secondary li a {
	color: #c9c9c9;
	font-weight: normal;
}
#secondary li a:hover {
	color: #FFF;
}




/*---------- GENERAL PAGE ELEMENTS ----------*/

img, form {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffa042;
}
h1 {
	font-size: 24px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}

ul {
	margin-top: 0;
	padding-top: 0;
}


a {
	color: #ff8d1e;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #ffa042;
}
#cboxTitle {
	display: none !important;
}