
/* HEADER ----------------------------------------------------------------------------------- */

.siteDiv{
	
   margin:0 auto; /* centering for everything else */
   text-align:left; /* reset centering-IE fix */
   width:990px;
}

.highlight{
	color: #fff;
}

#headerBar{
	position:relative;
	height:200px;
	width:100%;
	margin-bottom:30px;
}

#header{
	position:absolute; 
	top:0px; 
	width:990px; 
	height:200px; 
	background-image: url('../img/Site/header_sized.jpg');
	background-repeat: no-repeat;
}

#header a {
	color: #cf3001;
}

#header a:hover{
	
	text-decoration: none;
	color: #ef5223;
}

#tagline{
	position:absolute;
	top:150px;
	left:80px;
}

#rightnav{
	position:absolute;
	
	top:20px;
	left:490px;
	width:325px;
}

#leftnav{
	position:absolute;
	
	top:190px;
	left:-15px;
	width:750px;
	
	/*
	background-image: url('../img/Site/menubackground.jpg');
	background-repeat: repeat-x;
	*/
}

#leftnav a{
	color: cfc999;
}

#adminNav table tr td,
#leftnav table tr td,
#leftnav table tr td a{
	text-align: center;
	font-family: Garamond;
}

#rightnav table tr td,
#rightnav table tr td a {
	
	text-align: center;
}

#adminNav table tr td{
	text-align: left;
}

#leftnav table tr td,
#rightnav table tr td{
	
	
}

#adminNav table tr td a{
	font-size: 1.2em;
	color: #33ff00;
}

#adminNav{
	margin: 0em auto .5em auto;
}
	
#leftnav table tr td a,
#rightnav table tr td a {
	
	font-size: 1.3em;		
	color: white;
}

#rightnav table tr td a{
	font-size: 1.7em;
}

#account{
	
	position:absolute;
	
	width:400px;
	left:590px;
	top: 10px;
	
	text-align:right;
}

#login{
	
	float:right;
}

#login th,
#login td
{
	font-family:Garamond;
	text-align:right;
	color: #d3bd94;
}



.jsDiv
{
	margin-top: 5px;
	text-align: center;
	color: 990000;
}

.blot {
	position: absolute;
	top: 0;
	left: 0;
	background-color: 000000;
	height: 100%;
	width: 100%;
	z-index: 98;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
	display: none;
}

.blotMessage {
	font-size: 2em;
	position: absolute;
	width: 300;
	left: 50%;
	margin-left: -150;
	height: 100;
	top: 50%;
	margin-top: -25;
	z-index: 99;
	background-color: 996600;
	text-align: center;
	vertical-align: middle;
	padding: 15;
	border: solid thick #660000;
	-moz-opacity: 1.0;
	filter: alpha(opacity = 100);
	display: none;
}

.messageDiv
{
	width: 990px; 
	
	margin: 0px auto .5em auto;
	
	background-color: #ffffff;
	
	text-align: center;
	font-weight: bold;
	font-family: Georgia;
	display: none;
	font-size: 1.3em;
}

.messageDiv a
{
	padding: 1px 3px 1px 3px;
}

.messageDiv div{
	padding: .5em 0 .5em 0;
	display: none;
}

.errorMessageDiv{
	background-color: ffcccc;
	color: #cc0000;
	border: 2px solid #cc0000
}

.errorMessageDiv a{
	color: #ffffff;
	background-color: #cc0000;
}

.errorMessageDiv a:hover{
	color: #ffcccc;
}

.confirmMessageDiv {
	background-color: ccffcc;
	color: #00cc00;
	border: 2px solid #00cc00;
}

.confirmMessageDiv a{
	color: #ffffff;
	background-color: #00cc00;
}

.confirmMessageDiv a:hover{
	color: #ccffcc;
}

.noticeMessageDiv {
	background-color: ccccff;
	color: #0000cc;
	border: 2px solid #0000cc;
}

.noticeMessageDiv a{
	color: #ffffff;
	background-color: #0000cc;
}

.noticeMessageDiv a:hover{
	color: #ccccff;
}

/* END HEADER ----------------------------------------------------------------------------------- */




/* GENERAL CONTENT LAYOUT AND STYLING ----------------------------------------------------------------------------------- */

