/* CSS Document */

@import url("reset.css");
@import url("slider.css");
@import url("mosaic.css");
/* IE6 PNG FIX */

img, div, a { behavior: url(../../scripts/iepngfix.htc)}


body{
	background:#000 url(../images/bg_site.jpg) repeat-x 0px 228px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}

strong{font-weight:bold;}
em{font-style:italic;}
p{ 
	margin: 14px 0;
	line-height:1.3em;
}
a{
	color:#f7941d;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

ul.bullet{
	list-style:disc;
}

ul.resources ul{
	margin:10px 0 30px;
}


ul.number{
	list-style:decimal;
}

ul.bullet li, ul.number li{
	margin: 8px 0 8px 40px;
}

h1{ font-size:24px; font-weight:bold; margin:0 0 10px; color:#bbcad7;}
h2{ font-size:18px; font-weight:bold; margin:0 0 5px;}
h3{ font-size:14px; font-weight:bold; color:#bbb;}
h4{}
h5{}
h6{}

.left{
	float:left;
}

.feature-left{
	float:left;
	margin:0 25px 15px 0;
}

.feature-right{
	float:right;
	margin:0 0 15px 25px;
}
.bio-left{
	float:left;
	margin:15px 25px 15px 0;
}

.bio-right{
	float:right;
	margin:15px 0 15px 25px;
}


.right{
	float:right;
}

#center{
	margin:0px auto;
}

div#feature-center{
	width:100%;
	margin:0px auto 25px;
	text-align:center;
}

.clear{
	clear:both;
}

div#container{}

div#header{
	height:228px;
	background:#014983;
	width:100%;
}

div#branding{
	background:  url(../images/bg_header.jpg) no-repeat bottom center;
	height:191px;
}

div#nav-container{
	height:37px;
	width:100%;
	background:#b2b2b2 url(../images/bg_nav_grad.jpg) repeat-x top center;
	position:relative;
}

div#nav{
	background: url(../images/bg_nav.jpg) no-repeat top center;
	height:37px;
	width:100%;
	text-align:center;


}
div#nav-menu{
		position:relative;
		top:16px;
		
}
div#nav ul{
	position:relative;
	width:950px;
	margin:0 auto;
	
}

div#nav ul li{
	position:relative;
	top:-13px;
	color:#535353;
	display:inline;
	font-size:13px;
	font-weight:bold;
	letter-spacing:.2em;
	margin:0px;
	float:left;
	
}

div#nav ul li.toggle{
	
	background: none;
	padding:0;
	height:auto;
	position:absolute;
	right:0;
	top:21px;
}

div#nav2 ul li.selected a{
	color:#02437d;
	font-weight:bold;
	font-size:14px;
	letter-spacing:.2em;
}

div#nav a{
	/*padding:2px 0 10px 6px;
	color:#535353;*/
	text-decoration:none;
	height:18px;
}

div#nav2 a span{
	/*padding:2px 6px 10px 0;*/
}

div#nav2 a:hover{
	color:#f7941d;
	background:url(../images/bg-nav-left.png) no-repeat top left;
}
div#nav2 a:hover span{
	background:url(../images/bg-nav-right.png)no-repeat top right;
}

div#nav2 a:active{
	background:url(../images/bg-nav-left-over.png) no-repeat top left;
}
div#nav2 a:active span{
	background:url(../images/bg-nav-right-over.png)no-repeat top right;
}



img#btn-lang{
	position:absolute;
	padding: 0; /*0 0 0 70px;*/
	top:-33px;
	right:0;
	
	width:85px;
	height:30px;
}


ul.nav-sub{
	padding:10px 0;
	font-size:15px;
}

ul.nav-sub li{
	display:inline;
	margin:0 10px;
}

ul.nav-sub li a{
	text-decoration:underline;
	font-weight:bold;
	color:#f7941d;
}

ul.nav-sub li a:hover{
	text-decoration:none;
}

ul.nav-sub-alt{
	padding:10px 0;
	font-size:15px;
}

ul.nav-sub-alt li{
	display:inline;
	margin:0 10px;
}

ul.nav-sub-alt li a{
	text-decoration:underline;
	font-weight:bold;
	color:#f7941d;
}

ul.nav-sub-alt li a:hover{
	text-decoration:none;
}

ul.service-list{
	margin:20px 0 40px;
	line-height:1.3em;
}

div#content{
	width:1000px;
	border:0px solid #f00;
	margin:15px auto 35px;
	clear:both;
}

div#main{
	padding:0 80px;
	width:840px;
	border:0px solid #0f0;
	clear:both;
}

div#home{
	font-size:14px;
	line-height:1.5em;
}

div.home-add{
	clear:both;
	margin:20px;
	text-align:center;
}
span.home-add-entry{
	margin:0 40px;
}

div.contact-add{
	clear:both;
	margin:50px 0px 10px;
	text-align:center;

}

div.contact-add-entry{
	margin:0 10px;
	float:left;
	width:250px;

}

div.strategy-list{
	clear:both;
	margin:50px 0px 40px;
	text-align:left;

}

div.strategy-list-entry{
	margin:0 10px;
	float:left;
	width:250px;

}

div#footer{
	height:70px;
	background: url(../images/bg_footer.png) no-repeat top center;
	width:1000px;
	margin:20px auto 20px;
	padding:20px 0 0;
	clear:both;
}

div#copyright{
	float:left;
	color:#f7941d;
	font-size:13px;
}

div#beer-sphere{
	margin:0 auto;
	clear:both;
	width:350px;
	height:350px;
}

ul.strategy-list{
	margin:10px 0;
}

ul.strategy-list li{
	display:inline;
	margin: 0 10px;
}

ul.strategy-list li h2{
	display:inline;
}


div#nav-secondary{
	color:#fff;
	font-size:11px;
	float:right;
	letter-spacing:.05em;
}

div#nav-secondary a {
	color:#fff;
	text-decoration:none;
}

div#nav-secondary a:hover {
	color:#f7941d;
	text-decoration:none;
}

/* CONTACT */

#contact-form{
	position:relative;

	top:15px;
}

label{
float: left;
width: 110px;
font-weight: bold;
color:#fff;
text-align:right;
padding-right:10px;
}

input, textarea{
width: 250px;
margin-bottom: 5px;
color:#666;
font-size:12px;
}

textarea{
width: 250px;
height: 150px;
font:inherit;
color:#666;
font-size:12px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 280px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

.required{
	font-size:16px;
	font-weight:bold;
	color:#c69621;
}

.clear{
	clear:both;
}

.technology{
	padding:10px 0;
	color:#999;
	letter-spacing:0.2em;
	font-size:11px;
}

form#login-form{
	margin: 35px 0 0;
}

div.bio{
	width:450px;
	float:left;
}



/* color styles 
---------------------------------------------- */

a.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	width:113px;
	height:32px;

}
a.button img{
	width:113px;
	height:32px;
	background-position:top;
}

a.button:hover img, a.selected img{
	text-decoration: none;
	background-position:bottom;
}
.button:active {
	position: relative;
	top: 1px;
	left:1px;
}

a#btn-home img{
	background-image:url(../images/btn-home.png);
}

a#btn-resources img{
	background-image:url(../images/btn-resources.png);
}

a#btn-strategy img{
	background-image:url(../images/btn-strategy.png);
}

a#btn-services img{
	background-image:url(../images/btn-services.png);
}

a#btn-about img{
	background-image:url(../images/btn-about.png);
}

a#btn-contact img{
	background-image:url(../images/btn-contact.png);
}

a#btn-investors img{
	background-image:url(../images/btn-investors.png);
}

