@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5757be;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:955px;
	margin:auto;
}

#header {
	background-image: url(../images/header.jpg);
	height: 30px;
	padding-top: 78px;
	padding-left:200px;
}

#leftmenu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width: 129px;
	height:358px;
	float:left;
	padding-left: 30px;
	padding-top: 30px;
}

#leftmenu a{
	color: #a0a0dd;
	margin-bottom: 10px;
	text-decoration:none;
	display:block;
}

#leftmenu a:hover{
	color: #1010a5;
}

#maincontent {
	background-image: url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	width: 726px;
	float:left;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 40px;
}

#maincontent h1{
	margin: 0px;
	color: #5757be;
	font-size:42px;
	font-weight:normal;
}

#maincontent h2{
	margin: 0px;
	color: #b7b7e3;
	font-size: 17px;
}

#maincontent p{
	line-height:25px;
}

#maincontent a{
	font-weight:bold;
	color:#5757be;
}

#spinningfan {
	position: absolute;
	top: 14px;
	margin-left: 39px;
	width:80px;
	height:80px;
	z-index: 50;
}

.tabletext {
	color:#fff;
	font-size: 17px;
	font-weight:bold;
	text-align:center;
}

.tabletext2 {
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

#featureList
{
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 55px;
	list-style: none;
}

#featureList li
{
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	line-height:25px;
}

#downloadList
{
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 55px;
	list-style: none;
}

#downloadList li
{
	padding-left: 20px;
	background-image: url(../images/bullet_disk.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height:25px;
}