/*	Proj: ENGINE(SF)
	Desc: Global Style Sheet
	Auth: Eric Angella
	Date: June 18, 2007
===================================================== */

/* GLOBAL 
----------------------------------------------------- */

body {
	color:#898989;
	background:#000 url(../images/bg-header.gif) repeat-x 0px 6px;
	font:small/1.7em "myriad pro", arial, sans-serif;
}

a {
	color:#959595;
}

hr {
	display:none;
}

h2 {
	margin-bottom:22px;
	color:#fff;
	font-size:1.8em;
	font-weight:normal;
	height:27px;
}

h3 {
	margin-bottom:10px;
	color:#000;
	font-size:1.2em;
}

h4 {
	color: #898989;	
	font-size:1.4em;
	line-height:1.4em;
	padding-bottom: 18px;
}

h5 {
	margin-bottom:7px;
}

p {
	margin-bottom:10px;
}

.none {
	display:none;
}

span.highlight {
	background-color: #ffc;
}

span.highlight_bright {
	background-color: #f8ec11;
	padding: 0 3px;
}

/* added by era February 23, 2010 for services list*/
.clear { clear:both; }

/* MAINSTRUCTURE
----------------------------------------------------- */

#wrapHeader {
	border-top:6px solid #000;
	background:url(../images/bg-wrapheader.gif) top center no-repeat;
	height:86px;
	width:100%;
}

#header {
	position:relative;
	margin:0px auto;
	width:900px;
}

#nav {
	position:absolute;
	top:0px;
	right:7px;
}

#wrapOuterOne {
	width:100%;
	min-height:600px;
	font-size:1.1em;
	background:#fff url(../images/bg-wrapouter.gif) top center repeat-x;	
}

#home #wrapOuterOne {
	min-height:490px;
}

#wrapInner {
	margin:0px auto;
	width:887px;
	padding:33px 0 30px 0;
}

#home #wrapInner {
	margin:-30px auto 0 auto;
	padding:30px 0 30px 0;
}

#sidebar {
	padding:42px 0 0 0;
	float:right;
	width:271px;
	color:#7a7866;
}

#content {
	margin-right:316px;
	width:570px;
}

#wrapOuterTwo {
	background: url(../images/bg-fourthrow.gif) repeat-x;
	clear:both;
	font-size:1.1em;
}

#fourthRow {
	font-family:"myriad pro", arial, sans-serif;
	clear:both;
	min-height:280px;
	width:887px;
	margin:0px auto;

}

#footer {
	margin:0px auto;
	width:887px;
	padding:30px 0;
	min-height:300px;
	color:#535353;
}


/* HEADER
----------------------------------------------- */

#header img {
		float:left;
}


/* NAVIGATION
----------------------------------------------- */

#nav li {
	float:left;
}

#nav li a {
	display:block;
	height:86px;
	width:100px;
	background:url('../images/bg-nav.gif') no-repeat 0px 0px;
}

#nav li#home a {
	width:91px;
}

#nav li#services a {
	width:90px;
}

#nav li#ourwork a {
	width:94px;
}

#nav li#aboutus a {
	width:92px;
}

#nav li#contact a {
	width:87px;
}

#nav li a img {
	margin:14px 0 0 11px;
}

#nav li a:hover {
	background:url('../images/bg-navover.gif') no-repeat 0px 0px;
}

#home #nav-home, #services #nav-services, #portfolio #nav-portfolio, #our-method #nav-portfolio, #about #nav-about, #contact #nav-contact  {
	padding-bottom:15px;
	background:url(../images/bg-nav-a.png) repeat-x 0px 22px;
}


/* SECONDROW
----------------------------------------------- */

#secondRow {
	height:350px;
	background:#005d9c url(../images/art-tech01.jpg) no-repeat top center;
}

/* WRAPINNER
----------------------------------------------- */
#wrapInner h4 {
	margin:0px 0 2px 0;
	font-weight:normal;
	font-size:1.4em;
	color:#000;
}
/*
#wrapInner h4 {
	margin:0 0 20px 0;
	font-weight:normal;
}
*/

.options li {
	float:left;
	width:31%;
	margin:0 20px 0 0;
}

.options li h3 {
	margin-bottom:5px;
}

.options li p {
	line-height:1.5em;
}

.options li .last {
	margin:0;
}

#navSub {
	width:100%;
	height:30px;
	padding:5px 0 12px 0;
}

#navSub li {
	float:left;
	padding:0 20px 0 0;
	font-size:1.6em;
}
#navSub li a {
	text-transform:lowercase;
	color:#900;
}




/* SIDEBAR
----------------------------------------------- */

#sidebar p {
	font-weight:bold;
}

#sidebar #portfolioDigest ul {
	margin-top:10px;
}

#sidebar #portfolioDigest ul li {
	float:left;
	margin-right:24px;
}

#sidebar #portfolioDigest ul li.last {
	margin-right:0;
}


/* FOURTHROW
----------------------------------------------- */

#fourthRow ul {
	margin:0px auto;
	padding: 0 0 0 0;
	color:#535353;
}

#fourthRow h3.whoplushow {
	text-indent:-9999px;
	background:url('../images/h3-who-plus-how.gif') no-repeat;
}

#fourthRow h3.contactus {
	text-indent:-9999px;
	background:url('../images/h3-contact-us.gif') no-repeat;
	margin-left:14px;
}

#fourthRow #left {
	padding: 30px 0 0 0px;
	width:414px;
	float:left;
}

/* FIFTHTHROW
----------------------------------------------- */

#wrapOuterThree #fifthRow {
margin:0 auto;
padding: 50px;
width:887px;
}

/* FOOTER
----------------------------------------------- */

#footer h4 {
	font-size:1em;
	line-height:1em;
	margin-bottom:10px;
}

#footer h5 {
	font-weight:normal;
	/*font-style:italic;*/
	color:#777;
}