/*----- Global -----*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a4b3f;
	background-color: #ffffff;
}

a {
	color: #795b46;
}

h6 {
	padding: 0 10px 20px;
	font-size: 12px;
	color: #6a4b3f;
	text-align: right;
}


/*----- Header (logo, phone) -----*/
#header {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}
#headerContent {
	position: relative;
	width: 100%;
	height: 105px;
}
#headerLogo {
	position: absolute;
	top: 20px;
	left: 10px;
}
#headerLogo img {
	border: none;
}
#headerTools {
	display: none;
}
#headerAction {
	display: none;
}
#headerPhone {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #825d3f;
	text-align: center;
	background: none;
}
#headerPhone span {
	display: block;
	width: 120px;
	height: 22px;
	padding: 5px 3px 3px;
	background: none;
}
#headerSearch {
	display: none;
}


/*----- Navigation -----*/
#nav {
	display: none;
}


/*----- Main Content (container) -----*/
#content {
	position: relative;
	width: 100%;
	margin-top: 115px;
	background-color: #ffffff;
}
#contentContainer {
	position: relative;
	width: 100%;
	padding: 10px 0;
}
#viewSamples {
	display: none;
}

/*----- Primary Content (text, actions, gallery, testimonial) -----*/
#contentPrimary {
	position: relative;
	width: 100%;
}
#contentPrimary h4 {
	position: relative;
	padding: 0 0 1px 22px;
	font-size: 16px;
	color: #a57d5c;
	background: url(../images/header_gallery.gif) center left no-repeat;
	border-bottom: 1px solid #ebd5b9;
}
#contentText {
	padding: 3px 10px 0;
	background-color: #ffffff;
}
#contentTextTop {
	display: none;
}
#contentTextBottom {
	display: none;
}
#contentText h1 {
	position: relative;
	margin: 0 0 3px;
	padding: 0 5px 1px 0;
	font-size: 16px;
	color: #825d3f;
	border-bottom: 1px solid #ebd5b9;
}
#contentText h1.homeIcon {
	background: none;
}
#contentText h1.servicesIcon {
	background: none;
}
#contentText h1.galleryIcon {
	background: none;
}
#contentText h1.aboutIcon {
	background: none;
}
#contentText h1.newsIcon {
	background: none;
}
#contentText h1.faqIcon {
	background: none;
}
#contentText h1.testimonialsIcon {
	background: none;
}
#contentText h1.contactIcon {
	background: none;
}
#contentText h1.discountsIcon {
	background: none;
}
#contentText h1.linksIcon {
	background: none;
}
#contentText h1.sitemapIcon {
	background: none;
}
#contentText h1.errorIcon {
	background: none;
}
#contentText h1.weddingIcon {
	background: none;
}
#contentText h1.holidayIcon {
	background: none;
}
#contentText h2 {
	padding: 0 5px 12px;
	font-size: 12px;
	color: #a57d5c;
}
#contentText h3 {
	padding: 0 0 3px 5px;
	font-size: 14px;
	color: #a57d5c;
}
#contentText h5 {
	margin: 5px 0 0;
	padding: 20px 0 10px;
	font-size: 13px;
	color: #a57d5c;
	text-align: center;
	border-top: 1px solid #ebd5b9;
}
#contentText p {
	padding: 0 0 16px;
	font-size: 12px;
	color: #6a4b3f;
	line-height: 16px;
}
#contentText em {
	color: #a57d5c;
}
#contentText ul, #contentText ol {
	padding: 0 0 15px 40px;
	font-size: 12px;
	color: #000000;
}
#contentText li {
	padding-bottom: 6px;
}
#contentText a {
	font-weight: bold;
}
#contentText a:link, #contentText a:visited {
	color: #000000;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #a57d5c;
	text-decoration: underline;
}
#contentText hr {
	margin-bottom: 20px;
}

#contentTextFAQ {
	padding: 5px;
}
#contentTextFAQ div {
	margin-bottom: 15px;
}
#contentTextFAQ h3 {
	position: relative;
	margin-bottom: 12px;
	padding: 5px 0 5px 8px;
	font-size: 14px;
	color: #825d3f;
	background-color: #f9efd1;
	border-top: 1px solid #a57d5c;
	border-bottom: 1px solid #a57d5c;
}
#contentTextFAQ h3 span {
	margin-right: 5px;
}
#contentTextFAQ h3 a {
	position: absolute;
	top: 5px;
	right: 8px;
	padding: 1px 0 1px 20px;
	font-size: 12px;
}
#contentTextFAQ h3 a:link, #contentTextFAQ h3 a:visited {
	color: #000000;
	text-decoration: none;
	background: url(../images/play_sm_off.gif) center left no-repeat;
}
#contentTextFAQ h3 a:hover, #contentTextFAQ h3 a:active {
	color: #724b2a;
	text-decoration: underline;
	background: url(../images/play_sm_on.gif) center left no-repeat;
}
#contentTextFAQ p {
	margin: 0 20px;
}

