/*
Conservatory Salon and Day Spa CSS
IM Marketing Group
*/

/* Main Elements------------------------------------------------------------*/

body
{
	background-color: #669933;
	font-size: 12px;
	margin-top: 0px;
	
}

#container
{
	background-color: #669933;
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#home
{
	width: 800px;
	min-height: 415px;
	background-repeat: no-repeat;
	background-color: #95ABB3;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#content 
{
	padding: 25px;
	width: 750px;
	float: left;
	background-color: #99cc66;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#header
{
	width: 800px;
	height: 107px;
	float: left;
	border-bottom: solid #000 1px;
	background-image: url(images/header.jpg);
}

#imageheader
{
	width: 800px;
	height: 225px;
	float: left;
	border-bottom: solid #000 1px;
	}

#social-media-links {
	float: right;
	margin-top: 70px;
	margin-right: 15px;
}
#leftCol 
{
	width: 205px;
	display: inline;
	float: left;
}
#leftCol p {
	color: #000000;
	margin: 0px;
}
#wish-container {
	width: 160px;
	background-color: #336633;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#subnavigation {
	font-family: "Lucida Grande", Verdana;
	color: #333333;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
}
#subnavigation   li  {
	margin-bottom: 5px;
	background-color: #336633;
	margin-right: 30px;
	padding: 8px;
	border: 1px solid #FFFFFF;
}
#subnavigation a {
	color: #FFFFFF;
}
#subnavigation a:hover {
	color: #333333;
}
#rightCol {
	width: 525px;
/*	display: inline; */
	float: right;
	padding-left: 2px;
}
#giftCards {
}
.buyItNow {
	float: right;
	margin-right: 120px;
	margin-top: 50px;
}


/* Main Navigation ------------------------------------------------------------*/

#mainNav
{
	font-family: "Lucida Grande", Verdana;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#mainNav ul 
{
	margin: 0;
	float: left;
	width: 800px;
	list-style: none;
	background-color: #669933;
	border-bottom: solid #000 1px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
}

/*hack: firefox nav width fix*/
html>body #mainNav ul
{
}

#mainNav ul li 
{
	float: left;
}

#mainNav ul a 
{
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}

#mainNav ul a:hover 
{
	color: #FFFFFF;
	background-color: #ABC0B9;
}

#mainNav ul .first a 
{
	background: none;
}



/*Home Page Elements------------------------------------------------------------*/

.callouts
{
	min-height: 415px;
	clear: left;
}

.callout
{
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content h2 {
	font-family: "Lucida Grande", Verdana;
	font-size: 1.4em;
	color: #336633;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2em;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
.menu {
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 19px;
}


/* Support page elements ------------------------------------------------------------*/

#content h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #336633;
	font-weight: normal;
}

#content p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 19px;
	margin-top: 0px;
}

/* Links & Text Styles------------------------------------------------------------*/

a:link, a:visited, a:active 
{
	color: #616F6A;
	text-decoration: underline;
}

a:hover 
{
	color: #000000;
}


.style1 {color: #FFFFFF}
.style2 {font-size: 14px}

.contact
{
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.bold
{
	line-height: 16px;
	color: #666633;
	font-weight: bold;
}

.price
{
	float:right;
	clear:none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.item {
	float:left;
	clear:left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Footer ------------------------------------------------------------*/

.footer     
{
	width: 760px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: solid #000 1px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#aveda-logo {
	float: right;
}

.footer a
{
	color: #FFF;
}

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

/* Contact form styles ------------------------------------------------------------*/

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin-top: 15px;
}
.disclaimer {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

/* HEADMAPPING TABLE */

.pricingHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7C7C7C;
	background-color: #D2C26B;
	padding: 4px;
	text-transform: uppercase;
}

.subNav {
	background-color: #D2C26B;
	padding: 4px;
	text-align: right;
}

.subNav a {
	background-color: #D2C26B;
	color: #999999;
}

.subNav a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; text-decoration: none; }
.subNav a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; }
.subNav a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: none; }
.subNav a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none; }
div.menu p {
	line-height: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#rightCol ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightCol li {
	margin-bottom: 13px;
}

/* Headmapping ------------------------------------------------------------*/
#whatsthisstyle {
	background-color:#FFFFFF;
	font-size:13px;
	color:#333333;
	padding:10px;
	}
#leftCol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftCol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.5em;
}

.clear {
clear: none;
}
/*
     FILE ARCHIVED ON 12:15:11 Mar 18, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:16:45 Dec 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.722
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.046
  esindex: 0.009
  cdx.remote: 33.321
  LoadShardBlock: 275.968 (3)
  PetaboxLoader3.datanode: 249.516 (5)
  PetaboxLoader3.resolve: 146.201 (3)
  load_resource: 159.421 (2)
*/