@charset "UTF-8";
/******* general *******/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #978274;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(/images/project_bg.gif);
}
a {
	color: #978274;

}

.Center #container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	position:relative;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 30px;
}
.Center #topLine {
	width: 790px;
	height: 12px;
	background-color: #b3a192;
}
.Center #mainContent {
	padding: 0;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
.column-in {
	margin:0;
	padding:0px;
}

p {
	margin: 0
}

/******* global navigation *******/

.globalNav {
	width: 790px;
	height: 38px;
	
}
#masthead {
	margin: 0;
	padding: 0;
	float: left;	
	}

#nav {
	padding: 0px;
	width: 540px;
	list-style: none;
	display: inline;
	overflow: hidden;
	
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	
	}

#nav a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 28px !important; 
	height /**/:38px; /* for IE5/Win only */
	}
	
a#rolloverHome {
	background-image:url(/images/masthead_nav_home.gif);
	height: 38px;
	width:66px;

}
a#rolloverHome span {
	display:none;
}
a#rolloverHome:hover {
	background-image:url(/images/masthead_nav_home-o.gif);
}

a#rolloverProducts {
	background-image:url(/images/masthead_nav_products.gif);
	height: 38px;
	width:84px;
}
a#rolloverProducts span {
	display:none;
}
a#rolloverProducts:hover {
	background-image:url(/images/masthead_nav_products-o.gif);
}
a#rolloverServices {
	background-image:url(/images/masthead_nav_services.gif);
	height: 38px;
	width:79px;
}
a#rolloverServices span {
	display:none;
}
a#rolloverServices:hover {
	background-image:url(/images/masthead_nav_services-o.gif);
}

a#rolloverGallery {
	background-image:url(/images/masthead_nav_gallery.gif);
	height: 38px;
	width:74px;
}
a#rolloverGallery span {
	display:none;
}
a#rolloverGallery:hover {
	background-image:url(/images/masthead_nav_gallery-o.gif);
}
a#rolloverFAQs {
	background-image:url(/images/masthead_nav_faqs.gif);
	height: 38px;
	width:60px;
}
a#rolloverFAQs span {
	display:none;
}
a#rolloverFAQs:hover {
	background-image:url(/images/masthead_nav_faqs-o.gif);
}
a#rolloverInformation {
	background-image:url(/images/masthead_nav_information.gif);
	height: 38px;
	width:105px;
}
a#rolloverInformation span {
	display:none;
}
a#rolloverInformation:hover {
	background-image:url(/images/masthead_nav_information-o.gif);
}

a#rolloverContact {
	background-image:url(/images/masthead_nav_contact.gif);
	height: 38px;
	width:72px;
}
a#rolloverContact span {
	display:none;
}
a#rolloverContact:hover {
	background-image:url(/images/masthead_nav_contact-o.gif);
}



/******* home template *******/

.mainImage {
	width: 790px;
	height: 369px;
	_height: 367px;
	margin:0;
	padding:0;
	overflow: hidden;
}
.Center #lowerWrapper {
	margin:0;
	padding:0;
}
.Center #lowerContent {
	width: 790px;
	height: 300px;
	background-color: #ffffff;
	margin:0;
	padding:0;
	background-image: url(/images/projectstone_website_18.gif);
	background-repeat: no-repeat;
	position:relative;
	text-align: left;
}
#left {
	float:left;
	width:250px;
	margin:0;
	padding:0;
	
}
#right {
	float:right;
	width: 260px;
	margin:0;
	padding:0;
}
#middle {
	margin:0 255px;
	width: 265px;
}
.teaserCopy1 {
	padding-left: 45px;
	padding-right: 5px;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	padding-top: 20px;
	color: #b4a398;
}
.teaserCopy2 {
	padding-left: 20px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 160%;
	color: #b4a398;
}
.teaserCopy3 {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 160%;
	color: #b4a398;
}
/******* inside template *******/

.mainHeader {
	width: 790px;
	height: 119px;
	_height: 117px;
	padding:0;
	background-color: #EEEBE3;
	background-image: url(/images/main_header_bg.gif);
	text-align: left;
	}


.mainHeaderImage {
	margin-left: 270px;
	position: absolute;
	top: 105px;
}

.mainHeader ul {
	margin-left: 260px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainHeader ul li {
	display: inline;
	margin: 10px;
}
.mainHeader ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
.mainHeader ul li a:hover {
	color: #483c32;
}
.leftInsideImage {
	margin:0;
	padding:0;
}
.teaserCopyInside {
	padding-left: 45px;
	padding-right: 25px;
	font-size: 80%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	padding-top: 20px;
}

.teaserCopyInside2 {
	padding-left: 45px;
	padding-right: 25px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%;

	line-height: 140%;
	padding-top: 20px;
}

#middleInside {
	width: 530px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 255px;
}
.Center #lowerContentInside {
	width: 790px;
	background-color: #ffffff;
	margin:0;
	padding:0;
	text-align: left;
	position:relative;
}
#contentDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 150%;
	padding-top: 20px;
	padding-left: 20px;
}
.doubleLine {
	background-image: url(/images/doubleLine.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 15px;
}
.galleryImage {
	height: 300px;
}
.contentSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #483c32;
	font-style: italic;
	margin-top: 15px;
}
.contentCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%;
}
.Center #lowerWrapperSamples {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ffffff;
	font-style: italic;
}
.Center #lowerContentSamples {
	width: 510px;
	background-color: #ffffff;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	position:relative;
}
#leftSamples {
	float:left;
	width:166px;
	margin:0;
	padding:0;
}
#rightSamples {
	float:right;
	width: 166px;
	margin:0;
	padding:0;
}
#middleSamples {
	margin:0 172px !important;
	margin:0 169px ;
	width: 166px;
}
.samples1 {
	margin:0;
	padding:0;
}
.samples2 {
	margin:0;
	padding:0;
}
.samples3 {
	margin:0;
	padding:0;
}
a:link {
	color: #978274;
}
#leftSamples2 {
	float:left;
	width:245px;
	margin:0;
	padding:0;
}
#rightSamples2 {
	float:right;
	width: 245px;
	margin:0;
	padding:0;
}
#middleSamples2 {
	margin:0 255px !important;
	margin:0 253px;
	width: 245px;
}


/******* footer *******/

#footer {
	font-size: 9px;
	padding-top: 10px;
}
#footerNav {
	float:right;
	width: 500px;
	margin:0;
	padding:0;
	text-align: right;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footerNav ul li a {
	text-decoration: none;
}
#footerNav ul li a:hover {
	color: #483c32;
}
#footerCopyright {
	margin:0px;
	width: 265px;
}


table a:link { 
text-decoration:none; 
} 
table a:visited { 
text-decoration:none; 
} 
table a:hover { 
text-decoration:none; 
}