@charset "utf-8";


/*******************************************************************

TOP LEVEL

*******************************************************************/

* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
	font-family:calibri,arial,verdana,sans-serif;
	font-size:.9em;
	color:#444;
}

body {
	padding:0;
	margin:0;
	background:#FFF url(/images/bgTile.jpg) top repeat-x;
}

a, a:hover, a:active, a:focus {
	outline:none;
	border:none;
}

small {
	font-size:.75em;
}

#page {
	width:896px;
	margin:auto;
}

#header {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}

#logo {
	width:100%;
	height:85px;
	float:left;
	margin:30px 0 15px 0;
	background:url(../images/logo.png) left no-repeat;
	padding:0;
}

#logo a {
	width:420px;
	height:85px;
	float:left;
}

#nav {
	float:left;
	margin:20px 0 0 0;
	padding:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#navWho {
	width:168px;
	height:68px;
	float:left;
	background:url(../images/who.png) top no-repeat;
	cursor:pointer;
}

#navWho span.hover {
	width:168px;
	height:68px;
	float:left;
	background:url(../images/who.png) bottom no-repeat;
}

#navWork {
	width:195px;
	height:68px;
	float:left;
	background:url(../images/work.png) top no-repeat;
	cursor:pointer;
}

#navWork span.hover {
	width:195px;
	height:68px;
	float:left;
	background:url(../images/work.png) bottom no-repeat;
}

#navQuote {
	width:227px;
	height:68px;
	float:left;
	background:url(../images/quote.png) top no-repeat;
	cursor:pointer;
}

#navQuote span.hover {
	width:227px;
	height:68px;
	float:left;
	background:url(../images/quote.png) bottom no-repeat;
}

#navContact {
	width:306px;
	height:68px;
	float:left;
	background:url(../images/contact.png) top no-repeat;
	cursor:pointer;
}

#navContact span.hover {
	width:306px;
	height:68px;
	float:left;
	background:url(../images/contact.png) bottom no-repeat;
}

#content {
	width:896px;
	border-bottom:1px dashed #CCC;
	float:left;
	margin:20px 0;
	padding:20px 0;
	background:#FFF url(/images/homeContentBg.png) no-repeat;
}

#content h1 {
	float:left;
	width:100%;
	font-size:1.5em;
	font-weight:normal;
	color:#FFF;
	margin:5px 0 0 25px;
	padding:0;
}

#content p {
	text-align:justify;
	margin:0;
	padding:0 30px 10px 25px;
	float:left;
}

#content a {
	color:#91c0ff;
}

#content a:hover {
	color:#F90;
}

/*******************************************************************

HOME PAGE

*******************************************************************/

#homeContent {
	float:left;
	width:100%;
}

#homeSpeel {
	width:100%;
	margin:20px 0 10px;
	padding:0;
	float:left;
}

#homeSpeel h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#ffad55;
	margin:0;
	padding:10px 15px;
}

#homeContentLeft {
	float:left;
	padding:20px;
}

#homeContentRight {
	float:left;
	padding:20px;
	width:400px;
	height:290px;
	background:url(/images/homeImage.jpg) no-repeat;
}

/* HOMEPAGE SLIDER STYLING */

#content #homeContent #slider {
  	width:400px;
  	margin:0;
  	position:relative;
}

#content #homeContent .scroll {
  	overflow:auto;
  	position:relative;
  	clear:left;
}

#content #homeContent .scrollContainer div.panel {
  	padding:5px;
  	width:390px; 
	background:#FFF;
}

#content #homeContent .scrollContainer div.panel p {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#content #homeContent .scrollContainer div.panel ul {
	float:left;
	margin:20px 0 0 10px;
}

#content #homeContent .scrollContainer div.panel ul li {
	margin:0;
	padding:6px 0 7px 15px;
	background:url(../images/bullet.gif) left no-repeat;
}

#content #homeContent .sliderNav {
	margin:-15px 0 0 5px;
	padding:0;
	float:left;
}

#content #homeContent .sliderNav li {
	margin:0;
	padding:0;
  	list-style:none;
	float:left;
}

#content #homeContent .sliderNav li a {
	text-decoration:none;
	display:block;
	float:left;
}

#content #homeContent .sliderNav li a.design {
	background:url(../images/designHome.png) bottom no-repeat;
	width:86px;
	height:40px;
	margin-right:25px;
}

#content #homeContent .sliderNav li a.development {
	background:url(../images/developmentHome.png) bottom no-repeat;
	width:155px;
	height:40px;
	margin-right:25px;
}

#content #homeContent .sliderNav li a.strategy {
	background:url(../images/strategyHome.png) bottom no-repeat;
	width:98px;
	height:40px;
}

#content #homeContent .sliderNav li a:hover, #content #homeContent .sliderNav li a.selected  {
	background-position:top;
}

