@charset "utf-8";

body {
	background: #000 url(../images/body-bg.png) repeat scroll 0 0;
}

strong {
	font-weight: bold;
}

#doc {
	width: 930px;
	min-width: 930px;
	color: #fff;
}

#wrapper {
	position: relative;
	background: transparent url(../images/wrapper-bg.png) repeat-y scroll 0 0;
	width: 900px;
	padding: 0px 15px;
}

#hd {
	background: transparent url(../images/header-bg.png) repeat-x scroll 0 0;
	height: 201px;
}

#bd {
	background: transparent url(../images/content-bg.jpg) no-repeat scroll 0 0;
	min-height: 500px;
	padding: 150px 16px 0px 16px;
	text-align: justify;
}

#bd ul.cols {
	width: 272px;
	margin-right: 10px;
	float: left;
}

#bd a:link, #bd a:active, #bd a:visited {
	color: yellow;
	text-decoration: none;
}

#bd a:hover{
	color: yellow;
	text-decoration: underline;
}

#ft {
	background: transparent url(../images/footer-bg.png) repeat-x scroll 0 0;
	height:50px;
	font: normal normal normal 11px/50px Arial, Helvetica, sams-serif;
	text-align: center;
}

#ft a:link, #ft a:active, #ft a:visited {
	color: yellow;
	text-decoration: none;
}

#ft a:hover{
	color: yellow;
	text-decoration: underline;
}

#nav {
	position: absolute;
	top: 170px;
	height: 20px;
	left: 24px;
	width: 600px;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	float: left;
	margin: 0px 1px 0px 1px; 	
	width: 118px;
	height: 20px;
	color: #000;
	background: transparent url(../images/nav-button.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

#nav li a:hover, #nav li span.selected {
	display: block;
	float: left;
	margin: 0px 1px 0px 1px; 	
	width: 118px;
	height: 20px;
	color: #000;
	background: transparent url(../images/nav-button-on.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

#pictureframe {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 255px;
	background: transparent url(../images/photo-frame.jpg) no-repeat scroll 0 0;
	z-index: 100;
}

.rel {
	position: relative;
	min-height: 700px;
}

#galleryframe {
	position: absolute;
	top: 40px;
	left: 14px;
	width: 840px;
	height: 640px;
	background: transparent url(../images/gallery-photo-frame.png) no-repeat scroll 0 0;
	z-index: 100;
}

#slideshow {
	position: absolute;
	width: 235px;
	height: 176px;
	top: 42px;
	left: 30px;
	color: #fff;
	z-index: 101;
}

#gallery {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 20px;
	left: 20px;
	color: #fff;
	z-index: 101;
}

#slides {
	width: 235px;
	height: 176px;
	border: 0;
	overflow: hidden; 
}

#photos {
	width: 800px;
	height: 600px;
	border: 0;
	overflow: hidden; 
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

#quote {
	margin: 0px 292px 0px 10px;
}

#quote p, #pricewrapper p {
	margin-bottom: .5em;
}

#quote input.textfield {
	background: #333;
	color: #fff;
	border-top: 2px solid #121212;
	border-left: 2px solid #121212;
	border-bottom: 1px inset #7b7b7b;
	border-right: 1px inset #7b7b7b;
	width: 190px;
}

#quote a:link, #quote a:active, #quote a:visited, #pricewrapper a:link, #pricewrapper a:active, #pricewrapper a:visited {
	display: block;
	float: right;
	margin-top: 1px;
	width: 64px;
	height: 20px;
	color: #000;
	background: transparent url(../images/button.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

#quote a:hover, #pricewrapper a:hover {
	display: block;
	float: right;
	margin-top: 1px;
	width: 64px;
	height: 20px;
	color: #000;
	background: transparent url(../images/button-on.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

#pricewrapper a:link, #pricewrapper a:active, #pricewrapper a:visited, #pricewrapper a:hover {
	margin-top: 0px;
}

#container {
	position: absolute;
	top: 201px;
	left: -3000px;
	width: 900px;
	height: 650px;
	z-index: 105;
/*	opacity: .90;
	-moz-opacity: .90;
	-khtml-opacity: .90;
	filter: alpha(opacity=90);*/
}

#screen {
	width: 900px;
	height: 650px;
	background: #000;
	opacity: .75;
	-moz-opacity: .75;
	-khtml-opacity: .75;
	filter: alpha(opacity=75);
}

#infowindow, #helpwindow {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
	height: 550px;
	background: #fff;
	color: #000;
	z-index: 110;
}

.closer a:link, .closer a:active, .closer a:visited {
	display: block;
	float: right;
	margin: 2px;
	width: 64px;
	height: 20px;
	color: #000;
	background: transparent url(../images/button.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

.closer a:hover {
	display: block;
	float: right;
	margin: 2px;
	width: 64px;
	height: 20px;
	color: #000;
	background: transparent url(../images/button-on.png) no-repeat scroll 0 0;
	text-align: center;
	text-decoration: none;
	font: normal normal bold 12px/20px Arial, Helvetica, sams-serif;
}

#map {
	width: 778px; 
	height: 400px; 
	margin: 10px; 
	border: 1px solid #000;
}

#pricewrapper {
/*	width: 780px; */
	height: 118px; 
	padding: 10px 10px 0px 10px; 
}

#pricewrapper  input.textfield {
	background: #eee;
	color: #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px inset #7b7b7b;
	border-right: 1px inset #7b7b7b;
	width: 190px;
}

.formwrap {
	width: 600px;
	margin: 16px 0px;
}

#helpinfo {
/*	width: 780px; */
	height: 530px; 
	padding: 10px; 
}

#bd h1{
	font: normal normal bold 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

#helpinfo h2, #priceinfo h2, #bd h2 {
	font: normal normal bold 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

#helpinfo p, #bd p {
	font: normal normal normal 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

#bd p.author {
	float: right;
	font-size: 11px;
	font-style: italic;
}

#bd p.testimonial {
	clear: right;
}

#helpinfo ul {
	margin: 0px 32px 8px 32px;
}

#helpinfo ul li {
	list-style: disc inside none;
	font: normal normal normal 14px/16px Arial, Helvetica, sans-serif;
}

img.frt {
	float: right;
	margin-left: 16px;
}

#thanks {
	width: 570px;
	border: 1px solid #121212;
	padding: 20px 0px;
	margin-bottom: 8px;
	background: #fff;
	color: #c00;
	text-align: center;
}

form#contact {
	margin: 0px;
	padding: 16px 80px 16px 80px;
	width: 400px;
	background-color: #333333;
}

form#contact div {
	width: 400px;
	overflow: auto;
}

form#contact label {
	position: relative;
	width: 100px;
	float: left;
	font: normal normal normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px solid #444;
	margin-top: 1px;
}

form#contact label span.required {
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 20px;
	color: #cc0000;
}

form#contact input.styled, form#contact textarea.styled {
	float: left;
	width: 298px;
	margin-bottom: 4px;
	font: normal normal normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #444;
	color: #fff;
	border-top: 1px solid #121212;
	border-left: 1px solid #121212;
	border-bottom: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
}

form#contact input.styled {
	height: 16px;
}

form#contact textarea.styled {
	height: 80px;
}

form#contact textarea#frmMessage {
	height: 160px;
}

form#contact input.flrt {
	float: right;
}


