/* GENERAL */

body { 
background-color: #f2eee9;
color: #222222;
font-family: arial, helvetica, sans-serif; 
font-size: 11px;
line-height: 18px;
margin: 0px;
padding: 0px;
}


/* STRUCTURE*/

div#container {
	width: 900px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px;
}

div.section {
background-color: #000000;
padding: 0px;
margin: 0px;
clear: both;
}
div#searchForm {
	background: black; padding: 14px 54px 30px 0px; text-align: right; color: white;
}
div#searchForm form { padding: 0px; margin: 0px } 
div#sectioncontent {
	border: #000000 1px solid;
    border-bottom: #000000 4px solid;
	background-color: #ffffff;
	padding-bottom: 10px;
}


div.contenttop {
width: 700px;
margin: 0px 0px 0px 0px;
padding: 20px 100px 0px 100px;
}

div.contentleft {
float: left;
width: 320px;
margin: 0px 0px 0px 0px;
padding: 20px 40px 40px 100px;
}

div.contentright {
float: left;
width: 319px;
padding: 20px 98px 40px 20px;
}

.clearboth {
clear: both;
}


img.projectimage {
border: 1px #000000 solid;
margin-left: 20px;
}


.aboutus_bullets {
	float: left;
	list-style:square;
	margin-left: 10px;
	padding-left: 20px;
}


/* GALLERY */
#galleryprevbutton, #gallerynextbutton {
	position: absolute;
	top: 200px;
	border: none;
}
#galleryprevbutton {
	left: 42px;
}
#gallerynextbutton {
	right: 26px;
}
div#galleryheader {
	border: #000000 1px solid;
    border-bottom: 0px;
	background-color: #ffffff;
	padding: 20px 100px 16px 100px;
}

div#galleryheaderpadding {
    padding: 0px 100px 0px 100px;
}

div#gallery {
	height:520px;
	width: 898px;
	width: expression('899px');
	margin: 0px;
	padding: 0px;
	border: #000000 1px solid;
	border-left: #000000 1px solid;
    border-bottom: #000000 4px solid;
	background-color: #ffffff;
}
.gallerycategory {
	margin-right: 50px;
	width: 120px;
	height: 140px;
	text-align:left;
	float: left;
}
div#galleryleft {
	float: left;
	width: 295px;
	height: 500px;
	margin: 0px;
	text-align: center;
	overflow: auto;
	padding: 20px 29px 0px 20px;
	border-right: 1px #000000 solid;
	border-left: expression('1px #000000 solid');
}

div#galleryleftpadding {

}

div#galleryright {
	float: left;
	width: 470px;
	padding: 20px 30px 40px 40px;
    text-align: center;
	position: relative;
}
.galleryrightimage {
	clear: both;
}
#gallerydropdown {
	float: right;
	z-index: 200;
	width: 450px;
	font-size : 11px;
	font-family: arial, helvetica, sans-serif;
	text-align: right;
}

.gallerythumbbox {
	width: 72px;
	height: 72px;
    margin-top: 2px;
    overflow: hidden;
	text-align: center;
	float: left;
    margin-top: 2px;
}
.unselectedimg {
          border: 0px;
}

.selectedthumb {
          background: url(../images/gallery/selectedbg.gif) #ebe1d5;
}

.selectedimg {
	border-left: 0px #b7ac9f solid;
    border-right: 0px #b7ac9f solid;
	border-top: 1px #b7ac9f solid;
	border-bottom: 1px #b7ac9f solid;
}

div#categorythumb {
float: left;
width: 80px;
height: 90px;
margin-right: 100px;
}
#prodtitle {
	text-align: center;
	margin-bottom: 30px;
}
.proddescription {
	float: right;
	text-align:right;
}
.proddimensions {
	float: right;
}

/* PROJECTS */

.projectsimage {
	border: 1px solid black;
	margin-left: 30px;
}

/* FOOTER */

div#bodyfooter {
padding: 7px 0px 17px 0px;
clear: both;
}

div#footerleft {
float: left;
width: 400px;
}

div#footerright {
text-align: right;
float: right;
width: 450px;
padding: 0px 0px 16px 0px;
}



/* TAGS */

.thumb {
float: left;
margin: 15px 15px 15px 0px;
}

.bigtext {
font-size: 14px;
font-weight: bold;
}

.smalltext {
font-family: verdana, tahoma, arial;
font-size: 9px;
}

.alignright {
text-align: right;
}

.alignbottom {
vertical-align: bottom;
}

.center {
text-align: center;
}

.noborder {
border: 0px solid; 
}

.white {
color: #ffffff;
}

.paddingleft10px {
padding-left: 10px;
}


/* LINKS */

a {
color: #bd7946;
text-decoration: none;
}




