body {
	font: 13px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	background-color: #ccc;
	margin: auto;
	padding: 0;
	width: 960px;
}
#container{ /* HTB MIGHT NEED DELETED*/
	background-color: #fff;
	margin: auto;
	width: 960px;
}



A:link {text-decoration: underline; color: #060; 0.1em 0.1em; font-weight: bold; }
A:visited {text-decoration: underline; color: #060; 0.1em 0.1em; font-weight: bold; }
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #ffcc00; }

a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
#buttontops {
margin-top: -82px;
}
#header {
margin: auto;
}
#logo{
	margin: 0px 0 0 700px;
	width: 275px;
}
.fb {
	left: 0;
	margin: 20px 0;
	padding: 0 0px 0 20px;
}
.twitter {
	left: 0;
	margin: 20px 0 20px 10px;
	padding: 0;
}
/*
#menu {
	list-style: none;
	margin-top: -10px;
	padding: 20px 0 0 90px;
	width: 660px;
	height: 50px;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .home{
	width: 92px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/home.png) no-repeat;
	left: 10px;
	top: 10px;
	
}
#menu .learn{
	width: 90px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/learn.png) no-repeat;
	left: 100px;
	top: 10px;
}
#menu .earn{
	width: 90px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/earn.png) no-repeat;
	left: 190px;
	top: 10px;
}
#menu .spend{
	width: 90px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/spend.png) no-repeat;
	left: 280px;
	top: 10px;
}
#menu .account {
	width:  90px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/account.png) no-repeat;
	left: 370px;
	top: 10px;
}
#menu .help {
	width: 95px;
	height: 40px;
	background: url({{ MEDIA_URL }}user_site/images/help.png) no-repeat;
	left: 460px;
	top: 10px;
}
#logIn{
}
*/
/* ----------------------make content work without affecting footer---------------------------------------------------------- */
#content{
	margin: 40px auto 40px auto;
	
	width: 850px;
}
/*
#spendProducts {
	width: 950px;
	height: 185px;
	margin: 0 auto;
}*/


#footer{
	/*background-color: #fff;*/
	color: black;
	font-size: smaller;
	padding: 10px 5px;
	width: 960px;
}
#copyRight{
	color: black;
	margin: 20px 0 0 20px;
}
#bottomNav {
	float: right;
	margin: -20px 0 0 20px;
}
#bottomNav li {
	display: inline;
	list-style-type: none;
}
#bottomNav a{
	color: black;
	text-decoration: none;
}

#bottomLink {
	color: black;
	text-decoration: none;
}

/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
/*Forms defaults*/
input, textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

legend
{
	color:#999;
}
label
{
	border:none;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
	float: left;
	width: 50%;
	text-align:right;
}
textarea.textarea
{
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:50%;
}
label.chosen 
{
	color:#333;
}

label.Block 
{
	display: block;
	clear: both;
}

/*Transparent items*/
.transparent 
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	cursor:pointer;
}
.transparentFake 
{
	background:none;
	border:none;
}
.transparent2 
{
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked 
{
}
.radioAreaUnchecked Label
{
	display: block;
	clear: both;
}


.radioAreaUnchecked 
{
}

.radioAreaChecked 
{
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked 
{
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}

.checkboxAreaUnchecked 
{
	background:url(images/checkbox.gif) no-repeat left top;
	height: 14px;
	margin-left: 0px !important;
	margin-left: 12px; /* IE */
	margin-top: 0px !important;
	margin-top: 5px; /* IE */
}

.checkboxAreaChecked 
{
	background:url(images/checkbox.gif) no-repeat left bottom;
	margin-left: 0px !important;
	margin-left: 20px; /* IE */
	margin-top: 0px !important;
	margin-top: 10px; /* IE */
}

/*Text inputs*/
.textinput, .textinputHovered 
{
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered 
{
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered 
{
	background-position:left bottom;
}

/*Selects*/
.selectArea 
{
	width:220px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left 
{
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right 
{
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a 
{
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i 
{
	display:none;
}
.selectArea .center 
{
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#444;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible 
{
	position:absolute;
	margin-top:-1px;
	margin-left:3px !important;
	margin-left: 13px; /* IE */
	width:192px;
	background:#DCE0EA;
	padding:2px;
	font-size:11px;
}
.optionsDivInvisible 
{
	display:none;
}
.optionsDivVisible 
{
	display:block;
	margin-top: 1px !important;
	margin-top: 8px; /*IE*/
}
.optionsDivVisible p 
{
	margin:0;
	margin-top:-1px;
	padding:0;
}
.optionsDivVisible a 
{
	color:#666;
	font-weight: normal;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover 
{
	color:#0A3FA9;
	background:#F2F6FF;
	border-color:#000000;
}

/*Button*/

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest 
{
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}



#register_u {
    position: relative;
    font-size: 12px;
}
#login_u {
    font-size: 12px;
}

#login_u a, #register_u a {
    text-decoration: underline;
}

#loginForm_u, #registerForm_u {
    position: relative;
    left: 90px;
    width: 300px;
    margin-right: 0px;
    font-size: 12px;
}
#registerButton_u, #loginButton_u, {
    position: relative;
    top: 4px;
}

.textGrayedOut {
    color: gray;
}
.textGrayedOut2 {
    color: gray;
}
.textGrayedOut_u {
    color: gray;
}

#loginEmail_u, #loginPassword_u, #loginPasswordClear_u, #registerEmail_u {
    font-size: 12px;
}
#loginEmail_u {
    width: 100px;
}
#loginPassword_u, #loginPasswordClear_u {
    width: 100px;
}

#loginPassword_u {
    display: none;
}

#register_u {
    display: none;
}
#login_u {
}

#registerEmail_u {
    width: 100px;
}
#loggedIn_u {
position: relative;
padding-left: 150px;
    padding-top: 14px;
    font-weight: bold;
    color: #000000;
}
#loggedIn_u a {
position: relative;
left: 5px;
}

#notloggedInGreeting_u {
    color: #000000;
}
#loggedInGreeting_u {
    color: #FFFFFF;
}

#loggedInPoints_u {
    font-weight: bold;
}

#registerme_u {
    position: relative;
    left: 190px;
    font-size: 12px;
    padding-top: 14px;
    font-size: 12px;
}
#logout_u {
    position: relative;
    left: 400px;
    height: 30px;
    font-size: 12px;
    padding-top: 14px;
    font-size: 12px;
}

