@charset "UTF-8";
/* CSS Document */

/* EccoStone Styles */

body {
	color: #e1e1df;
	background-color: #f5f5f5;
	margin: 30px 0 60px 0;
	background-image: url(../images/1200x600_bgTexture1.jpg);
	background-repeat: repeat-x;
	background-position: top center; }
	
body,td,th {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px; }

a:link { color: #c2d4a0; text-decoration: none; }
a:visited { text-decoration: none; color: #c2d4a0; }
a:hover { text-decoration: none; color: #efffd2; }
a:active { text-decoration: none; color: #FFFFFF; }

h1 { }
h2 { font-size:30px; line-height:36px; margin-bottom:15px; }
h3 { color:#f3f3f3; }
h3 { }

h2.panel1Title { width: 481px; height: 60px; background: url("../images/header_Panel1.png"); text-indent: -9999px;}
h2.panel2Title { width: 481px; height: 60px; background: url("../images/header_Panel2.png"); text-indent: -9999px;}
h2.panel3Title { width: 481px; height: 30px; background: url("../images/header_Panel3c.png"); text-indent: -9999px;}
h2.panel4Title { width: 481px; height: 30px; background: url("../images/header_Panel4.png"); text-indent: -9999px;}


/* Nav Buttons */



/* Basic Layout */

#EccoStoneLogo {
	 width:100px;
	 margin:37px 0 -20px 18px;  
	 float:left; }
	 
#contentTop {
	width:960px;
	min-height:3px;
	margin-left: auto;
	margin-right:auto;
	display:block;
	background-image:url(../images/960x3_contentBgTop.jpg); }

#contentWrapper {
	width:916px;
	margin-left: auto;
	margin-right:auto;
	padding-left:22px; 
	padding-right:22px;
	padding-bottom: 46px;
	display:block;
	background-image:url(../images/960x1144_contentBg1.jpg);
	background-position:top; }

#contentBottom {
	width:960px;
	min-height:3px;
	margin-left: auto;
	margin-right:auto;
	display:block;
	background-image:url(../images/960x3_contentBgBottom.jpg); }

#footer {
	color:#9a9a94;
	font-size:.85em;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:40px;
	padding:20px;
	background-image:url(../images/545x2_footerRule.png);
	background-position:center top;
	background-repeat:no-repeat; }
	
#footer a { color:#9a9a94 }	
#footer a:hover { color:#666666 }	
	

/* Panel Content */
	 
.panelContentLeft {	
	width: 481px;
	float: left;
	padding-right:30px;
	background-image:url(../images/2x20_VerticalBevel.gif);
	background-position:right;
	background-repeat:repeat-y;
	} 

.panelContentRight {
	width:229px;
	/*padding-left:29px;*/
	float:left;
	}

.panelPicBg_220x220 {
	width:220px;
	height:220px;
	padding:10px;
	margin: -10px 0 0px 19px;
	background-image:url(../images/220x220_photoBg.png);
	background-repeat:no-repeat;
	}	

.panelPic {
	margin-left:20px;
	margin-bottom:20px;
	}	

.panelContentRigthCaption {
	color: #d4cca0;
	font-size:12px;
	line-height:16px;
	margin-left:30px;
	margin-top:-10px;
	}	

.clearer {
	clear:both;
	}


/* Comtact Form */	
		
#contact-area {
	width: 480px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	font-size:1.2em;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #84a93f;
}

#contact-area input.submit-button {

	padding:0px;
	width:183px;
	height:32px;
	margin:0px 0px 0px 115px;
	border:0px;	
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}
