/* ============================ common ============================== */

body { 
	color: #fff; background: #000020 url(../img/bg-body.jpg) repeat-x 0 0;
	font: normal 62.5% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

a{ color: #ff60e1; text-decoration: underline; }
a:hover, a:active, a:focus { color: #000020; background: #ff60e1; text-decoration: none; }

img { display: block; }
a img { border: none; }
a span{ cursor: pointer; }
strong{ font-weight: bold; }

.clearfix:after {
	clear: both;
	display: block; visibility: hidden;
	height: 0;
	content: ".";   
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aural{
	position: absolute;
	left: -2007px;
	font: 0;
}

/* ============ layout ============ */

#holder{
	width: 980px;
	margin: 0 auto;
	background: url(../img/bg-holder.jpg) no-repeat 0 0;
}

#header{ position: relative; }

#what-we-can-do{
	float: right;
	width: 270px;
}

#projects{
	position: relative;
	width: 646px; height: 539px;
	background: url(../img/bg-project.jpg) no-repeat 0 0;
}

#who-we-are{
	float: left;
	width: 391px;
	margin: 0 5px 0 8px;
	background: url(../img/bg-box.gif) repeat-x 0 45px;
	display: inline;
}

#contact-us{
	position: relative; float: left;
	width: 356px;
	margin: 0 5px 0 0;
	background: url(../img/bg-box.gif) repeat-x 0 45px;
	display: inline;
	z-index: 100;
}

#bird-feed{
	position: relative; float: left;
	width: 207px;
	background: url(../img/bg-box.gif) repeat-x 0 45px;
	z-index: 100;
}

#footer{
	clear: both;
	color: #abaadc; padding: 55px 0;
	background: url(../img/bg-footer.gif) no-repeat 0 0;
	font-size: 1.2em; text-align: center;
}


/* ============ header ============ */

#header h1{
	width: 180px; height: 146px;
	margin: 0 0 0 400px;
}

#nav{
	position: absolute;
	top: 0; right: 0;
}
#nav li{
	float: left;
	height: 20px;
	padding: 5px 10px;
}
#nav li a{
	font-size: 1.2em;
	font-weight: bold; text-decoration: none; text-transform: lowercase;
}
#nav li a:hover, 
#nav li a:active, 
#nav li a:focus { 
	color: #ff60e1; background: none; 
	text-decoration: underline;
}
#nav li.nav-1{
	background: url(../img/bg-nav-1.png) no-repeat 100% 0;
}
#nav li.nav-2{
	background: url(../img/bg-nav-2.png) no-repeat 0 0;
}


/* ============ what-we-can-do ============ */

#what-we-can-do li{
	margin: 0 14px 5px 0; padding: 1px 25px 0 0;
	background: url(../img/star.png) no-repeat 100% 0;
	font-size: 1.1em; font-weight: bold; text-transform: uppercase; text-align: right;
}


/* ============ projects ============ */

#project-preview{
	position: relative;
	width: 543px; height: 273px;
	margin: 0 0 0 20px; padding: 74px 0 0 0;
	overflow: hidden;
}
#project-preview img{ position: absolute; }
#project-preview span{
	position: absolute;
	width: 100%; height: 100%;
	background: url(../img/bilboard-light.png) no-repeat 0 0;
}
#projects dl{
	width: 350px;
	margin: 13px 0 0 10px; padding: 10px;
	background: #b1008c url(../img/bg-description.gif) repeat-x 0 0;
	font-size: 1.2em;
}
#projects dl strong{ font-size: 1.4em; font-weight: bold; }
#projects dl a{ color: #fff; }

#project-nav{
	position: absolute;
	top: 0; right: -85px;
	width: 257px; height: 236px;
	background: url(../img/project-switcher.png) no-repeat 0 0;
}
#project-nav a{ position: relative; z-index: 100; background: transparent; }
#project-nav a:hover,
#project-nav a:focus,
#project-nav a:active{ background: none; }
#project-nav .prev a{
	position: absolute;
	bottom: 21px; left: 24px;
	width: 43px; height: 47px;
	background: url(../img/prev.png) no-repeat 0 47px;
}
#project-nav .next a{
	position: absolute;
	top: 22px; right: 23px;
	width: 44px; height: 47px;
	background: url(../img/next.png) no-repeat 0 47px;
}
#project-nav .prev a:hover,
#project-nav .prev a:focus,
#project-nav .prev a:active,
#project-nav .next a:hover,
#project-nav .next a:focus,
#project-nav .next a:active{ background-position: 0 0; }
#project-nav .current{
	position: absolute;
	width: 173px; height: 173px;
	left: 41px; top: 32px;
	z-index: 10;
}

