@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #333333;
/*	font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
/*	font-size: 10pt;*/
	font-size: 13px;
	
}
.oneColFixCtr #container {
	width: 768px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #393029;
}
.partyspacer {
	color: #5C5425;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#home_text_title 
{
	padding-left:28px;
	color:#FFEFCE;
	font-size: 14pt;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	padding-top:8px;
	padding-bottom: 15px;
	width:500px;
} 
.treatmentsubtext {
	font-size: 12px;
	font-weight: normal;
	color: #CABE7B;
}

 
#home_text_img
{
	float:left;
	padding-right:15px;
} 

#home_text
{
	padding-left:28px;
	padding-top:10px;
	color:#FFEFCE;
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	width:500px;
	line-height: 1.4em;
} 

#home_hot_offers
{
	color:#FFEFCE;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-bottom: 8px;
	padding-left: 10px;
	float:right;
	width: 228px;
}

#home_hot_offers_text
{
	padding-bottom: 10px;
	color:#FFEFCE;
	font-size: 10pt;
	width: 210px;
	line-height: 1.6em;
	background-color: #211B17;
	font-weight: bold;
	text-align: center;
}
.hot_offers
{
	padding-left:17px;
}

.bullet
{
	padding-right:4px;
}

#special_offers_col
{
	float:right;
	width:161px;
	margin-right:25px;
}

/*footer*/

.footer
{
	color:#4a6571;
	font:11px/14px tahoma, arial, helvetica, sans-serif;
	background-color:#dbd8cb;
}

.footer a{
	color:#7D6951
}
p {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}


.footer a:hover 
{
color:#a0886c;
}

.footer span{ margin:0 275px 0 45px; }

.tab h3{
	color:#FFFFFF;
	font-size: 12px;
}
h3
{
	margin: 0;
	font-size: 14px;
}

#wrapper
{
	width: 660px;
	margin-left:20px;
}

#left
{
	float: left;
	width: 139px;
	padding-top: 12px;
}

#right{
	float: right;
	width: 480px;
}
.tab
{
	color: #333;
	text-align: left;
}

.formTextarea
{
	color: #666666;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	width:200px;
	background-color: #FFF5E1;
}

.formDatePicker
{
	color: #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 13px;
}


a 
{
color:#FFFFCC;
}

a:hover 
{
color:#FFFF33;
}

a:active, a:focus 
{
color:#FFFFCC;
outline: 0;
}

h3 a:link {
color:#FFFFFF;
text-decoration:none;
}
.button {
	color: #333333;
	width: 140px;
		font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
/*	font-size: 10pt;*/
	font-size: 13px;
	margin-left:35px;
	
}


h3 a:hover {
color:#FFCCFF;
text-decoration:underline;
} 

h3 a:visited {
color:#FFFFFF;
text-decoration:none;
}
h3 a:active {
color:#FFCCFF;
text-decoration:underline;
} 

#main_content {
	padding-left: 15px;
}

#theme1, #theme2{
	background-color: #F0F0F0;
}

#theme1 h1{
	font:normal 18pt Verdana;
	font-weight: bold;
	color: darkblue;
}

#theme2 h1{
	font:normal 18pt Verdana;
	font-weight: bold;
	color: darkred;
}

#theme1 h2{
	font:normal 14pt Verdana;
	font-weight: bold;
	color: darkblue;
	padding-top:1em;
}

#theme2 h2{
	font:normal 14pt Verdana;
	font-weight: bold;
	color: darkred;
	padding-top:1em;
}

#theme1 h3{
	font:normal 11pt Verdana;
	font-style: italic;
	color: darkblue;
	padding-top:1em;
}

#theme2 h3{
	font:normal 11pt Verdana;
	font-style: italic;
	color: darkred;
	padding-top:1em;
}


#theme2 p, #theme1 p{
	font:normal 10pt Sans-Serif;
	color: #5A5A5A;
}

#theme1 a:link{
	font:normal 10pt Sans-Serif;
	color: darkblue;
	text-decoration: underline;
}

#theme2 a:link{
	font:normal 10pt Sans-Serif;
	color: darkred;
	text-decoration: underline;
}

#theme2 li, #theme1 li{
	font:normal 10pt Sans-Serif;
	color: #5A5A5A;
	padding-bottom: 0.5em;
}

#theme2 code, #theme1 code{
	font: normal 11pt Courier;
	color: black;
}

#theme2 input.flatedit, #theme1 input.flatedit{
	font: normal 12px Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: #DEDEDE;
	padding: 2px;
}

#theme1 th, #theme2 th{
	font: normal 12px Verdana;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #5A5A5A;
}

#theme1 td, #theme2 td{
	font: normal 12px Verdana;
	margin-right:1em;
	margin-left:1em;
	border-width: 1px;
	border-style: solid;
	border-color: #C6C6C6;
}
.text_title {
	color:#FFEFCE;
	font-size: 13pt;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	padding-top:8px;
	padding-bottom: 15px;
}
#aboutletter {
	color: #393029;
	background-color: #FFEFCE;
	padding: 16px;
	border: 2px solid #211B17;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	width: 500px;
	background-image: url(../images/let-bg.jpg);
	background-repeat: repeat;
	margin-left: 80px;
}

#inlineleftfooter {
	float:left;
	padding: 3px;
	margin-left: 20px;
	border: 1px dashed #666;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 25px;
}

#inlinerightfooter{
	float:right;
	margin-top: 14px;
	margin-right: 15px;

}
.bullet {
	margin-bottom: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
.formTextareaContactUs {
	color: #666666;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	width:415px;
	height: 150px;
	background-color: #FFF5E1;
}
.buttonContact {
	color: #333333;
	width: 140px;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-Serif;
	/*	font-size: 10pt;*/
	font-size: 13px;
}
#errortext {
	font-weight: bold;
	color: #F60;
}
