/**
* @author Julian Sutter <Julian@fryewiles.com>
* @version 0.0.1 20080226 JS
*
*/

@import url(../common/two-column.css);

h1 {
}

#menu {
	padding-top:0px;
	width: 100% !important;
}

body {

}

.big-logo {
	display: block;
	width: 394px;
	height: 152px;
	background: url(/images/home/big-logo.gif) top left no-repeat;
	margin: 20px;
}

h2 {
	display: block;
	
}

.client-feature {

}

.oakley {
	background: url(/images/home/oakley.jpg) top right no-repeat;
	padding: 150px 350px 10px 25px;
}

.coachella {
	background: url(/images/home/coachella-reflect.png) top left no-repeat;
	padding: 0px 15px 160px 365px;
	
}

.sambazon {
	background: url(/images/home/sambazon.png) top right no-repeat;
	padding: 150px 365px 10px 25px;
	
}

.obey {
	background: url(/images/home/obey.png) top right no-repeat;
	padding: 150px 350px 10px 25px;
	
}

.pepsi {
	background: url(/images/home/pepsico.png) top right no-repeat;
	padding: 160px 325px 10px 25px;
}

.client-feature h2 {
	font-size: 3.5em;
	text-transform: uppercase;
	color: #0C9FC1;
	line-height: 1em;
}

.client-feature p {
	font-size: 1.1em;
	padding-top: 0px;
	text-transform: uppercase;
	
}

.client-feature a {
	background: url(/images/home/link-arrow-client-feature.gif) top right no-repeat;
	padding-right: 20px;
}

.footer-nav {
	display: none !important;
}

