@charset "utf-8";
/* CSS Document */

/* element types */

* {padding:0;margin:0;}
html,body{margin:0;padding:0}

body {
	padding:0;
	margin:0;
	background: #00969F url(../images/aroma_02.gif) top center repeat-y;
	color:#057264;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
}

  a:link               { color:#057264; text-decoration:underline;}
  a:hover              { color:#057264; text-decoration:none;}
  a:visited            { color:#057264; text-decoration:underline;}
  a:visited:hover      { color:#057264; text-decoration:none;} 

p {	padding: 5px;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1#contactus, h1#packages	{
	position:relative;
	overflow:hidden;
	padding:5px;
	color:#fff;
	font-size:22px;
}

h1#contactus span, h1#packages span {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
}

h1#contactus	{width: 141px; height: 28px;}
h1#contactus span {background-image:url(../contact_us/images/crumb_10.gif);}

h1#packages	{width: 239px; height: 38px;}
h1#packages span {background-image:url(../packages/images/crumb_10.gif);}

h2	{
	padding:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

h3	{
	padding: 0 0 5px 0;
	margin: 0 10px 10px 10px;
	color:#ffffff;
	font-size:10.5pt;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
}

/* id selectors design layout */

#outer{
	width:768px;
	border: 0px solid #fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #fff;
	font-size: 10.5pt;
	position:relative;
}

#header{
	
	}
	
#left{
	display:inline;
	float:left;
	width:284px;
	padding: 100px 0 0 0;
}


#right{
	margin: 0 0 0 294px;
	border-left: 1px solid #fff;
	padding:0 0 0 10px;
	text-align:justify;
}


#footer p	{
	margin: 20px 0;
}	

ul#nav{
	margin:40px 0 20px 5px;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:10.5pt;
	float:right;
}

ul#nav li {
	display:inline;
	text-align:left;
}

/* mac hide \*/
* html ul#nav li {float:left}
* html ul#nav ul li {display:inline;padding:0;}
/* end hide */

ul#nav li a{
	height:20px;
	width:auto;
	text-decoration:none;
	color:#fff;
	padding:0 5px;
	border-right:0px solid #fff;
}

ul#nav li a.footerend {border-right:0px solid #000; padding-right: 0;}/*remove border from footer nav */
ul#nav li a.footerbeginning {padding-left: 0;}/*remove padding from first footer nav */
ul#nav li a:hover {color: #fff; text-decoration:underline;}


ul#contact	{
	margin: 20px 0 20px 25px;
}

ul#sites	{
	margin: 10px 0 20px 25px;
}

ul#contact li, ul#sites li	{
	margin: 5px 0;
}

img#swirl	{
	clear:right;
	float:right;
	margin: 0 0 20px 0;
}

img#hero1{
	float:right;
	margin: 0 0 40px 20px;
}


img#logo{

}


/* Home Price List -------------*/

ul#homePricesList {
	margin:5px 0 10px 0;
	text-align:left;
}

ul#homePricesList li {
	float:left;
	width: 45.5%;
	margin: 0 10px;
	display:inline;
}

ul#homePricesList dl.homePrices	{
	margin: 0 0 10px;
	padding: 0px;
}

ul#homePricesList dl.homePrices dt	{
	float:left;
	/*width: 82%;*/
	width: 80%;
}

ul#homePricesList dl.homePrices dd	{
	
}

ul#homePricesList dl.homePrices h3	{
	font-weight: bold;
	font-size: 10.5pt;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

ul#homePricesList dl.homePrices h3 em	{
	font-weight: bold;
	font-size: 10pt;
}

p.homeExtras {
	padding: 5px 10px;
	margin: 0 0 20px 0;
}




/* Packages ---------------*/

ul.packageList	{
	margin: 0 5px 30px 25px;
	list-style: disc outside; 
}

img#package1	{
	margin: 0 0 10px 5px;
}

ul.packageList h2	{
	margin: 5px 0 0 -20px;
	font-size: 12px;
}


/* Home -----------------*/

#left-home{
	display:inline;
	float:left;
	width:490px;
	padding: 0;
	margin: 0 0 0 15px;
	text-align:justify;
}

* html #left-home 	{ margin-left: -3px; }


#right-home{
	margin: 0 12px 0 515px;
	padding:0 0 0 20px;
	text-align: justify;
	font-size:10pt;
}

* html #right-home 	{ height: 1%; }


img#homeHero	{
	margin: 5px 0 0 5px;
}

img#awards	{
	position:absolute;
	margin: 55px 0 0 10px;
}

.homeList	{
	margin: 0 0 5px 35px;
	list-style: inside;
	list-style-type: disc;
}


dl.extrasList	{
	margin: 0 15px 10px 10px;
	padding: 0;
	text-align:left;
}

dl.extrasList dt	{
	float: left;
	/*width: 35%;*/
	width: 40%;
	padding: 2px 10px 2px 0;
}

dl.extrasList dd	{
	width: 10%;
	text-align:right;
	float:right;
}


/* Clear ---------------*/

.clear0	{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
 .clearfix {
	display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
