@charset "utf-8";

/* CSS Document */

/* -------------------------------------------------------------- */
/*                       overall settings                         */
/* -------------------------------------------------------------- */

body {
	margin-top:0;
	margin-left:0;
	background:url(../img/bg_tile_body.jpg) repeat-x;
	background-color:#FFF;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

body#home {
	background:url(../img/bg_tile_body_home.jpg) repeat-x;
}


/* ---------------- backgrounds and centering -------------- */

#wrapper_overall {
	width:780px;
	height:auto;
	background-color:#FFF;
	margin:0 auto;
	background:url(../img/bg_tile_overall.jpg) repeat-y;
}


/* -------------------------- header ------------------------ */

#header{
	width:780px;
	height:157px;
	position:relative;
}

.main{
	background:url(../img/header_main.jpg) no-repeat;
}
.bamboo {
	background:url(../img/header_bamboo.jpg) no-repeat;
}
.service {
	background:url(../img/header_service.jpg) no-repeat;
}
.casestudies {
	background:url(../img/header_casestudies.jpg) no-repeat;
}

#header_a {
	width:780px;
	height:96px;
	background:url(../img/bg_header_a.jpg) no-repeat;
	position:relative;
}

#header_b {
	width:780px;
	height:96px;
	background:url(../img/bg_header_b.jpg) no-repeat;
	position:relative;
}

#header_c {
	width:780px;
	height:96px;
	background:url(../img/bg_header_c.jpg) no-repeat;
	position:relative;
}

#header_d {
	width:780px;
	height:96px;
	background:url(../img/bg_header_d.jpg) no-repeat;
	position:relative;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header a {
	position:absolute;
	width:200px;
	height:124px;
	top:16px;
	left:550px;
	text-indent:-1000em;
}

#header .home a {
	top:10px;
	left:10px;
}


/* -------------------------- navigation -------------------- */

#nav {
	width:780px;
	height:26px;
	background:url(../img/bg_tile_nav.jpg) repeat-x;
	text-align:center;
}

#nav img { /* note: currently not used */
	border:0;
	margin:0;
}

#nav a, #nav a:visited {
	display:inline;
	padding:0;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

a, a:visited {
	color:#666;
	text-decoration:underline;
}

#nav a.selected, #nav a:visited.selected {
	color:#CCFF00;
}
#subnav {
	margin: 0 0 10px 30px;
}
#subnav a {
	line-height: 2.2em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#subnav img {
	border: 0;
}

/* ----------------------- content areas ---------------- */

#wrapper_content {
	margin:6px 0 0 50px;
	background:url(../img/bg_tile_content_biege.jpg) repeat-y;
	font-size:90%;
	line-height:2.5em;
}

/*--------------------------------------------------------*/
/* 					1 column layout						  */
/*--------------------------------------------------------*/
/* --------------------- column 1 ------------------------*/
/*--------------------------------------------------------*/

#col_1_1_home {
	float:left;
	width:736px;
	margin:0 0 24px 24px; /*no top margin on the home page*/
	line-height:1.6em;
	display: inline; /* fixes IE double margin bug */
}

#col_1_1 {
	float:left;
	width:736px;
	margin:24px 0 24px 20px;
	line-height:1.6em;
	display: inline; /* fixes IE double margin bug */
}

#col_1_1 p, #col_1_1_home p {
	padding:0 20px 10px 36px;
}

#col_1_1 ul {
	padding:0 20px 0 60px;
	margin:0;  /* fixes IE margin bug */
}

#col_1_1 .team img {
	float:left;
}

#col_1_1 .team .content {
	width:520px;
	margin:0 0 0 160px;
	min-height:200px;
}

#col_1_1 .team li {
	list-style:inside;
}



/*--------------------------------------------------------*/
/* 					2 column layout						  */
/*--------------------------------------------------------*/
/* ---------- column 1 ------------ /					  */
/*--------------------------------------------------------*/

#col_2_1 {
	float:left;
	width:560px;
	margin:24px 0 24px 20px;
	line-height:1.6em;
	display: inline; /* fixes IE double margin bug */
}


#col_2_1 p {
	padding:0 20px 0 36px;
}

.testimonial {
	width:440px;
	margin:0 0 20px 50px;
	padding:12px;
	background-color:#E4E4E4;
	border:1px solid #CCCC99;
	font-size:90%;
}

.testimonial_wide {
	width:600px;
	margin:0 0 20px 50px;
	padding:12px;
	background-color:#E4E4E4;
	border:1px solid #CCCC99;
	font-size:90%;
}

