@charset "utf-8";
/* CSS Document */
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
font-size: 100%; 
font-weight: normal; 
vertical-align: baseline; 
background: transparent}


body {
background: #262628;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Verdana, Geneva, sans-serif;
line-height: 
}

p {
margin-top: 20px;

}


/* Buttons */
.button{
background-color:#F06;
color:#fff;
font-size:10px;
padding: 1px 3px 1px 3px;	
text-decoration: none;
}

a.button, a.button_left, a.button_right{
background-color:#F06;
color:#fff;
font-size:10px;
padding: 1px 3px 1px 3px;	
text-decoration: none;
}

a:hover .button., .button_left, button_right{
background-color:#F06;
padding: 1px 3px 1px 3px;	
color:#fff;
}

#button_left{
margin-top:180px;
margin-left: 50px;
float:left;
}

#button_right{
margin-top:180px;
float: right;
margin-right: 40px;
}



/* Header */

#header_wrapper {
background: #FFF;
height: 45px;
text-align:center;
width: 100%;

}

#header {
background: #FFF;
height: 45px;
width: 960px;
margin-left: auto;
margin-right: auto;

}

.logo {
background:url(images/logo.jpg);
height:45px;
width: 340px;
float:left;
}

/* Menu */

#menu {
	background:none;
	margin:13px 0px 0px 0px; /* Some top spacing */
	list-style:none;
	float:right;
}

	#menu li {
		list-style:none;
		float:left;
	}
		#menu li a {
			text-decoration:none;
			color:#333;
			margin-right:15px; /* Spacing between menu items */
			font-size:15px;
			position:relative;
			z-index:888; /* Required to keep navigation above content */
			padding: 2px;
		}
		#menu li a:hover {
			background-color:#F06;
			color:#fff;
			padding:2px;
		}

/* Left */

#body_wrapper {
width: 100%;
text-align:center;
line-height: 1.5;
}

#body {
width: 960px;
text-align:left;
font-size:12px;
color:#FFF;
margin-top:70px;
margin-left: auto;
margin-right: auto;
}
	
#left_wrapper {
	width: 450px;
	float:left;
}
	
#left_wrapper_work {
	width: 300px;
	float:left;
	position: relative;
}

/* Right */	
#right_wrapper {
	width: 450px;
	float:right;
}

#right_wrapper_work {
	width: 600px;
	float:right;
}


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

/* Bottom */

#bottom_wrapper{
	margin-top:50px;
	background: #363638; 
	height: 140px;
	width: 100%;
	float:left;
	text-align:center;
}

#bottom{
	width: 960px;
	height: 115px;
	margin: auto;
	padding-top: 25px;
}

.grid_1, .grid_2{
	display:inline;
	float: left;
	position: relative;
	width: 240px;
	text-align:left;
	color: #fff;
	font-size:10px;
	list-style: none;
}

.grid_2{
	padding-top:15px;
	width: 240px;
}


ul{
	margin-top: 10px;
	text-decoration:none;
	list-style: none;
	line-height: 1.5;
}

ul.lean{
	margin-top: 10px;
	text-decoration:none;
	list-style: inside square;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
	
}


h1 {
font-weight: bolder;
color: #fff;
font-size:12px;
}

h2 {
font-weight: bolder;
color: #fff;
font-size:12px;
}

h3 {
font-weight: bolder;
color: #fff;
font-size:18px;
}

/* Image Swap in Showcase */

.imgteaser {
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 7px;
	background: #fff;
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 7pt;
	background: #000;
	color: #fff;
	position: absolute;
	margin: 7px;
	width: 186px;
	height: 132px;
	padding: 7px;
	}

.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size: 12pt;
}

.imgteaser a .desc { display: none; }