.contentDiv{
	
	background-color: 3e3001;	
	width:990px; 
	margin:0 auto 0 auto;
}

.page{
	
	background-color: #4f4112;
	border: solid 2px #f5dfb6;
	margin-bottom: 2em;	
}

.page .pageContent{
	
	margin: 0 1em 2em 1em;
}

.page .contentSection{
	
	margin-bottom: 2em;
	margin: 0 1em 0 1em;
}

.headerContainer{
	
	background-color: #663300;
	padding: .5em;
	margin-bottom: .5em;	
}

.headerContainer h1{
	color: #f5dfb6;
}

/* END GENERAL CONTENT LAYOUT AND STYLING ----------------------------------------------------------------------------------- */






/* FOOTER ----------------------------------------------------------------------------------- */

.footer{
	padding: 15px 0px;
	text-align:center;
}

.footer div{
	margin-bottom: 1em;
	text-align: center;
}

.footer a{
	font-weight: normal;
}

/* END FOOTER ----------------------------------------------------------------------------------- */

.errorText{
	color: ff0000;
}

.testimonial{
	
	font-family: Georgia;
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 6em;
	border-top: 1px solid #ccc;
	width: 100%;
	
}

.testimonial.first{
	border: 0px;
}

.testimonial .testimonialTag{
	
	margin-top: .5em;
	
	float:right;
	color:ccc;
	width:auto;
}

.giftCertificate{
	
	height: 20px;
	margin: .5em;
	padding: 1em;
	background-color: #060;
	color: #0c0;
	border: 1px solid #0c0;
	text-align: center;
	font-size: 1.2em;
	
}

.giftCertificate.selected{
	
	background-color:#060;
	color: #0f0;
}






h1 div.h1{
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	padding: 0px;
}

.contentDiv.form{
	
	padding: 0 .5em 0 .5em;
	
}

.contentDiv div{
	
	text-align: left;
	padding-top: .1em;
	padding-bottom: .5em;		
}

.contentDiv.form div div{		
	margin-top: 1em;
}


.contentDiv .activeOrdersDiv {
	
}

.contentDiv .activeOrdersPrintDiv {
	
}

.contentDiv .activeOrdersTable td.active {
	background-color: 660000;
	color: ffffff;
}

.contentDiv .activeOrdersTable td.pending {
	background-color: 666600;
	color: ffffff;
}

ol.logoTipList{
	
}

ol.logoTipList li
{
	margin-bottom: 1em;
}

ul.mailerResponseList{}



.alertDiv {
	position: relative;
	border: 2px solid #660000;
	background-color: #c09000;
	padding: 5px;
	/*
	margin-left: -200;
	left: 50%;
	*/
	margin-bottom: 5;
}

.homePageTable td,
.contactTable td,
.feedbackTable td
{
	text-align: center;
}

#orderVerification.contentDiv th.header,
#orderVerification.contentDiv td
{	
	font-size: .8em;
	vertical-align: top;
	padding: 9px;
}

#orderVerification.contentDiv th.header
{
	text-align: right;
	width: 20%;
}

#orderVerification.contentDiv td
{
	text-align: left;
	width: 80%;
}

#orderVerification.contentDiv td.agreement {
	text-align: left;
	height: 315px;
	vertical-align: top;
}

#pendingSurveyReviews.contentDiv th{
	text-align: left;
}



.pageMessagesDiv {
	position: relative;
	border: 2px solid #660000;
	background-color: #c09000;
	padding: 5px;
	/*width: 100%;*/ /*
	margin-left: -300;
	left: 50%;
	*/
	font-size: .8em;
	margin-bottom: 5;
}

.financialDisclaimerTable td {
	text-align: center !important;
	background-color: f0c000;
}

.purpleHaze {
	color: 660066;
	font-weight: bold;
}

#tallyTD {
	background-color: #c09000;
	border: 3px dotted #990000;
}

.notice {
	font-weight: bold;
}

.required {
	color: cc0000;
}

.disabled {
	color: #999999;
}

.error {
	color: 990000;
	font-weight: bold;
}

.noticeTextAlert {
	background-color: 996600;
	border: thick solid #FFCC33;
	position: relative;
	color: FFCC33;
	font-weight: bold;
	padding: 5;
	v-align: middle;
}

.pageTitle {
	font-size: 1.5em;
}



