body {
	background: url(../images/bg.jpg) repeat-x #3B5168;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	text-align: center
	}

.content {
	width: 808px;
	height: auto;
	background: url(../images/textbg.png) repeat-y;
	margin: 0 auto;
	}

.homepageheader, .header {
	width: 808px;
	height: 380px;
	background: url(../images/headerbg.png) no-repeat;
	padding-top: 338px;
	}

html>/**/body .homepageheader {height: 42px;}

.header {
	background: url(../images/header.png) no-repeat;
	height: 150px;
	padding-top: 100px;
	}

html>/**/body .header {height: 50px;}

.textarea {
	width: 808px;
	height: auto;
	padding: 5px 10px 15px 10px;
	text-align: left;
	}

html>/**/body .textarea {width: 788px}

/*=====Homepage=====*/

#columns {
	width: 260px;
	height: auto;
	float: left;
	padding: 5px;
	}

html>/**/body #columns {width: 250px}

#heading {
	width: 100%;
	height: 36px;
	background: url(../images/sitephotos/divider.png) bottom repeat-x;
	margin-bottom: 4px;
	}

.homesearch {
	width: 181px;
	height: 27px;
	background: url(../images/sitephotos/searchbar.png);
	float: left;
	}

#searchbox {
	border: 0px;
	height: 25px;
	margin-left: 2px;
	padding-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #555
	}

html>/**/body #searchbox {height: 20px; margin-top: 2px}

.slideimg {
	width: 257px;
	height: 212px;
	background: url(../images/imgbg.png) no-repeat;
	padding: 7px 7px 10px 7px;
	}

html>/**/body .slideimg {width: 243px; height: 192px;}

img {border: 0;}

/*=====Link Styles=====*/

a:link {color: #114069; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: #114069; text-decoration: underline;}
a:visited:hover {text-decoration: none;}

.topfooter a {color: #555; text-decoration: none}
.topfooter a:hover {text-decoration: underline;}
.topfooter a:visited {color: #555; text-decoration: none}
.topfooter a:visited:hover {text-decoration: underline;}

.bottomfooter a {color: #C7C7C7; text-decoration: underline}
.bottomfooter a:hover {text-decoration: none;}
.bottomfooter a:visited {color: #C7C7C7; text-decoration: underline}
.bottomfooter a:visited:hover {text-decoration: none;}

/*=====Text Styles=====*/

h1, h2, h3 {
	font-size: 23px;
	margin: 0 3px;
	font-weight: normal;
	}

h2 {font-size: 19px;}
h3 {font-size: 15px;}
h2 span {
	color: #444;
	font-weight: normal;
	font-size: 13px;
	}

.smallfont {
	font-size: 10px;
	margin-left: 7px;
	}

.red {color: #FF0000;}
/*=====About Us=====*/

#interested {
	width: 225px;
	height: auto;
	background: #CFB998;
	float: right;
	padding: 7px 5px;
	margin: 0px 0px 10px 5px;
	}

html>/**/body #interested {width: 215px;}

#interested h3 {
	font-size: 16px;
	margin-bottom: 5px
	}

/*=====Services=====*/

.rightcolumn {
	width: 250px;
	height: auto;
	float: right;
	margin-left: 15px;
	padding: 7px 5px 5px 5px; 
	background: #CFB998;
	text-align: right;
	}

html>/**/body .rightcolumn {width: 240px;}

.pricecolumns {
	width: 195px;
	height: 187px;
	margin-left: 3px;
	padding-right: 2px;
	float: left;
	border-right: 1px #000 dotted;
	}

html>/**/body .pricecolumns {width: 190px;}

/*=====Store=====*/

.prodinfo {
	width: 500px;
	height: auto;
	background: #CFB998;
	float: left;
	padding: 5px;
	margin: 10px 5px 5px 0px;
	clear: left;
	}

html>/**/body .profinfo {width: 490px}

.prodinfo p {
	margin: 7px 0 5px 7px;
	}

.thumb {
	padding: 5px;
	}

.prodsearch {
	width: 150px;
	height: 27px;
	background: url(../images/sitephotos/searchbar-sm.png);
	float: left;
	}

/*=====Portfolio=====*/

#gallery {
	position: relative; 
	width: 686px; 
	margin: 20px auto; 
	padding: 10px; 
	border: 6px solid #FFF; 
	background: #23303F
	}
	
#images {
	border: 2px solid #9ac1c9; 
	height: 225px; 
	background: #eef5f6; 
	margin-bottom: 20px
	}
	
#image {
	position: relative; 
	width: 672px; 
	height: 375px; 
	padding: 5px; 
	border: 2px solid #3B5168; 
	background: #C3AE8F url(../images/sitephotos/photos/loading.gif) center center no-repeat
	}
	
#image img {
	position: absolute; 
	top: 5px; 
	left: 5px
	}
	
#thumbwrapper {
	margin-top: 10px; 
	padding: 5px 0; 
	width: 682px; 
	height: 100px; 
	border: 2px solid #3B5168; 
	background: #C3AE8F
	}
	
#thumbarea {
	position: relative; 
	overflow: hidden; 
	height: 100px; 
	width: 682px; 
	}
	
#thumbs {
	position: absolute; 
	list-style: none; 
	margin-left: 5px; 
	height: 100px; 
	width: 10000px; 
	border-right: 5px solid #FFF
	}
	
#thumbs li {
	float: left; 
	margin-right: 5px; 
	cursor: pointer
	}
	
.imgnav {
	position: absolute; 
	height: 375px; 
	width: 20%; 
	z-index: 100; 
	height: 375px; 
	width: 20%; 
	z-index: 100; 
	outline: none; 
	cursor: pointer
	}
	
#previmg {
	left:0; 
	background: url(../images/sitephotos/photos/left.gif) left center no-repeat; 
	border-left: 5px solid #C3AE8F
	}
	
#previmg:hover {
	opacity: 1; 
	filter: alpha(opacity=100)
	}
	
#nextimg {
	right: 0; 
	background: url(../images/sitephotos/photos/right.gif) right center no-repeat; 
	border-right: 5px solid #C3AE8F
	}
	
#nextimg:hover {
	opacity: 1; 
	filter: alpha(opacity=100)
	}

/*=====FAQ=====*/

#faq {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#faq li {
	margin-bottom: 10px;
	border-bottom: 1px #000 dotted;
	}

#faq h3 {
	margin-bottom: 10px;
	font-weight: bold;
	}
	
#faq p {margin: 0 0 7px;}

/*=====Contact Page=====*/

#form {
	width: 500px;
	height: auto;
	margin-right: 20px;
	padding: 5px 3px 5px 15px;
	float: left;
	background: #CFB998;
	}

html>/**/body #form {width: 494px;}

#form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	margin-bottom: 3px;
	}

label span {
	color: #666;
	font-weight: normal;
	}

input.text, select, textarea {
	padding: 3px;
	width: 450px;
	height: 27px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	}

input.text, #form select, textarea {
	border: 1px #999 solid;
	}

textarea {
	margin: 0 0 3px;
	height: 100px;
	}

.submit {
	height: 30px;
	border: 1px #3B5068 solid;
	background: C3AE8F;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	}

.contactinfo {
	float: right;
	width: 250px;
	color: #444
	}

.contactinfo h3 {
	color: #000
	}

#map {
	width: 240px;
	height: auto;
	padding: 5px;
	background: #3B5068;
	}

/*=====Footer=====*/

.topfooter, .bottomfooter {
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #444;
	clear: both;
	}

.bottomfooter {
	text-align: center;
	color: #C7C7C7;
	}
