@charset "utf-8";
/* CSS Document */


body {
	background: url(bg_body.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.content-a {
	font-size: 15px;
	color: #85BD2B;
	text-decoration: none;
}

a:hover, #content-interactive-services a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	font-weight: normal;
	color: #85BD2B;
}

#container {
	background: url(bg_container.gif) no-repeat;
	margin: 0px auto;
	padding: 0 15px 0 15px;
	width: 840px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	}

/* -START HEADER- */	
#header{
	background-color: #85bd2b;
	padding : 0px;
	margin: 0px;
	width: 100%;
	height: 79px;
	overflow: hidden;
}

#logo-container, #menu-container {
	position: relative;
	float: left;
	padding : 0px;
	margin: 0px;
	overflow: hidden;
}

#menu-container {
	background: url(bg_header.gif);
	width: 571px;
	height: 35px;
	padding: 44px 0 0 0;
	text-align: right;
}

.menu-hov:hover {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}

#menu-container a {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

#menu-container a:hover, #menu-container a.active {
	color: #250C21;
}

#header-image
{
	margin: 2px 0 0 0;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

/* -END HEADER- */	


/* -START SIDEBAR- */	
#sidebar-right {
	float: right;
	width: 290px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 15px 0 0 0;
	padding: 0px;
	overflow: hidden;
}

#title-interactive-services {
	height: 48px;
	padding: 0;
}

#content-interactive-services {
	background: url(bg_content-interactive-services.gif) no-repeat bottom;
	padding: 0 10px 0 10px;
	height: 198px;
}

#content-interactive-services a {
	line-height: 23px;
	padding: 10px 0 10px 0;
	color: #250C21;
	text-decoration: none;
}

/*
#visibility-report {
	background: url(bg_visibility-report.gif) no-repeat top;
	margin: 10px 0 0 0;
	padding: 66px 10px 0 35px;
	height: 110px;
}

#visibility-report .form {
	line-height: 30px;
	font-size: 12px;
	color: #666;
}

#visibility-report .form input {
	width: 160px;
	color: #333;
	font-size: 12px;
}

#visibility-report .submit {
	position: relative;
	left: 120px;
}
*/

#visibility-report {
	margin: 10px 0 0 0;
}



/* -END SIDEBAR- */	

#page-title {
	font-size: 22px;
	color: #85BD2B;
}

#content {
	margin: 25px 0 0 0;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-inner
{
	padding: 0 30px 0 15px;
	width: 505px;
	overflow: hidden;
}

#content-inner div span a
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#content-inner div span a:hover
{
	text-decoration: underline;
}


#se-marketing, #pp-advertising {
	position: relative;
	float: left;
	width: 238px;
	overflow: hidden;
}

#se-marketing .title, #pp-advertising .title, .testi-title {
	font-size:16px;
	color:#85BD2B
}

#se-marketing .sub-title, #pp-advertising .sub-title {
	font-size:17px;
	color:#333
}

#se-marketing {
	padding: 0 25px 0 0;
}

.partners {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0 10px 0 0;
}
	
#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 20px 15px;
	width: 100%;
	border-top: 1px #efeff1 solid;
	font-size: 12px;
	color: #999;
	text-align: center;
	overflow: hidden;
}

#footer a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #85BD2B;
	text-decoration: underline;
}

