/*----- Global -----*/
* {
	margin: 0;
	padding: 0;
}

body {
	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: 760px;
	height: 105px;
	margin: 0 auto;
}
#headerLogo {
	position: absolute;
	top: 10px;
	left: 290px;
}
#headerLogo img {
	border: none;
}
#headerTools {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#headerTools a {
	padding: 0 2px;
}
#headerTools a:link, #headerTools a:visited {
	color: #795b46;
	text-decoration: none;
}
#headerTools a:hover, #headerTools a:active {
	color: #795b46;
	text-decoration: underline;
}
#headerAction {
	position: absolute;
	top: 28px;
	left: 25px;
}
#headerPhone {
	position: absolute;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: #b4946c url(../images/phonetab_left.gif) bottom left no-repeat;
}
#headerPhone span {
	display: block;
	width: 120px;
	height: 22px;
	padding: 5px 3px 3px;
	background: url(../images/phonetab_right.gif) bottom right no-repeat;
}
#headerSearch {
	position: absolute;
	top: 70px;
	right: 10px;
}
#headerSearch input.field {
	width: 130px;
}
#headerSearch input.button {
	padding: 0 6px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7e9db9;
	border: 1px solid #7e9db9;
}


/*----- Navigation -----*/
#nav {
	position: relative;
	width: 100%;
	height: 38px;
	background-color: #a57d5c;
}
#navContainer {
	position: relative;
	top: 1px;
	width: 100%;
	background-color: #f2d7b3;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#navItems {
	position: relative;
	width: 760px;
	height: 25px;
	margin: 0 auto;
}
#navItems ul {
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#navItems ul li {
	float: left;
	list-style-type: none;
}
#navItems a {
	float: none;
	display: block;
	margin: 0 11px;
	padding: 5px 0 5px 20px;
}
#navItems a:link, #navItems a:visited {
	color: #795b46;
	text-decoration: none;
}
#navItems a:hover, #navItems a:active {
	color: #000000;
	text-decoration: none;
}
#navItems a.navHomeIcon {
	background: url(../images/nav_home.jpg) center left no-repeat;
}
#navItems a.navServicesIcon {
	background: url(../images/nav_services.jpg) center left no-repeat;
}
#navItems a.navGalleryIcon {
	background: url(../images/nav_gallery.jpg) center left no-repeat;
}
#navItems a.navAboutIcon {
	background: url(../images/nav_about.jpg) center left no-repeat;
}
#navItems a.navNewsIcon {
	background: url(../images/nav_news.jpg) center left no-repeat;
}
#navItems a.navFAQIcon {
	background: url(../images/nav_faq.jpg) center left no-repeat;
}
#navItems a.navTestimonialsIcon {
	background: url(../images/nav_testimonials.jpg) center left no-repeat;
}
#navItems a.navContactIcon {
	background: url(../images/nav_contact.jpg) center left no-repeat;
}


/*----- Main Content (container) -----*/
#content {
	position: relative;
	width: 100%;
	margin-top: 148px;
	background-color: #f9efd1;
}
#contentContainer {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 20px;
}
#field {
	display: none;
}

