/*==============================================
Capex website
==============================================*/

body {
	background: #424242 url('../img/bg_body.jpg') no-repeat 50% 0;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

p {
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 1.0em;
}

strong {
	font-weight: bold;
}

/* section types */

.section {
	width: 892px;
	margin: 0 auto;
}

a:link, a:visited, a:hover {
	color: #F89828;
}

/*==============================================
header 
==============================================*/

.header {
	position: relative;
	overflow: hidden; 
}

.ie6 .header, .ie7 .header {
	height: 110px;
}

#branding {
	float: left;
	width: 170px;
	margin: 44px 0 19px 14px;
}

.in_service #branding {
	margin: 44px 0 25px 14px;
}

#branding a {
	display: block;
	width: 170px;
	height: 40px;
	text-indent: -9999px;
	background: url('../img/logo_capex_main.gif') no-repeat 0 0;
}

/* navigation */

.header ol {
	list-style: none;
}

#basic_nav {
	position: absolute;
	top: 14px;
	right: 14px;
}

#basic_nav li {
	display: inline;
	margin-left: 15px;
	font-size: 14px;
}

#basic_nav li a {
	color: #D9D9D9;
	text-decoration: none;
}
#basic_nav li a:hover {
	text-decoration: underline;
}

/* tabs nav */

#services_nav {
	position: absolute;
	bottom: 0;
	right: 14px;
}

#services_nav li {
	float: left;
	display: inline;
	background: #737373;
	margin-left: 5px;
	-moz-box-shadow: 2px -2px 2px #444;
	-webkit-box-shadow: 2px -2px 2px #444;
}

#services_nav li a {
	font-size: 16px;
	padding: 9px 17px 0px 17px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	border-bottom: 6px solid #737373;
/*	-moz-box-shadow: 2px -2px 2px #444;*/
}

.cufon-active #services_nav li a {
	font-size: 17px;
}

#services_nav li:first-child a {
	margin-left: 0;
}

#services_nav li.current a {
	background: #F4F4F4;
	color: #424242;
	padding: 9px 17px 0px 17px;
	border-bottom: 6px solid #F4F4F4;	
}

.in_service #services_nav li.current a {
	border-bottom: 12px solid #F4F4F4;
}

/*==============================================
main content
==============================================*/

.main {
	background: url('../img/temp_stripimage.jpg') repeat-x 50% 34px;
}

.ie6 .main {
	background: url('../img/temp_stripimage.jpg') repeat-x 50% 28px;
}

.main .section {
	background: url('../img/bg_content.png') no-repeat 0 0;
	padding: 8px 8px 0 8px;
	width: 876px;
	margin-top: -8px;
}

.in_service .main .section {
	margin-top: -14px;
}

.ie6 .main .section {
	background: #6D6D6D;
	padding: 2px 0 0 0;
	width: 876px;
	margin-top: 0px;
}

.ie6 .in_service .main .section {
	margin-top: -6px;
}

.ie7 .main .section {
	padding-top: 14px;
}

.main .section .inner {
	margin: 6px 6px 6px 6px;
	background: #F4F4F4;
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}

.main .article {
	float: right;
	width: 525px;
}

.main .extended {
	width: auto;
	float: none;
}

.main .extended h1, .main .extended h2, .main .extended h3, .main .extended p {
	width: 525px;
}

.process_diagram {
	margin-top: 15px;
}

.home p.intro {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0.7em;
}

p.intro {
	font-size: 16px;
	margin-bottom: 0.8em;
	font-weight: bold;
}

.main h1 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0.7em;
}

.main ul {
	margin: 0 0 1.0em 16px;
}

.main li {
	font-size: 1.4em;
	line-height:1.5;
}

/* promos */

#promo {
	border-bottom: 10px solid #f89828;
	position: relative;
	height: 305px;
	margin-bottom: 20px;
	overflow: hidden;
}

#promo #actions {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 275px;
}

#actions p {
	color: #FFF;
	margin: 5px 0 0 0;
}

#actions p a {
	color: #FFF;
	padding: 6px 10px;
	width: 205px;
	background: #424242;
	display: block;
	text-decoration: none;
}

.cufon-active #actions p a {
	font-size: 16px;
}

#actions p a:hover {
	background: #F89828;
}

/* 'recent' promo & case studies */

#latest_item {
	margin-top: 15px;
}

.case_study {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding: 10px;
	background: #DDD;
	margin-bottom: 10px;
}

.case_study .thumbnail {
	width: 225px;
	margin-right: 15px;
	float: left;
}

.case_study .summary {
	margin-left: 240px;
}

.case_study_snippet h2 {
	font-size: 20px;
	margin: 0 0 0.5em 0;
}

.case_study_snippet h2 a {
	color: #333;
	text-decoration: none;
}

.cufon-active .case_study_snippet h2 a {
	font-size: 22px;
}

.case_study_snippet p {
	margin: 0;
}

/*==============================================
sidebar
==============================================*/

.main .aside {
	width: 285px;
	float: left;
}

/* sidebar promos */

.promo {
	height: 125px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.promo p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
	font-size: 1.3em;
}

.promo a {
	display: inline-block;
	padding: 4px 10px;
	background: #F89828;
	color: #FFF;
	text-decoration: none;
}

.cufon-active .promo a {
	font-size: 15px;
}

/* sidebar navigation */

.aside .nav {
	border-top: 1px solid #CCC;
	margin-left: 0;
}

.aside .nav li {
	list-style: none;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.ie6 .aside .nav li, .ie7 .aside .nav li {
	zoom: 1;
}

.aside .nav a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #424242;
}

.aside .nav li ul {
	margin-bottom: 0;
}

.aside .nav a:hover {
/*	background: #424242;*/
	color: #F89828;
}

.aside .nav li.current a {
	color: #F89828;
}

.aside .nav li.current li a {
	color: #424242;
}

.aside .nav li.current li.current a {
	color: #F89828;
}

.aside .nav li li {
	border-top: 1px solid #CCC;
	border-bottom: 0;
}

.aside .nav li li a {
/*	padding-left: 20px;*/
	font-weight: normal;
}

/* sidebar images */

.sidebarpic {
	margin-bottom: 10px;
}

/*==============================================
footer
==============================================*/

.footer {
	background: #C5AF97;
	width: 824px;
	padding: 20px 20px 15px 20px;
	margin-bottom: 10px;
}

.ie6 .footer {
	border: 6px solid #6D6D6D;
	border-top: 0;
}

.footer p {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

#partners {
	height: 120px;
	border-bottom: 1px solid #DAC8B4;
	margin-bottom: 18px;
	text-indent: -9999px;
	background: url('../img/partner_logos.gif') no-repeat 0 0;
	padding-bottom: 14px;
}

#coda {
	width: 822px;
	font-size: 11px;
	color: #777;
	margin-bottom: 20px;
}

#coda a {
	color: #888;
	text-decoration: none;
}

#coda a:hover {
	text-decoration: underline;
}