/* body */
body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	color: #000;
	background: #405c68 url(../images/body_bg.gif) top left repeat-x;
	line-height: 1.5;
}

#container {
	margin: 0px auto 0px auto;
	width: 970px;
	color: #000;
	background-color: #fff;
}

#header {
	color: #000;
	background-color: #fff;
	height: 116px;
	width: 970px;
}

#logo {
	position: absolute;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	width: 400px;
}

#logo img {
	border: 0px;
}

#header_banner {
	float: right;
	width: 468px;
	height: 100px;
	margin-right: 30px;
	margin-top: 10px;
	background: url(../images/genie_banner.gif);
}

#header_banner img {
	border: 0px;
}

/* tab menu */
#tab_menu {
	background-color: #405c68;
	margin: 0px auto 5px auto;
	width: 960px;
	height: 35px;
}

ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	height: 35px;	
}

ul.tabs li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	text-decoration: none;
}

ul.tabs li a:hover {
	color: #d1d1d1;
	background-color: transparent;
}

/* body section */
#body_image {
	background: url(../images/body_image.jpg);
	height: 212px;
	width: 970px;
}

#body_wrapper {
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	font-size: 12px;
}

#body_left_index {
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-right: 1px solid #405c68;
	text-align: justify;
}

#body_right_index {
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#body_right_index img {
	margin-left: 10px;
	border: 0px;
}

#body_right {
	float: left;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #405c68;
}

#body_right img {
	padding: 2px;
	border: 1px solid #405c68;
}

#body_right p {
	font-size: 12px;
}

#body_contact {
	margin: 0px auto 0px auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body_contact_left {
	float: left;
	width: 300px;
}

#body_contact_right {
	float: left;
	padding-left: 20px;
	width: 400px;
	border-left: 1px solid #405c68;	
}

.splitter {
	background: url(../images/splitter.gif) repeat-x;
	margin: 2px auto 2px auto;
	width: 960px;
	height: 3px;
	font-size: 0px;
}	

/* footer section */
#footer {
	text-align: center;
	color: #000;
	font-size: 10px;
	padding-top: 5px;
	border-top: 1px solid #405c68;
}

#footer a {
	color: blue;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_menu {
	text-align: center;
}

#footer_menu a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

#footer_menu a:hover {
	color: #000;
	text-decoration: underline;
}

#footer span {
	color: #000;
}

/* main elements */
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #405c68;
	font-weight: bold;
	padding-top: 10px;
}

.likeh2 {
	font-size: 14px;
	color: #405c68;
	font-weight: bold;
	padding-top: 10px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}

.clearing {
	clear: both;
}