/*----- Primary Content (text, actions, gallery, testimonial) -----*/
#contentPrimary {
	position: relative;
	width: 540px;
}
#contentPrimary h4 {
	position: relative;
	
	padding: 0 0 1px 22px;
	font-size: 16px;
	color: #a57d5c;
	background: url(../images/header_gallery.jpg) center left no-repeat;
	border-bottom: 1px solid #ebd5b9;
}
#contentText {
	padding: 3px 10px 0;
	background-color: #ffffff;
}
#contentTextTop {
	height: 10px;
	background: url(../images/content_top.gif) top left no-repeat;
}
#contentTextBottom {
	height: 10px;
	margin-bottom: 10px;
	background: url(../images/content_bottom.gif) top left no-repeat;
}
#contentText h1 {
	position: relative;
	margin: 0 0 3px;
	padding: 0 5px 1px 22px;
	font-size: 16px;
	color: #825d3f;
	border-bottom: 1px solid #ebd5b9;
}
#contentText h1.homeIcon {
	background: url(../images/header_home.jpg) center left no-repeat;
}
#contentText h1.servicesIcon {
	background: url(../images/header_services.jpg) center left no-repeat;
}
#contentText h1.galleryIcon {
	background: url(../images/header_gallery.jpg) center left no-repeat;
}
#contentText h1.aboutIcon {
	background: url(../images/header_about.jpg) center left no-repeat;
}
#contentText h1.newsIcon {
	background: url(../images/header_news.jpg) center left no-repeat;
}
#contentText h1.faqIcon {
	background: url(../images/header_faq.jpg) center left no-repeat;
}
#contentText h1.testimonialsIcon {
	background: url(../images/header_testimonials.jpg) center left no-repeat;
}
#contentText h1.contactIcon {
	background: url(../images/header_contact.jpg) center left no-repeat;
}
#contentText h1.discountsIcon {
	background: url(../images/header_discounts.jpg) center left no-repeat;
}
#contentText h1.linksIcon {
	background: url(../images/header_links.jpg) center left no-repeat;
}
#contentText h1.sitemapIcon {
	background: url(../images/header_sitemap.jpg) center left no-repeat;
}
#contentText h1.errorIcon {
	background: url(../images/header_error.jpg) center left no-repeat;
}
#contentText h1.weddingIcon {
	background: url(../images/header_wedding.jpg) center left no-repeat;
}
#contentText h1.holidayIcon {
	background: url(../images/header_holiday.jpg) center left no-repeat;
}
#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 5px 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: 20px;
	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;
}
#contentTextFAQ .icon {
	cursor: hand;
	cursor: pointer;
}

#contentHelp {
	position: relative;
	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 {
	position: absolute;
	z-index: 1;
	top: 7px;
	right: 15px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#viewVideo a {
	display: block;
	padding: 2px 0 2px 25px;
	background: url(../images/play_lg_off.gif) center left no-repeat;
}
#viewVideo a:link, #viewVideo a:visited {
	color: #a57d5c;
	text-decoration: none;
}
#viewVideo a:hover, #viewVideo a:active {
	color: #724b2a;
	text-decoration: underline;
	background: url(../images/play_lg_on.gif) center left no-repeat;
}

#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 table {
	margin: 0 auto;
}
.sticky table td {
	padding: 8px;
}
.sticky h5 {
	float: right;
	padding: 0 0 0 23px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/header_testimonials.jpg) 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 {
	position: relative;
	height: 100px;
	margin-bottom: 10px;
}
#contentActions img {
	border: 0;
}
#leftAction {
	float: left;
	width: 265px;
	margin-right: 10px;
}
#rightAction {
	float: left;
	width: 265px;
}

/*----- Content Gallery Tab Content -----*/
.contentGallery {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0 ;
	background: url(../images/gallery_bottom.gif) bottom left no-repeat;
}

.shadeTabs {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabs li {
	float: left;
	margin: 0 6px 0 0;
	text-align: center;
	background: url(../images/gallery_tc.gif) top left repeat-x;
}
.shadeTabs li a {
	float: left;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/gallery_tl.gif) top left no-repeat;
}
.shadeTabs li a span {
	display: block;
	float: none;
	padding: 5px 8px;
	background: url(../images/gallery_tr.gif) top right no-repeat;
}
.shadeTabs li a:hover {
	color: #f9efd1;
	text-decoration: none;
}
.shadeTabs li.selected {
	position: relative;
	top: 2px;
	background: url(../images/gallery_tc_over.gif) top left repeat-x;
}
.shadeTabs li.selected a { /*selected main tab style */
	background: url(../images/gallery_tl_over.gif) top left no-repeat;
}
.shadeTabs li.selected a span { /*selected main tab style */
	color: #faf161;
	background: url(../images/gallery_tr_over.gif) top right no-repeat;
}

