/*										*/
/*		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;
	color:#FFF;
	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;
}
h2 {
	color: #ee8351;
	font: bolder 30px Arial;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	/*  margin: top right bottom left */
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
/* @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: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
.container_left {
	float: left;
	width: 325px;
	line-height: 52px;
	padding-right: 20px;
	text-align: right;
}
.container_left h1 {
	font: bold 30px Arial;
}
.container_right {
	float: left;
	width: 500px;
	padding-left: 40px;
	background: url(/images/separator.gif) repeat-y left center;
	vertical-align: middle;
}
.container_right p {
	color: white;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	text-align: left;
}
.container_right ul {
	color: #ffffff;
	font: bold 12px Arial;
	text-align: left;
	margin: 0px 0px 10px 30px;
}
.container_right li {
	color: #ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	line-height:20px;
}

/* @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: 30px;
}
#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: 10px;
	text-align: right;
}
.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 Arial;
	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 */

#home {
	text-align: left;
	font: 16px Arial;
	color: white;
}