@charset "utf-8";
/*  
Site Name: you-i labs
Site URI: http://www.youilabs.com/
Description: Corporate website of youilabs.
Version: 0.1
Author: McMillan
Author URI: http://www.thinkmcmillan.com/
*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background-color: #000000;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #668c05;
	font-weight: bold;
}

/* Links with images */
.imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}

/* Base Class */
.listing {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
}

.listing li {
	list-style:none;
	margin: 0; padding: 0;
}

.listing li a {
	display: block;
}

/* Basic */
.listing.basic {
	margin: 0; padding: 0;
}

.listing.basic li {
	/* defined at ".listing li" */
	float: left;
}

.listing.basic li a {
	margin: 0; padding: 0;
}
.listing.basic li a:hover {
}

/* Layout - generic classes
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.block {
	display: block;
	width: 882px;
	margin: auto;
}

.left {
	display: inline; float: left;
}

.right {
	display: inline; float: right;
}

.column {
	display: inline;
}

/* Layout - feauture boxes
---------------------------------------------------------- */
.feature {
	background: url("../images/box_body_tile.gif") repeat-y top left;
	width: 280px;
	float: left;
}

.feature.dark {
	background: url("../images/box_body_tile_dark.gif") repeat-y top left;
}

.feature.middle {
	margin: 0 21px 0 21px;
}

.feature .box-top {
	background: url("../images/box_top_red.gif") no-repeat top left;
	height: 40px;
}

.feature .box-top  h3 {
	margin: 0; padding: 10px 0 0 38px;
	font-size: 1.17em;
	line-height: 1.17em;
	font-weight: bold;
	color: #ffffff;
}

.feature.dark .box-body {
	background: url("../images/box_bottom_dark.gif") no-repeat bottom left;
	
}

.feature-dark-box-body {
	background: url("../images/box_bottom_dark.gif") no-repeat bottom left;
	padding: 0 0 15px 0;
}

.feature .box-body {
	background: url("../images/box_bottom_light.gif") no-repeat bottom left;
	padding: 15px 15px 15px 15px;
	height:133px;
}

.feature .box-body.full {
	padding: 0 0 10px 0;
}

.feature .box-body img {
	border: none;
	margin: 0 0 10px 0;
}

.feature .box-body p {
	line-height: 1.17em;
	margin: 0 0 25px 0;
}

.feature .box-body a.learn-more img {
	padding: 0; margin: 0;
	border: 0;
}

.feature .box-body a.cta {
	display: block;
	color: #ffffff;
	/*color:#000000;*/
	margin: 0 15px 10px 15px;
}

.feature-dark-box-body a.cta {
	display: block;
	color: #ffffff;
	/*color:#000000;*/
	margin: 0 15px 10px 15px;
}

/* Layout - Wrapper
---------------------------------------------------------- */
#wrapper {
	background-color: #ffffff;
	padding: 20px 0 56px 0;
	color: #000000;
}

#wrapper #body-content {
	position: relative;
}

/* Layout - Header
---------------------------------------------------------- */
#header {
	background: #ffffff url( "../images/header_bg.gif" ) repeat-x top left;
	height: 150px;
	color: #000000;
}

#navigation {
	position: relative;
	height:150px;
}

/* Layout - Navigation - Utility
---------------------------------------------------------- */
#utility-nav {
	position: absolute;
	top: 10px; right: 0;

	color: #ffffff;
}

#utility-nav li {
	background: url("../images/utilitynav_left_bg.gif") no-repeat top left;
	padding: 0 0 0 1px;
	margin-left: 5px;
}

#utility-nav li a {
	background: url("../images/utilitynav_right_bg.gif") no-repeat top right;
	padding: 3px 10px 3px 9px;
	color: #ffffff;
	font-size: .83em;
}

#utility-nav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#utility-nav li a.last {
	border: none;
}


/* Layout - Navigation - Main
---------------------------------------------------------- */
#main-nav {
	position: absolute;
	bottom: 0; right: 0;
	width: 581px; height: 48px;
	
	background: url("../images/nav_bg.jpg") no-repeat top right;

	color: #ffffff;
}

#main-nav li {
	width: 116px;
}

#main-nav li a {
	color: #ffffff;
	padding: 10px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.17em;
}

#main-nav li.current {
}

#main-nav li.current a {
	font-weight: bold;
	color: #ffffff;
}

/* Layout - Logo
---------------------------------------------------------- */
#logo {
	margin: 0; padding: 0;
	position: absolute;
	bottom: 0; left: 0;
	width: 211px; height: 114px;
	
	text-indent: -999px;
	
	background: url("../images/logo.jpg") no-repeat top left;
}

#logo a {
	margin: 0;
}

/* Layout - Navigation - Footer
---------------------------------------------------------- */
#footer {
	background: url( "../images/footer_tile.gif" ) repeat-x top left;
	padding: 17px 0 0 0;
}

#footer p {
	padding: 0 0 5px 0;
	font-size: .83em;
	color: #666666;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-nav li {
	padding: 0 0 5px 0;
}

#footer-nav li a {
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff;
	font-size: .83em;
}

#footer-nav li a sup{
	text-decoration:underline; 
	vertical-align:top;
}

#footer-nav li a.last {
	border: none;
	padding-right: 0;
}


/* Layout - Search
---------------------------------------------------------- */
#search {
	position: absolute;
	bottom: 0; right: 0;
	margin: 0; padding: 10px 20px 5px 20px;
	background-color: #ccdcf7;
}

#search p {
	float: left; 
	margin: 0; padding: 0;
}

#search #submit {
}

#search #terms {
	margin: 0 10px 0 0;
	padding: 2px;
}