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

html, body, #wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100%;}

body {
	background: #FA8623 url(../images/bg.png) repeat-x top;
	overflow: auto;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	margin: 0 0 0 2px;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #333;
	font-weight: normal;
	font-size: inherit;
	text-decoration: underline;
	border: 0;
}

a:hover, a:active {
	color: #666;
	font-size: inherit;
	text-decoration: underline;
	border: 0;;
}

.supertitle{
	font-size: 34pt;
	margin: 0 0 0 18px;
	color: #fff;
	float: left;
}

.logohead {
	float: right;
	width: 60px;
	height: 60px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	position: relative;
	bottom: 4px;
}

#header a:link, #header a:active, #header a:visited, #header a:hover {
	border: none;
}

.subtitle {
	font-size: 13pt;
	display: block;
	margin-top: 5px;
}

.bold {
	font-weight: bold;
}

#header, #main {
	width: 980px;
}

#header{
	margin: 0 auto;
	position: relative;
	top: 10px;
}

#main {
	width: 980px;
	border-top: 3px #666 solid;
	padding: 0 20px 50px 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 50px;
	border-bottom: 3px #666 solid;
	-moz-border-radius:6ex;
	-webkit-border-radius:6ex;
}

#nav {
	font-size: 20px;
	position: relative;
	bottom: 40px;
	width: auto;
	margin: 0 auto 10px 0;
	float: right;
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	color: #000;
	padding: 3px 20px;
	margin: 0;
	width: auto;
	height: auto;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#nav a:hover{
	text-decoration: none;
	background-color: #C60;
	color: #fbfd7f;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0 10px;
}
 	
.content {
	width: 96%;
	margin: 0 auto;
	background-color: #FCFCFC;
	border: #525252 3px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	overflow: auto;
}

.contentIndex {
	width: 96%;
	margin: 0 auto;
	background-color: #f78f1e;
	border: #525252 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
}

.contentAbout {
	background-image: url(../images/nick_bathroom_composite.jpg);
	background-color: #FA8623;
	width: 96%;
	margin: 0 auto;
	border: #525252 3px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	overflow: auto;
}

.transbox {
	background-color: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #999;
	padding: 10px 20px 20px 20px;
}

.transbox p, .transbox h2, .transbox a {
	color: #000;
	filter:alpha(opacity=100);
	opacity:1;
}

.contentTable {
	width: auto;
	margin: 5px auto 0 auto;
}

.contentTable td {
	vertical-align: top;
}

.contentTable td.left {
	width: 55%;
	padding: 0 15px;
	text-align: left;
}

.contentTable td.right {
	width: 40%;
	padding: 0 15px;
	text-align: left;
}

.contentTable h1, .contentTable h1.priceHead {
	font-size: 28px;
	color: #333;
}

.contentText, .contactText, #contact-area {
	text-align: left;
}

#contactRightSpacer {
	display: block;
	height: 24px;
	padding: 0;
	margin: 0;
}

.contactRight {
	padding: 10px;
	margin: 0 auto 30px auto;
	background: #ffffcc;
	border: 2px solid #ccc;
}

img.contactIcon {
	filter:alpha(opacity=60);
	opacity:0.6;
	height: 80px;
	width: 80px;
	text-align: center;
	margin: 0 15px;
	position: relative;
}

img.contactIcon:hover, img.contactIcon:active {
	filter:alpha(opacity=1);
	opacity:1;
}

.contactText h3 {
	font-size: 28px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.heading {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	width:  97%;
	border-bottom: 1px #999 solid;
	padding: 5px 0 0 0;
	height:  49px;
	margin: 0 0 20px -4px;
	text-align: left;
	font-weight: normal;
}

.heading h1, .contentTable h1 {
	display: block;
	color: #999;
	margin: 0 0 10px 25px;
	font-size: 50px;
	font-weight: normal;
}

.contentTable h1.priceHead {
	margin: 0 0 7px 0;
	font-style: italic;
}

h2{
	font-size: 18px;
	color: #333;
	margin: 0 0 5px 0;
}

.contentTable ul {
	list-style: disc;
	list-style-position: outside;
}

.contentTable ul li {
	font-weight: normal;
	font-size: 13px;
	color: #333;
	margin: 3px 0 0 3px;
}

ul.big li {
	font-size: 15px;
	color: #333;
	margin: 3px 0 0 3px;
}

.contentTable .aside {
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 15px 0;
	padding: 0;
	text-align: center;
	display: block;
	font-size: 40px;
}

.contentTable .sideshot {
	margin: 3px auto 5px auto;
	text-align: center;
}

.contentTable .sideshot img {
	border: 2px solid black;
}

.bottomSpacer {
	height: 14px;
	clear: both;
	width: auto;
}

.supertitle a:link, .supertitle a:visited {
	text-decoration: none;
	color: #fff;
	font-size: inherit;
}

.supertitle a:hover, .supertitle a:active {
	text-decoration: none;
	color: #333;
	font-size: inherit;
}

.slideshow, .slideCenter {
	width: 600px;
	height: 400px;
}

.slideshow, .slideCenter, .contentCenter {
	margin: 10px auto 20px auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #f78f1e;
}

.slideshow img {
	margin: auto;
	display: none;
	width: 600px;
}

.clear {
	clear: both;
}

hr {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 40px 0;
  height: 0;
}

/* Contact Form */

h1.contact {
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#contact-area {
	margin: 25px 0 0 15px;
	width: 440px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px 10px;
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #ccc;
}

#contact-area input, #contact-area textarea {
	width: 70%;
}

#contact-area select {
	width: 76%;
	margin: 7px 0;
}

.reqd {
	color: #F30;
	font-size: 15px;
	vertical-align: top;
}

#contact-area .submit-button {
	width: 100px;
	height: 40px;
	float: right;
	background: #ccc;
	border: 1px solid #999;
	right: 4px;
	bottom: 10px;
	position: relative;
}

#contact-area textarea {
	height: 200px;
}

#formerror {
	position: relative;
	top: 20px;
	left: 120px;
	width: 150px;
	background: #FF6;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #F60;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 90px;
	padding: 5px 0 2px 0;
	font-size: 22px;
}

#flashContent {
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 20px;
	padding: 6px;
	background: #222222;
	width: 900px;
	height: 750px;
}

#bottomSpacer {
	display: block;
	height: 1px;
	width: 100%;
	top: 90px;
	position: relative;
}