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

body {
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #f2f2f2;
	color: #46413b;
	background-image: url(../images/back_ground.jpg);
	background-repeat: repeat-x;
}
body a {
	text-decoration: none;
	color: #6a4e65;
}
body a:hover {
	text-decoration:underline;
}
body img {
	border: 0;
}

.clear {
	clear: both;
}
#container {
	text-align: center;
}
#wrapper {
	width: 958px;
	margin: 0 auto;
} 



#header {
	text-align: left;
	position: relative;
	background-image: url(../images/header-bg.jpg);
	height: 178px;
	margin: 0;
	padding: 0;
}

.logo {
	width: 357px;
	position: relative;
	float: left;
}
.middle {
	width: 385px;
	position:relative;
	float: left;
	text-align: center;
}
.rightheader {
	float: left;
	clear: right;
	position: relative;
	width: 216px;
}
.address {
	position: relative;
	text-align: right;
	vertical-align: top;
}
.address h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: 45px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#navigation {
	position: relative;
	height: 37px;
	width: 944px;
	margin: 0 7px 0 7px;
	background-image: url(../images/button_bg.jpg);
	background-repeat: inherit;
	background-position: right;
	font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
	line-height: 37px;
}
#navigation ul
{
margin: 0;
padding: 0 0 0 0;
white-space: nowrap;
float: left;

}
#navigation li
{
	display: block;
	list-style-type: none;
	width: 118px;

	float: left;
	background-image: url(../images/button.jpg);
	text-align: center;
}
#navigation a {
	color: #3e3e3e;
}

#bordertop {
	width: 958px;
	height: 7px;
	background-image:url(../images/border-top.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}

#borderbottom {
	width: 958px;
	height: 16px;
	background-image:url(../images/border_bottom.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
}





#content {
	position: relative;
	width: 958px;
	float: none;
	background-image:url(../images/body_background.png);
	background-position:center;
	background-repeat: repeat-y;
	margin: 0 auto;
}
#content h1 {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
	color: 393939;
	text-align: center;
}
#content h3 {
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	color: 393939;
	text-align: center;
}
#content h6 {
	margin: 6px 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: 393939;
	text-align: center;
}
#leftcolumn {
	float: left;
	position: relative;
	width: 625px;
	margin: 13px 13px 13px 27px;
	text-align: left;
	/* 665 width */
}
#leftcolumn p {
	margin: 8px 0 8px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #424242;
	font-size:12px;
	line-height: 1.5em;

}
#leftcolumn .border {
    padding: 7px;
    border: 1px solid #eaeae0;
    background-color: #f8f7ec;
}

.leftcolumnimage {
	margin: 10px 10px 3px 0;
	float: left;
}
.rightcolumnimage {
	margin: 10px 0 3px 10px;
	float: right;
}



div.hrbody {
  height: 7px;
  background: url(../images/line_break.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 10px 0 0 0;
}
div.hrbody hr {
  display: none;
}

div.hrright {
  height: 7px;
  background: url(../images/line_break.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 10px 0 10px 0;
}
div.hrright hr {
  display: none;
}

div.hrsub {
  height: 7px;
  background: url(../images/line_break.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin: 10px 280px 10px 280px;
}
div.hrsub hr {
  display: none;
}




#rightcolumn {
	float: left;
	position: relative;
	width: 256px;
	margin: 13px 24px 13px 13px;
	text-align: center;
	/* 293 width */
}
#rightcolumn .border {
	border: solid 1px #eaeae0;
}
#rightcolumn img {
	margin: 10px 8px 8px 8px;
}
#rightcolumn p {
	margin: 6px 0 6px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #424242;
	font-size:11px;
	line-height: 1.5em;
}

#footer {
	position: relative;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0 0 15px 0;
	color: #3e3e3e;
}
#footer a {
	color: #3e3e3e;
}
#copyright {
	float: left;
	position: relative;
	width: 188px;
	text-align: left;
	margin: 0 0 0 27px;
}
#linkbar {
	float: left;
	position: relative;
	width: 528px;
	text-align: center;
	margin: 0;
}
#navlist
{
	margin: 0;
	text-transform:uppercase;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 16px;
}




#webcitz {
	float: left;
	position: relative;
	width: 188px;
	text-align: right;
	margin: 0 27px 0 0;
}

.galleryHolder {
	width: 566px;

	margin: 0 auto;
}
.gallery {
	width: 550px;
	height:350px;
	padding: 7px;
	border: 1px solid #eaeae0;
	background-color: #f8f7ec;
	margin-top: 35px;
}
#gallery {
	position: relative;

	width: 100%;
	margin: 0;
	padding: 0;

}

#gallery li {
	display: inline;
	list-style-type: none;
	display: block;
	float: left;
	width: 125px;
	height: 120px;
	margin: 10px 0 0 0;
}
#gallery img {
	padding: 7px;
    border: 1px solid #eaeae0;
    background-color: #f8f7ec;
}
.location {
	text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
}
#services { }
#services h3 {
	font-size: 16px;
	margin-top: 5px;
}



#services ul
{
	font-family: Verdana, Geneva, sans-serif;
	color: #424242;
	font-size:12px;
	line-height: 1.5em;
margin: 7px 0 0 0;
padding: 0;
list-style-type: circle;
text-align: center;
}

#services ul li { display: inline; padding: .2em 1em; }

#products {
	position: relative;

	width: 100%;
	margin: 0;
	padding: 0;

}
#products ul {
	text-align:center;
}
#products li {
	display: inline;
	list-style-type: none;
	display: block;
	float: left;
	width: 208px;
	height: 200px;
	margin: 10px 0 0 0;
}
#products img {
	padding: 3px;
    border: 1px solid #eaeae0;
    background-color: #f8f7ec;
	margin: 0 0 4px 0;
}
#back {
	font-size:13px;
	float: left;
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 6px;

}
