

/* @group Colors */

/* Orange - ff7800 */
/* Gray Blue - 373d4a */

/* @end */

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Globals */

body {
	font: 62.5%/1.5 Helvetica Neue, Helvetica, Arial, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #373d4a;
	background: #f6f6f6;
}

li, dt, dd, p {font-size: 1.2em; line-height: 1.6em; }
li *, dt *, dd *, p * {font-size: 1em; }
ul, ol, dl, p {margin-bottom: 1.2em; } 

a {font-weight: bold; color: #ff7800; text-decoration: none; }
a:hover {text-decoration: underline; }

.underline {text-decoration: underline; }

.left {float: left; }
.right {float: right; }

img.left {margin: 0 1em 1em 0; }
img.right {margin: 0 0 1em 1em; }

.hide {
	display: none;
}

* {
	outline: none;
	moz-outline: 0;
}

/* @end */


/* @group Layout */

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	background: url(../images/poster.jpg) no-repeat right bottom;
	padding: 155px 350px 0 70px;
	margin: 0 70px 20px 0;
	min-height: 270px;
}

#sectional {
	width: 820px;
	background: url(../images/pages/bg_top.gif) no-repeat center top;
	padding: 10px 70px 0 70px;
}

#sectional .section {
	float: left;
	position: relative;
	background: url(../images/pages/bg_stripes.gif) repeat-y left;
}

#sectional .section .wrap {
	padding: 65px 70px 0;
}

#footer {
	clear: both;
	width: 820px;
	margin: 0 auto;
	padding: 20px 70px 0;
	background: url(../images/pages/bg_bottom.gif) no-repeat center top;
}

.clear {
	width: 100%;
	clear: both;
}

/* @end */

/* @group Headings */

h1 {font-size: 3em; }
h2 {font-size: 2.2em; margin: 0 0 1em 0; line-height: 1.2em; }
h3 {font-size: 1.4em; margin: 0 0 .5em 0; line-height: 1.2em; }
h4 {font-size: 1.4em; margin: 0 0 1.2em 0; line-height: 1.2em; }
h5 {font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.2em; }
h6 {font-size: 1.2em; margin: .5em 0; line-height: 1.2em; }

h1 {
	position: absolute;
	top: 20px;
	left: 35px;
	display: block;
	width: 524px;
	height: 220px;
	text-indent: -999em;
	background: url(../images/logos/logo.jpg) no-repeat left top;
}

#header h2 {
	display: block;
	width: 524px;
	height: 78px;
	text-indent: -999em;
	margin: 0 0 1.2em -2px;
}

#sectional .section h3 {
	position: relative;
	width: 70px;
	margin: 0;
	z-index: 100;
	text-indent: -999em;
}

#sectional #projects.section h3 {
	background: url(../images/pages/bg_h3-photos.gif) no-repeat left top;
}

#sectional #services.section h3 {
	background: url(../images/pages/bg_h3-venues.gif) no-repeat left top;
}

#sectional #clients.section h3 {
	background: url(../images/pages/bg_h3-contact.gif) no-repeat left top;
}

#sectional #about.section h3 {
	background: url(../images/pages/bg_h3-about.gif) no-repeat left top;
}

#projects h4,
#services h4,
#clients h4,
#about h4 {
	position: absolute;
	z-index: 0;
	display: block;
	text-indent: -999em;
	width: 610px;
	height: 23px;
	top: 20px;
	left: 20px;
	margin: 0;
}

#projects h4 {background: url(../images/pages/bg_h4-photos.gif); }
#services h4 {background: url(../images/pages/bg_h4-venues.gif); }
#clients h4 {background: url(../images/pages/bg_h4-contact.gif); }
#about h4 {background: url(../images/pages/bg_h4-about.gif); }

/* @end */

/* @group Content */

#header.intro p {
	font-size: 1.4em;
}

/* @group Sectional */

#sectional #services.section {
	background-color: #f1f1f1;
}

#sectional #clients.section {
	background-color: #ececec;
}

#sectional #about.section {
	background-color: #e7e7e7;
}

/* @end */

/* @group Portfolio */

img.screenshot {
	margin-left: 30px;
	padding: 29px 5px 5px;
	width: 400px;
	height: 271px;
	background: url(../images/bg_portfolio-browser.png);
}

.portfolio .description {
	width: 370px;
	padding: 10px 50px;
	background: url(../images/pages/bg_portfolio-description.png) repeat-y left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	float: left;
	bottom: 40px;
	left: 52px;
	z-index: 1000;
}

.portfolio .description h5 span {
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

.portfolio .description p.delivery {
	text-transform: uppercase;
	margin-bottom: 0;
}

.portfolio .description p.delivery strong {
	font-weight: normal;
	color: #666;
	min-width: 3em;
}

.portfolio .description p.actions {
	float: right;
	margin-bottom: 0;
}

.portfolio .description p.actions a {
	padding-right: 1.2em;
	background: url(../images/pages/arrow_right-current.gif) no-repeat right center;
}

/* @end */

/* @group Clients */

#clients.section h5 {
	clear: both;
}

#clients.section li {
	float: left;
	width: 220px;
	padding: 0 0 0 15px;
	background: url(../images/pages/arrow_right-current.gif) no-repeat left center;
}

/* @end */

/* @group Footer */

#footer li {
	float: left;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 0;
	border-right: 1px solid #373d4a;
	font-size: 1.1em;
	line-height: 1em;
}

#footer li.last {
	margin: 0;
	padding: 0;
	border: none;
}

#footer #linkList {
	float: left;
}

#footer #copyright {
	float: right;
}

#footer a {
	color: #373d4a;
}

#footer a:hover {
	text-decoration: none;
	color: #ff7800;
}

/* @end */

#warning p {
	font-weight: bold;
	color: #ff7800;
}

/* @end */


/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */