/*
COLOR PALLETTE
silver border: #E2DEDC
light grey background: #F8F8F0
dark grey: #4B4B4B
tan: #AAA57F
deep red: #68141E
*/

/* global resets */
* {border: none; outline: 0; padding: 0; margin: 0;}

/* generic classes */
.clearBoth {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatLeft {float: left;}
.floatRight {float: right;}
.invisible {display: none;}

body {
	background: #AAA57F;
	Font-family: "Times New Roman", Times, serif;
	color: #5D5C5C;
}

a, h2, #contactInfo {
	Font-family: "Gill Sans", Gill Sans, "Century Gothic", Times, serif;
}

#wrapper {
	width: 740px;
	margin: 42px auto 22px auto;
	padding-top: 147px;
	border: 2px solid #E2DEDC;
	position: relative;
	background: #FFFFFF url(../images/banner.jpg) no-repeat top;
}

#nameBand {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 24px;
	border-top: 1px solid #E2DEDC;
	border-bottom: 1px solid #E2DEDC;
	background: #68141E;
	text-align: center;
	z-index: 2;
}

#navBar {
	width: 740px;
	background: #F8F8F0 url(../images/navBarBg.png) no-repeat bottom;
	height: 21px;
}

a.nav, .sf-menu {
	position: absolute;
	top: 151px;
	z-index: 4;
}

ul.sf-menu {
	top: 152px; /* see ie styles */
}

a.nav, .sf-menu a {
	text-transform:uppercase;
	color: #A61E2E;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}


/*** CUSTOMIZED SUPERFISH --> note: alterations easily break various browsers ***/

.sf-menu a {
	text-transform:uppercase;
	color: #A61E2E;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}

.sf-menu {
	float: left;
	position: absolute;
	top: 150px;
	left: 442px;
}

.sf-menu ul {
	margin-top: -25px; /* see ie styles */
	margin-left: 2px;
}

.sf-menu li.current ul {
	background: #F8F8F0;
	border: 1px solid #E2DEDC;
}

.sf-menu li li {
	padding: 10px 5px 5px 10px;
	
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-sub-indicator {
	display: none;
}

/*** END CUSTOMIZED SUPERFISH ***/

a.nav:hover, a#galleryLink:hover, .sf-menu li a:hover {
	color: #E2DEDC;
}

a.nav .current {
	color: #CECAC8;
}

#galleryLink {
	left: 341px;	
}

#homeLink {
	left: 40px;
}

#aboutLink {
	left: 120px;
}

#tipsLink {
	left: 200px;
}

#directionsLink {
	left: 510px;
}

#corporateLink {
	left: 620px;
}

#navSlider { /* for x-position see conditional in includes/head.inc.php */
	position: absolute;
	top: 165px;
	z-index: 10;
}

#navCircle { 
	position: absolute;
	top: 118px; /* see ie styles */
	left: 331px;
	z-index: 2;
}

#contactInfo {
	position: absolute;
	top: -20px;
	right: 0px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#contactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#contactInfo a:hover {
	color: #68141E;
}

#content {
	padding: 40px 0 60px 0;	
	width: 100%;
	float: left;
}

#column1 {
	width: 275px;
	float: left;
	margin-left: 32px;
	display: inline;
	margin-bottom:25px;
}

#column2 {
	width: 370px;
	float: right;
	margin-right: 32px;
	display: inline;
	margin-bottom:25px;
}


.pageHeader {
	text-transform: uppercase;
	font-size: 13px;
	color: #AAA57F;
	margin-bottom: 15px;
	font-weight: normal;
}

.extraMarg {
	margin-top: 20px;
}

p {
	color: #5D5C5C;
	margin: 5px 0 10px 0;
	font-size: 13px;
	line-height: 17px;
}

#content a {
	font-family: "Times New Roman", Times, serif;
	color: #A61E2E;
	text-decoration: none;
}

#content a:hover {
	background: #F6F6F6;
}

.bulletGrey {
	padding-left: 5px;
}

#content .hilite {
	color: #68141E;
	font-size: 16px;
}

.divider {
	height: 1px;
	width: 674px;
	border-bottom: 1px solid #E2DEDC;
	float: left;
	display: inline;
	margin: 20px 0 20px 32px;
}

