body,table,tr,td {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

body {
	text-align:center;
	background-color:#000;
	background-image:url(../images/bgGradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#eee;
}

h1 {
	font-size:24px;
	color:#eee;
	font-variant:small-caps;
}

h2 {
	font-size:20px;
	color:#ad5828;
	font-variant:small-caps;
}

a {
	color:#ad5828;
}

iframe {
	background-color:transparent;
	border:0;
}

.floatImgRight {
	float:right;
	margin:10px;
}

.floatImgLeft {
	float:left;
	margin:10px;
}

.floatImgRight img {
	border:3px double #eee;
	padding:2px;
}

.floatImgLeft img {
	border:3px double #eee;
	padding:2px;
}

#mainTable {
	background-image:url(../images/bgImage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#471802;
	width:760px;
	text-align:left;
	margin:0 auto;
	border:1px solid #000; /* Main Table Border */
}

#bannerCell {
 	background-image:url(../images/logo.png);
	background-position:bottom;
	background-repeat:no-repeat;
 	height:150px;
}

#bigPhone {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	letter-spacing:2px;
	margin:0px;
}

#navCell {
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:22px;
	line-height:40px;
	font-size:16px;
	padding-left:20px;
}

#navList {
	list-style:none;
	margin:3px;;
	padding:0;
}

.navListItem {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

.navLink {
	color:#ad5828;
	font-weight:bold;
	text-decoration:none;
	padding:8px 10px 15px 10px;
}

.navLink:hover {
	color:#fff;
	background-image:url(../images/hoverBG.png);
	background-position:center;
	background-repeat:repeat-x;
}

#contentCell {
	padding:0;
	text-align:center;
}

#contentTable {
	margin:0 auto;
	width:690px;
	border:1px solid #333;
}

.transBGCell {
	background-image:url(../images/bgWht60.png);
	background-repeat:repeat;
	padding:15px;
	text-align:left;
}

.contactDiv {
	color:#ad5828;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}

.bulletTable {
	width:90%;
	border:1px solid #000;
	text-align:center;
	background-color:#e6e6e6;
	margin:0 auto;
}

.bulletTableContent {
	padding:15px;
}

.bulletTableHead {
	background-color:#333;
	padding:5px;
	color:#e6e6e6;
	font-weight:bold;
	font-style:italic;
}

.optionsHead {
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

.productTable {
	width:90%;
	border:1px solid #000;
	text-align:center;
	background-color:#222;
	margin:0 auto;
}

.productTableHead {
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	padding:5px;
	background-color:#561d02;
	color:#ddd;
}

.productTableContent {
	vertical-align:top;
	padding:10px;
	text-align:left;
}

.productTable, .bulletTable {
	margin-bottom:20px;
}

.testimonialDiv {
	margin:20px;
	float:left;
	width:500px;
	clear:none;
	border-bottom:2px solid #333;
}

.thumbnailDiv {
	float:left;
	clear:none;
	width:80px;
	margin-right:20px;
}

.thumbnailDiv img {
	margin:20px 10px 20px 10px;
	border:3px double #eee;
}

.horizThumbDiv {
	width:90%;
	border:1px solid #eee;
	text-align:center;
	background-color:#e6e6e6;
	margin:0 auto;
	margin-bottom:20px;
}

.horizThumbDiv img {
	margin:10px;
	border:3px double #fff;
	vertical-align:middle;
}

#testimonialBlurb {
	background-image:url(../images/bgWht60.png);
	background-repeat:repeat;
	width:460px;
	padding:5px 10px 5px 5px;
	float:right;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#500;
	border:1px solid #000;
	border-right:0;
	text-align:center;
}

.testProject, .testQuote, .testWho {
	margin:0;
}

.testProject {
 font-style:italic;
 font-weight:bold;
}

.testQuote {
	 font-style:italic;
}

.testWho {
	font-style:italic;
 	font-weight:bold;
	color:#500;
	text-align:right;
}

.galleryIframe {
	background-color:transparent;
	border:0;
	width:640px;
	height:720px;
	margin:0 auto;
}

.galleryDiv {
	width:640px;
	height:720px;
	margin:0 auto;
	margin-bottom:10px;
	border:0;
}

input, select, textarea {
	background-color:#e6e6e6;
}

#mailForm {
	width:50%;
	margin-bottom:10px;
}

.formLabelCell {
	text-align:right;
	font-weight:bold;
	font-style:italic;
	vertical-align:top;
}

.formLabelCellDouble {
	text-align:left;
	font-weight:bold;
	font-style:italic;
}

.formFieldCell {
	text-align:left;
}

#copyrightCell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	background-color:#561d02;
	color:#000;
	text-align:center;
}

#copyrightCell a {
	color:#ddd;
}

.blackBand {
	background-color:#000;
	height:4px;
	line-height:5px;
}

.whiteBand {
	background-color:#933205;
	height:4px;
	line-height:5px;
}

#HWSLogoContainer {
	text-align:center;
	margin:10px;
}