@charset "utf-8";

*
{
	border:0px;
	margin:0px;
	padding:0px;
}


img
{
	border:0px;
}

.clear 
{
	clear: both;
}


/*HTML 5*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{
	display:block;
}

/* BASIC STRUCTURE */

html, body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	height: 100%;
}

body#index 
{
	background: #f26622 url(images/corner_logo-shadow.png) top left no-repeat ;
}

body#expertise 
{
	background: #008fd4 url(images/bg_capabilities-shadow.png) no-repeat top center;
}

body#team 
{
	background: #28903a url(images/bg_team-shadow.png) no-repeat top center;
}

body#work-process, body#work-web, body#work-identity, body#work-print 
{
	background: #808284 url(images/bg_work-shadow.png) no-repeat top center;
}

body#contact {
	background: #007071 url(images/bg_contact-shadow.png) no-repeat top center;
}


/*NAV*/

nav
{
	width:470px;
	height:20px;
	margin-top:-10px;
}

nav ul
{
	float:right;
}

nav  li 
{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: left;
	list-style:none;
	margin-right:16px;
	color:#000;
	font-size:12px;
}

.active a
{
	color:#fff;
}

nav  li  a:hover
{
	text-decoration:none;
}

header
{
	margin-top:11px;
}

header#subheader
{
	float:right;
	margin-right:275px;
}

nav#subnav
{
	float:right;
	width:720px;
	height:60px;
	margin-top:11px;
}

nav#subnav ul
{
	float:left;
	width:800px;
}

nav#subnav .subnav-links
{
	margin-left:460px;
	margin-top:10px;
}

nav#subnav .circlelogo 
{
	float: left;
	clear: none;
	position: relative;
	top: -28px;
	left: 20px;
}

nav#subnav .logo 
{
	float: left;
	position: relative;
	top: -28px;
	left: 282px;
	clear: none;
}


/*TYPOGRAPHY*/

h1 
{
	color:#FFF;
	font-weight: normal;
	font-size: 16px;
	margin-bottom:10px;
	text-transform:uppercase;
}

p 
{
	color:#FFF;
	text-align: justify;
	margin-bottom:10px;
}

li
{
	color:#FFF;
}

/*LINKS*/

a {
	color:#000;
	text-decoration: none;
}
a:active, a:focus {
	outline: none;
}

/*CONTENT*/
#maincontainer 
{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: url(images/corner_logo-shadow.png) no-repeat;
}

body#index #maincontainer {
	background: url(images/bg_index.png) no-repeat top center;
}

body#index #container {
	width: 450px;
	margin: 0 auto;
}

body#index h1 {
	margin: 80px 0 10px;
}

#container 
{
	width: 610px;
	padding: 30px 0;
	margin-left:495px;
}

#content 
{
	clear: both;
	width:450px;
	float:right;
	margin-top:0px;
	
}

#sub-content 
{
	clear: both;
	width:700px;
	float:right;
	margin-top:0px;
	margin-bottom:100px;
}

#sub-container 
{
	width: 680px;
	padding: 30px 0;
	margin: 0 auto;
}

article 
{
	float:left;
	margin-top: 30px;
	clear: both;
	width:575px;
}

article h1
{
	text-transform: uppercase;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
}

article img
{
	float:left;
	margin: 0 15px 40px 0;
}

article  p
{
	color:#fff;
	text-align:left;
}

article h3
{
	color:#fff;
	margin-top:40px;
}

#expertisecontent img {
	margin: 0 15px 40px 0;
}
#expertisecontent p {
	margin-left: 115px;
	width:400px;
}

#expertisecontent {
	width: 520px;
	color: #fff;
	margin-top:30px;
}
#expertisecontent img {
	float: left;
	margin: 0 15px 30px 0;
}
.capability {
	margin-top: 30px;
	clear: both;
}

#teamcontent
{
	margin-top:175px;
}

#workcontent {
	width: 490px;
	margin-top:50px;
	margin-left:115px;
}
#workcontent img {
	margin: 10px;
	background: #ffffff;
	-moz-box-shadow: 5px 5px 10px #4a4a4a;
	-webkit-box-shadow: 5px 5px 10px #4a4a4a;
	box-shadow: 5px 5px 10px #4a4a4a;
}

#contactcontent {
	position: relative;
	top: 120px;
	left: 288px;
}
#contactcontent p {
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}

footer {
	clear: both;
	height: 10px;
}

nav#worknav {
	position: relative;
	top: -25px;
	margin-left:198px;
	right: -55px;
}
nav#worknav ul {
	list-style: none;
	width:120px;
}
nav#worknav li {
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	width:120px;
	line-height: 12px;
}
nav#worknav a {
	text-decoration: none;
}

#submit
{
	background:none;
	cursor:pointer;
	height:37px;
	width:82px;
}

