@charset "utf-8";

/*colors:
a color: #3a586c
hover color: #B38240
p, header, border, copy: #65564F
alt headers: #333
blue(bright): #3a586c
blue(dull): #3a586c
green: #bbc595
red: #f1aea8
cream: #edd5ac
lightbrown: #B38240
*/


html {
	margin: 0px;
	padding: 0px;
	min-width: 980px; /*needed to keep bkgd image from collapsing*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 0;
	color:#65564F;
	font-weight:bold;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#65564F;
	font-weight:bold;
}
body.homePg { /*home page only*/
	background-color:#000;
	margin: 0px;
	padding: 0px;
	margin-left: -30px;
	background-image: url(../imgs/bkgdHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.page { /*template pages only*/
	background-color:#000;
	margin: 0px;
	padding: 0px;
	margin-left: -30px;
	background-image: url(../imgs/bkgdPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #3a586c;
}
a:focus, a:hover, a:active, a.current {
	text-decoration: none;
	color: #B38240;
}
a {
   outline: 0;
   outline: none;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #65564F;
}
h1, h2, h3, h4, p {
	margin:0px;
	padding:0px;
}
#containerHome { /*home page only*/
	margin: 0px;
	padding: 0px;
	margin-left: auto;
  	margin-right: auto;
	background-image: url(../imgs/bodyHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	min-height: 719px;
}
#containerPage { /*template pages only*/
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imgs/headPage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 100%;
}




/*------------navigation:-----------------*/
#banner {
	display: block;
	height: 61px;
}
.nav {
	margin-left: auto;
  	margin-right: auto;
	padding-top: 0px;
	width: 980px;
	height: 140px;
}
#leftBlock {
	float: left;
	width: 346px;
	height: 140px;
}
.home {
	display: block;
	float:left;
	margin-left: 68px;
	width: 105px;
	height: 82px;
}
.home:hover, .home a:focus, .home a:hover, .home a:active {
	display: block;
	float:left;
	display: block;
	margin-left: 68px;
	width: 105px;
	height: 82px;
	background-image: url(../imgs/homeBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.photos {
	display: block;
	float:left;
	clear: left;
	margin-left: 170px;
	width: 113px;
	height: 55px;
}
.photos:hover, #photosPg .photos {
	display: block;
	float:left;
	clear: left;
	margin-left: 170px;
	width: 113px;
	height: 55px;
	background-image: url(../imgs/photosBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.calendar {
	display: block;
	float:left;
	margin-left: 53px;
	width: 120px;
	height: 85px;
}
.calendar:hover {
	display: block;
	float:left;
	margin-left: 53px;
	width: 120px;
	height: 85px;
	background-image: url(../imgs/calendarBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#centerBlock {
	display: block;
	float: left;
	clear: none;
	width: 136px;
	height: 140px;
}
.reviews {
	display: block;
	float: left;
	clear: left;
	width: 135px;
	height: 53px;
}
.reviews:hover, #reviewsPg .reviews {
	display: block;
	float: left;
	clear: left;
	width: 135px;
	height: 53px;
	background-image: url(../imgs/reviewsBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.shop {
	display: block;
	float: left;
	margin-left: 68px;
	width: 68px;
	height: 87px;
}
.shop:hover, #shopPg .shop {
	display: block;
	float: left;
	margin-left: 68px;
	width: 68px;
	height: 87px;
	background-image: url(../imgs/shopBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.promo {
	display: block;
	float: left;
	margin-left: 73px;
	width: 77px;
	height: 140px;
}
.promo:hover, #promoPg .promo {
	display: block;
	float: left;
	margin-left: 73px;
	width: 77px;
	height: 140px;
	background-image: url(../imgs/promoBtn.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.guest {
	display: block;
	float: left;
	width: 83px;
	height: 140px;
}
.guest:hover, #guestPg .guest {
	display: block;
	float: left;
	width: 83px;
	height: 140px;
	background-image: url(../imgs/guestBtn.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mail {
	display: block;
	float: left;
	width: 88px;
	height: 140px;
}
.mail:hover {
	display: block;
	float: left;
	width: 88px;
	height: 140px;
	background-image: url(../imgs/mailBtn.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
.contact {
	display: block;
	float: left;
	width: 91px;
	height: 140px;
}
.contact:hover {
	display: block;
	float: left;
	width: 91px;
	height: 140px;
	background-image: url(../imgs/contactBtn.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}
/**************************************navigation end***************************************/




/**************************************home page elements***********************************/
#bodyHome { /*home page only*/
	margin-bottom: 20px;
	width: 980px;
	height: 600px;
}
#bodyPage { /*template pages only*/
	margin-bottom: 20px;
	width: 980px;
	min-height: 580px;
	display: block;
}
#bodyPage.guestPg, #bodyPage.promoPg, #bodyPage.photosPg, #bodyPage.shopPg { /*these pages only*/
	background-image:url(../imgs/pageContent600.jpg);
	background-repeat: no-repeat;
	background-position: 61px top;
	display: block;
}
#bodyPage.reviewsPg { /*reviews page only*/
	height: 680px;
	background-image:url(../imgs/pageContent680.jpg);
	background-repeat: no-repeat;
	background-position: 61px top;
}
#photosRotate {
	float: left;
	margin-top: 32px;
	margin-left: 141px;
	width: 239px;
	height: 216px;
	overflow: hidden;
}
#slides {
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #65564F;
}
#slides li img {
	border: 2px solid #000;
}
#slides li img:hover {
	border: 2px solid #B38240;
}
#postCard {
	float: left;
	margin-left: 68px;
	width: 314px;
	height: 225px;
	overflow: hidden;
}
#stamp {
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 2px;
	width: 85px;
	height: 85px;
	background-image:none;
	cursor: pointer;
}
#stamp:hover {
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 2px;
	width: 287px;
	height: 85px;
	background-image:url(../imgs/stamp.jpg);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}