#col_2_1 ul {
	padding:0 20px 0 60px;
	margin:0;  /* fixes IE margin bug */
}

#col_2_1 img {
	display:inline;
}

.divider {
	height:1px;
	background-color:#CCC;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:0px 0 8px 0;
	padding:0;
}

/*----------------- content banners ----------------------*/

#bg_banner_home {
	background:url(../img/home_image.jpg) no-repeat left top;
	padding-top: 155px;
	margin-top:-4px; /* :kludge: fixes top gap in IE */
}

#bg_banner_convert {
	background:url(../img/bg_banner_convert.jpg) no-repeat;
	padding-top:190px;
}

#bg_banner_list {
	background:url(../img/bg_banner_list.jpg) no-repeat;
	padding-top:190px;
}
#bg_banner_distribute {
	background:url(../img/bg_banner_distribute.jpg) no-repeat;
	padding-top:210px;
}
#bg_banner_search {
	background:url(../img/bg_banner_search.jpg) no-repeat;
	padding-top:150px;
}
#bg_banner_track {
	background:url(../img/bg_banner_track.jpg) no-repeat;
	padding-top:150px;
}
#bg_banner_revenue {
	background:url(../img/bg_banner_revenue.jpg) no-repeat;
	padding-top:210px;
}
#bg_banner_auto {
	background:url(../img/bg_banner_auto.jpg) no-repeat;
	padding-top:210px;
}
#bg_banner_autoportal {
	background:url(../img/bg_banner_autoportal.jpg) no-repeat;
	padding-top:195px;
}
#bg_banner_overview {
	background:url(../img/bg_banner_overview.jpg) no-repeat;
	padding-top:195px;
}
#bg_banner_mediapartners {
	background:url(../img/bg_banner_mediapartners.jpg) no-repeat;
	padding-top:195px;
}
#bg_banner_directories {
	background:url(../img/bg_banner_directories.jpg) no-repeat;
	padding-top:155px;
}


/*--------------------------------------------------------*/
/*									   / --- column 2 --- */
/*--------------------------------------------------------*/

#col_2_2 {
	float:right;
	width:132px;
	margin:16px 20px 16px 0;
	padding:14px;
	display: inline; /* fixes IE double margin bug */
	border:1px solid #BFBFBF;
	background-color:#E5E5E5;
}
#col_2_2 a {
	font-size: 12px;
	line-height: 2.2em;
	text-decoration: none;
	font-size: 11px;
}
#col_2_2 img {
	border: 0;
}

/* -------------------------- footer ----------------------- */

#footer {
	clear:both;
	width:740px;
	background:url(../img/bg_tile_footer.jpg) repeat-x;
	padding:14px 20px 20px 20px;
	font-size:80%;
	line-height:1.6em;
	color:#999;
}

#footer .title {
	font-size:120%;
	line-height:1.6em;
	color:#999;
	margin: 0 20px 0 20px;
	display: inline;
}

#footer #col_3_1 {
	float:left;
	margin:0 0 0 20px;
	display: inline; /* fixes IE double margin bug */
}

#footer #col_3_2 {
	float:left;
	margin:0 0 0 80px;
	display: inline; /* fixes IE double margin bug */
}

#footer #col_3_3 {
	float:left;
	margin:0 0 10px 120px;
	display: inline; /* fixes IE double margin bug */
}

#footer #col_4_1 {
	float:left;
	margin:0 0 6px 20px;
	display: inline; /* fixes IE double margin bug */
}

#footer #col_4_2 {
	float:left;
	margin:0 0 0 65px;
	display: inline; /* fixes IE double margin bug */
}

#footer #col_4_3 {
	float:left;
	margin:0 0 10px 65px;
	display: inline; /* fixes IE double margin bug */
}
#footer #col_4_4 {
	float:left;
	margin:0 0 10px 65px;
	display: inline; /* fixes IE double margin bug */
}
#footer .divider {
	clear:both;
	height:1px;
	background-color:#525252;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#footer a {
	line-height:1.6em;
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	line-height:1.6em;
	color:#CCFF00;
	text-decoration:none;
}


/* -------------------------- utilities and hacks ---------- */


.tagline {
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	color:#9BB03D;
}

.divider_typical {
	clear:both;
	height:1px;
	background-color:#E4E4E4;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:0;
	padding:0;
}

.divider_vertical {
	float:left;
	width:1px;
	height:120px;
	background-color:#E4E4E4;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0 5px 0 5px;
	padding:0;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
	height:0;
	line-height:0em; /* :kludge: get IE to acknowledge height */
}
