body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../Imgs/BackgroundBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Header {
	height: 60px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Imgs/HeaderBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 17px;
}

#Header #HeaderLogo {
	margin: 0px 0px 0px 43px;
	padding: 0px;
	height: 60px;
	width: 138px;
}

#Container {
	background-color: #FFF;
	width: 856px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 43px;
	padding-top: 23px;
	padding-right: 43px;
	padding-bottom: 23px;
	-webkit-box-shadow: 5px 5px 6px #000000;
	-moz-box-shadow: 5px 5px 6px #000000;
	box-shadow: 5px 5px 6px #000000;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height:550px;
}

#Container #LeftMenu {
	float: left;
	width: 138px;
	padding-top: 29px;
}
#Container #LeftMenu ul li a {
	background-image: url(../Imgs/LeftButtons.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 37px;
	width: 138px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
}
#Container #LeftMenu ul li a:hover {
	text-decoration: underline;
}



#Container #Contains {
	float: right;
	width: 675px;
	margin-left: 43px;
	font-size: 12px;
	padding-top: 26px;
}

#Container #Contains h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3F3F3F;
	line-height: 25px;
}

#Container #Contains h3 {
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}

#Container #Contains #bigButtonArea {
	margin-top: 37px;
}

#Container #Contains #bigButtonArea a {
	display: block;
	height: 91px;
	width: 327px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-bottom: 6px;
	background-image: url(../Imgs/BigButtonBg.png);
	text-decoration: none;
}
#Container #Contains #bigButtonArea a .bbHead {
	display: block;
	text-decoration: none;
	color: #335984;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 8px;
}
#Container #Contains #bigButtonArea a .bbDesc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 12px;
	display: block;
	padding-left: 25px;
	padding-right: 10px;
}



#Footer {
	background-color: #FFF;
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 42px;
	padding-right: 268px;
	padding-bottom: 10px;
	background-image: url(../Imgs/cardsimage.png);
	background-repeat: no-repeat;
	background-position: 735px 0px;
	padding-top: 5px;
	-webkit-box-shadow: 5px 5px 6px #000000;
	-moz-box-shadow: 5px 5px 6px #000000;
	box-shadow: 5px 5px 6px #000000;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 20px;
}

#Footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.platformsDiv {
	margin-bottom: 50px;
}

.platformsDiv img {
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 88px;
}

.platformsDiv h2 {
	font-size: 20px;
	margin: 0;
	color: #E16900;
}

.platformsDiv a {
	display: block;
	width: 428px;
	height: 42px;
	text-indent: -9999px;
	background: transparent url(../images/dlPlat.png) no-repeat center left;
	margin-left: 88px;
}

.platformsDiv_cn {
	margin-bottom: 50px;
}

.platformsDiv_cn img {
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 88px;
}

.platformsDiv_cn h2 {
	font-size: 20px;
	margin: 0;
	color: #E16900;
}

.platformsDiv_cn a {
	display: block;
	width: 428px;
	height: 42px;
	text-indent: -9999px;
	background: transparent url(../images/dlPlat_cn.png) no-repeat center left;
	margin-left: 88px;
}

.depTable tr td {
	padding: 3px;
	border: 1px solid lightgray;
}

.depTable {
	width: 400px;
	border: 1px solid lightgray;
	padding: 10px;
}

.depTable2 tr td {
	padding: 3px;
	border: 1px solid lightgray;
}

.depTable2 {
	border: 1px solid lightgray;
	padding: 10px;
}

.depTable2col1 {
	width: 200px;
}

.depTable2col2 {
	width: 400px;
}