/*
Stylesheet for Giant
http://giantseattle.com
*/

/* Colors

orange:		#f26622
green:		#28903a
gray:		#808284
purple:		#bd1b8d
teal:		#007071
*/


/* TYPOGRAPHY */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}
h1 {
	text-transform: uppercase;
	font-size: 12px;
	color: white;
}
p {
	color: white;
}
#contactcontent p {
	color: black;
}
#workcontent li {
	color: white;
}


/* LINKS */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
#mainnav a:hover {
	text-decoration: none;
}


/* BASIC STRUCTURE */

html, body {
	width: 100%;
	min-width: 800px;
	height: 100%;
	min-height: 700px;
	margin: 0;
	padding: 0;
}
body#expertise {
	background: #008fd4 url(images/bg_capabilities.png) no-repeat top center;
}
body#team {
	background: #28903a url(images/bg_team.png) no-repeat top center;
}
body#work-process, body#work-web, body#work-identity, body#work-print {
	background: #808284 url(images/bg_work.png) no-repeat top center;
}
body#businesses {
	background: #bd1b8d url(images/bg_businesses.png) no-repeat top center;
}
body#contact {
	background: #007071 url(images/bg_contact.png) no-repeat top center;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0;
}
#content {
	clear: both;
}
#footer {
	clear: both;
	height: 10px;
}


/* NAVIGATION */

#mainnav {
	height: 100px;
}
#mainnav ul {
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}
#mainnav ul li {
	display: inline;
}
#mainnav li {
	margin: 0;
	padding: 0;
	float: right;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0 0 15px;
}
#mainnav .circlelogo {
	float: left;
	margin: 0;
	clear: none;
	position: relative;
	top: -28px;
}
#mainnav .logo {
	float: left;
	position: relative;
	top: -28px;
	left: 280px;
	margin: 0;
	clear: none;
}
body#expertise .nav_expertise a, body#team .nav_team a, body#work-process .worknav1 a, body#work-print .worknav2 a, body#work-web .worknav3 a, body#work-identity .worknav4 a, body#businesses .nav_businesses a, body#contact .nav_contact a, body[id^=work] .nav_work a {
	color: #ffffff;
}


/* CONTENT */

#expertisecontent {
	width: 520px;
	color: #fff;
}
#expertisecontent img {
	float: left;
	margin: 0 15px 30px 0;
}
.capability {
	margin-top: 30px;
	clear: both;
}

#teamcontent {
	width: 550px;
	margin-top: 160px;
	color: #fff;
}
#teamcontent img {
	float: left;
	margin: 0 15px 40px 0;
}
.teammember {
	margin-top: 30px;
	clear: both;
}

#expertisecontent img {
	margin: 0 15px 40px 0;
}
#expertisecontent p {
	margin-left: 115px;
}

#workcontent {
	width: 490px;
	margin: 0 auto;
}
#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;
}

#businessescontent {
	width: 520px;
	color: #fff;
}
#businessescontent img {
	float: left;
	margin: 0 15px 30px 0;
}
.business {
	margin-top: 30px;
	clear: both;
}

#contactcontent {
	position: relative;
	top: 110px;
	left: 288px;
}
#contactcontent p {
	margin: 1px;
	font-size: 9pt;
	font-weight: bold;
}


/* WORK SUB-NAV */

#worknav {
	position: relative;
	top: -80px;
	margin: 0 0 0 550px;
}
#worknav ul {
	list-style: none;
}
#worknav li {
	text-transform: uppercase;
	font-size: 6pt;
	font-weight: bold;
}
#worknav a {
	text-decoration: none;
}
body#work .worknav1 a, body#work1 .worknav2 a, body#work2 .worknav3 a, body#work3 .worknav4 a {
	color: #ffffff;
}


/* MAIN PAGE STYLING */

body#index {
	background: #f26622 url(images/corner_logo.png) no-repeat top left;
}
body#index #container {
	width: 450px;
}
body#index #maincontainer {
	height: 100%;
	width: 100%;
	background: url(images/bg_index.png) no-repeat top center;
}
body#index #mainnav li {
	font-weight: bold;
	font-size: 9pt;
	margin-top: 80px;
}
body#index #mainnav {
	background: url(images/mainlogo.png) no-repeat top left;
}
body#index h1 {
	color: white;
	font-weight: normal;
	font-size: 12pt;
	margin: 80px 0 10px;
}
body#index p {
	color: white;
	text-align: justify;
}


/* UTILITY & EXTRAS */

.clear {
	clear: both;
}
img {
	border: none;
}