#footer {
	height: 40px;
	background: #F8F8F0;
	border-top: 1px solid #E2DEDC;
	clear: both;
}

#footerLogo {
	margin: 7px 0 0 30px;
	float: left;
}

#footerText {
	margin: 14px 0 0 20px;
	float: left;
	font-size: 10px;
	letter-spacing: 1px;
	color: #4B4B4B;
	text-transform: uppercase;
}

/*
#####################################
#########   HOMEPAGE STYLES   #######
#####################################
*/

#homeThumbs {
	margin-top: 36px;
}

#homeThumbs img {
	float: left;
	margin-right: 5px;
}

#testimonialWrap {
	float: left;
	display: inline;
	clear: both;
	margin-left: 32px;
	width: 674px;
	height: 100px;
	padding-top: 10px;
}

#testimonial p {
	float: left;
	display: inline;
	font-style: italic;
	width: 540px;
	margin-left: 60px;
	font-size: 14px;
	line-height: 20px;
}

#testimonial .source {
	font-style: normal;
	float: right;
	margin-right: 20px;
}


#featuredImg {
	margin: 50px 0 10px 0;
}


/*
#####################################
#########   ABOUT US STYLES   #######
#####################################
*/


#ownerLinks {
	float: left;
	display: inline;
	margin-left: 32px;
	min-height: 170px;
}

#ownerLinks ul {
	list-style: none;
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#content #ownerLinks ul li {
	margin-bottom: 5px;
}

#ownerLinks a {
	font-size: 13px;
	cursor: pointer;
	padding-left: 20px;
}

#ownerLinks a:hover {
	background-color: #FFF;
}

.ownerText {
	width: 470px;
	float: right;
	margin-right: 32px;
	display: inline;
}

#ownerLinks a.selected {
	background: url(../images/bulletGrey.gif) no-repeat left;
}


/*
####################################
#########   SHOP STYLES   #######
####################################
*/



#productInfo {
	clear: both;
	margin-left: 32px;
	margin-right: 32px;
}

.title {
	color: #68141E;
	font-weight: bold;
}

table#shop {
	float: left;
	display: inline;
	clear: both;
	display: inline;
	margin: 20px 0 0 64px;
	font-size: 13px;
}

table#shop td {
	vertical-align: middle;
	padding: 10px 10px 0 0;
}


table#shop td.buy {
	padding-left: 30px;
	vertical-align: middle;
	padding-top: 0;
}

table#shop td.text {
	width: 300px;
}

#checkout {
	text-align: right;
	margin-right: 28px;

}

/*
######################################
#########   TILE SHOP STYLES   #######
######################################
*/

#tileContainer {
	clear: both;
	float: left;
	display: inline;
	margin-left: 32px;
	width: 674px;
}

#tabNav {
	text-align: left;
	list-style: none;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #E2DEDC;
}


#tabNav li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 3px 8px 0 8px;
	border-top: 1px solid #E2DEDC;
	border-right: 1px solid #E2DEDC;
	border-left: 1px solid #E2DEDC;
	border-bottom: none;
	background: #F8F8F0;
}

#tabNav li:hover {
	background-color: #FFF;
}

#tabNav li a:hover {
	background: none;
}

#tabNav li.tabs-selected a:hover {
	background:;
}

#tabNav li.tabs-selected  {
	background: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#six, #eight {
	margin-top: 50px;
}

table.tileTable {
	margin-top: 20px;
	margin-left: 32px;
}

td.tileCell {
	width: 150px;
	text-align: center;
	height: 150px;
}


.tileType {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #5D5C5C;
	clear: both;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/***********************
*** TILE DETAIL PAGE ***
***********************/

#tileDetail {
	clear: both;
	float: left;
	display: inline;
	height: 300px;
	width: 660px;
	margin: 40px 0 0 0;
	position: relative;
}

#tileImg {
	position: absolute;
	top: 0px;
	left: 0px;
}

#frameImg {
	position: absolute;
	top: 172px;
	left: 0px;
	display:none;
}


#tileText {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#tileName {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}

