/**************** MAIN LAYOUT ****************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%; /* needed for container min-height */
}
#centerColumn{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	width: 860px;
	text-align:left;
}

#mainColumn{
	padding-bottom: 150px; /* bottom padding for footer */
}



#homeContent{
	height: 400px;
}

#footer{
	position:absolute;
	bottom:0; /* stick to bottom */
	width:860px;
	height: 150px;
}

/******* MAIN LAYOUT COLORS AND BACKGROUNDS ********/
body.home{ background: url(http://static.moveidiot.com/static/img/home-bg.gif) repeat-x #262B40;}
#footer{ background:url(http://static.moveidiot.com/static/img/footer-bg.jpg) no-repeat top;}


/*********** DEFAULT FONTS AND COLORS ************/


body{
	color: #D3D6DA;
	font: 12px/18px  Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
a, a:visited{
	color: #D3D6DA;
	text-decoration:none;
}
a:hover {
	color: #FFF; text-decoration: underline;
}
a img{ border: none; }
h1, h2, h3{ 
	font-weight: normal;
	padding-bottom: 5px;
}
h1{ font-size: 24px; }
h2{ font-size: 22px; }
h3{ font-size: 20px; }


/******** Button *********/

a.button{
	display: block;
	background: #fc0;
	background: url(http://static.moveidiot.com/static/img/btn-left.gif) left top no-repeat;
	text-decoration: none; color: #E0E0E9;
}
a.button span{
	display: block;
	font: 18px/25px  Arial, Tahoma, Helvetica,   Verdana, sans-serif;
	background: #0fc;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-align: center;
	background: url(http://static.moveidiot.com/static/img/btn-right.gif) right top no-repeat;
}
a.button:hover{text-decoration: none; color: #FFF;}


/********** CONTENT ***********/

#homeContent #logo{
	position: absolute;
	top: 55px;
	left: 60px;
}

#homeContent #welcome{
	position: absolute;
	width: 950px;
	top: 400px;
	/* left: 200px; */
	margin:auto;
	text-align: center;
}

#loginForm{
	
	width: 205px;
	
	text-align: right;
}
#loginForm h3{
	font-size: 32px;
	line-height: 32px;
}
#loginForm input{
	
	border: none;
	background: url(http://static.moveidiot.com/static/img/tf-bg.gif) no-repeat #fff;
	width: 195px;
	height: 20px;
	font-size: 14px;
	padding: 4px 5px 0px 5px;
}
#loginField{margin-top: 10px; right:0;}
#passwordField{	margin-top: 10px; right:0;}
#restorePassLink{
	display: block;
	position: absolute;;	
	top: 123px;
	left: 5px;
}
#bigLoginButton{
	margin-top:10px;
	
	width: 80px;
}
#registerLink{
	
	top: 109px;
	left: 5px;
}




#homeContent #aboutBox{
	position: absolute;
	width: 240px;
	top: 465px;
	left: 450px;
}
#homeContent #aboutBox #registerButton{
	position: absolute;
	left: 0px; top: 70px;
	width: 110px;
}

/********/


#bottomBox{position: relative; }
#bottomBox,  #bottomBox #bottomMenu a{color: #BDBFC5;}
#bottomBox #bottomMenu a:hover{color: #FFF;}
#bottomMenu{
	position: absolute;
	top: 45px;
	right: 55px;
	font-size:1.2em;
}
#copyright {
	position: absolute;
	top: 45px;
	left: 55px;
}
#bottomBox #truck{
	position: absolute;
	background: url(http://static.moveidiot.com/static/img/truck.jpg) no-repeat;
	width: 67px; height: 67px;
	left: 305px;
}


.link_c {
	color:#164a8c;
}
.category_button {
	padding:5px;
	border:solid 1px #aaa;
	background-color:#fff;
}