/* CSS Document */

#salesWidget
{
    color:White;
}

.ad  {
    color:White;
}

.adbody {
	color:White;	
}

.adfooter {
    color:White;
}


#wrapper
	{
	position : relative;
	margin-left : auto;
	margin-right : auto;
	top : auto;
	left : auto;
	width : 920px;
	height : auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#header-wrapper
	{
	background-color: #FFFFFF;
	width: 920px;
	height: 190px;
	background-image: url(/Content/Images/Decoration/header-wrapper-bck.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}

#header-image
	{
	width: 920px;
	height: 190px;
	background-repeat: no-repeat;
	background-image: url(/Content/Images/Decoration/header-image-001.jpg);
	background-position: right;
	margin: 0px;
	padding: 0px;
	}

#header
	{
	width:920px;
	height:142px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding: 0px;
	}
	
#date
	{
	width:500px;
	height:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 0px;
	position: absolute;
	left: 36px;
	top: 17px;
	}

#topper
	{
	width:895px;
	height:17px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 25px;
	}

#home
	{
	height: 88px;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 33px;
	top: 54px;
	}

#main-content
	{
	float: left;
	height: auto;
	width: 425px;
	min-height: 200px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	}

#lcol
	{
	float:left;
	margin-top:0px;
	width:180px;
	height:auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 15px;
	}

#lcol-advert
	{
	}

#lcol-sub-nav
	{

	}



#rcol
	{
	float:right;
	width:180px;
	height:auto;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
#rcol-advert
	{
	}

#footer
	{
	position : relative;
	height: 60px;
	width: 900px;
	clear : both;
	margin: auto;
	background-color: #fff;
	background-image: url(/Content/Images/Decoration/footer-bck.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 70px;
	}

#footer-image
	{
	height: auto;
	width: 920px;
	clear : both;
	margin: auto;
	background-image: url(/Content/Images/Decoration/footer-image.gif);
	background-repeat: no-repeat;
	background-position: right;
	}

#credits
	{
	position : relative;
	height: 30px;
	width: 900px;
	clear : both;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

.clear 
	{
	clear: both;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;
	width: 100%;
	height: 1px;
	position: relative;
	}
	
.highlight-box
	{
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(/Content/Images/Decoration/highlight-box-bck.gif);
	background-repeat: no-repeat;
	width: 180px;
	background-position: bottom;
	padding-bottom: 6px;
	}

#rcol-box
	{
	width: 180px;
	background-image: url(/Content/Images/Decoration/rcol-case-study-bck.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
	}
	
#rcol-challenge, #rcol-solution, #rcol-verdict
	{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
#rcol-challenge
	{
	background-image: url(/Content/Images/Decoration/rcol-challenge.bck.gif);
	background-repeat: no-repeat;
	}	
	
#rcol-solution
	{
	background-image: url(/Content/Images/Decoration/rcol-solution-bck.gif);
	background-repeat: no-repeat;
	}
	
#rcol-verdict
	{
	background-image: url(/Content/Images/Decoration/rcol-verdict-bck.gif);
	background-repeat: no-repeat;
	}

.case-study-table
	{
	width: 100%;
	
	}
	
.case-study-table td
	{
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	/*cellspacing: 0; 
	cellpadding: 0;	*/
	text-align: center;
	}	
 
 .balancedTable
 {
   text-align:center;
   width:100%;
 }
 
 .whoUses
 {
   width:100%;
 }
 
 .balancedTable td, .whoUses td
 {
   width:50%;
   padding-bottom:0.5em;
   padding-top:0.5em;
 }
 
 #imagePreload
 {
   position:absolute;
   top:0;
   left:-2000px;
   width:10px;
   height:10px;
   overflow:scroll;
 }