#quotesContainer {
	float: left;
	clear: right;
	margin-top: 2px;
	margin-right: 20px;
}
#quotes {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #65564F;
}
#quotes span {
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
#twitter {
	float: right;
	margin-top: 43px;
	margin-right: 15px;
	width: 180px;
	height: 332px;
	z-index: 0;
}
#twitterBtn {
	float: right;
	width: 180px;
	height: 30px;
	background-image:none;
	cursor: pointer;
	display: block;
}
#twitterBtn:hover {
	float: right;
	width: 180px;
	height: 30px;
	background-image: url(../imgs/twitterBtn.jpg);
	background-position: 28px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}
#twitterFeed {  /*see widget.css for twitterfeed styles*/
	float: right;
	width: 180px;
	height: 299px;
	overflow: hidden;
	z-index: 0;
}
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered html body, iframe#twitter-widget-1.twitter-timeline.twitter-timeline-rendered html body {
	font-weight: bold !important;
}
#calendar {
	float: left;
	margin-top: 12px;
	margin-left: 27px;
	width: 380px;
	height: 190px;
}
#calLinks {
	float: left;
	margin-top: 17px;
	margin-left: 41px;
	width: 325px;
	height: 36px;
}
#calendarLink {
	display: block;
	float: left;
	width: 280px;
	height: 36px;
	background-image:none;
	cursor: pointer;
}
#calendarLink:hover {
	display: block;
	float: left;
	width: 280px;
	height: 36px;
	background-image: url(../imgs/calendarLink.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
/*see gcalendar-wrapper.php5 for further calendar styles*/


#rss {
	display: block;
	float: right;
	margin-top: 9px;
	background-image:none;
	width: 26px;
	height: 27px;
	cursor: pointer;
}
#rss:hover {
	display: block;
	float: right;
	background-image: url(../imgs/rss.jpg);
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	cursor: pointer;
}
.clear {
	float:left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#album {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 345px;
	height: 210px;
	background-image:none;
}
#album:hover {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 345px;
	height: 210px;
	background-image: url(../imgs/albumHover.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#socialLinks {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 210px;
	height: 114px;
}
#facebook {
	display: block;
	float: left;
	width: 128px;
	height: 57px;
	background-image:none;
}
#facebook:hover {
	display: block;
	float: left;
	width: 128px;
	height: 57px;
	background-image: url(../imgs/facebookBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#myspace {
	display: block;
	float: left;
	width: 128px;
	height: 57px;
	background-image:none;
}
#myspace:hover {
	display: block;
	float: left;
	width: 128px;
	height: 57px;
	background-image: url(../imgs/myspaceBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#youtube {
	display: block;
	float: right;
	width: 82px;
	height: 80px;
	background-image:none;
}
#youtube:hover {
	display: block;
	float: right;
	width: 82px;
	height: 80px;
	background-image: url(../imgs/youtubeBtn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#musicNotes {
	float: left;
	width: 640px;
	height: 110px;
	margin-left: 155px;
	margin-right: 185px;
}
#note01 {
	display: block;
	float: left;
	width: 85px;
	height: 110px;
	background-image:none;
}
#note01:hover {
	display: block;
	float: left;
	width: 85px;
	height: 110px;
	background-image: url(../imgs/note01.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#note02 {
	display: block;
	float: left;
	width: 105px;
	height: 110px;
	margin-left: 114px;
	background-image:none;
}
#note02:hover {
	display: block;
	float: left;
	width: 105px;
	height: 110px;
	margin-left: 114px;
	background-image: url(../imgs/note02.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#note03 {
	display: block;
	float: right;
	width: 105px;
	height: 110px;
	background-image:none;
}
#note03:hover {
	display: block;
	float: right;
	width: 105px;
	height: 110px;
	background-image: url(../imgs/note03.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
/**********************************end home page elements*******************************/



/**********************************contact form*******************************/

#contactForm a, #contactForm a:link, #contactForm a:visited {
	text-decoration: none;
	color: #3a586c;
}
#contactForm a:focus, #contactForm a:hover, #contactForm a:active, #contactForm a.current {
	text-decoration: none;
	color: #B38240;
}
#contactForm a {
   outline: 0;
   outline: none;
}
.box {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 980px;
	text-align: left;
	position: relative;
	z-index: 20;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#65564F;
}
#contactFormContainer {
	position: absolute;
	right: 80px;
	float: right;
	width: 500px;
	z-index: 100 !important;
}
#right {
	float: right;
	padding-left:10px;
	padding-top:40px;
	height: 249px;
	width: 220px;
	display: block;
}
#left {
	float: left;
	padding-right: 10px;
	height: auto;
	width: 220px;
	display: block;
}
#contactForm {
	float:left;
	padding: 20px;
	height: auto;
	width: 460px;
	background-image: url(../imgs/contactCard.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	display: none;
	z-index: 100 !important;
}
#contactLink {
	float:left;
	clear:both;
}
#contact label {
	display:block;
	padding:5px 0;
}
#contact label span {
	color: #A60706;
}
#contact input, #contact textarea {
	border:1px solid #65564F;
	padding:5px;
	width:195px;
	margin-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background-color:#edd5ac;
}
#contact textarea {
	width:195px;
	font-size:12px;
}
#contact input[type="submit"] {
	border:none;
	width:151px;
	height:32px;
	margin-top:5px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 2px solid #65564F;
	-webkit-appearance: none;
	background-color:#edd5ac;
	color:#3a586c;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	outline:none;
}
#contact input[type="submit"]:hover {
	border:none;
	width:151px;
	height:32px;
	margin-top:5px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 2px solid #65564F;
	-webkit-appearance: none;
	background-color:#bbc595;
	color:#65564F;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	outline:none;
}
.errormsg, .successmsg {
	background-color:#f1aea8;
	border:2px solid #65564F;
	color:#65564F;
	padding:5px;
	margin-top:-15px;
	margin-right:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	font-size:12px;
}
.successmsg {
	background-color:#bbc595;
	border:2px solid #65564F;
	color:#65564F;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
}
#success {
	display: none;
}
#contact input.lastname { /*for spam*/
	display:none;	
}
#lastnameContainer { /*for spam: this hides the lastname form field. bots will fill in this field causing the message to fail*/
	margin: 0px;
	padding: 0px;
	display:none;
}

