/*
Theme Name: Day Spa Orlando Default
Theme URI: http://www.dayspaorlando.com/
Description: The default theme.
Version: 1
Author: Enhanced Office
Author URI: http://www.enhancedoffice.com
*/

A {
	color: #077dc3;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #637757 url('images/back.jpg') center top no-repeat;
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-SIZE: 14px;
	color: #222;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

IMG.alignright {
	float: right;
	margin-left: 20px;
	border: 10px solid #d1dcc0;
}

IMG.alignleft {
	float: left;
	margin-right: 20px;
}

HR.clear {
	height: 1px;
	width: 1px;
	border: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background: #fefefe;
	color: #fefefe;
	clear: left;
}

/* #################################################################################### */

#container {
	width: 948px;
	margin: auto;
	text-align: left;
}

/* #################################################################################### */

#head {
	height: 126px;
	background: url('images/head.png') left top no-repeat;
	position: relative;
}

#head H1 {
	padding: 0px;
}

#head H1 A {
	display: block;
	width: 285px;
	height: 65px;

	position: absolute;
	bottom: 0px;
	left: 40px;

	overflow: hidden;
	text-indent: -9999px;
}


/* #################################################################################### */

#menu {
	height: 33px;
	background: url('images/menu.png') left top repeat-x;
	overflow: hidden;
}

#menu UL {
	padding: 0px 0px 0px 25px;
	list-style: none;
}

#menu UL LI {
	float: left;
	padding: 2px 0px;
}

#menu UL LI A {
	display: block;
	padding: 4px 26px 5px 26px;
	font-family: "Times New Roman", Serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #819164;
	text-decoration: none;
}

#menu UL LI A:hover {
	background: #819164;
	color: #fff;
}

/* #################################################################################### */


#submenu {
	height: 26px;
	background: #c05151;
	overflow: hidden;
}


#submenu UL {
	padding: 0px;
	list-style: none;
}

#submenu UL LI {
	float: left;
}

#submenu UL LI A {
	display: block;
	font-family: "Times New Roman", Serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px 2px 15px;
	background: url('images/menu_sub.png') center -100px no-repeat;
}

#submenu UL LI A:hover {
	background-position: center top;
}


/* #################################################################################### */


#page {
	background: #fefefe url('images/page.jpg') right top no-repeat;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Serif;
	line-height: 1.4;
	position: relative;
	overflow: auto;
}

#page H1 {
	color: #646f52;
	font-family: "Times New Roman", Serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
}

#page H2 {
	color: #95a775;
	font-family: "Times New Roman", Serif;
	font-size: 24px;
	font-weight: normal;
}

#page H3 {
	color: #95a775;
	font-family: "Times New Roman", Serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 10px;
}

#page .col {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#page .col.left {
	width: 307px;
	height: 580px;
	background: url('images/side.jpg') left top no-repeat;
}

#page .col.right {
	width: 641px;
}

#page .padding {
	padding: 20px 40px;
}


#page .floatblock {
	float: left;
	margin-right: 40px;
}

#page .specialsblock {
	float: right;
	width: 200px;
	border: 3px solid #c05151;
	background: #faf3e6;
	margin: 0px 0px 10px 10px;
}

#page .specialsblock H5 {
	padding: 10px 15px 5px 15px;
	color: #c05151;
	font-size: 14px;
	text-align: center;
}

#page .specialsblock DIV {
	padding: 0px 15px;
}

#page .specialsblock P {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
	text-align: center;
}

/* #################################################################################### */


#foot {
	background: url('images/foot.png') left top repeat-x;
	padding: 17px;
	font-size: 10px;
	color: #8b7d58;
	overflow: auto;
}

#foot A {
	color: #827450;
}