.tabContentContainer { /*style of tab content container*/
	clear: both;
	width: 530px;
	height: 102px;
	padding: 10px 0 0px 10px;
	background: #b4946c url(../images/gallery_corner.gif) top right no-repeat;
}
.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 {
	position: absolute;
	z-index: 98;
	visibility: hidden;
	left: -300px;
	width: auto;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	text-align: center;
	background-color: #fef895;
	border: 1px solid #323232;
}
#dhtmlpointer {
	position: absolute;
	z-index: 99;
	left: -300px;
	visibility: hidden;
}

/*----- Secondary Content (free job quote form) -----*/
#contentSecondary {
	position: absolute;
	top: -5px;
	left: 550px;
	width: 210px;
}
#contentSecondaryForm {
	background: url(../images/form1_bg.gif) top left repeat-y;
}
#contentSecondaryFormHeader {
	position: relative;
	width: 210px;
	height: 67px;
	background: url(../images/form1_header.gif) top left no-repeat;
}
#contentSecondaryForm p {
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #323232;
}
#contentSecondaryForm form {
	margin: 0 22px 0 18px;
	padding: 0;
}
#contentSecondaryForm input {
	width: 150px;
	height: 20px;
	margin-bottom: 10px;
	padding: 5px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background-color: #fef895;
	border: none;
}
#contentSecondaryForm textarea {
	width: 150px;
	height: 100px;
	margin-bottom: 10px;
	padding: 5px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	background-color: #fef895;
	border: none;
}
#contentSecondaryFormButton {
	text-align: right;
}
#contentSecondaryFormButton input {
	width: 67px;
	height: 34px;
	margin: 0;
	padding: 0;
}
#contentSecondaryFormFooter {
	width: 210px;
	height: 50px;
	background: url(../images/form1_footer.gif) top left no-repeat;
}


/*----- Content Footer -----*/
#contentFooter {
	position: relative;
	width: 100%;
	background-color: #a57d5c;
	border-top: 5px solid #ffffff;
}
#contentFooterLinks {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
}
#contentFooterLinks a:link, #contentFooterLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#contentFooterLinks a:hover, #contentFooterLinks a:active {
	color: #f2d7b3;
	text-decoration: none;
}


/*----- Site Footer -----*/
#footer {
	position: relative;
	top: 1px;
	width: 100%;
	padding-bottom: 10px;
	font-size: 11px;
	color: #6a4b3f;
	text-align: center;
	border-top: 1px solid #a57d5c;
}
#footerContent {
	width: 760px;
	margin: 0 auto;
}
#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 {
	position: absolute;
	z-index: 97;
	top: 0;
	width: 115px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color: #F9EFD1;
	border-left: 5px solid #A57D5C; /*THEME CHANGE HERE*/
	border-right: 5px solid #A57D5C; /*THEME CHANGE HERE*/
	border-bottom: 5px solid #A57D5C; /*THEME CHANGE HERE*/
	visibility: hidden;
}

.dropmenudiv a {
	display: block;
	width: auto;
	padding: 2px 0 0 5px;
	font-weight: bold;
	color: #825d3f;
	text-indent: 3px;
	text-decoration: none;
	border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #EBD5B9; /*THEME CHANGE HERE*/
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F2D7B3;
}


/*----- Gallery Lightbox -----*/
#lightbox {
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 0;
	width: 100%;
	line-height: 0;
	text-align: center;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #ffffff;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 25%;
	line-height: 0;
	text-align: center;
}
#hoverNav {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	display: block;
	width: 49%;
	height: 100%;
	background: transparent url(../images/lb_blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink {
 float: left;
 left: 0;
}
#nextLink {
	float: right;
	right: 0;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lb_prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lb_next.gif) right 15% no-repeat;
}

#imageDataContainer {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	background-color: #ffffff;
}

#imageData {
	padding: 0 12px;
}
#imageData #imageDetails {
	float: left;
	width: 70%;
	text-align: left;
}	
#imageData #caption {
	font-size: 12px;
	font-weight: bold;
	color: #585858;
}
#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	float: right;
	width: 66px;
	padding-bottom: 0.7em;
}	
		
#overlay {
	position: absolute;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #000;
	/*filter:alpha(opacity=60);*/
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

/*----- Content Float Fix -----*/
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

* html>body .clearfix {
	display: block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
