/*
	Healmassage.com
	by Nathan Smith
*/

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Contact Form
----------------------------------------------------------------------*/

.zemError
{
	background: #ffc;
	border: 1px solid #c33;
	color: #c33;
	padding: 5px 5px 5px 10px;
}

.zemSuccess
{
	background: #ffc;
	border: 1px solid #090;
	color: #060;
	padding: 5px 10px 15px;
}

.zemSuccess strong
{
	background: url(../img/zemSuccess.gif) no-repeat center left;
	border-bottom: 1px solid #090;
	display: block;
	margin: 0 0 15px;
	padding: 5px 0 5px 20px;
}

#zemContactForm
{
	padding: 0 0 15px;
}

#name,
#phone,
#email,
#message
{
	background: #fff;
	border: 1px solid #bbc;
	color: #423;
	display: block;
	font: 10px Verdana, sans-serif;
	margin: 0 0 3px;
	padding: 2px 3px;
	width: 222px;
}

#name:focus,
#phone:focus,
#email:focus,
#message:focus
{
	background: #f3f3ff;
	border-color: #99a;
}

#message
{
	height: 120px;
	overflow: auto;
}

label
{
	color: #534;
	font: bold 10px Arial, sans-serif;
	text-transform: uppercase;
}

legend
{
	display: none;
}

#zemSubmit
{
	background: none;
	color: #33f;
	font: bold 12px Arial, sans-serif;
	padding: 4px 5px 3px;
	text-transform: uppercase;
}

#zemSubmit:hover
{
	color: #000;
}

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	color: #33f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background: #667 url(../img/body.jpg) repeat-x;
	color: #666;
	font: 12px Tahoma, Arial, sans-serif;
}

hr
{
	background: #dde;
	color: #dde;
	clear: both;
	height: 1px;
	margin: 0 20px 15px;
}

ol, ul
{
	list-style: none;
}

/* =Header
----------------------------------------------------------------------*/

#header
{
	background: url(../img/header.jpg) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0;
	width: 770px;
	height: 155px;
}

#header div
{
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 230px;
	height: 155px;
}

#header img
{
	background: #445;
	border-color: #aab #dde #fff #bbc;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	width: 200px;
	height: 130px;
}

#header #logo
{
	background: url(../img/logo.jpg) no-repeat;
	margin: 0 10px;
}

#header #logo h1
{
	text-indent: -99999px;
	font-size: 0;
	width: 0;
	height: 0;
}

#header .photo
{
	text-align: center;
}

/* =Wrapper + Content
----------------------------------------------------------------------*/

#wrapper
{
	background: #fff url(../img/wrapper.gif) repeat-x;
	width: 100%;
}

#content
{
	background: url(../img/content.jpg) no-repeat bottom center;
	border-left: 1px solid #dde;
	border-right: 1px solid #dde;
	margin: 0 auto;
	padding: 20px 0 60px;
	width: 770px;
}

#content br
{
	clear: both;
}

#content h2
{
	background: url(../img/h2.gif) no-repeat center right;
	border-top: 2px solid #dde;
	border-bottom: 1px solid #dde;
	clear: both;
	color: #c33;
	font: 17px Georgia, serif;
	padding: 5px 0;
	margin: 0 20px 15px;
}

#content h2 span
{
	font-size: 14px;
	font-style: italic;
	padding: 0 2px 0 0;
}

#content h2 small
{
	font-size: 14px;
}

#content h3
{
	color: #645;
	font: bold 14px "Times New Roman", Times, serif;
	margin: 0 0 10px;
}

#content li
{
	background: url(../img/li_bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
}

#content p,
#content ul
{
	line-height: 150%;
	margin: 0 0 15px;
}

#content .col
{
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	width: 230px;
}

#content .col img.figure
{
	border-top: 1px solid #dde;
	border-bottom: 1px solid #bbc;
	padding: 2px 0px;
	width: 230px;
	height: 140px;
}

#content .col img.inset
{
	float: left;
	margin: 0 10px 0 0;
	width: 65px;
	height: 85px;
}

/* =Table Styling
----------------------------------------------------------------------*/

caption
{
	background: url(../img/caption.gif) no-repeat top right;
	color: #645;
	font: bold 14px "Times New Roman", Times, serif;
	padding: 0 0 5px;
	text-align: left;
}

table
{
	border-color: #ccd;
	border-style: solid;
	border-width: 0 1px 3px;
	float: left;
	font-family: Arial, sans-serif;
	margin: 0 0 0 25px;
	width: 45%;
}

table span
{
	display: none;
}

td, th
{
	border-color: #dde;
	border-style: solid;
	border-width: 1px 0 0;
	padding: 5px;
	text-align: right;
}

td.massage-type, th.massage-type
{
	border-right-width: 1px;
	font-weight: bold;
	text-align: left;
}

th
{
	background: #99a url(../img/th.gif) repeat-x bottom left;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

th a
{
	color: #fff;
}

tr.alt
{
	background: #f3f3ff;
}

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

#footer
{
	background: #778 url(../img/footer.gif) repeat-x;
	clear: both;
	color: #dde;
	padding: 2px 0 0;
	width: 100%;
}

#footer a
{
	color: #dde;
}

#footer a:hover
{
	color: #fff;
}

#footer p
{
	background: url(../img/footer_p.jpg) no-repeat top center;
	border-bottom: 1px solid #bbc;
	font-size: 9px;
	letter-spacing: 2px;
	margin: 0 0 10px;
	padding: 15px 0;
	text-align: center;
}