#contentHelp {
	font-size: 16px;
	text-align: center;
	background-color: #f9efd1;
	border-top: 1px solid #a57d5c;
	border-bottom: 1px solid #a57d5c;
}
#contentHelp a {
	display: block;
	padding: 10px;
}
#contentHelp a:link, #contentHelp a:visited {
	color: #825d3f;
	text-decoration: none;
}
#contentHelp a:hover, #contentHelp a:active {
	color: #000;
	text-decoration: none;
}

#viewVideo {
	display: none;
}

#contentCards {
	padding-top: 10px;
	text-align: center;
}
#contentCards img {
	border: 1px solid #f2d7b3;
}

.photo {
	float: right;
	padding: 0 0 10px 10px;
}

.sticky {
	width: 480px;
	margin-bottom: 20px;
	padding: 20px 30px 40px;
	font-size: 12px;
	color: #323232;
	background: #ffffff url(../images/testimonial_corner.gif) bottom left no-repeat;
}
.sticky h5 {
	float: right;
	padding: 0 0 0 25px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/header_testimonials.gif) center left no-repeat;
}
.sticky p {
	padding: 0 0 15px;
	line-height: 16px;
}
.sticky label {
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.sticky input {
	width: 252px;
	height: 20px;
	padding: 5px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background-color: #fef895;
	border: 1px solid #cccccc;
}
.sticky select {
	width: 252px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background-color: #fef895;
	border: 1px solid #cccccc;
}
.sticky textarea {
	width: 330px;
	height: 150px;
	padding: 5px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background-color: #fef895;
	border: 1px solid #cccccc;
}
#contentFormButton {
	width: 85%;
	margin: 20px 0 0;
	text-align: right;
}
#contentFormButton input {
	width: 67px;
	height: 34px;
	padding: 0;
	border: none;
}

/*----- Content Actions (left, right) -----*/
#contentActions {
	display: none;
}

/*----- Content Gallery Tab Content -----*/
.contentGallery {
	clear: both;
	position: relative;
	padding: 10px 0;
	background: none;
}

.shadeTabs {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabs li {
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	background: none;
}
.shadeTabs li a {
	float: left;
	color: #825d3f;
	text-decoration: none;
	background: none;
}
.shadeTabs li a span {
	display: block;
	float: none;
	padding: 5px 8px;
	background: none;
}
.shadeTabs li a:hover {
	color: #f9efd1;
	text-decoration: none;
}
.shadeTabs li.selected {
	position: relative;
	top: 2px;
	background: none;
}
.shadeTabs li.selected a { /*selected main tab style */
	background: none;
}
.shadeTabs li.selected a span { /*selected main tab style */
	color: #000000;
	background: none;
}

.tabContentContainer { /*style of tab content container*/
	clear: both;
	width: 530px;
	height: 102px;
	padding: 10px 0 0px 10px;
	background: none;
}
.tabContentContainer a {
	margin-right: 2px;
	float: left;
}
.tabContentContainer a:link, .tabContentContainer a:visited {
	border: 2px solid #9a7c57;
}
.tabContentContainer a:hover, .tabContentContainer a:active {
	border: 2px solid #faf161;
}
.tabContentContainer img {
	padding: 4px;
	background-color: #ffffff;
	border: none;
}
.tabContent {
	display: none;
}

/*----- Link Tooltips -----*/
#dhtmltooltip {
	display: none;
}

/*----- Secondary Content (free job quote form) -----*/
#contentSecondary {
	display: none;
}


/*----- Content Footer (footer links) -----*/
#contentFooter {
	display: none;
}


/*----- Site Footer -----*/
#footer {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	font-size: 11px;
	color: #6a4b3f;
	text-align: center;
	border-top: 0;
}
#footerContent {
	width: 100%;
}
#footerContent p {
	padding: 8px 0;
}
#footerContent a:link, #footerContent a:visited {
	color: #000000;
	text-decoration: none;
}
#footerContent a:hover, #footerContent a:active {
	color: #a57d5c;
	text-decoration: none;
	background-color: #f9efd1;
}


/*----- Drop Down Menu -----*/
.dropmenudiv {
	display: none;
}


/*----- Gallery Lightbox -----*/
#lightbox {
	display: none;
}