/*******************************************************************

QUOTE AND CONTACT

*******************************************************************/

#content #quoteContentLeft,
#content #contactLeft{
	width:450px;
	float:left;
}

#content #quoteContentRight {
	width:390px;
	float:left;
	margin-left:45px;
}

#content #contactRight{
	width:390px;
	float:left;
	margin-left:20px;
}

#content #contactRight #contactMap {
width:400px;
height:300px;
margin-top:10px;
background:url(../images/map.jpg);
}

#content #quoteContentRight h4,
#content #contactRight h4{
	padding:0;
	font-size:2.5em;
	margin-top:-15px;
}

#content #quoteContentLeft p,
#content #contactLeft p{
	clear:both;
	width:100%;
}

#content #quoteContentLeft form,
#content #contactLeft form {
	float:left;
	clear:both;
}

#content #quoteContentLeft table,
#content #contactLeft table{
	margin:10px 0 0 20px;
}

#content #quoteContentLeft table td,
#content #contactLeft table td{
	padding:10px 0;
	vertical-align:middle;
	border-bottom:1px dashed #DDD;
}

#content #quoteContentLeft table td.left {
	width:300px;
	padding:5px;
}

#content #contactLeft table td.left {
	width:200px;
	padding:5px;
}

#content #quoteContentLeft table td h1,
#content #contactLeft table td h1{
	margin-left:5px;
}

#content #quoteContentLeft table td input,
#content #contactLeft table td input{
	border:1px solid #DDD;
	background:#F4F4F4;
	width:200px;
	color:#666;
	font-family:calibri, arial, verdana;
	padding:2px;
}

#content #quoteContentLeft table td textarea,
#content #contactLeft table td textarea {
	border:1px solid #DDD;
	background:#F4F4F4;
	width:200px;
	color:#666;
	font-family:calibri, arial, verdana;
	font-size:.9em;
	padding:2px;
	overflow:auto;
}

#content #quoteContentLeft table td select,
#content #contactLeft table td select {
	border:1px solid #DDD;
	width:200px;
	color:#666;
	font-family:calibri, arial, verdana;
	padding:2px;
}

#content #quoteContentLeft table td input:focus, 
#content #quoteContentLeft table td textarea:focus, 
#content #contactLeft table td input:focus, 
#content #contactLeft table td textarea:focus {
	border:1px solid #FFC082;
}

#content #quoteContentLeft table td input#submit, 
#content #contactLeft table td input#submit {
	cursor:pointer;
	width:204px;
}

#content #quoteContentLeft table td input#submit:focus, #content #quoteContentLeft table td input#submit:active, 
#content #contactLeft table td input#submit:focus, #content #contactLeft table td input#submit:active {
	outline:none;
}

#content #quoteContentLeft table td input#submit:hover, 
#content #contactLeft table td input#submit:hover {
	 background:#666;
	 border:1px solid #666;
	 color:#EEE;
}

#content #quoteContentLeft table td p#response,
#content #contactLeft table td p#response {
	margin:0;
	padding:0;
	text-align:left;
	font-size:.8em;
}

/*******************************************************************

WORK

*******************************************************************/

#content #workLeft {
	float:left;
	width:60%;
}

#content #workRight {
	float:right;
	width:35%;
}

#content #workRight h1 {
	margin:0;
	padding:0;
}

#content #workRight #slideshow {
	top:40px;
}

#content #workRight #slideshow img {
	border:1px solid #CCC;
}

#content #workRight p.floatDown {
	margin:215px 0 30px 0;
}

#content #workRight p {
	float:left;
	margin:0;
	padding:10px 40px 0 0;
}

#content #workRight ul {
	float:left;
	margin:5px 0 15px 0;
}

#content #workRight ul li {
	padding:5px 0 5px 15px;
	background:url(../images/bullet.gif) left no-repeat;
}

#content #workRight ul li a {
	color:#444;
	text-decoration:none;
	font-size:75%;
	padding:3px 6px;
	margin-left:10px;
	background:#EEE;
}

#content #workRight ul li a:hover {
	background:#444;
	color:#EEE;
}

/*******************************************************************

FOOTER

*******************************************************************/

#footer {
	width:100%;
	float:left;
	margin:0;
	font-size:.8em;
}

#footer h1 {
	font-size:2.8em;
}

#footer p {
	margin:3px 0;
}

#footer a {
	color:#444;
	text-decoration:none;
	padding:0 10px;
	border-right:1px dashed #999;
}

#footer a:hover {
	color:#F90;
}

#footerInner {
	width:100%;
	margin:0;
	padding:10px 20px 40px;
	float:left;
}

#footerHalf {
	float:left;
	width:50%;
}

#footer #footerMail {
	background:url(../images/mail.png) no-repeat;
	float:left;
	height:24px;
	padding:4px 0 0 36px;
	margin-top:10px;
	font-weight:bold;
	border-right:none;
}
