html,body,div,ul,li,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,label,textarea,p,blockquote,fieldset{ 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font-size: 62.5%;
	background: url(../images/background.jpg);
	text-align: center;
	font-family: "Verdana";
}

p {

}

a {
	text-decoration: none;
	color: #070830;
}

a:hover {
	text-decoration: underline;
	color: #070830;
}




/* HEADERs BEGIN */
h1 {
	width: 247px;
	height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	background: url(../images/bg_header.gif);
	font-size: 1.4em;
	font-weight: bold;
}

/* HEADERs END */


/* ################################# */

/* DIVs BEGIN */

div#content {
	position: relative;
	width: 841px;
	min-height: 708px;
	text-align: left;
	margin: 20px auto;

}

div#login_form {
	float: right;
	text-align: right;
	width: 400px;
	min-height: 100px;
}

div#inner_content_wrapper {
	width: 633px;
	min-height: 330px;
	margin-top: 20px;
	margin-right: 20px;
	background: url(../images/bg_inner_content_wrapper.gif) repeat-y;
	float: right;
}

div#inner_content {
	width: 603px;
	min-height: 297px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background: url(../images/bg_inner_content.gif) no-repeat;
}

div#menu {
	margin-top: 55px;
	margin-left: 23px;
	width: 110px;
	height: 291px;
	padding-left: 55px;
	background: url(../images/bg_menu.jpg) no-repeat;
	float: left;
}

div#inner_content_bottom {
	width: 633px;
	height: 12px;
	float: right;
	margin-right: 20px;
	background: url(../images/bg_inner_content_bottom.gif);
}

div.cleaner {
	clear: both;
}

div.show_box {
	width: 100px;
	border: solid 1px black;
	float: left;
	text-align: center;
	margin-top: 10px;
}

div#footer {
	width: 623px;
	height: 20px;
	margin-right: 20px;
	padding-left: 10px;
	float: right;
	color: #ffffff;
	font-size: 0.9em;
	font-family: "Tahoma";
}
/* DIVs END */

/* ################################# */

/* PARAGRAPHs BEGIN */

p.text {
	color: #070830;
	font-size: 1.2em;
	margin-top: 10px;
	text-align: justify;
}

p.show {
	color: #070830;
	font-size: 1.2em;
	margin-top: 20px;
	text-align: justify;
}

/* PARAGRAPHs END */

/* ################################# */

/* TEXT STYLEs BEGIN */

span.white {
	color: #ffffff;
}

span.large {
	font-size: 1.4em;
}

span.small {
	font-size: 0.8em;
}

span.green {
	color: #178015;
}

span.red {
	color: #e23045;
}
/* TEXT STYLEs END */

/* ################################# */

/* IMAGEs BEGIN */
img.main_page_rocket {
	position: absolute;
	top: 250px;
	left: 210px;
}

img.small_rocket {
	margin-left: 400px;
	margin-top: -80px;
}

img.show_pdf {
	float: left;
}

img.logo {
	float: left;
}

/* IMAGEs END */

/* ################################# */

/* LINKs BEGIN */
a.planet_menu_bio {
	position: absolute;
	bottom: 120px;
	right: 80px;
}

a.planet_menu_signup {
	position: absolute;
	bottom: 420px;
	right: 90px;
}

a.planet_menu_samples {
	position: absolute;
	bottom: 500px;
	right: 330px;
}

a.planet_menu_contact {
	position: absolute;
	bottom: 320px;
	right: 620px;
}

a.planet_menu_home {
	position: absolute;
	bottom: 100px;
	right: 480px;
}

a.show {
	color: #070830;
}

div#login_form a {
	color: #ffffff;
}

div#footer a{
	color: #ffffff;
}

/* LINKs END */

/* ################################# */

/* LISTs BEGIN */
ul.menu {
	margin-top: 5px;
	text-align:center;
	list-style: none;
}

ul.menu a{
	color: #070830;
	font-size: 1.3em;
	font-weight: bold;
}

ul.menu li {
	margin-top: 5px;

}


/* LISTs END */

/* ################################# */

/* FORMs BEGIN */

form.login_form label{
	font-family: "Verdana";
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	margin-right: 5px;
}

form.login_form input{
	font-family: "Verdana";
	font-size: 1.2em;
	font-weight: bold;

}

form.login_form div{
	margin-top: 5px;
}

form.login_form input.submit {
	border: none;
	background: none;
	font-family: "Verdana";
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}

form.signin {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

form.signin input{
	width: 191px;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	bordeR: none;
	font-family: "Verdana";
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/bg_input.gif);
	float: right;
}

form.signin label{
	float: left;
	margin-top: 3px;
	font-weight: bold;
	text-align: right;
	width: 220px;
}

form.signin div{
	width: 440px;
	height: 19px;
	margin-top: 5px;
	clear: both;
}

form.signin input.submit{
	background: none;
	width: 65px;
	margin-top: 5px;
}

form.contact {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

form.contact label{
	font-size: 1.3em;
	font-weight: bold;
}

form.contact div{
	margin-top: 5px;
	clear: both;
	width: 354px;
}

form.contact input{
	width: 191px;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	bordeR: none;
	font-family: "Verdana";
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/bg_input.gif);
}

form.contact textarea{
	width: 354px;
	height: 214px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	bordeR: none;
	font-family: "Verdana";
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/bg_textarea.gif);
}

form.contact input.submit {
	background: none;
	width: 65px;
	margin-top: 5px;
	float: right;
}


/* FORMs END */