/**********************************end contact form*******************************/



/**********************************footer***********************************************/
#footer {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: -2px;
	/*margin-left: 30px;*/
	/*position: fixed !important;*/
	z-index:15 !important;
	height: auto;
	width: 100%;
	min-width: 980px;
	float: left;
	text-align: center;
	display: block;
	bottom: 1px;
	font-size: 12px;
	background-image: url(../imgs/black80.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.fixed {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: -2px;
	margin-left: 30px !important;
	position: fixed !important;
	z-index:15 !important;
	height: auto;
	width: 100%;
	min-width: 980px;
	float: left;
	text-align: center;
	display: block;
	bottom: 1px;
	font-size: 12px;
	background-image: url(../imgs/black80.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#footer a:hover span {
	color: #F90;
}
#footer img {
	vertical-align: baseline;
}
#footer p {
	color: #B38240 !important;
}
#footer a {
	color: #B38240;
}
#footer a:hover {
	color: #edd5ac;
}

/**********************************misc*******************************/
#preloader {
	display:none;
}
#noscript-warning {
	font-family:sans-serif;
	font-size:24px;
	color:#FFEBC7;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 30;
	background-color: #000;
	text-align: center;
	left: 0px;
	top: 0px;
	padding-top:50px;
}
iframe {
	border:none;
	background:none;
}
#reviewsiframe { /*reviews page only*/
	float:left;
	width: 810px;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left:91px;
	background:none;
}




