@charset "utf-8";

.reset {margin:0; padding:0;}
.clearfix {clear:both;}

a:link, a:visited {color:#006699; text-decoration:underline;}
a:active, a:hover {color:#006699; text-decoration:none;}

body {margin:0; text-align:center; background-color:#252c36; font: 12px Arial, Helvetica, sans-serif; color:#333;}

#header-container {width:100%; height:104px; text-align:center; background:url("/images/bg-header.png") no-repeat center top;}
#header {margin:0 auto; width:994px;}
	#logo {float:left; width:235px; height:95px;}
	#menu {float:right; width:720px; height:75px; padding-top:21px;}
		/* menu see css-menu.css */

#banner-home {width:100%; height:325px; background:url("/images/banner-home.jpg") no-repeat center top;}
#banner-about {width:100%; height:225px; background:url("/images/banner-about.jpg") no-repeat center top;}
#banner-team {width:100%; height:225px; background:url("/images/banner-team.jpg") no-repeat center top;}
#banner-transactions {width:100%; height:225px; background:url("/images/banner-transactions.jpg") no-repeat center top;}
#banner-contact {width:100%; height:225px; background:url("/images/banner-contact.jpg") no-repeat center top;}
#banner-other {width:100%; height:225px; background:url("/images/banner-other.jpg") no-repeat center top;}

#main-container {width:100%; background:#fff url("/images/site-pagetop.jpg") no-repeat center top;}
#main {margin:0px auto; width:994px; text-align:left; min-height:240px; padding-top:0; padding-bottom:10px;}
	#page-title {height:51px; padding:15px 12px 0 12px;}
	#home-main1 {float:left; width:320px; padding-left:12px;}
	#home-main2 {float:left; width:289px; margin-left:30px;}
		#home-main1 p, #home-main2 p {line-height:180%;}
	#home-main3 {float:left; width:300px; min-height:200px; }
		
	#main-wide {width:970px; padding:0 12px;}
	#team-main {width:680px;}
		.floatright {float:right; padding-left:20px;}

#footer-container {width:100%; height:125px; margin-top:0px; background:url("/images/bg-footer.png") repeat-x; font:9px arial, helvetica; color:#666;}
	#footer	{width:982px; margin:0 auto; text-align:left; padding-left:12px;}
		#signupForm {padding-top:10px;}
			#signupForm input.emailField {width:200px; height:15px; border:1px solid #d3d3d3; background-color:#f9f9f9; padding:5px; color:#666; font-size:10px;}
			#signupForm input.red {color:#ff0000;}
			.btn-submit {cursor:pointer; width:25px; height:25px; border:0; background:url("/images/btn-submit.png") no-repeat;}
		#footer-nav {float:left; width:750px; padding-top:47px;}
			#footer-nav ul {list-style:none; margin:0; padding:0;}
			#footer-nav ul li {float:left; margin:0; padding:0 10px 0 0; color:#666;}
				#footer-nav ul li.owner {padding-right:30px;}
			#footer-nav ul li a {color:#666; text-decoration:none; font:9px arial, helvetica;}
			#footer-nav ul li a:hover {color:#ff9900; text-decoration:none;}
		#footer-credit {float:right; width:130px; height:22px; padding-top:47px; background-color:#252c36;}


h1 {color:#ff9900; font:bold 18px arial;}
h2 {color:#ff9900; font:bold 18px arial;}
	h2.transactions cufon {padding-bottom:15px;}
h3 {color:#333; font:bold 16px arial;}
	h3 cufon {padding-bottom:15px;}
h4 {color:#333; font:bold 14px arial;}
	h4 cufon {padding-bottom:5px;}

.nobr {white-space:nowrap;}
.small {font-size:11px;}
.smaller {font-size:10px;}
.white {color:#fff;}
.black {color:#000;}
.orange {color:#ff9900;}

p {line-height:185%;}

.margin5 {margin-top:5px;}
.margin10 {margin-top:10px;}
.margin15 {margin-top:15px;}
.margin20 {margin-top:20px;}
.margin25 {margin-top:25px;}
.margin30 {margin-top:30px;}

.padding5 {padding:5px 0;}
.padding10 {padding:10px 0;}
.padding15 {padding:15px 0;}
.padding20 {padding:20px 0;}

/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:199px;
	margin-left: 0px;
	display: none;
	border:none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	
	padding: 0px;
	background: #FFF;
}


/* HOME PAGE SLIDER GUTS*/

#slideheader { height:325px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:325px; position:absolute; }

/* END HOME PAGE SLIDER GUTS*/


