@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {}

body {
	width: 1015px;
	margin: 0 auto;
	margin-top: 15px;
	font: 80% Arial, Verdana, sans-serif; 
	position: relative;
	
	background: #fff;
}

h1 {
	width: 122px;
	height: 79px; 
	background: url(../images/h1.jpg) no-repeat 0 0;
	text-indent: -9000px;
	
	position: relative;
	top: 300px;
	left: 80px;
}

h2.award {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}

h2.team {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}

h2.testimonial {
	margin: 10px 0;
	overflow: hidden; 
	width: 372px;
	min-height: 271px;
	position: relative;
	padding: 0px 12px;
	
	/*background: #009ACC;*/
	background: #111111;
	color: white;
	font-size: 80%;
}

a {
	color: #27659e;
	text-decoration: none;
}

#content {
	width: 396px;
	margin-left: 474px;
	
	font-size: 10pt;
	line-height: 1.4em;
	color: #888a89;
}

#more {
	font-size: 86%;
}

p {
	margin: 1em 0;
}

span#sub-brand {
	display: block;
	width: 146px;
	height: 58px; 
	background: url(../images/body.jpg) no-repeat;
	text-indent: -9000px;

	position: relative;
	top: -50px;
	left: 315px;
}

#section-body {
	float: left;
	width: 320px;
}

#section-nav {
	float: right;
	width:70px;
	margin-top: 20px;
}

#previous {
	float: left;
	width: 26px;
	height: 26px;
	
	background: url(../images/prev.jpg) no-repeat;
	margin-right: 15px;
}

#next {
	width: 26px;
	height: 26px;
	float: right;
	background: url(../images/next.jpg) no-repeat;
}


/*****************
*** MENU STYLE ***
******************/

/*ul#main-nav {
	background-color: #000000;
	color: #FFFFFF;
	width: 577px;
	height: 2em;
	margin-left: 293px;
}

ul#main-nav li { display: inline; }

ul#main-nav li a {
	padding: 6px 2em;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	
	font-weight:bold;
}

ul#main-nav li a.current {
	color: #93B2CF;
}
*/

#main-nav {
	width: 577px;
	height: 2em;
	background: #000000 url('/images/bg.png') repeat-x;
	margin-left: 293px;
}

#main-nav li {
	display: inline;
	list-style-type: none;	
}

#main-nav li a:hover {
	color: #93B2CF;
	background: url('/images/bg-over.png') repeat-x;
}	

#main-nav li a {
	color: #FFFFFF;
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding: 6px 2em;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav li a.current {
	color: #93B2CF;
}
	

ul#sub-nav {
	
	position: absolute;
	left: 300px;
	top: 250px;
	width: 150px;
}

ul#sub-nav li {
	margin-top: 15px;
	list-style-type: none;
}

ul#sub-nav li a {
	text-decoration: none;
	text-transform: uppercase;		
	font-size: 86%;
	color: #888a89;
	font-weight:normal;
}

ul#sub-nav li a.current {
	color: #27659e;
}


ul#sup-nav {
	margin-bottom: 10px;
	position: absolute;
	left: 610px;
	top: 115px;
}

ul#sup-nav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;

}

ul#sup-nav li a {
	text-decoration: none;	
	font-size: 90%;
	color: #888a89;
}

a#rololight {
display: block;
   position: relative;
   top: 40px;
   left: 314px;
clear:both;
}


/**********************
	BOTTOM SHOWCASE
	7 * 145px = 1015px
***********************/

ul#showcase
{
	list-style-type: none;
	color: #FFFFFF;
	height: 158px;
	clear:both;
	padding: 45px 0 15px 0;
}

ul#showcase li {
	display: block;
	float: left;
	height: 158px;
	width: 144px;
	border-right: 1px solid white;
}



/**********************
	IMAGE EFFECT
***********************/
#img-wrapper {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}
 
#img-inner {
	width: 526px;
	height: 271px;
	position: relative;
}