/* CSS for curly wig site - Simon Pollard for deckchair.co.uk 2008 */
h2, h3 {
	color: #9c352a;
}

/*** START HEADER STYLES ***/
div#header {
	background-image: url(../images/curlywig/header-bground.1240390573.jpg);
}
div#logo {
	height: 117px;
	width: 395px;
	background-image: url(../images/curlywig/curly-wig.1240390573.jpg);
	margin-left: 20px;
}
div#logo a {
	display: block;
	height: 117px;
	width: 395px;
}
span#userbox {
	background-image: url(../images/curlywig/header-but-mid.1240390573.jpg);
}
/*** END HEADER STYLES ***/


div#content-right img {
	margin-bottom: 15px;
}

/*** STYLES FOR INDEX PAGE ***/
div.section, div.section-withimage {
	background-repeat: no-repeat;
	width: 220px;
	height: 183px;
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	position:relative;
}
div.section {
	background-image: url(../images/curlywig/front-page/section-plain-bground.1240390573.jpg);
}
div.section-withimage {
	background-image:url(../images/curlywig/front-page/section-header-bground.1240390573.jpg);
}
div.section p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
div.section h2 {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
div.section-withimage p {
	font-size: 11px;
	margin-top: 20px;
	margin-left: 85px;
	margin-right: 8px;
}
span.section-image {
	display: block;
	width: 75px;
	height: 141px;
	float: left;
	margin-top: 11px;
	margin-left: 2px;
}
a.makeaclaim {
	width: 126px;
	height: 30px;
	display: block;
	background-image: url(../images/curlywig/front-page/make-a-claim-2.1240390573.jpg);
	background-position: 0px 0px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
a.makeaclaim:hover,a.ineedhelp:hover  {
	background-position: 0px -30px;
}
a.ineedhelp {
	width: 126px;
	height: 30px;
	display: block;
	background-image: url(../images/curlywig/front-page/i-need-help.1240390573.jpg);
	background-position: 0px 0px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

h4 {
	padding-top: 12px;
	padding-bottom: 5px;
	margin-left: 10px;
}
div.widesection {
	/* was 675 wide */
	width: 655px;
	height: 146px;
	background-image: url(../images/curlywig/front-page/section-wide.1240390573.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	clear: both;
	background-color: #FFFFFF;
	position: relative;
}
div.widesection-footer {
	background-image: url(../images/curlywig/front-page/section-wide-footer.1240390573.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 10px;
	width: 675px;
}
div.widesection h3 {
	margin-bottom: 15px;
}
div.widesection p {
	margin-bottom: 10px;
}
div.widesection a.makeaclaim {
	margin-top: 10px;
}


/*** START FOOTER STYLES ***/
div#footer {
	background-image: url(../images/curlywig/footer-bground.1240390573.jpg);
}
/*** END FOOTER STYLES ***/