@charset "utf-8";
/* CSS Document */
body {
	color: #333;
	background-image: url(../../assets/beta/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	}
a {
	color: #F33;
	text-decoration: none;
	}
a:hover {
	color: #C00;
	}
strong {
	color: #000;
	}
form input {
	padding: 5px;
	}

/* CONTAINER */
#container {
	width: 960px;
	height: 310px;
	background-image: url(../../assets/beta/logo.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	}
#container h1 {
	display: none;
	}
#container h2 {
	color: #FFF;
	width: 730px;
	height: 103px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 99px 10px 100px 220px;
	float: left;
	display: inline; /* IE6 */
	}

/* MAIN */
#main {
	width: 448px;
	margin-left: 210px;
	float: left;
	display: inline; /* IE6 */
	}
#main #overview {
	height: 100px;
	margin: 0 10px;
	}
#main #signup {
	background-color: #EEECEC;
	padding: 20px;
	}
#main #signup h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
#main #signup form input {
	margin: 30px 5px 10px 0;
	}
#main #signup input.email {
	width: 250px;
	}

/* SIDEBAR */
#sidebar {
	width: 220px;
	margin-left: 81px;
	float: left;
	display: inline; /* IE6 */
	}
#sidebar #cities {
	color: #000;
	height: 100px;
	font-weight: bold;
	margin-left: 10px;
	}
#sidebar #cities span {
	color: #F33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.7em;
	font-weight: normal;
	}
#sidebar #cities span * {
	vertical-align: middle;
	}
#sidebar #cities span img {
	margin-right: 3px;
	}
#sidebar #login {
	background-color: #EEECEC;
	padding: 20px;
	}
#sidebar #login h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 8px 0;
	}
#sidebar #login form input {
	margin-top: 8px;
	}

/* FOOTER */
#footer {
	color: #666;
	width: 730px;
	border-top: #C9C9C9 1px solid;
	padding: 10px 10px 40px 10px;
	margin: 40px 0 0 210px;
	float: left;
	display: inline; /* IE6 */
	}
#footer h4 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0;
	}
