/* @group Footer */

#footer div#raycomlogo {margin-top: 70px;width: 161px;height: 43px;opacity: 0.7;}
#footer div#raycomlogo:hover{opacity: 1.0;}

/* @end */


/* @group Resources Page */
#sitestop{
	background: url(../images/websites.jpg) no-repeat 500px bottom;
}
#sitestop p{
	padding-right: 450px;
	padding-bottom: 10px;
}
img.thumb{margin-bottom:10px;border: 1px solid #d3d3d3;background-color: #eeeeee;padding:4px;}
img.thumb:hover{box-shadow : 0 0 7px rgba(0,0,0,.4);
-moz-box-shadow : 0 0 7px rgba(0,0,0,.4);
-webkit-box-shadow : 0 0 7px rgba(0,0,0,.4);}

.four img.thumb:hover {
-moz-transition : all .3s ease-in-out;
-o-transition : all .3s ease-in-out;
-webkit-transition : all .3s ease-in-out;
transition : all .3s ease-in-out;	
}

.four#admin img.thumb:hover{border: 1px solid #304757;background-color: #4b687c;}
.four#cashflow img.thumb:hover{border: 1px solid #9caf77;background-color: #c6dc9a;}
.four#cva img.thumb:hover{border: 1px solid #629cbf;background-color: #6bacd3;}
.four#liquidation img.thumb:hover{border: 1px solid #629cbf;background-color: #83c1f2;}

.four#cashflow h4 a:link, .four#cashflow h4 a:visited{
color: #75a043;
}
.four#admin h4 a:link, .four#admin h4 a:visited{
color: #2f4758;
}
.four#liquidation h4 a:link, .four#liquidation h4 a:visited{
color: #1991e3;
}
.four#cva h4 a:link, .four#cva h4 a:visited{
color: #327198;
}

#insolvencywebsites {padding:20px 0px;border-top: 10px solid #0580bf;
border-left:none;border-right-style: none;margin-left:0px;margin-bottom:60px;
border-bottom: 10px solid #0580bf;}
#insolvencywebsites .four{float:left;margin-right: 20px;}
#insolvencywebsites .four.last{float:left;margin-right: 0px;}

p.youarehere{
	font-size: 14px;color: #008ed2;background: url(/images/here.png) no-repeat left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}
a.btn.viewsite{
	background-image: url(../images/btn_viewsite.jpg);
	width: 111px;height: 30px;
}
a.btn.viewsite span{
	height: 30px;display: block;text-indent: -9999px;width: 111px;
	background: url(../images/btn_viewsite.jpg) center top;
}
a.btn.viewsite span:hover{
background: url(../images/btn_viewsite.jpg) center bottom;
}
/* @end */



