/* ------------------------------------------------------------------------
Pages Style Sheet - Elaine Marks Willow Sculpture

Author: Tor New Media
Website: http://www.tornewmedia.co.uk/
Email: hello@tornewmedia.co.uk
-------------------------------------------------------------------------*/


/* =Home
-------------------------------------------------------------------------*/	

#home #copy h2 {
	background: #fff url("../img/home-h2-bg.gif") no-repeat 0 0;
	}
	
	
/* =About
-------------------------------------------------------------------------*/	

#about #copy h2 {
	background: #fff url("../img/about-h2-bg.gif") no-repeat 0 0;
	}
	
	
/* =Gallery
-------------------------------------------------------------------------*/	

#gallery #copy {
	width: 960px;
	}
	
#gallery #copy h2 {
	background: #fff url("../img/gallery-h2-bg.gif") no-repeat 0 0;
	}
	
#gallery #copy #thumbnails {
	padding-top: 20px;
	}
	
#gallery #copy #thumbnails a {
	margin: 20px 20px 0 0;
	}
	
#gallery #copy #thumbnails a.last {
	margin: 20px 0 0 0;
	}
	
	
	
/* =Contact
-------------------------------------------------------------------------*/	

#contact #copy h2 {
	background: #fff url("../img/contact-h2-bg.gif") no-repeat 0 0;
	}
	
#contact #sidebar {
	padding-top: 60px;
	}
	
#contact #sidebar p {
	margin-bottom: 10px;
	padding: 21px 0 12px 52px;
	}
	
#contact #contact-telephone a,
#contact #contact-telephone a:hover,
#contact #contact-mobile a,
#contact #contact-mobile a:hover {
	color: #000;
	text-decoration: none;
	}
	
#contact #contact-address {
	background: #fff url("../img/icon-address.gif") no-repeat 0 9px;
	}

#contact #contact-telephone {
	background: #fff url("../img/icon-telephone.gif") no-repeat 0 9px;
	}
	
#contact #contact-mobile {
	background: #fff url("../img/icon-mobile.gif") no-repeat 0 9px;
	}
			
#contact #contact-email {
	background: #fff url("../img/icon-email.gif") no-repeat 0 9px;
	}
	
#contact #copy fieldset {
	margin-top: 20px;
	}
	
#contact #copy fieldset label,
#contact #copy .captcha label {
	display: block;
	font-weight: bold;
	width: 120px;
	}
	
#contact #copy fieldset div {
	margin-bottom: 20px;
	}
	
#contact #copy fieldset input,
#contact #copy .captcha input {
	border: 1px solid #000;
	background: #000 url("../img/form-input-bg.gif") no-repeat 0 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	padding: 12px;
	width: 574px;
	}
	
#contact #copy fieldset textarea {
	border: 1px solid #000;
	background: #000 url("../img/form-textarea-bg.gif") no-repeat 0 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 200px;
	line-height: 19px;
	margin-top: 5px;
	padding: 12px;
	width: 574px;
	}

#contact #copy .captcha p {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	}
		
#contact #copy .captcha img {
	}
	
#contact #copy #button-submit {
	float: right;
	margin: 20px 0 0 0;
	}
	
#contact #copy .error_message {
	color: #990000;
	font-weight: bold;
	}
	
#contact #copy .fb_invalid input,
#contact #copy .fb_invalid textarea {
	border: 1px solid #990000;
	}