/*
---------------------------------------
Project: Mr Nicholas H Morris - Private Obstetrician and Gynaecologist London
Copyright 2008: bendesmond.com
Creation Date: 25 March 2008
---------------------------------------
*/

/* Page Setup */
body {
	background-color: #9a9a9a;
}
#container {
	background: url(../images/nhm-bg-w.gif) repeat-y;
}
#header {
	background: url(../images/nhm-top-w.gif) no-repeat;
}


/* Main Navigation */

#mainmenu {
	background: url(../images/nhm-menu-bg-w.gif) #c6c6c6 repeat-x;
}
#mainmenu li a {
	background: url(../images/nhm-menu-divider-w.gif) repeat-y right top;
}
#mainmenu li a:hover {
	background: #777777;
}


/* Content Area */
#contentarea a:link {
	color: #6f3a5d;
}
#contentarea a:visited {
	color: #6f3a5d;
}
#contentarea a:hover {
	color: #6f3a5d;
}
#content h1, h2, h3 {
	color: #6f3a5d;
}
#bottom {
	background: url(../images/nhm-bottom-w.gif) no-repeat;
}


/* Quotes */
.quote-open {
	background: url(../images/nhm-quote-open-p.gif) top left no-repeat;
}
.quote-close {
	color: #6f3a5d;
	background: url(../images/nhm-quote-close-p.gif) bottom right no-repeat;
}

/* Styles */
.purple {
	color: #6f3a5d;
}
.purple-bold {
	color: #6f3a5d;
	font-weight: bold;
}
