/* GLOBAL STYLES */


html, body, table, td, h1, h2, h3, h4, h5, h6, p, a, span, div 
	{font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; }

img, table
	{border:0; }

body {
	/* background-color:#ffffff;  */
	/* background-color:#e2e2e2; */
	background-color: #fff;
	margin-bottom:75px;
	background: #eee;
	}


#container {
    width:750px;
	margin:0px auto;     	/* centres the website */ 
	background: #fff;
	}



p {
	font-size:11px;
	line-height:16px;
	}

ul {
	margin:0px 70px 40px 40px;
	}
	

h2 {								/* strapline text */
	font-size:14px;
	line-height:18px;
	margin:0px 0px 30px 0px;
	font-weight:normal;
	}

h5 {								/* mini text */
	font-size:09px;
	line-height:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	}

h7 {font-size:9px;					/* cookie trail text */
	color:#ffffff;
	}

/* LHS subnav styles */


	
.mmhide_subnav-options {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
		padding:0px 6px 12px 12px;
		line-height: 14px;
	}
	
/* Colours */	

.red {color: #882424;}
.pink {color: #c26e6e;}
.brown {color: #b16d26;}
.purple {color: #8c6287;}

