html,body {
	height: 100%;
}

body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: center 90px;
	background-color: white;
	text-align: center;
	color: black;
	font-family: arial,helvetica,garuda,sans-serif;
	font-size: 0.75em;
}

img { border: 0px; }
a { }
a:hover { }
th { text-align: left; }

div.container {
	width: 852px;
	margin: 0 auto;
	text-align: left;
}

div.header {
	height: 90px;
}

div.header div.logo {
	float: left;
	height: 40px;
	width: 300px;
	text-align: center;
	padding-top: 25px;
}

div.header div.navigation {
	float: right;
	height: 40px;
	width: 430px;
	padding-top: 50px;
}

#navHome,#navHomeSelected { float: left; background-image: url(../images/nav/home.gif); width: 94px; height: 40px; font-size: 0px; }
#navHome:hover,#navHomeSelected { background-image: url(../images/nav/home-hover.gif); }

#navLogin,#navLoginSelected { float: left; margin-left: 15px; background-image: url(../images/nav/login.gif); width: 94px; height: 40px; font-size: 0px; }
#navLogin:hover,#navLoginSelected { background-image: url(../images/nav/login-hover.gif); }

#navFaq,#navFaqSelected { float: left; margin-left: 15px; background-image: url(../images/nav/faq.gif); width: 94px; height: 40px; font-size: 0px; }
#navFaq:hover,#navFaqSelected { background-image: url(../images/nav/faq-hover.gif); }

#navHelp,#navHelpSelected { float: left; margin-left: 15px; background-image: url(../images/nav/help.gif); width: 94px; height: 40px; font-size: 0px; }
#navHelp:hover,#navHelpSelected { background-image: url(../images/nav/help-hover.gif); }

div.spotlight {
	background: black;
	height: 249px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

div.content {
	padding: 20px 1px 20px 1px;
}

div.content div.content-main {
	float: left;
	width: 600px;
}

div.content div.content-sidebar {
	float: right;
	width: 223px;
}

div.footer {
	clear: both;
	padding: 10px;
	line-height: 1.4em;
	margin-bottom: 50px;
	color: gray;
	border-top: dashed 1px #cccccc;
	font-size: 0.95em;
}

div.footer a { color: #999999; text-decoration: underline; }
div.footer a:hover { color: blue; }

div.footer div.copyright {
	float: left;
	width: 400px;
}

div.footer div.links {
	float: right;
	width: 400px;
	text-align: right;
}

div.bigTexLogin { font-size: 2.0em; }
div.bigTexLogin a { text-decoration: none; color: blue; }
div.bigTexLogin a:hover { text-decoration: underline; color: red; }

/** Sidebar Block **/
div.sideblock {
}

div.sideblock div.title {
}

div.sideblock div.content {
}

/** Block **/
div.block {
	margin-bottom: 20px;
}
div.block div.title {
	color: black;
	font-size: 1.6em;
}
div.block div.title img {
	vertical-align: middle;
	padding-right: 10px;
}

div.block div.content {
	padding: 15px 0 0 0;
}

div.block div.content-nopad {}

/** COMMON STUFF **/

h1.pageTitle {
	font-size: 2.0em;
	padding-bottom: 20px;	
}

h3.subTitle {
	font-size: 1.2em;
	padding-bottom: 10px;
}

ul.common {
	padding-left: 30px;
	list-style: disc;
}

ul.common li, ol.common li {
	padding: 5px;
}

ol.common {
	padding-left: 30px;
}

fieldset.common {
	border: solid 1px #999999;
	padding: 10px;
}

table.tbGeneral {
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

table.tbGeneral td {
	padding: 5px;
	vertical-align: middle;
}

table.tbGeneral td.label {
	width: 35%;
	text-align: right;
	padding-right: 20px;
	color: #888888;
}

table.tbGeneral td.field {}

table.tbGeneral td.field input {
	width: 300px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

table.tbGeneral td.hint {
	padding-top: 0px;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
}

fieldset.common legend {
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 1.4em;
}

input.bigSubmit {
	width: 200px;
	padding: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

ul.form-messages {
	border: solid 1px #999999;
	padding: 5px;
	margin-bottom: 20px;
}

ul.form-messages li {
	padding: 5px;
}

ul.form-messages li.green {
	background-color: #ebffeb;
	color: green;
}

ul.form-messages li.red {
	background-color: #ffedeb;
	color: red;
}

table.tbLogin td.field input {
	vertical-align: middle;
}	

div.spotlight-packages {
	float: left;
	width: 570px;
	height: 249px;
	background-image: url(../images/packages.png);
}

table.tbPackages {
	height: 237px;
}

table.tbPackages td {
	text-align: center;
	vertical-align: bottom;
}

table.tbPackages td.top {
	height: 118px;
}

table.tbPackages td.bottom {
	height: 119px;
}

table.tbPackages a { display: block; width: 100%; height: 24px; line-height: 24px; color: white; text-decoration: none; font-weight: bold; }
table.tbPackages a:hover { text-decoration: underline; }
table.tbPackages a span.lime { color: #b1de2d; }

table.tbLegitReasons {
	width: 100%;
}

table.tbLegitReasons td {
	padding: 5px;
}

table.tbLegitReasons td.header {
	font-weight: bold;
	color: #6c8517;
}

table.tbLegitReasons td.description {
}

/** CLEAR **/
div.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; visibility: hidden; }