/* -----------------------------------------------
    Bluemoon styles (layout)
   ----------------------------------------------- */

/* Reset styles
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: url(../images/page/main_bg.jpg) top left repeat-x #303234;
	color:#333;
	font:.75em Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;
	position: relative;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Links
----------------------------------------------- */
a {
	color: #ef8201;
	text-decoration: none;
}
a:link {
	color: #ef8201;
	text-decoration: none;
}
a:visited {
	color: #ef8201;
}
a:hover {
	color: #ef8201;
	text-decoration: underline;
}
a:active {
	color: #ef8201;
	text-decoration: none;
}


/* Header
----------------------------------------------- */
#header {
	float: left;
	width: 980px;
}
#logo, #logo a {
	background:url(../images/page/header_logo.gif) no-repeat;
	display:block;
	height:99px;
	overflow: hidden;
	text-indent:-1000em;
	width:280px;
}
#logo {
	display: inline;
	float: left;
	margin-left: -10px;
}

/* Main Nav
----------------------------------------------- */
ul#nav {
	margin: 31px 13px 0 0;
	padding: 0;
	float: right;
}
ul#nav li {
  float:left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#nav li a {
	display: block;
	height:45px;
	overflow: hidden;
	text-indent: -1000em;
}
#nav a {
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav .on a {
	background-position: 0 -45px;
}
#nav a:hover {
	background-position: 0 -90px;
}
#nav .on a:hover {
	background-position: 0 -45px;
	background-repeat:no-repeat;
}
ul#nav #nav_home, ul#nav #nav_home a {
	background-image: url(../images/nav/nav_home.gif);
	width: 78px;
}
ul#nav #nav_clients, ul#nav #nav_clients a {
	background-image: url(../images/nav/nav_clients.gif);
	width: 91px;
}
ul#nav #nav_people, ul#nav #nav_people a {
	background-image: url(../images/nav/nav_whoweare.gif);
	width: 133px;
}
ul#nav #nav_contact, ul#nav #nav_contact a {
	background-image: url(../images/nav/nav_contact.gif);
	width: 106px;
}

/* Main
----------------------------------------------- */
#main {
	float: left;
	overflow: hidden;
	position: relative;
	width: 980px;
}
#splash {
	background:transparent url(../images/page/flash_bg.jpg) top left no-repeat;
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 230px;
}
#home #splash {
	width: 980px
}
#splash h1 {
	color: #333;
	font-size: 24px;
	padding: 45px 0 0;
}
#intro {
	color: #fff;
	font-size: 1.2em;
	margin: 30px 0;
}
#content, #brand_content {
	color: #fff;
	float: right;
	padding: 20px 0 30px 20px;
	width: 700px;
}
#brand_content p{
	font-size:0.9em;
	width:500px;
}
#content h2, #brand_content h2 {
	font-size: 1.4em;
	margin: 0 0 2em;
}
#content #brandhero, #brand_content #brandhero {
	border: 1px solid #fff;
	height: 363px;
	margin-bottom: 15px;
	width: 698px;
}
#brandalternatives {
	float: right;
	margin: 0;
	width: 190px;
}
#brandalternatives li {
	background: none;
	border: 1px solid #fff;
	float: left;
	height: 41px;
	margin: 0 0 15px 15px;
	padding: 0;
	width: 78px;
}
#brandalternatives a {
	outline: 0;
}
#brands {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 15px;
}
#brands li {
	background: none;
	float: left;
	margin: 0 10px 4px 0;
	padding: 0;
	display: inline;
}
#people {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 700px;
}
#people li {
	background: none;
	float: left;
	padding: 0 30px 20px 0;
	width: 320px;
}
#people li.mod3 {
	padding: 0 1px 0 0;
}
#people li.mod4 {
	clear: left;
}
#people h2 {
	font-size: 1.4em;
	margin: 0;
}
#people p.role {
	margin: 0;
	padding:0 0 10px 0;
}
#people p.note {
	margin: 20px 0 10px 0;
	font-size:0.9em;
}
#people p.exp, #people p.exp_list {
	font-size:0.9em;
}
#contact {
	float: left;
	padding: 0 0 0 60px;
	width: 480px;
}
#contact h2 {
	margin-left: 124px;
}
#snailmail p.adr span {
	display: block;
}
#snailmail abbr {
	font-weight: bolder;
	text-transform: lowercase;
}
#supplementary {
	color: #fff;
	clear: left;
	margin: -15px 0 30px;
	padding: 0 15px;
	width: 230px;
}