#tileSize {
	font-size: 14px;
	margin-left: 5px;
	
}

#tilePrice {
	margin-left: 40px;
}

form#tileForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#price {
	margin-bottom: 10px;
	line-height: 24px;
}

#finish {
	line-height: 24px;
}


#frameColor {
	display: none; /* altered via js in tile.php */
	position: absolute;
	bottom: -60px;
	line-height: 24px;
	width: 300px;
}

.frameSize {
	color: #999999;
	font-size: 11px;
}

.option {
	margin-right: 20px;	
}

#buyButton {
	position: absolute;
	bottom: -15px;
	right: 10px;
}

#checkoutButton {
	position: absolute;
	top: 510px;
	right: 10px;
}


/***********************
*** EMAIL SIGNUP PAGE ***
***********************/
.emailsignup {
	padding-left:20px;
	font-size:12px;
	line-height:33px;
}

.emailtext{
	background-color:#f0f0f0;
	padding:5px;
	width: 40%;
	margin-left: 5px;
}

.address {
	width:150px;
}

.state {
	width:50px;
}

.city {
	width:150px;
}

.zip {
	width:50px;
}

/***********************
*** CORPORATE PAGE ***
***********************/
ul.corporate {
list-style:square;
	font-size:12px;
	padding-left:25px;
}

/***********************
*** POSTER-PAK PAGE ***
***********************/
ul.posterpak {
	list-style:none;
	font-size:15px;
	line-height:22px;
	padding-left:25px;
	font-weight:lighter;
	color:#5D5C5C;
}

.upto {
	font-size:12px;
	font-style:italic;
	color:#aaa57f;
}






/*
####################################
#########   GALLERY STYLES   #######
####################################
*/


ul.gallery {
	list-style: none;
}

#intro {
	position: absolute;
	top: -5px;
	left: 0px;
	height: 320px;
	width: 185px;
	padding: 20px;
	border-right: 1px solid #E2DEDC;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

#galleryWrap {
	border: 1px solid #E2DEDC;
	width: 676px;
	height: 360px;
	float: left;
	display: inline;
	margin-left: 32px;
	position: relative;
	background: #F8F8F0;
}

table#imgContainer {
	height: 275px;
	width: 450px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #E2DEDC;
}

td#mainImg {
	vertical-align: middle;
	text-align: center;
}

.heading, .caption { 
	width: 400px;
	position: absolute;
	right: 25px;
	text-align: left;
	font-size: 13px;
}


.heading {
	top: 280px;
	font-weight: bold;
}

.caption {
	top: 300px;
}

#galleryNav {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 175px;
	font-size: 15px;
}

#galleryNav #previous {
	padding-left: 20px;
	background: url(../images/buttonPrevious.gif) no-repeat left;
	float: left;
}

#galleryNav #next {
	padding-right: 20px;
	background: url(../images/buttonNext.gif) no-repeat right;
	float: right;
}

/* Galleria styles */
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


/*
###########################################
#########   SUPERFISH MENU STYLES   #######
###########################################
*/



/*** ESSENTIAL STYLES DO NOT ALTER ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*
#####################################
#########   THICKBOX STYLES   #######
#####################################
*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/ /* adjusted */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #A61E2E;}
#TB_window a:visited {color: #A61E2E;}
#TB_window a:hover {color: #A61E2E;}
#TB_window a:active {color: #A61E2E;}
#TB_window a:focus{color: #A61E2E;}

#TB_window h2 {
	color: #C07A0E;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#TB_window p {
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0 0 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../js/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #FFFFFF; /* adjusted */
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px solid #E2DEDC; /* adjusted */
	text-align:left;
	top:50%;
	left:48%;
	padding: 20px 20px 0 20px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0 0 0 0; /* adjusted */
	border-right: none; /* adjusted */
	border-bottom: none; /* adjusted */
	border-top: none; /* adjusted */
	border-left: none; /* adjusted */
}

#TB_caption{
	height:auto;
	padding: 15px 30px 25px 25px; /* adjusted */
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding: 5px 25px 10px 5px;
	position: absolute;
	bottom: -10px;
	right: -10px;
}

#TB_secondLine {
	padding-top: 5px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
	

