/* ------------------------------------------------------------
   Project: Hollinbrow
   Type: CSS2
   Author: Lee Westwood
   Date: 10/08/2009
   Company: www.brandintermedia.co.uk
   ------------------------------------------------------------ */ 

* {
	margin: 0; 
	padding: 0
}
body {
	margin: 10px;
	text-align: center; 
	background: url(../images/background-tile.jpg) #333; 
	/*font: 62.5%/1.3 "Verdana", Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	width: 777px; 
	text-align: left;
	margin: 0px auto;
}
#header {
	background: url(../images/header.jpg) no-repeat top left; 
	height: 88px;
	padding-bottom: 10px
}
#content {
	background: url(../images/top-curve.jpg) no-repeat top left #f4f4f4;
	width: 777px;
}
#main-content {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 550px;
}
#left-menu {
	float: left;
	margin: 10px;
	width: 177px;
}
#footer {
	clear: left; 
	text-align: right;
	width: 777px;
	background: url(../images/bottom-curve.jpg) no-repeat bottom left #dddfff;
}

/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */

#main-content h1 {
	color: #D73F2B; 
	font-size: 25px;
	font-weight: normal;
	background: url(../images/h1-home.jpg) no-repeat right top transparent;
	margin-bottom: 10px;
	padding-top: 35px;
}
#left-menu h1 {
	background: url(../images/heading-curve.jpg) no-repeat top left #D13F2D; 
	font-size: 12px; 
	padding: 10px 10px 10px 20px; 
	color: #fff
}
#footer p {
	color: #D73F2B; 
	padding: 10px
}
p, li {
	padding: 5px;
	font-size: 12px;
}
a:link, a:visited {
	color: #D13F2D;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #D13F2D;
	font-size: 12px;
}
a:hover {
	border: none;
}
.leadPara {
	color: #D13F2D
}
.leadPic {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 10px 10px 10px 0;
	float: left;
}
img {
	margin: 0.5em;
}
img a, img a:hover {
	text-decoration: none;
	border: none;
}
.noMarg {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 12px;
	padding: 5px
}
table {
	margin: 10px 0;
}
ul ul {
	padding-left: 120px;
	list-style: disc;
	list-style-position: inside;
}
ul ul li {
	font-size: 12px;
}
ul {
	margin-left: 30px;
	list-style: square;
}
#footer img {
	float: left;
	padding: 5px 0 0 30px;
}
#footer p {
	float: right;
}

/* ------------------------------------------------------------
   Main Menu
   ------------------------------------------------------------ */ 

#menu {
	background: url(../images/menu-curve.jpg) no-repeat left top #4f4f4f;
	height: 29px;
	width: 600px;
	position: relative; 
	top: 50px; 
	left: 177px;
}
#menu ul{
	list-style: none;
	padding-left: 15px;
	margin: 0;
}
#menu ul li{
	float: left;
	padding: 0.5em 1.5em;
}
#menu ul li a {
	border: none;
	font-size: 12px; 
	color: #fff; 
	text-decoration: none
}
#menu ul li a:hover, .currentLink {
	color: #D73F2B; 
	padding-bottom: 4px;
	border-bottom: 3px solid #D73F2B;
}

/* ------------------------------------------------------------
   Secondary Navigation
   ------------------------------------------------------------ */ 

#left-menu ul {
	list-style: none;
	margin: 0;
}
#left-menu ul li {
	padding: 11px; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #dddddd; 
	border-right: 5px solid #E6E6E6; 
	background-color: #EFEFEF;
	font-size: 11px;
}
#left-menu ul li a {
	border: none;
	font-size: 11px; 
	color: #000; 
	text-decoration: none
}
#left-menu ul li a:hover {
	color: #D73F2B; 
}