body {
}

h2 {
    text-align: left;
}

#logos_box { 
}

.logo_div {
  float:left;
  padding:50px;
}
	

#blurbish {
    background: url(/images/mid-gradient.gif) top left no-repeat;
    margin-bottom: 50px;
}
#blurbish .headline {
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #FAA212;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#blurbish .toptext {
    text-transform: uppercase;
    font-weight:bold;
    color:#ABABAB;
}


#right {
    float: left;
    width: 400px;
    height: 205px;
    margin-top: 10px;
}

#right #testimonial {
    float: left;
    height: 125px;
    width: 402px;
}

#right #testimonial .text, #right #testimonial .image {
    float: left;
}

#right #testimonial .text {
    width: 290px;
    margin-top: 25px;
    line-height: 25px;
}

.attribution {
    color: #e98125;
}
    
#more_benefits {
    width: 340px;
    height: 205px;
    margin-left: 15px;
    padding-right: 10px;
    float: left;
    margin-top: 10px;
}

#more_benefits h2 {
    font: bold 24px Georgia, "Times New Roman", Times, serif;
    color: #e98125;
    margin-bottom: 10px;
}

#more_benefits .text {
    float: left;
    padding-left: 10px;
    line-height: 20px;
}
#more_benefits ul {
	margin: 0;
	padding-left: 5px;
}
#more_benefits ul li {
	list-style-type: circle;
	margin-left: 0;
}


#channeltabs {
    clear: both;
    float: left;
    width: 800px;
    margin: 5px;
    padding: 0px;
    background: url(../images/tabs_bg.jpg) top left no-repeat;
}
#advertisers_tab, #publishers_tab, #ecms_tab {
    height: 151px;
    float: left;
    text-align: left;
    line-height: 17px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
}

#advertisers_tab {
    width: 196px;
}

#publishers_tab {
    width: 196px;
    margin-left: 30px;
}

#ecms_tab {
    width: 196px;
    margin-left: 37px;
}

#advertisers_tab img, #publishers_tab img, #ecms_tab img {
    width: 196px;
    height: 60px;
    border: 0;
    margin-bottom: 5px;
}

#littlecontainer {
    width: 310px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    line-height: 18px;
    text-align: left;
}


#slideshow {
    float: left;
    width: 438px;
    height: 255px;
    margin-top: 5px;
}
     
.contentslide{
border: 0px solid navy;
padding: 8px;
width: 424px;
height: 252px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{

width: 432px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0px solid white;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 424px; /*IE5 width*/
w\idth: 432px; /*IE6 width*/
}

.pagination a{
position: relative;
z-index: 2;
top: -57px;
left: -20px;
padding: 0 5px;
text-decoration: none; 
color: #666666;
background-color: transparent;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #6B84B5;
}

img.slideImage {
border: 0px solid white;
} 
