@charset "utf-8";
body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #B3ABA3;
	font-weight: normal;
	height: 100%;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	vertical-align: top;
	
}
a:link {
	color: #9BC296;
	text-decoration: none;
}
a:visited {
	color: #9BC296;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#frame {
	width: 100%;
	height: 100%;
	background-image: url(images/frameBackground.jpg);
	background-repeat: repeat;
}
.frameRight {
	width: 50px;
	text-align: right;
	background-image: url(images/frameRightBackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}
.frameLeft {
	width: 50px;
	background-image: url(images/frameLeftBackground.jpg);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}
.frameCenter {
	text-align: center;
	padding-top: 30px;
}
.frameFooter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
#body {
	width: 1000px;
	text-align: left;
}
.bodyLeft {
	text-align: center;
	vertical-align: top;
}
.bodyRight {
	vertical-align: top;
	
	text-align: center;
}
#company {
	width: 400px;
}
.companyLogo {
	text-align: center;
}
.companyContact {
	padding-top: 10px;
}
.companyAbout {
	padding-top: 20px;

}
#contact {
	width: 150px;
	font-family: "Times New Roman", Times, serif;

}
.contactTitle {
	color: #937861;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.contactNumber {
	text-align: center;	background-image: url(images/frameBackground_brown.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.contactEmail {
	color: #937861;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
#about {
	width: 100%;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	margin: 0px;
}
.aboutContent {
	vertical-align: top;
	background-image: url(images/frameBackground_brown.jpg);
	background-repeat: repeat;
	padding: 5px;
}
#page {
	width: 600px;
	text-align: left;
}
.pageTestimonials {
	font-size: 12px;
}
.pageContents {
}
#projects {
	width: 100%;
	font-family: "Times New Roman", Times, serif;

}
.projectsMenuTable {


}


TEXTAREA, input{
background-color:#222222;
scrollbar-base-color: #555555; 
scrollbar-arrow-color: #000000;
scrollbar-DarkShadow-Color: #222222; 
border: black 2px solid;
color: white;
font-family: arial, verdana, ms sans serif;
font-weight: normal
} 

#projectsMenu {	
	width: 100%;

}
.productsMenu {
	width: 100%;
	text-align: center;	
	background-image: url(images/frameBackground_brown.jpg);
	background-repeat: repeat;
	background-position:center;
}
#projects H1 {
	color: #7D6F62;
}
.projectThumbnail {	
	height: 120px;
	width: 140px;
}
#galleryMenu {
	width: 100%;
}
.galleryMenu {
width: 100%;
	text-align: center;	background-image: url(images/frameBackground_brown.jpg);
	background-repeat: repeat;
	background-position:center;
}
.galleryMenuTable {
	width: 100%;
}
.projectsGallery {

	padding-top: 20px;
}
.frameLeftImage {
	background-image: url(images/frameBackground.jpg);
	background-repeat: no-repeat;
	width: 50px;
	background-attachment: scroll;
}
.galleryThumbnail {
	height: 190px;
	width: 220px;
}




.button {
	border-bottom: 1px solid #7Ba276 ;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

