@charset "utf-8";

/* CSS Document */


body
{
	background: url(images/bodyBG.jpg) #B0FFB0;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#container
{
	background: url(images/contentBG.jpg) #B0FFB0 repeat-y;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

a.home
{
	width: 245px;
	height: 85px;
	display: block;
	position: absolute;
	left: 70px;
	top: 5px;
}

/*Head*/

#header
{
	background: url(images/headerBG.jpg) #FCF no-repeat;
	height: 123px;
	width: 760px;
	margin: 0;
	position: relative;
}

#header img
{
	top: -1px;
	left: -40px;
	position: absolute;
}

#navbar
{
	position: relative;
	top: 95px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar ul li
{
	list-style: none;
	float: left;
}

#navbar ul li a
{
	display: block;
	text-decoration: none;
	color: #111;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0 9px;
}

/*Main body */

#main { width: 800px; }

#lSidebar
{
	background: #DAC2D8;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	width: 199px;
	height: 100%;
	position: relative;
	float: left;
}

#lSidebarSS
{
	margin: 0 0 0 20px;
	width: 150px;
}

#apptClick
{
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}

.address a
{
	text-align: left;
	text-decoration: none;
	color: #000;
}

#dir
{
	font-weight: bold;
	color: #00F;
}

#content
{
	width: 580px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	position: relative;
	text-align: left;
	float: left;
}

/*Pricing*/
li.specials_headline
{
	text-indent: -20px;
	font-size: 20px;
	color: #93F;
	font-weight: bold;
	list-style: none;
}

ul.package { margin: 10px 15px; }

li.service_heading
{
	text-indent: -20px;
	font-size: 20px;
	color: #939;
	font-weight: bold;
	list-style: none;
}

li.special { color: #F00; }

.box { margin: 15px 10px; }

.highlight
{
	color: #93F;
	font-weight: bold;
}

del { color: #F00; }

.abouttext
{
	width: 300px;
	position: relative;
	float: left;
}

.abouttext p { margin: 10px 0; }

.pic
{
	width: 266px;
	position: relative;
	float: right;
}

.sample_pic { margin: 10px 0; }

/*Footer*/

#footer
{
	height: 100px;
	border: 2px solid #000;
	background: #D2FFD5;
	text-align: left;
}

#footerInfo
{
	float: left;
	width: 433px;
	font-weight: bold;
	margin: 5px 0 5px 20px;
}

#credits
{
	width: 195px;
	height: 42px;
	font-size: 18px;
	margin: 10px 60px 0 0;
	float: right;
}

#linkToMain { }

#lowNav
{
	width: 650px;
	font-size: 12px;
	margin: 70px 0 0 95px;
	position: relative;
	clear: both;
}

#lowNav a { color: #000; }

.clr { clear: both; }

*
{
	margin: 0;
	padding: 0;
}

/****** SPECIALS *******/
.special { color: #00F; }

/**** CHRISTMAS CSS ****
.service_price.price_1{color: #F00;} 
.service_price.price_2{color: #0C0 ;}
.package.seasonal { background: url(images/Christmas-Tree.png) center no-repeat; }

/**** VALENTINES PRCING *****/
.service_heading { color: #F00 !important;}
.service_price { color: #F00;}
.package.seasonal { background: url(images/valentines.png) no-repeat 30px 30px; }