/**********************************guest book with Disqus*******************************/


#disqus_thread {
	float:left;
	position:relative;
	width: 800px;
	min-height: 1px;
	margin-top: -300px;
	margin-bottom: -140px !important;
	/*margin-left: 64px;*/
	padding-bottom: 20px;
	padding-left: 30px;
	z-index:10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#65564F;
}
#disqus_thread a {
	color: #3a586c;
}
#disqus_thread a:hover {
	color: #B38240;
}
#disqusMiddle {
	float:left;
	width: 870px;
	min-height: 60px;
	margin-left: 64px;
	margin-top: 328px;
	padding-bottom: 0px;
	background-image: url(../imgs/pageMiddle.png);
	background-repeat: repeat-y;
	background-position: top left;
	z-index:5;
}
#disqusBottom {
	float:left;
	width: 870px;
	height: 140px;
	margin-left: 64px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 60px;
	background-image: url(../imgs/pageBottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index:8;
}

#disqus_thread p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* *** Old disqus modifiers: *** */
/*
#dsq-content div {
	padding-right: 60px;
}
#dsq-content a:hover {
	color:#B38240;
}
.dsq-textarea div, .dsq-textarea-reply div, .dsq-textarea.dsq-textarea-reply {
	padding-right: 0px !important;
}
#dsq-content div, #dsq-content p, #dsq-content h3 {
	clear:none !important;
}
#dsq-content .dsq-show-tools .dsq-post-tools {
	z-index:8;	
}*/


/*#dsq-content h1 h2 h3 h4 h5 {
	color:#65564F !important;
}*/

