/* Joby Home Page CSS Document 

version 2, modified for black zivio on left layout. 
-----------------------------
	Joby, Inc.
	Author: 	Peter Berg
	Version: 	25 April 2007
------------------------------ */


#content2 {
float:left;
	overflow:hidden;
} 
#content {
	overflow:hidden;
} 
	
#home-zivio-banner {
	width: 290px;   
	background:#000;
	padding-bottom:200px;
	margin-bottom:-200px; 
	float:left;
	}
	
#home-gpod {
	float:left;
	width: 560px;
	}

#home-gpod-head-link { margin-left: 110px; width: 300px; height: 80px; }

#home-gpod-head-link a {
	display: block;
	height: 80px;
	width: 295px;
	text-decoration: none;
	}

#home-gpod-description {  font-size: 95%; float:right;width:300px;margin-bottom:10px;}
.zh #home-gpod-description { font-size: 100%; }

#home-gpod-left {
	float: left;  
	padding-left: 155px;
	padding-bottom:10px;
	width:405px;
	border-bottom: 1px solid #ccc; 
	margin: 0px;
	background: url(../images/homepage/gpods-on-branch.jpg) top left no-repeat;
	position: relative;
	}
	
#home-gpod-description p { 
	margin: 1em 0 0 5px;
	float: left; 
	width: 270px; 
	padding: 0px;
	line-height: 130%;
	}

#home-gpod-description ul {
	margin-top: 0px;
	margin-bottom: 0px; 
/*	list-style: square; */
	}
#home-gpod-description ul li { font-weight: bold; line-height: 120%; }
.zh #home-gpod-description ul li { font-size:125%; }

#home-gpod-which {
	text-align:center;
	width:220px;
	float:left;
	margin-top:30px;
	margin-left:20px;
} 
	
#home-tiles {
	clear:both; 
	border-width: 1px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 165px;
	}

#home-tile-1 {
	float: left;
	width: 240px; 
	height: 165px; 
	border-top: 0px solid #ccc; 
	border-right: 1px solid #ccc; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
	font-weight: bold; 
	color:#CC6633; 
	padding: 0px 0px 0px 0px;
	}
#home-tile-1 p {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

#home-tile-2 {
	float: left;
	width: 240px; 
	height: 165px; 
	border-top: 0px solid #ccc; 
	border-right: 1px solid #ccc; 
	text-align: center; 
	font-weight: bold; 
	color:#CC6633; 
	padding: 0px;
	}

#home-tile-3 {
	float: left;
	width: 111px; 
	height: 165px; 
	border-top: 0px solid #ccc; 
	border-right: 1px solid #ccc; 
	text-align: center; 
	font-weight: bold; 
	color:#CC6633; 
	padding: 0px 0px 0px 0px;
	}
#home-tile-4 {
	float: left;
	width: 207px; 
	height: 165px; 
	border-top: 0px solid #ccc; 
	border-right: 0px solid #ccc; 
	text-align: center; 
	font-weight: bold; 
	color:#CC6633; 
	padding: 0px 0px 0px 0px;
	}
	
	
#emailSignup {
	background-color: #ffe; /* #f6f6f6; */
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	padding: 0px 0px;
	width: 850px;
	line-height: 100%;
	float:left;
	}

#emailSignup p {
	padding: 10px 20px;
	font-size: 12px;
	margin: 0px;
	}

#emailSignup #emailForm {
	margin: 5px 30px 20px;
	padding: 12px 20px;
	font-size: 15px;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #FFDEBD;
	}
#emailSignup #emailForm p { font-size: 15px; padding-left: 0px; }

#emailSignup #emailForm input {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	}