/*
Imobigo
*/

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #F0F0F0;
}
a:visited {
	color: #F0F0F0;
}
a:hover {
	color: #009999;
}

/* Images */

a img {
	border: none;
	outline: none;
}

/* Global */

body {
	color: #fff;
	background-color: #181818;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	text-align:center;
}

#container {
	position: relative;
}

.wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* The Awesome */

#theawesome {
	height: 680px;
	clear: both;
	background-image: url(images/wallpaper.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
}

.content {
	position: relative;
	width: 850px;
	height:680px;
	top:188px;
	margin: 0 auto;
}


/* Login Area */
#login {
	text-align:right;
	position: absolute;
	top: 0px;
	right:20px;
	z-index: 1;
	background-image:url(images/login.png);
	background-repeat:no-repeat;
	width: 400px;
	height:40px;
}

#login .warning 
{
	color:#CC3300;
	font-size:11px;
	top:10px;
	position: relative;
}
#login input.text
{
	margin-left:10px;
	background:#dbdbdb;
	color:#009999;
	border:none;
	width:110px;
}

#login input.btn
{
	margin-right:5px;
	color:#dbdbdb;
	background-color:#009999;
	border:none;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#login input.btn:hover {
	cursor: pointer; /* cursor: hand; for IE5 */
}

#logout {
	position:absolute;
	top: 0px;
	right:20px;
	font-weight: bold;
	}
/* Head */

#head {
	

}

#head .wrap {
	height: 25px;
	
}

#head h1 a {
	background: url(images/logo.png) no-repeat;
	width: 234px;
	display: inline;
	float: left;
	height: 120px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index:2;
}


/* tabs group */
#tabs {
	position:absolute;
	top: 115px;
	left: 600px;
	z-index:3;
}

/* Footer */

#foot {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

#foot .wrap {
	padding-bottom: 18px;
	height: 1px;
	padding-right: 10px;
}

#foot small {
	font-size: 12px;
	float: left;
	display: block;
	padding-left: 19px;
	width: 296px;
}

#foot p {
	float: left;
	width: 400px;
}

#foot strong {
	float: right;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-right: 30px;
}

#foot strong a {
	font: italic 14px Georgia;
	color: #aaa6a2;
	text-decoration: none;
}

#foot strong a:hover {
	color: #fff;
}

.error {
	background-color: #ea3c0f;
	z-index: 999;
	position: absolute;
	top: 10px;
	left: 0;
	width: 244px;
	height: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