/*
#dsq-account-dropdown { /*hides reduntand login below the Disqus module on top, right tside*//*
	display:block !important;
}
#dsq-global-toolbar, .dsq-community-preview { /*hides graphical login and community module on top, right side*//*
	margin:0px !important;
	display:none !important;
}
#dsq-sort-by select {
	padding:3px;
	margin:0px;
	margin-top:-3px;
	margin-left:5px;
	border:1px solid #65564F;
	background-color:#EDD5AC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	font-weight:normal;
	font-family:inherit;*/
	/*font-size:inherit;*/
	/*color:#333;
}*/

/*
.dsq-reply{
	margin:0px !important;
}
#dsq-content h3 {
	margin-bottom:15px !important;
}
.dsq-textarea-reply {
	margin-bottom:15px !important;
}
#dsq-pagination {
	margin:0px !important;
}
#dsq-footer li.dsq-numbered-pagination a, #dsq-footer li.dsq-numbered-pagination span {
	float:left;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #65564F;
	border: 2px solid #65564F;EDD5AC
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	text-decoration: none;
	background:none;
}
#dsq-footer li.dsq-numbered-pagination a:hover, #dsq-footer li.dsq-numbered-pagination span {
	background-color:#EDD5AC;
}
#dsq-footer li.dsq-numbered-pagination a:before, #dsq-footer li.dsq-numbered-pagination a:after {
	content:string;
	display:none;
}


.dsq-textarea-background {
	background-color:#edd5ac !important;
	background-image:none !important;
	border: 1px solid #65564F !important;
}
.dsq-post-tools {
	background-color:#edd5ac !important;
	background-image:none !important;
}
.dsq-post-tools .dsq-post-as .dsq-button {
	background-color:#edd5ac !important;
	background-image:none !important;
	border: 2px solid #65564F !important;
	text-shadow:none !important;
	color: #3a586c !important;
}
.dsq-post-tools .dsq-post-as .dsq-button:hover {
	background-color:#bbc595 !important;
	background-image:none !important;
	border: 2px solid #65564F !important;
	text-shadow:none !important;
	color: #65564F !important;
}
.dsq-post-tools {
	background-color:#edd5ac !important;
	background-image:none !important;
	border-top: 1px dotted #65564F !important;
}
#dsq-content #dsq-footer {
	position:absolute;
	width:780px;
	margin:0px !important;
	z-index:10;
	padding-left:20px;
}


.dsq-popup {
	background-image:none !important;
}
#dsq-popup-message {
	background-image:none !important;
}
.dsq-popup .dsq-popup-container {
	background-color: #edd5ac !important;
}
.dsq-popup-content {
	background: #edd5ac !important;
}
.dsq-popup-container div.dsq-popup-title {
	background:#000 url() !important;
}
.dsq-popup .powered-by {
	background: #edd5ac !important;
}
.dsq-popup .dsq-popup-wrapper {
	border: 2px solid #65564F !important;
}
*/


/**********************************expandable page for promo and photos.  see organictabs below for rest of content****************************************/

#contentContent {
	float:left;
	width: 870px;
	min-height: 1px;
	margin-top: -300px;
	margin-bottom: -140px !important;
	/*margin-left: 64px;*/
	padding-bottom: 20px;
	padding-left: 5px;
	z-index:10 !important;
}
#contentMiddle {
	float:left;
	width: 870px;
	min-height: 60px;
	margin-left: 64px;
	margin-top: 325px;
	padding-bottom: 0px;
	background-image: url(../imgs/pageMiddle.png);
	background-repeat: repeat-y;
	background-position: top left;
	z-index:5;
}
#contentBottom {
	float:left;
	width: 870px;
	height: 140px;
	margin-left: 64px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 60px;
	background-image: url(../imgs/pageBottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index:8 !important;
}
/**********************************end expandable********************************************/




/******************************************gallery and organicTabs extras:********************************************/

