/*************************************************************************************************

	stonemadsinks.com
	Design and Development by Jez Thompson and James Mills
	[www.thompsonmills.com]
	Document created: 26th April 2007
	
	This is for everything that is in the body (bodyWrapper)
	
************************************************************************************************
Body Wrapper */
div#bodyWrapper {
	background-color:#ACABB7;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*************************************************************************************************
Page Titles */
div#productTitle, div#newsTitle, div#aboutTitle, div#homeTitle, div#contactTitle {
	height: 60px;
	text-indent:-8000px;
}
/*************************************************************************************************
Body Content Wrapper */

div#bodyWrapper div#homeTitle { background-image:url(../assets/pages/homeTitle.gif); }
div#bodyWrapper div#productTitle {background-image: url(../assets/pages/productsTitle.gif);}
div#bodyWrapper div#newsTitle {background-image: url(../assets/pages/newsTitle.gif);}
div#bodyWrapper div#aboutTitle {
	background-image: url(../assets/pages/aboutTitle.gif);
}
div#bodyWrapper div#contactTitle {background-image: url(../assets/pages/contactTitle.gif);}

/*************************************************************************************************
Body Content Container */

div#bodyContent {
	margin-left:20px;
	margin-right:20px;
}

div#bodyContent h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.4em;
}
div#bodyContent h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 1.3em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div#bodyContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	text-transform: capitalize;	
	margin-top:0.5em;
	margin-bottom:0.5em;
}

div#bodyContent p {
	color: #fff;
	font-weight: lighter;
	font-size: 1.2em;
	line-height:26px;
	margin-top:1em;
}
.prodA {
	margin-right:1em;
}
.prodB {
	margin-right:1em;
}
	
/*************************************************************************************************
Bottom Curve of body */
div#bodyBottom {
	background-image: url(../assets/pages/curvedBottom.gif);
	height: 60px;
	background-repeat: no-repeat;
}

/*************************************************************************************************
Latest News Item Style */
div.newsMainItem {
	margin-top:1em;
	margin-bottom:1em;
}
div.newsMainItem p {

}
/*************************************************************************************************
All other news in a list under main list */
div.newsItemList {
	border-top: 1px dashed #fff;
	margin-bottom:0.5em
}
div.newsItemList h3 {
	margin-bottom:0px;
}
div.newsItemList p {
	line-height:10px;
	font-size:1.1em;
	margin-top:0px;
}	
/****************************************************************************************
Contact Form Messages */
.contactFormErrorMessage {
	background-image:url(../assets/form/exclamation.png);
	background-repeat:no-repeat;
	background-color:#f9f0c3;
	background-position: 8px 8px;
	border: 1px solid #FF3300;
	padding-top:0.8em;
	padding-bottom:0.8em;
	padding-right:0.8em;
	padding-left:3em;
}
.contactFormErrorMessage span {
	font-family:"Courier New", Courier, monospace;
	color:#FF3300;
	font-size:1.2em;
}
.contactFormErrorMessage a {
	font-family:"Courier New", Courier, monospace;
	color:#FF3300;
	font-size:1.2em;
}
.contactFormSuccessMessage {
	font-family:"Courier New", Courier, monospace;
	background-image:url(../assets/form/accept.png);
	background-repeat:no-repeat;
	background-color:#e0fedd;
	background-position: 8px 8px;
	color:#33CC00;
	border: 1px solid #33CC00;
	padding-top:0.8em;
	padding-bottom:0.8em;
	padding-right:0.8em;
	padding-left:3em;
}
.contactFormSuccessMessage span {
	font-family:"Courier New", Courier, monospace;
	color:#33CC00;
	font-size:1.2em;
}
.contactFormSuccessMessage a {
	font-family:"Courier New", Courier, monospace;
	color:#33CC00;
	font-size:1.2em;
}
/*************************************************************************************************
Contact Form */


/****************************************************************************************
	Contact Form Style*/
#contactForm{
	margin-right: auto;
	margin-left: auto;
}
#contactForm fieldset {
    border-width:0;
    margin:0 0 20px 0;
    padding:0;
}
#contactForm legend {
	font-weight:bold;
	padding-bottom:15px;
	padding-top:8px;
 }
#contactForm .field {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F6F70;
	background-color: #BDBCCB;
}
#contactForm .field label{
	color:#FFFFFF;
	display:block;
	float:left;
	margin-right:20px;
	width:150px;
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	margin-left: 20px;
	text-align: right;
}
#contactForm .required {
 	color:#ff0000;
}
#contactForm input, #contactForm textarea {
	width:250px;
	border:1px solid black;
	border-color:#c0c4c6 #e0e4e6 #e0e4e6 #c0c4c6;
	color:#666666;
	background-color: #ECECEC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contactForm .submit {
	width:100px;
	padding:0;
	margin-left: 200px;
}
#contactForminput:focus, #contactForm textarea:focus{
	background-color:#FFFFFF;
	color:#000000;
}
