@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	margin: 0px;
	padding: 30px;
}
a { 
	color: #333333;
}


table {
	font-size: 13px;
}
h1 {
	font-size: 21px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #66ccff;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.product {
	width: auto;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#download_wrapper_top, #download_wrapper_bottom {
	width: 100%;
	position: relative;
	height: auto;
	clear: both;
}

#download_wrapper_top .one, #download_wrapper_top .two, #download_wrapper_top .three,
#download_wrapper_bottom .one, #download_wrapper_bottom .two, #download_wrapper_bottom .three {
	position: relative;
	width: 33%;
	float: left;
	height: auto;
	padding-bottom: 50px;
}

#navigation ul, #navigation ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	color: #FFFFFF;
}

#navigation ul li a {
	padding-bottom: 5px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
}
#navigation h2 {
	color: #BDE6FF;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0px;
}	