/*#organicTabs .list-wrap img, #organicTabs2 .list-wrap img {
	height: 150px;
	width: 150px;
	float: left;
	padding: 0px;
	margin: 7px; to compensate for odd number of nav tabs
}*/
/*#organicTabs3 .list-wrap img {
	height: 150px;
	width: 150px;
	float: left;
	padding: 0px;
	margin: 8px;
}*/
#organicTabs3 .navTabs {
	padding-right: 8px !important;
}
.caption {
	/*clear:left;*/
	font-size:12px;
}
.list-wrap a img {
	border: 4px solid #65564F;
}
.list-wrap a:hover img {
	border: 4px solid #B38240;
}
/*.shortGalleryContainer {
	min-height:0px;
	max-height:200px;
	overflow:hidden;
}*/
/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

#page-wrap {
	position:relative;
	padding: 0px;
	padding-left:8px;
	padding-right:12px !important;
	margin: 0px;
	z-index:10 !important;
}
#organicTabs, .list-wrap {
	z-index:11 !important;
}

/******************* Generic Utility ********************/
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/*********************************************organicTabs for promo starts here:***********************************/

#organicTabs .list-wrap {
	padding: 20px;
	padding-right:30px;
	margin: 0px;
}
#organicTabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#organicTabs .list-wrap #pics li {
	float:left;
	width:158px;
	min-height:215px;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px
}
/*#organicTabs .list-wrap #pics .rightCol li {
	min-height:315px;
}*/
.leftCol {
	float: left;
	width: 390px;
	padding: 0px;
	margin: 0px;
}
.rightCol {
	float: right;
	width: 390px;
	padding: 0px;
	margin: 0px;
}
.aboutLeft {
	width: 190px !important;
}
.aboutRight {
	width: 590px !important;
}
#about a img, #about a:hover img {
	float:none !important;
	clear:right;
	border:none !important;
}
.mediaLeft {
	float:left;
	padding: 0px;
	margin: 0px;
	width: 455px !important;
	z-index:12 !important;
}
.mediaRight {
	float:right !important;
	margin-right:0px;
	width: 345px !important;
	z-index:12 !important;
}
#jPlayerContainer {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-top:8px;
	margin-left:8px;
}
#mediaList {
	float:left;
	padding-left:22px;
	width: 325px;
}
.youTubeContainer {
	float:right !important;
	padding: 0px;
	margin: 0px;
	/*padding-bottom:-10px;*/
	border: 4px solid #65564F;
	width: 325px;
	height: 273px;
	z-index: 16 !important;
}
object.flashvideo, iframe.flashvideo {
	position:relative;
	padding: 0px;
	margin: 0px;
	/*margin-bottom:-5px !important;*/
	width: 325px;
	height: 273px;
	z-index: 16 !important;
}
/*#organicTabs ul li a {
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #666;
}*/
/*#organicTabs ul li a:hover {
	background: #333;
	color: white;
}*/
/*#organicTabs ul li:last-child a {
	border: none;
}*/
#organicTabs .navTabs {
	overflow: hidden;
}
#organicTabs .navTabs li {
	width: 33%;
	float: left;
	margin: 0 0px 0 0;
	color: #65564F;
}
#organicTabs .navTabs li.last {
	margin-right: 0;
}
#organicTabs .navTabs li a {
	display: block;
	padding: 5px;
	color: #65564F;
	font-size: 22px;
	text-align: center;
	border: 0;
	background-image:url(../img/tabOver.png);
	background-position:top;
	background-repeat:repeat-x;
}
#organicTabs .navTabs li a.current, #organicTabs .navTabs li a.current:hover, #organicTabs .navTabs li a.active {
	background-image: none;
	color: #333;
}
#organicTabs .navTabs li a:hover, #organicTabs .navTabs li a:focus {
	background-image: none;
	color: #333;
}

/*end*/

/***********************************************organicTabs2 for [photo gallery] starts here:************************************/