/* Forms
----------------------------------------------- */
input, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
textarea {
	overflow: auto;
}
#contact label {
	float: left;
	padding: 4px 24px 4px 0;
	text-align: right;
	width: 100px;
}
#contact input.text {
	background: #4a4e53;
	border: 1px solid #6f757b;
	color: #fff;
	padding: 4px;
	width: 240px;
}
#contact textarea {
	background: #4a4e53;
	border: 1px solid #6f757b;
	color: #fff;
	height: 180px;
	padding: 4px;
	width: 280px;
}
#contact p.help {
	color: #999;
	font-size: .9em;
	padding: 0 0 10px 124px;
}
#contact button {
	background: url(../images/page/send.gif);
	border: 0;
	color: #f80;
	cursor: pointer;
	display: block;
	height: 21px;
	margin: 15px 0 0 124px;
	padding: 0;
	text-indent: -9999em;
	width: 44px;
}

/* Footer
----------------------------------------------- */
#footer {
	border-top: 1px solid;
	clear: both;
	color: #82898f;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 30px 15px;
	width: 950px;
}
#footer p {
	float: left;
}
#footer span {
	display: block;
}
#footer ul {
	float: right;
}
#footer li {
	background: none;
	float: left;
	padding: 0;
}
#footer a {
	border-right: 1px solid;
	color: #82898f;
	display: block;
	padding: 0 1em;
}
#footer li:last-child a, #footer li.last a {
	border: 0;
	padding-right: 0;
}

/* Miscellaneous
----------------------------------------------- */
p {
	line-height: 135%;
	margin: 0.5em 0 1em 0;
}
strong {
	font-weight: bold;
}

/* Lists
----------------------------------------------- */
ul {
	margin: .5em 15px 1em;
}
ul li {
	background: url(../images/page/bullet.png) no-repeat 0 .3em;
	padding: 0 0 0 12px;
}

/* Home page
----------------------------------------------- */
#carousel, #newcarousel {
	height: 448px;
	margin: 30px 0;
	left: 0;
	position: relative;
	width: 958px;
}
#newcarousel {
	position: absolute;
	top: 0px;
}
#newcarousel.left {
	left: 1000px;
}
#newcarousel.right {
	left: -970px;
}
#carousel img, #newcarousel img {
	border: 1px solid #81898f;
}
#carousel div, #newcarousel div {
	background: url(../images/page/carousel_band.png);
	color: #fff;
	left: 1px;
	padding: 0 15px;
	position: absolute;
	bottom: 40px;
	width: 926px;
}
#carousel h2, #newcarousel h2 {
	color: #f18100;
	font-size: 2em;
	padding: 10px 0 0;
}
#carousel p.branddetail, #newcarousel p.brandetail {
	float: left;
	width: 620px;
}
#carousel p.projectinfo, #newcarousel p.projectinfo {
	bottom: 0;
	position: absolute;
	right: 15px;
}
#home div#carousel ul, #home div#newcarousel ul {
	background: none;
	border: 0;
	color: #f38000;
}
#home #carousel li.carousel_next, #home #newcarousel li.carousel_next {
	background: url(../images/page/chevron_right.png) no-repeat center;
	cursor: pointer;
	height: 49px;
	position: absolute;
	right: 0;
	text-indent: -9999em;
	top: 0;
	width: 50px;
}
#home #carousel li.carousel_previous, #home #newcarousel li.carousel_previous {
	background: url(../images/page/chevron_left.png) no-repeat center;
	cursor: pointer;
	height: 49px;
	position: absolute;
	left: 0;
	text-indent: -9999em;
	top: 0;
	width: 50px;
}
#home #splash ul {
	background: #333;
	border: 1px solid #81898f;
	float: left;
	margin: -15px 0 15px;
	padding: 0 4px;
	width: 948px;
}
#home #splash li {
	background: none;
	float: left;
	padding: 5px 2px;
}
#home #splash li img {
	display: block;
}
#copyright_index {
	color: #333;
	font-size: .8em;
	padding: 50px 10px 1.5em;
}
#copyright_index span {
	display: block;
}
#copyright {
	font-size: .9em;
}
#home #footer {
	border: 0;
	margin-top: -7.5em;
	position:relative;
	z-index:100;
}
