/*Reset
-----------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.5; margin:0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/*Defaults
-----------------------------------------------------*/
body {
	background: #fafafa url("../images/bkd.gif") 0 149px repeat-x;
	font-family: arial, sans-serif;
	color: #998675;
	font-size: 12px;
}

a {
	color: #909ccf;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;}
	
.clearfix:after { /* clear floats */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */



/*Structure
-----------------------------------------------------*/
#container {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}

#header {
	height: 81px;
	padding-top: 40px;
	margin-bottom: 28px;
}

h1 a {
	display: block;
	width: 280px;
	height: 81px;
	margin-left: 22px;
	text-indent: -10000em;
	text-decoration: none;
	background: transparent url("../images/logo.gif") top left no-repeat;
}

#banner {
	height: 280px;
	overflow: hidden;
}

#banner img {
	vertical-align: top;
}

#banner_left {
	width: 231px;
	height: 280px;
	float: left;
}

.home #banner_left {
	background-color: #523e2d;
}
.packaging #banner_left {
	background-color: #e9732b;
}
.brand_image #banner_left {
	background-color: #82245f;
}
.identity #banner_left {
	background-color: #4aa6f4;
}
.case_studies #banner_left {
	background-color: #a9b61e;
}

#banner_right {
	width: 689px;
	height: 280px;
	float: right;
	background: #fff;
}

#body {
	width: 689px;
	float: right;
}

#body_title {
	height: 42px;
	padding-top: 6px;
	line-height: 42px;
}

#body_content {
	padding-top: 18px;
}

#body_nav {
	height: 9px;
	padding-top: 100px;
}

#footer {
	padding: 60px 0;
	height: 22px;
	line-height: 22px;
	text-indent: 228px;
	clear: both;
	font-size: 10px;
	text-transform: lowercase;
}


/*Nav
-----------------------------------------------------*/
ul#nav {
	width: 397px;
	height: 22px;
	margin-top: -22px;
	float: right;
}

ul#nav li {
	list-style: none;
	display: inline;
}

a#nav_packaging {
	display: block;
	float: left;
	width: 67px;
	height: 13px;
	padding-bottom: 6px;
	border-bottom: 3px solid #bbbbbb;
	margin-right: 40px;
	text-indent: -10000em;
	background: transparent url("../images/nav_packaging.gif") top left no-repeat;
}
a#nav_packaging:hover {
	border-bottom: 3px solid #666;
}
.packaging a#nav_packaging, .home a#nav_packaging, .about a#nav_packaging, .contact a#nav_packaging, .sessions a#nav_packaging {
	border-bottom: 3px solid #e9732b;
}
a#nav_brand_image {
	display: block;
	float: left;
	width: 80px;
	height: 13px;
	padding-bottom: 6px;
	border-bottom: 3px solid #bbbbbb;
	margin-right: 40px;
	text-indent: -10000em;
	background: transparent url("../images/nav_brand_image.gif") top left no-repeat;
}
a#nav_brand_image:hover {
	border-bottom: 3px solid #666;
}
.brand_image a#nav_brand_image, .home a#nav_brand_image, .about a#nav_brand_image, .contact a#nav_brand_image, .sessions a#nav_brand_image {
	border-bottom: 3px solid #82245f;
}
a#nav_identity {
	display: block;
	float: left;
	width: 47px;
	height: 13px;
	padding-bottom: 6px;
	border-bottom: 3px solid #bbbbbb;
	margin-right: 40px;
	text-indent: -10000em;
	background: transparent url("../images/nav_identity.gif") top left no-repeat;
}
a#nav_identity:hover {
	border-bottom: 3px solid #666;
}
.identity a#nav_identity, .home a#nav_identity, .about a#nav_identity, .contact a#nav_identity, .sessions a#nav_identity {
	border-bottom: 3px solid #4aa6f4;
}
a#nav_case_studies {
	display: block;
	float: left;
	width: 81px;
	height: 13px;
	padding-bottom: 6px;
	border-bottom: 3px solid #bbbbbb;
	text-indent: -10000em;
	background: transparent url("../images/nav_case_studies.gif") top left no-repeat;
}
a#nav_case_studies:hover {
	border-bottom: 3px solid #666;
}
.case_studies a#nav_case_studies, .home a#nav_case_studies, .about a#nav_case_studies, .contact a#nav_case_studies, .sessions a#nav_case_studies {
	border-bottom: 3px solid #a9b61f;
}

