body { background:#BDBDBD; }


#menu { background:#B40404; }

#menu ul ul { background:#B40404; }
#menu ul li:hover a { background:#B40404; }
#menu ul li:hover ul li a:hover{ background:#D80505; } /* roll-over */
#menu ul ul { background:#B40404; }


#collocation { border:solid 1px #B40404; }		

/* profiles */
#profiles { border:solid 1px #B40404; border-left:0px; border-right:0px; }
			
#oDownloadForm { background:#B40404; }
	
#wrapper { 
	background:#fff;
	margin-top:10px; padding-bottom:10px; margin-bottom:10px;
	border-radius: 15px; 
border: 1px solid #B40404; 
-webkit-box-shadow: 0 0 30px #B40404; 
-moz-box-shadow: 0 0 30px #B40404; 
box-shadow: 0 0 30px #B40404; 
-moz-transition-property: all; 
-webkit-transition-property: all; 
-o-transition-property: all; 
transition-property: all;	

	}
	
#main-header img { border-radius: 15px; }

.MenuColour { background:#B40404; background-color:#B40404; }
.BgColour { background:#BDBDBD; background-color:#BDBDBD; }



