/* CSS for Kim Ingleby - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-bottom: 25px;
}
div#content h1 {
	background-image: url(../images/header-underline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 376px;
	padding-bottom: 8px;
}
div#content h2 {
	font-size: 17px;
}
div.content-margin {
	background-image: url(../images/content-margin.jpg);
	width: 376px;
	height: 2px;
	font-size: 1px;
	margin-top: 20px;
}
div#page-text {
	width: 370px;
}
img.page-visual {
	margin-top: 8px;
}


/* Contact pages links */
div#page-links-links a#contact-main {
	top: -4px;	
}
div#page-links-links a#contact-media {
	top: 27px;	
}
div#page-links-links a#contact-tv {
	top: 71px;	
}
div#page-links-links a#contact-coaching {
	top: 101px;	
}
div#page-links-links a#contact-business {
	top: 148px;	
}



/* Form stuff */
div.form-row {
	position: relative;
}
div.form-row input, div.form-row-validation input {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 190px;
}
div.form-row-textarea {
	position: relative;
	height: 110px;
}
div.form-row-textarea textarea {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 190px;
	height: 100px;
}
div.form-row-captcha {
	position: relative;
	height: 35px;
	left: 110px;
}