ul#body_nav {
	height: 27px;
}

ul#body_nav li {
	display: block;
	float: left;
	height: 9px;
	line-height: 9px;
}

a#nav_about {
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 89px;
	height: 9px;
	line-height: 9px;
	background: transparent url("../images/nav_about.gif") top left no-repeat;
}
a#nav_about:hover {
	background-position: 0 -9px;
}

a#nav_contact {
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 117px;
	height: 9px;
	line-height: 9px;
	background: transparent url("../images/nav_contact.gif") top left no-repeat;
}
a#nav_contact:hover {
	background-position: 0 -9px;
}

/*Work
-----------------------------------------------------*/
#client_list {
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	padding-top: 18px;
	margin-right: 25px;
}

#client_list li {
	list-style: none;
}

#client_list a {
	text-decoration: none;
}

.packaging #client_list a {
	color: #FFB67C;
}
.brand_image #client_list a {
	color: #CC4CC6;
}
.identity #client_list a {
	color: #83DEFE;
}
.case_studies #client_list a {
	color: #D8DE82;
}

#client_list a.selected, #client_list a:hover {
	color: #fff;
}

#body_title h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px dotted #3f3023;
	height: 42px;
	line-height: 42px;
}

a.next_button {
	float: right;
	margin-top: 14px;
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 12px;
	height: 14px;
	line-height: 14px;
}

a.prev_button {
	float: right;
	margin-top: 14px;
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	width: 12px;
	height: 14px;
	line-height: 14px;
	margin-right: 10px;
}

.packaging a.next_button {
	background: transparent url("../images/arrow_right.gif") 0 0 no-repeat;
}
.brand_image a.next_button {
	background: transparent url("../images/arrow_right.gif") 0 -14px no-repeat;
}
.identity a.next_button {
	background: transparent url("../images/arrow_right.gif") 0 -28px no-repeat;
}
.case_studies a.next_button {
	background: transparent url("../images/arrow_right.gif") 0 -42px no-repeat;
}

.packaging a.prev_button {
	background: transparent url("../images/arrow_left.gif") 0 0 no-repeat;
}
.brand_image a.prev_button {
	background: transparent url("../images/arrow_left.gif") 0 -14px no-repeat;
}
.identity a.prev_button {
	background: transparent url("../images/arrow_left.gif") 0 -28px no-repeat;
}
.case_studies a.prev_button {
	background: transparent url("../images/arrow_left.gif") 0 -42px no-repeat;
}

a.next_button:hover {
	background: transparent url("../images/arrow_right.gif") 0 -56px no-repeat;
}
a.prev_button:hover {
	background: transparent url("../images/arrow_left.gif") 0 -56px no-repeat;
}

.credits {
	display: block;
	margin-top: 30px;
	font-size: 10px;
	font-style: italic;
}


/*Pages
-----------------------------------------------------*/
#page_content {
	color: #a5988c;
}

.about #banner, .contact #banner, .sessions #banner {
	display: none;
}

.about #body_title, .contact #body_title, .sessions #body_title {
	display: none;
}

.about #body, .contact #body, .sessions #body {
	width: auto;
	float: none;
	padding: 0 113px 0 231px;
	background: #fafafa;
}

.about h3 {
	width: 70px;
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	text-indent: -10000em;
	background: transparent url("../images/hdr_about.gif") top left no-repeat;
	margin-bottom: 20px;
}

.contact h3 {
	width: 98px;
	height: 9px;
	line-height: 9px;
	font-size: 9px;
	text-indent: -10000em;
	background: transparent url("../images/hdr_contact.gif") top left no-repeat;
	margin-bottom: 20px;
}


/*Contact
-----------------------------------------------------*/
form {
	padding-top: 60px;
	width: 575px;
}

form .left, form .right {
	width: 275px;
	float: left;
}

form .left {
	margin-right: 25px;
}

form p {
	padding-bottom: 8px;
}

form p.buttons {
	padding-top: 8px;
	text-align: right;
	clear: both;
}

label {
	display: block;
}

input.text, textarea {
	background: #e2e2e3;
	border: none;
	padding: 2px;
	color: #a5988c;
	font-size: 13px;
	font-family: "Arial", sans-serif;
}

input.text {
	width: 271px;
	height: 20px;
}

textarea {
	width: 271px;
	height: 124px;
}