#organicTabs2 .list-wrap {
	padding: 20px;
	/*padding-right:30px;*/
	margin: 0px;
}
#organicTabs2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#organicTabs2 .list-wrap li {
	float:left;
	width:158px;
	min-height:250px;
	padding-left:0px;
	padding-right:40px;
	padding-top:20px
}
#organicTabs2 .list-wrap img {
	max-height:200px !important;
}
/*#organicTabs2 ul li a {
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #666;
}*/
/*#organicTabs2 ul li a:hover {
	background: #333;
	color: white;
}*/
/*#organicTabs2 ul li:last-child a {
	border: none;
}*/
#organicTabs2 .navTabs {
	overflow: hidden;
}
#organicTabs2 .navTabs li {
	width: 50%;
	float: left;
	margin: 0 0px 0 0;
	color: #65564F;
}
#organicTabs2 .navTabs li.last {
	margin-right: 0;
}
#organicTabs2 .navTabs li a {
	display: block;
	padding: 5px;
	color: #65564F;
	font-size: 22px;
	text-align: center;
	border: 0;
	background-image:url(../img/tabOver.png);
	background-position:top;
	background-repeat:repeat-x;
}
#organicTabs2 .navTabs li a.current, #organicTabs2 .navTabs li a.current:hover, #organicTabs2 .navTabs li a.active {
	background-image: none;
	color: #333;
}
#organicTabs2 .navTabs li a:hover, #organicTabs2 .navTabs li a:focus {
	background-image: none;
	color: #333;
}

/*end*/

/**********************************************************organicTabs3 for shop starts here:************************************/

#organicTabs3 .list-wrap {
	padding: 20px;
	/*padding-right:30px;*/
	margin: 0px;
}
#organicTabs3 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#organicTabs3 .list-wrap li {
	float:left;
	/*width:158px;*/
	/*min-height:250px;*/
	padding-left:0px;
	/*padding-right:40px;*/
	/*padding-top:20px*/
}
/*#organicTabs3 .list-wrap img {
	max-height:200px !important;
}*/
/*#organicTabs3 ul li a {
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #666;
}*/
/*#organicTabs3 ul li a:hover {
	background: #333;
	color: white;
}*/
/*#organicTabs3 ul li:last-child a {
	border: none;
}*/
#organicTabs3 .navTabs {
	overflow: hidden;
}
#organicTabs3 .navTabs li {
	width: 50%;
	float: left;
	margin: 0 0px 0 0;
	color: #65564F;
}
#organicTabs3 .navTabs li.last {
	margin-right: 0;
}
#organicTabs3 .navTabs li a {
	display: block;
	padding: 5px;
	color: #65564F;
	font-size: 22px;
	text-align: center;
	border: 0;
	background-image:url(../img/tabOver.png);
	background-position:top;
	background-repeat:repeat-x;
}
#organicTabs3 .navTabs li a.current, #organicTabs3 .navTabs li a.current:hover, #organicTabs3 .navTabs li a.active {
	background-image: none;
	color: #333;
}
#organicTabs3 .navTabs li a:hover, #organicTabs3 .navTabs li a:focus {
	background-image: none;
	color: #333;
}

/*end*/



/**********************************************************PayPal styles*****************************************/

