/* 
Theme Name: kurr
Theme URL: http://www.kurrmedspa.com
Description: The original Kurr Med Spa theme.
Author: E. Chris Lynch
Author URI: http://www.threemonkeymedia.com
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}

caption, th, td {text-align:left;font-weight:normal;}
table {border-collapse:separate;border-spacing:0;}

blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote, q {quotes: "" "";}

* {margin:0;padding:0;}

/* General Layout ============================================ */
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff url(images/bg.jpg) top center repeat-x;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.alignleft {
  float: left;
  margin: 0 4px 4px 0px;
}

h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

#content {}

.inside {
	width: 888px;
	text-align: center;
	margin: 0 auto;
	padding: 0 56px 20px 56px;
}

#menu {
	height: 44px;
	text-align: right;
}

#menu ul {
	margin: 0;
	padding-top: 20px;
}

#menu ul li {
	display: inline;
	font-size: 18px;
	text-transform: lowercase;
	padding: 0 10px;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#left {
	width:356px;
	float: left;
	margin-top: 20px;
}

#page #left {
	width: 434px;
	margin-top: 40px;
	font-size: 12px;
	line-height: 18px;
	color: #838383;
	text-align: justify;
}

#right {
	margin-top: 100px;
	float: right;
	width: 445px;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #838383;
}

#page #right {
	width: 434px;
	margin-top: 40px;
}

.logo {
	background: transparent url(images/kurr-logo.gif) center no-repeat;
	width: 351px;
	height: 63px;
	padding-bottom: 18px;
}

#homeimage {
	background: transparent url(images/home-image.jpg) center no-repeat;
	width: 356px;
	height: 479px;
}	

p {padding: 0px 0px 16px 0px;}

p.highlight {
	font-size: 13px;
}

.divider {
	width: 405px;
	height: 80px;
	background: url(images/flourish-divide.jpg) center no-repeat;
}

.address {
	text-align: center;
	color: #948b73;
	font-size: 14px;
	margin-top: 20px;
}

.address p {
	padding: 0;
	margin: 0;
}

.dot {
	padding-right: 13px;
	background: url(images/dot.jpg) right center no-repeat;
}

.clear {clear: both;}

#footer {
	text-align: right;
	font-size: 12px;
	width: 888px;
	margin: 0 auto 20px auto;
}

#footerdiv {
	width: 100%;
	height: 10px;
	background: url(images/footer-divide.jpg) center no-repeat;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #222;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer #leftfoot {
	float: left;
	text-align: left;
	color: #aaa;
}

#leftfoot a {color: #555;}
