/**
* styles 
* 
* wb.css - white on black
* 
* stuart sillitoe 2008
* 
**/


body
{
background:#fff;
color:#000 !important;
font-size:0.9em;
font-family:verdana, sans-serif;
margin:0 2em;
}

div#contentWrap{
	background:none;
	
	}

	
.subscribePanel
{
background:url(../images/subscribeBackBW.png) no-repeat;
}

.blogPanel
{
background:url(../images/blogBackBW.png) no-repeat;
}

.newsPanel
{
background:url(../images/newsBackBW.png) no-repeat;
}

.subscribePanelBottom,
.blogPanelBottom,
.newsPanelBottom
{
background:url(../images/blogBottomBW.png) no-repeat;
}


.newsPanelBottom
{
background:url(../images/newsBottomBW.png) no-repeat;
}


#navigation ul li a:hover{
	background: #666666;
	}
	
#navigation ul li a:link span,
#navigation ul li a:visited span, 
.large, 
h1, h2
{
color:#900 !important;
}

h2 span {
color:#000000;
}



h1
{
}
a:link, 
a:visited
{
color:#1589FF;
}
a:hover
{
color:red;
}


#header, #footer
{
color:#fff !important;
font-size:1.1em;
}

#footerWrap
{
margin:0;
padding:10px 0;
background:#333333;
}

.smallPrint {
	color:#ffffff;
	}	
	
.smallPrint a:link, .smallPrint a:visited{
	color:#ffffff;
	}
		
#logo
{
display:none;
}


ul li
{
color:#ccc !important;
}


#happyClients
{
height:0;
overflow:hidden;
}



.rowOdd
{
background:#ddd;
color:#333;
}

.rowEven
{
background:#eee;
color:#333;
}








#bannerWrap, 
img
{
display:none;
}

*
{
float:none;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0;
background:none;
}
li ul, li ol
{
margin-left:2em;
}