#cartSealBox {
	padding: 0px;
	margin: 0px;
	height:100px;
}
#cartSealBox .viewCart {
	margin-top:35px !important;
}
#sealLink a {
	float: right;
	height:100px;
	width:100px;
	background-image:url(../imgs/PayPalVerifiedSeal.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#cd form, #dvd form {
	height:0px;
	width:0px;
}
.viewCart, .addToCart, .purchase, .productData input[type="submit"] {
	float:left;
	border:none;
	width:120px;
	height:32px;
	padding:0px;
	margin-top:5px;
	margin-right:40px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 2px solid #65564F;
	-webkit-appearance: none;
	/*background:url(images/but_actions.png) 0 0 no-repeat;*/
	background-color:#edd5ac;
	color:#3a586c;
	font-size:16px;
	font-weight:bold;
	outline:none;
}
.viewCart:hover, .addToCart:hover, .purchase:hover, .productData input[type="submit"]:hover {
	float:left;
	border:none;
	width:120px;
	height:32px;
	padding:0px;
	margin-top:5px;
	margin-right:40px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	-webkit-appearance: none;
	border: 2px solid #65564F;
	/*background:url(images/but_actions.png) 0 0 no-repeat;*/
	background-color:#DCD094;
	color:#65564F;
	font-size:16px;
	font-weight:bold;
	outline:none;
}
.purchase {
	width:160px !important;
}
.purchase:hover {
	width:160px !important;
}
.productWrapper {
	float:left;
	clear:both;
	min-width:100%;
	margin-top:25px;
	margin-left:-12px;
	margin-right:-10px;
	padding:10px;
	padding-bottom:25px;
}
.productTitle {
	float:left;
	width:100%;
	padding-bottom:15px;
}
.productImage {
	float:left;
	clear:left;
	display:block;
	margin-left:10px;
	width:200px;
	min-height:200px;
}
.productDescription {
	float:left;
	padding-left:26px;
	width:300px;
}
#reveal {
	display:block;
}
#showMore {
	float:right;
	padding-right:5px;
	text-align:right;
	/*background:#E0C28B;*/
}
a#showMore {
	color:#B38240;
}
a#showMore:hover {
	color:#3a586c;
}
.productData {
	float:right;
	width:160px;
}
.productData span {
	color:#BB4D43;
}
.productBkgd { /*for alternating product box background color*/
	background-image:url(../imgs/white20.png);
}






/* subscribe styling test: doesnt work */


/*html body.homePg div#sb-container div#sb-wrapper div#sb-wrapper-inner div#sb-body div#sb-body-inner iframe#sb-player html body div#sb-container div#sb-wrapper div#sbwrapper-inner div#sb-body div#sb-body-inner iframe#sb-player html body {
	background:#000 !important;
}*/


/* MailChimp Styles: */

#mc-unsubscribe-form, #mc_embed_signup #mc-embedded-subscribe-form {
	padding:20px;
	line-height: 150%;
	font-size: 18px;
}
#mc-unsubscribe-form label, #mc_embed_signup label {
	float: none;
	clear: both;
	display: block;
	width: auto;
	margin-top: 8px;
	text-align: left;
	position: relative;
}
#mc-unsubscribe-form input, #mc-unsubscribe-form textarea, #mc_embed_signup input, #mc_embed_signup textarea {
	border:2px solid #65564F;
	padding:5px;
	width:100%;
	margin-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	background-color:#edd5ac;
	font-size:18px;
}
#mc-unsubscribe-form .asterisk, #mc_embed_signup .asterisk {
	color: #cc6600;
}
#mc-unsubscribe-form .indicates-required, #mc_embed_signup .indicates-required {
	text-align: right;
}
#mc-unsubscribe-form input[type="submit"], #mc_embed_signup input[type="submit"] {
	border:none;
	width:151px;
	height:32px;
	margin-top:5px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 2px solid #65564F;
	-webkit-appearance: none;
	background-color:#edd5ac;
	color:#3a586c;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	outline:none;
}
#mc-unsubscribe-form input[type="submit"]:hover, #mc_embed_signup input[type="submit"]:hover {
	border:none;
	width:151px;
	height:32px;
	margin-top:5px;
	cursor:pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
	border: 2px solid #65564F;
	-webkit-appearance: none;
	background-color:#bbc595;
	color:#65564F;
	font-weight:bold;
	padding:0px;
	outline:none;
}
#mc-unsubscribe-form div.mce_inline_error, #mc_embed_signup div.mce_inline_error {
	margin: 0 0 1em 0;
	padding: 5px 10px;
	background-color: #f1aea8 !important;
	font-weight: bold;
	z-index: 1;
	color: #65564F !important;
}
