@charset "UTF-8";
/* --------------------- CSS Document for Marble8 product page*/
* {
	margin: 0;
	padding: 0;
}
a {
	font-weight: normal;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a.dl {
	font-weight: normal;
	font-size: 1.5em;
}
a.dl:link {
	color: #0000FF;
	text-decoration: underline;
}
a.dl:visited {
	color: #0000FF;
	text-decoration: underline;
}
a.dl:hover {
	color: #0000FF;
	text-decoration: overline underline;
}
a.dl:active {
	color: #0000FF;
	text-decoration: underline;
}
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #333333;
}
h1 {
	font: normal 1.9em Verdana, Arial, Helvetica, sans-serif;
	color: #7C9F24;
	padding: 20px 0 0 60px;
	margin-top: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}
h1.support {
	padding: 0;
}
h1.features {
	background-image: url(../img/symbol_features.jpg);
}
h1.learn {
	background-image: url(../img/symbol_learn.jpg);
}
h1.play {
	background-image: url(../img/symbol_play.jpg);
}
h1.solve {
	background-image: url(../img/symbol_solve.jpg);
}
h1.master {
	background-image: url(../img/symbol_master.jpg);
}
h1.download {
	background-image: url(../img/symbol_download.jpg);
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	/* color: #F9BC37; */
	padding-top: 20px;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
ul {
	padding-left: 15px;
}
ul.ulfeatures {
	padding: 0 0 0 63px;
}
p, li {
	font-size: 0.9em;
	padding-top: 10px;
}
p.persona {
	color: #CF001C;
	font-style: italic;
}
p.personb {
	color: #7C9F24;
	font-style: italic;
}
form {
	margin-top: 30px;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
}
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
label {
	display: block;
}
/* --------------------- IDs */
#container {
	color: #000;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
}
#header {
	width: 750px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 750px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column {
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 50px;
	position: relative;
	float: right;
	width: 200px;
	color: #000;
	text-align: center;
}
#content {
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	margin-right: 200px;
	color: #000;
}
#footer {
	width: 750px;
	background-color: #616161;
	margin-left: auto;
	margin-right: auto;
}
#footer2 {
	width: 750px;
	background-color: #616161;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 80px;
}