#car{
	position: absolute;
	bottom: -92px; right: -267px;
	width: 715px; height: 378px;
	background: url(../img/car.png) no-repeat 0 0;
	z-index: 10;
}


/* ============ who we are ============ */

#who-we-are ul{
	width: 331px;
	margin: 15px 0 15px 44px;
}
#who-we-are li{
	position: relative;
	width: 331px;
	margin: 0 0 29px 0;
	background: url(../img/bg-who-we-are-li.png) no-repeat 0 100%;
}
#who-we-are li .photo{
	position: absolute;
	top: -18px; left: -44px;
}
#who-we-are li p{
	padding: 33px 18px 18px 81px;
	font-size: 1.2em;
}


/* ============ contact us ============ */

#contact-form{
	background: url(../img/bg-contact-form.gif) no-repeat 18px 100%;
}
#contact-form fieldset{
	margin: 10px 0 15px 39px;
	width: 278px;
}
#contact-form label{
	display: block;
	padding: 0 0 7px 0;
	background: url(../img/bg-label.gif) no-repeat 0 100%;
	font-size: 1.2em; font-weight: bold;
}
#contact-form input.text,
#contact-form textarea{
	display: block;
	width: 270px;
	margin: 0; padding: 3px 4px 2px 4px;
	color: #fff; background: url(../img/bg-input.jpg) no-repeat 0 100%;
	font: normal 1.2em "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	border: none;
}
#contact-form input.text:hover,
#contact-form input.text:focus,
#contact-form input.text:active,
#contact-form textarea:hover,
#contact-form textarea:focus,
#contact-form textarea:active{ background-position: 100% 100%; }
#contact-form input.submit{
	float: right; 
	width: 87px; height: 29px;
	margin: 0 0 15px 0;
	background: url(../img/bg-btn-submit.gif) no-repeat 0 0;
}
#contact-form input.submit:hover,
#contact-form input.submit:focus,
#contact-form input.submit:active{ background-position: 0 100%; }

#contact-details{
	width: 320px;
	margin: 10px 0 15px 18px; padding: 0 0 15px 0;
	background: url(../img/bg-contact-form.gif) no-repeat 0 100%;
}
#contact-details address,
#contact-details p{
	margin: 8px 21px 0 21px;
	font-size: 1.3em; font-weight: bold; font-style: italic;
}

#thanks{ margin: 0 0 15px 0; }

#alert{font-size: 1.2em; }
#alert h4{ display: none; }

#alert.error{
	padding: 0 0 15px 0; margin: 0 0 15px 0;
	background: url(../img/bg-alert.jpg) no-repeat 0 100%;
}
#alert.error h4{
	display: block; position: relative;
	width: 288px; height: 71px;
	font-size: 1.1em;
}
#alert.error h4 span{
	position: absolute; display: block;
	width: 100%; height: 100%;
	background: url(../img/h4-error.jpg) no-repeat 0 0;
	z-index: 1;
}
#alert.error ol{
	display: block; position: relative;
	margin: -40px 15px 0 90px;
	list-style: decimal;
	color: #ffc6c6;
	z-index: 10;
}


/* ============ bird feed ============ */

#bird-feed ul{ padding: 0 0 15px 0; }
#bird-feed li{
	margin: 15px 15px 15px 15px;
}
#bird-feed li h3{
	margin: 0 0 6px 0;
	font-size: 1.5em;
}
#bird-feed li p{ font-size: 1.2em; }

#bird-feed .subscribe{ margin: 0 0 15px 12px; }
#bird-feed .subscribe a{
	position: relative; display: block;
	width: 185px; height: 92px;
}
#bird-feed .subscribe a span{
	position: absolute;
	width: 100%; height: 100%;
	background: url(../img/btn-subscribe.jpg) no-repeat 0 100%;
}
#bird-feed .subscribe a:hover span,
#bird-feed .subscribe a:focus span,
#bird-feed .subscribe a:active span{ background-position: 0 0; }
