/* Home layout css */
/* general */
div#header {
    height: 142px;
    background: url("../images/home-header-bg.gif") no-repeat;
}
#header h1 {
	height: 124px;
	width: 573px;
    background: url("../images/checkoutmyworld.png");
    border: none;
    margin: 8px 0px 0px 20px;
    text-indent: -9999px;
}
#header h2 {
    color: #A2BDDC;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    margin: -40px 0 0 80px;	
}
#tour {
	font-family: sans-serif;
	font-size: 1 em;
    text-align: center;
    margin-top: -50px;
    padding: 0 20px 0 660px;	
}
#tour-link {
    background: url("../images/tour.png") no-repeat; 
    margin-left: 50px;
}
#tour-link a {
	height: 27px;
	display: block;
	text-indent: -9999px;
}
/* content */
#content {
    margin-bottom: 20px;	
}
#home-list {
	width: 390px;
	float: left;
	padding-top: 28px;
	color: #ccffc6;
	font-size: 2em;
	font-weight: bold;
}
#home-list li {
	padding: 10px 0px 10px 10px;
}	
#signup {
    width: 180px;
    float: left;
    margin-top: 20px;
    font-size: 1.5em;	
}
a#signup {
	height: 69px;
    background: url("../images/signup-button.png") no-repeat; 
    text-indent: -9999px; 	
}
#home-top-section {
    overflow: auto;	
}
#home-info-section {
    margin-top: 55px;
    font-size: 1.2em;
}
#home-info-section p {
    padding-bottom: 20px;	
}	

/* sub-nav ********************** */
.sidebar-box {
	background: url("../images/sidebox-bottom-bg.png") center bottom no-repeat;
	margin-top: 20px;
	padding-bottom: 20px;
}
#sub-nav h3 {
	height: 20px;
	background: url("../images/sidebox-header-bg.png") no-repeat;
    text-align: center;
    font-size: 1.2em;
    padding-top: 6px;
}
.sidebar-box-content {
	padding: 15px 20px 0px;
    background: #333;
}

input#submit {
	margin-top: 10px;
}
#login a {
    font-size: 1.2em;	
}

.zend_form dt {
    padding: 0px;	
}
.zend_form input {
    margin-bottom: 5px;	
}
.zend_form #email {
    width: 100%;
    margin-bottom: 5px;	
}
.zend_form #password {
    width: 100%;	
}

/* extra ********************** */
div#extra {
	margin: 20px 0px;
}