/*										*/
/*		http://www.getonspex.com		*/
/*		Copyright 2008					*/
/*		The Worx Group					*/
/*										*/
/* We must first standardize the page	*/

/* @group page */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	background: #00304e url(../images/bg.jpg) no-repeat scroll center 25px;
}
img {
	behavior:url(/css/iepngfix.htc);
	border: none;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
.border {
	width: 900px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* @end */

/* @group navigation */
#navigation {
	width: 100%;
	background-color: black;
	text-align: center;
	font: 15px "Gill Sans";
}
#navigation ul {
	padding: 10px;
}
#navigation li {
	list-style-image: none;
	display: inline;
}
.super_star {
	padding:10px;
}
#navigation li a {
	color: white;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
/* @end */
/* @group logo */

#logo {
	width: 196px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
/* @end */

/* @group title */
#title {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.title_left {
	float: left;
}
.title_right {
	float: right;
}
.title_left h1 {
	color: #fff;
	font: 23px "Gill Sans";
}
.title_right li {
	list-style: none;
	display: inline;
	padding-right: 10px;
	color: white;
	font: bold 12px Arial;
	vertical-align: sub;
}
.title_right li a {
	color: white;
}
.title_right li a:hover {
	color: black;
}
/* @end */

/* @group container */
.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 35px;
}
.container_left {
	float: left;
	width: 275px;
	line-height: 52px;
	padding-right: 25px;
	text-align: right;
}
.container_left h2 {
	color: #009dff;
	font: bold 38px Arial;
}
.container_left h1 {
	color: #009dff;
	font: bold 58px Arial;
}
.container_right {
	float: left;
	width: 400px;
	min-height: 250px;
	padding: 0px 0px 0px 20px;
	background: url(../images/separator.gif) repeat-y left center;
	vertical-align: middle;
	
}
.container_right p {
	color: white;
	padding-bottom: 3px;
	font-size:12px; line-height:14px; padding:8px 0; font-family:Arial, Helvetica, sans-serif;
}
.container_right a {
	color: #fff;
	font-size: 100%;
	text-decoration: underline;
}
.container_right a:hover {
	text-decoration: none;
}
#choose {
	height: 300px;
}
#understanding {
	height: 450px;
}
#offering {
	height: 325px;
}
/* @end */

/* @group footer */
#footer {
	text-align: center;
	width: 100%;
	font: 12px "Gill Sans";
	padding-top: 10px;
}
#navigation ul {
	padding-top: 10px;
}
#footer li {
	list-style-image: none;
	display: inline;
	padding: 10px;
}
#footer li a {
	color: white;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer p {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 10px Arial;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group slider */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.slider_navigation li {
	list-style-image: none;
	display: inline;
}
.slider_navigation {
	margin-bottom: 10px;
}
#container table {
	width: 100%;
	text-align: left;
}
#container td {
	width: 20%;
	vertical-align: top;
	padding: 5px;
}
#container p {
	color: #fff;
	font: 12px Arial;
	padding: 2px
}
#container a {
	font-weight: bold;
	font-size: 12px;
}
.left {
	float: left;
	width: 175px;
	padding-top: 20px;
}
.right {
	float: left;
	width: 125px;
}
.center {
	float: left;
	width: 580px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}
.center li {
	display: inline;
	color: #ee8351;
	font-weight: bold;
	padding-right: 8px;
}
.center h1 {
	color: #ee8351;
	font: 20.5px "Gill Sans";
	padding-top: 10px;
	padding-bottom: 10px;
}
.center a {
	color: #ee8351;
	text-decoration: underline;
	font: bold 11px Arial;
}
.center a:hover {
	color: white;
	text-decoration: none;
}
/* @end */

table {
	color: #fff;
	font-size: 110%;
}
th {
	text-align: left;
}
tr {
	margin: 0px 0px 5px 0px;
}
p.country {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}