@charset "UTF-8";

/*Default on everything is white*/
* {
	color: white;
}

/*Main body background colour*/
body {
	background: url('../images/cmgrad.gif') repeat-x;
	background-color: #424142; 
}

/*The slightly yellowy colour of all links and hovered menu links*/
a, 
a:hover ,
#dropmen li a:hover,
#dropmen li a.drop:hover{
	color: #F4D8B0;
}


/*Applies the same dark colour to the following...*/
div#footer_wrapper,  			/*The footer*/
div#maintopbar,   			    /*The header*/
#dropmen ul.mainitems,           /*The background of the top menu items*/
{  				
	background-color: none;
}

#dropmen ul.subitems, 			/*The background of the dropdown menu items*/
#dropmen li a:hover,				
#dropmen li a.drop:hover {			
	background-color: #1D1D1D;
} 

/*The colour of highlighted menu items, including the top of a menu when you're hovering on one of its sub items*/
#dropmen ul li:hover > h2 a.drop, #dropmen li:hover > h2 a { 
	background-color: #353535; color: #F4D8B0;
} 

/*Colour of links in menus*/
#dropmen a {
	color: #DDDDDD;
}

/*Border of all menu items*/
#dropmen li, #dropmen ul li:hover > ul {
	/*border: 1px solid #3A3A3A;*/
}

/*Border/background colour of gallery images*/
table.imagegallery td {
	/*background-color: #545454;*/
	background-color: #FFFFFF;
}

/*Colour of the splitter bars*/
div.splitterbar {
	background-color: white; 
	clear: both; 
	height: 1px;
}
