
/*
ONE STYLESHEET TO RULE THEM ALL
12/2008 bennion
-------------------------------------------------------------------*/

/*
FIRST THE REST TO CLEAR ALL MARGINS PADDING ETC
DO NOT TOUCH
v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET
------------------------------*/

body {
	font-family:  "Trebuchet MS", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color:#5C5C5C;
}
body.prelogin {
	background: url(/images/bg3.jpg) no-repeat 10px 103px;
}

/*BASICS
-----------------------------*/

h1 {
	font-weight: normal;
	color: #A64547;
	color:#FDF5EB;
	font-size:30px;
}
h1.main-title {
	color:#FDF5EB;
	font-size:30px;
}
h2 {
	font-size:  18px;
	margin: 5px 0px 2px 0px;
	color: #ffffff;
}
h3 {
	font-size: 16px;
	color: #000000;
}
p {
	font-size: 12px;
	line-height:1.4em;
	color: #5C5C5C;
}
ul {
	font-size: 14px;
	line-height: 1.4em;
}
strong {
	color: #777777;
}
/*Branding elements incl logo and beta markings. Some are fixed, some floating*/
#branding {
	width: 100%;
	height: 6px;
	background: #ffffff url(/images/bg.gif) repeat-x;
}
.logo {
	background: url(/images/hola.gif) no-repeat;
	position: absolute;
	top: 18px;
	left: 50px;
	width:295px;
	height:112px;
}
.beta {
	background: url(/images/beta.gif) no-repeat;
	width:75px;
	height:63px;
	float: right;
}
/*Tabbed Menu at top of page for navigating major site sections*/
.tab_menu {
	height: 31px;
	width: 500px;
	position: absolute;
	left: 489px;
	top: 73px;
}
.tab_menu ul {
	text-align:center;
}
.tab_menu li {
	float: left;
}
.tab_menu a {
	font-size: 13px;
	position:relative;
	color: 	#85898E;
	text-decoration:none;
	width:145px;
	height:32px;
	margin-right:2px;
	background: url(/images/htabi.gif) no-repeat;
	line-height:32px;
	display: block;
}
.tab_menu .current, .tab_menu .current a:hover {
	background:url(/images/htaba.jpg) no-repeat;
	color: #4C91CC;
	width:145px;
	height:48px;
	z-index:1;
	font-weight: bold;
}
#faq .tab_menu .current, #faq .tab_menu .current a:hover, #login .tab_menu .current, #login .tab_menu .current a:hover {
	background:url(/images/htaba.gif) no-repeat;
}
.tab_menu a:hover, .tab_menu a:active {
	color: #4C91CC;
	font-weight: bold;
	width:145px;
	height:48px;
}
/*Left Side Screen Elements*/

.left_column {
	position:absolute;
	left: 15px;
	top: 175px;
	width: 450px;
}
.leftnav {
	padding: 0 20px;
}
.leftnav h2 {
	margin-bottom:20px;
}
.leftnav ul {
	color:#F6CCA2;
	margin-top:15px;
}
.leftnav li {
	font-size: 18px;
	margin:7px 0 0 50px;
	background: url(/images/bullet.gif) left center no-repeat;
	padding-left:20px;
}
.current_stats h2 {
	font: normal 20px Trebuchet MS;
	color: #A64547;
}
.current_stats {
	width:445px;
	position:absolute;
	top: 412px;
	left: 74px;
}
.current_stats ul {
	color: #ffffff;
	margin-top:8px;
}
.current_stats li {
	font-size: 14px;
	color: #666666;
	margin: 2px 0 0 120px;
	background: url(/images/bullet3.gif) left center no-repeat;
	padding-left: 20px;
}
.spot {
	float: left;
	clear: both;
	margin: 0 15px 10px 0;
}
#powered_by {
	position:absolute;
	top:586px;
	left: 30px;
	padding-bottom: 30px;
}
#content {
	left: 492px;
	top: 95px;
	width: 500px;
	position: absolute;
	padding-bottom: 20px;
}

/*Signup Form*/

#signup {
	position: relative;
	margin-left: 30px;
	display: inline;
	float: left;
	width:460px;
	padding:5px 0 20px;
	background:url(/images/adddomain.gif) top left no-repeat;
}
#signup h2, #logmein h2 {
	position:relative;
	color:white;
	font-size:18px;
	margin-left:25px;
}
#signup form, #logmein form {
	padding:15px 50px 0 0;
	width:400px;
	border:0px solid;
	position:relative;
	height:200px;
}
#email, #password {
	width:280px;
	height:25px;
	float:right;
	margin-bottom:30px;
	vertical-align:top;
	position:relative;
	top:10px;
	font-size:16px;
}
#terms {
	margin-right:10px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
#go {
	display:block;
	background:url(/images/buttonbg.gif) no-repeat;
	width:111px;
	height:30px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	border:none;
	float:right;
	MARGIN:0Px;
	padding:0px;
	clear:right;
}
.terms {
	display:block;
	width:150px;
	line-height:1.1em;
	font-size:10px;
	text-align:left;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
#signup label, #logmein label {
	margin:17px 10px 0 0;
	border:0px solid;
	float:right;
	font-size:16px;
	font-weight:bold;
	position:relative;
	width:80px;
	text-align:right;
	height:1em;
	color:#777777;
}
#signup span, #logmein span {
	display:block;
	position:relative;
	right:-90px;
	bottom:-12px;
	width:300px;
	line-height:1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-align:left;
}
#signup br, #logmein br {
	clear:both;
}
#agree_to_terms, #forgot {
	position:absolute;
	top: 150px;
	left:113px;
	width:300px;
}
#logmein {
	position:absolute;
	top:127px;
	border:0px solid;
	left: 518px;
	width:460px;
	height:250px;
	padding:5px 0px 0 0px;
	background:url(/images/adddomain.gif) top left no-repeat;
	margin:0px;
}
/*NEW NEW NEW*/
#points {
	position: relative;
	float: left;
	width: 435px;
	padding: 0 0 10px;
	margin: 30px 0 0 30px;
	display: inline;
}
#points dl {
	float: left;
	width: 420px;
	margin: 10px 20px 5px 0;
	display: inline;
}
#points dt {
	float: right;
	width: 319px;
	color:#6B8BD6;
	font-size: 20px;
	margin-top: 5px;
}
#points dd {
	margin: 0 0 0 98px;
	font-size: 14px;
	line-height: 1.4em;
	color: #666666;
}
#points dl dd.img {
	margin: 0;
}
#points dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
}