/*
Home
-----------------------------------------------*/
#serviceViewer{height:359px;width:793px;border-left:1px solid #CCC;border-bottom:1px solid #777;border-right:1px solid #CCC;background: #FFF;overflow:hidden;}
#serviceViewer .tBox{height:288px;padding:0;background:#FFF url(images/lightGrad.gif) repeat-x 0 100%;}
#serviceViewer h2 {
	float:left;
	width:380px;
}
#serviceViewer p {
	font-size:90%;
}
#serviceViewer .pic {
	width:394px;
	height:288px;
	overflow:hidden;
	float:right;
}
#serviceViewer .info {
	width:380px;
	float:left;
	padding:18px 0 0 15px;
} 
#serviceViewer .tabNav{width:800px;height:71px;overflow:hidden;display:block;background:#333 url(images/darkFade.gif) repeat-x;font-weight:bold;font-size:90%;}
#serviceViewer .tabNav li{float:left;height:90px;width:200px;}
#serviceViewer .tabNav li a{display:block;height:88px;border-top:2px solid #111;border-right:1px solid #666;cursor:pointer;color:#EEE;}
#serviceViewer .tabNav li a:hover{border-top:2px solid #333;border-right:1px solid #999;background:#666;color:#eee;text-decoration:none;}
#serviceViewer .tabNav li a:active{border-top:2px solid #111;border-right:1px solid #333;background:#444 url(images/rDs.png) repeat-y 100% 0;color:#999;}
#serviceViewer .tabNav li a span{padding:7px 0 0 15px;height:61px;border-left:1px solid #222;border-bottom:1px solid #666;background:url(images/lDs.png) repeat-y;display:block;}
#serviceViewer .tabNav li.selected a span{background:transparent;}
#serviceViewer .tabNav li a:hover span{border-bottom:2px solid #333;}
#serviceViewer .tabNav li a:active span{border-bottom:2px solid #222;}
#serviceViewer .tabNav li.last{border-right:none;width:196px;}
#serviceViewer .tabNav li.selected{border-top:none;background:url(images/lightFade2.gif) repeat-x bottom;}
#serviceViewer .tabNav li.selected a{border-top:none;border-right:1px solid #666;background:url(images/lightStripe.gif);color:#333;}
#serviceViewer .tabNav li.selected a span{height:63px;border-left:none;border-right:1px solid #FFF;border-bottom:1px solid #FFF;}
#serviceViewer .tabNav li.last.selected a{border-top:none;border-right:none;}
                                                                              
