/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset, fieldset legend,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
li { margin-left: 25px; }
fieldset,img { border: none; }
fieldset legend{color:#000;}
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
html {overflow-y:scroll;}
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.hidden { display: none; }
.left{
	float: left;
}
.right{
	float: right;
}
.right-align{
	text-align: right;
}
.spacer{
	height: 25px;
	clear: both;
}
.bold{
	font-weight: bold;
}
.grey {
	color: #888;
}
.red {
	color: red;
}
h1 .hugemargin {
	margin-left: -9999px;
}
ul{
	list-style: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	/*list-style-image: url(../images/layout/bullet.gif);*/
}
li {
	margin-bottom: 2px;
}
a { outline: none; }
.inline {display:inline;}
fieldset.inline {margin-right: 10px;}
.center {
	text-align: center;
}
.img_border_left{
	float: left;
	padding: 3px;
	/* border: 1px solid #bdbdbd; */
	margin-right: 10px;
	margin-bottom: 5px;
}
.img_border_right{
	float: right;
	padding: 3px;
	/* border: 1px solid #bdbdbd; */
	margin-left: 10px;
	margin-bottom: 5px;
}
#right_col {
	float: right;
	clear: right;
	padding-right: 10px;
	width: 48%;
}

#left_col {
	float: left;
	clear: left;
	width: 48%;
}
input, textarea {
}
input {
	padding: 1px;
	margin-bottom: 4px;
}
.input_short{
	width: 145px;
}
fieldset.inline .input_short {
	width: 137px;
}
.input_med {
	width: 200px;
}
textarea.input_med {
	width: 205px;
}
.input_long{
	width: 295px;
}
textarea.input_long {
	width: 300px;
}
.min_height {
	width: 1px;
	float: right;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #70955c;
	text-decoration: underline;
}
a.bigger {
	font-size: 12px;
	color: #70955c;
}
a.bigger:hover {
	color: #222;
}
/* Layout */
html {
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000;
	height: 100%;
	width: 100%;
}
h1 {
	width: 100%;
	height: 69px;
	background: url('../images/layout/logo.jpg') no-repeat #fff;
}
h1 a {
	display: block;
	height: 69px;
	width: 100%;
}
h2 {
	font-size: 13px;
	padding-bottom: 6px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	padding-bottom: 4px;
	font-weight: bold;
}
body {
	width: 837px;
	margin: 0 auto;
	/* background: url('../images/layout/bg_grad.jpg') repeat-x #fff; */
	background: #fff;
}
#body{
	background: #fff;
}
#splash_flash {
	width: 837px;
	height: 593px;
}
#footer {
	height: 50px;
	padding-left: 6px;
	padding-right: 0px;
}
#footer ul {
	margin-top: 10px;
	padding-bottom: 20px;
}
#footer li {
	list-style: none;
	float: left;
	margin-right: 15px;
	margin-left: 0;
	font-size: 10px;
}
#footer li a {
	text-transform: uppercase;
	font-weight: bold;
}
#footer a{
	font-weight: normal;
}

#l_col {
	width: 154px;
	float: left;
}
#flash_nav {
	width: 154px;
	height: 247px;
}
#flash_nav a {
	float: left;
	margin: 0;
	width: 154px;
	height: 71px;
	list-style: none;
}
#flash_nav #salon {
	background: url('../images/layout/salon_btn.jpg') top left no-repeat;
}
#flash_nav #spa {
	background: url('../images/layout/spa_btn.jpg') top left no-repeat;
}
#flash_nav #app {
	background: url('../images/layout/app_btn.jpg') top left no-repeat;
}
#flash_nav #gc {
	background: url('../images/layout/gc_btn.jpg') top left no-repeat;
}
#flash_nav #salon:hover, #flash_nav #salon.active {
	background: url('../images/layout/salon_btn_ovr.jpg') top left no-repeat;
}
#flash_nav #spa:hover, #flash_nav #spa.active {
	background: url('../images/layout/spa_btn_ovr.jpg') top left no-repeat;
}
#flash_nav #app:hover, #flash_nav #app.active {
	background: url('../images/layout/app_btn_ovr.jpg') top left no-repeat;
}
#flash_nav #gc:hover, #flash_nav #gc.active {
	background: url('../images/layout/gc_btn_ovr.jpg') top left no-repeat;
}
#flash_promo {
	width: 154px;
	height: 271px;
	margin-top: 5px;
	background: url('../images/layout/promo_hold.jpg') top left no-repeat;
}

#m_col {
	float: left;
	width: 646px;
}
#m_col #content {
	padding: 10px;
}
#content #top {
	height: 93px;
	overflow: hidden;
	margin-bottom: 10px;
}
#content #bottom {
	width: 636px;
}
#bottom .l {
	width: 115px;
	float: left;
}
#bottom .r {
	width: 205px;
	height: 277px;
	float: right;
}
#bottom .m {
	width: 305px;
	height: 277px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: right;
}
#bottom .m h3{
	font-size: 14px;
	color: #70955c;
	margin-bottom: 0px;
}

#bottom .m h3.price{
	font-size: 14px;
	float: right;
	color: #6a0005;
	margin-bottom: 0px;
	padding-right: 5px;
}

.price_desc{
	float: left;
	clear: both;
}
.price_small{
	float: right;
	font-weight: bold;
	color: #6a0005;
	padding-right: -5px;
}

#bottom .m p{
	padding-right: 10px;
}

body.home #flash_header {
	background: url('../images/layout/splash_main.jpg') top left no-repeat;
	height: 572px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: none;
}
#flash_header {
	height: 133px;
	width: 646px;
}
#flash_header_gc {
	height: 133px;
	width: 646px;
	background: url('../images/layout/header_hold_gc.jpg') top left no-repeat;
}
#flash_header_gc-promo {
	height: 133px;
	width: 646px;
	background: url('../images/layout/header_hold_gc.jpg') top left no-repeat;
}
#flash_header_spa {
	height: 133px;
	width: 646px;
	background: url('../images/layout/header_hold_spa.jpg') top left no-repeat;
}
#flash_header_salon {
	height: 133px;
	width: 646px;
	background: url('../images/layout/header_hold_salon.jpg') top left no-repeat;
}
#flash_header_app {
	height: 133px;
	width: 646px;
	background: url('../images/layout/header_hold_app.jpg') top left no-repeat;
}
#r_col {
	width: 37px;
	height: 523px;
	float: left;
}
#r_col_salon {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_salon.jpg') top left no-repeat;
}
#r_col_salon_side {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_salon.jpg') top left no-repeat;
}
#r_col_promotions {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_salon.jpg') top left no-repeat;
}
#r_col_app {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_app.jpg') top left no-repeat;
}

#r_col_spa {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_spa.jpg') top left no-repeat;
}
#r_col_gc {
	width: 37px;
	height: 524px;
	float: left;
	background: url('../images/layout/side_hold_gc.jpg') top left no-repeat;
}
#subpage_list h3{
	font-size: 14px;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
}
#subpage_list .item {
	padding-bottom: 4px;
}
#subpage_list .item a{
	color: #70955c;
}
#subpage_list .item a:hover{
	color: #6a0005;
}
#subpage_list .item a.selected{
	color: #6a0005;
}

/* Form fields and buttons */
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Arial, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:1px 10px 1px 7px; /* IE6 */
}
.buttons button[type]{
    padding:1px 10px 3px 7px; /* Firefox */
    line-height:14px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 10px 1px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* buttons: */

a.s_button {
    background: transparent url('../images/buttons/bg_button_a.png') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
.bottom_space{
	margin-bottom: 16px;
}

a.s_button span {
    background: transparent url('../images/buttons/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.s_button:active {
    background-position: bottom right;
    color: #898989;
    outline: none; /* hide dotted outline in Firefox */
}

a.s_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#calendar {
	width: 147px;
	border: solid 2px #444;
	float: right;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #eee;
	margin-right: 30px;
	margin-top: 7px;
}
#calendar .month {
	height: 20px;
	width: 142px;
	text-align: center;
	line-height: 20px;
	border: solid 1px #fff;
	border-right: none;
	border-bottom: none;
	padding-left: 2px;
	padding-right: 2px;
}
#calendar .year {
	height: 17px;
	width: 142px;
	text-align: center;
	border: solid 1px #fff;
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding-left: 2px;
	padding-right: 2px;
}
#calendar .day {
	width: 20px;
	height: 18px;
	background: #ccc;
	border: solid 1px #fff;
	border-right: none;
	border-bottom: none;
	float: left;
	text-align: center;
	line-height: 18px;
}
#calendar .none {
	background: none;
	border: 0;
	width: 21px;
	height: 19px;
}
#calendar .heading {
	background: #777;
	color: #eee;
}
#calendar .heading a {
	color: #fff;
}
#calendar .hasevent {
	background: #EFE79E;
}
#calendar .hasevent a {
	font-weight: normal;
	color: #222;
}
#calendar .hasevent a:hover {
	color: #777;
}
#calendar .today {
	background: #F69400;
}
#calendar .today a {
	color: #222;
}
.rsvp_div {
	display: none;
	border: solid 1px #111;
	margin-top: 5px;
	margin-left: 5px;
	padding: 4px;
	background: #eee;
}
input.submit {
	padding: 2px;
}


#gc_rel {
	position: relative;
}
#gc_rel input {
	position: absolute;
	padding: 5px;
	border: solid 1px #888;
}
#gc_rel textarea {
	position: absolute;
	font-size: 11px;
	padding: 5px;
	border: solid 1px #888;
}
#gc_rel span {
	position: absolute;
}
#t_fname {
	width: 112px;
	top: 142px;
	left: 75px;
}
#t_lname {
	width: 142px;
	top: 142px;
	left: 207px;
}
#f_fname {
	width: 112px;
	top: 177px;
	left: 75px;
}
#f_lname {
	width: 142px;
	top: 177px;
	left: 207px;
}
#amt {
	width: 112px;
	top: 75px;
	left: 486px;
}
#msg {
	left: 75px;
	top: 207px;
	height: 61px;
	width: 274px;
	overflow: hidden;
}
#id {
	left: 267px;
	top: 349px;
}
#map{
	width: 625px;
	height: 375px;
}
#gc_steps {
	background: url('../images/layout/gc_steps_bg.jpg') top left no-repeat;
	width: 646px;
	height: 67px;
	margin-left: 8px;
}
#gc_steps p {
	width: 150px;
	padding-left: 40px;
	padding-top: 11px;
	height: 37px;
	float: left;
	text-align: center;
}
#gc_steps #two {
	padding-top: 27px;
}
#gc_steps #three {
	padding-left: 60px;
	padding-top: 24px;
}

#promotions a {

	display: block;
	float: left;
	margin: 6px;
	margin-left: 42px;
	margin-top: 0;

}

#promo_bg{
	width: 680px;
	height: 520px;
	
}
#promo_content{
	position: relative;
	top: 364px;
	left: 10px;
	width: 630px;
	height: 125px;
	overflow: auto;
}

#promo_linkback{
	float: right;
	position: relative;
	top: 334px;
	right: 55px;	
}

#booking{
	display: block;
	width: 393px;
	height: 65px;
	background: url('../images/buttons/booking.jpg') no-repeat;
}
#booking:hover{
	display: block;
	width: 393px;
	height: 65px;
	background: url('../images/buttons/booking_ovr.jpg') no-repeat;
}

.guest {
	display: none;
}

#footer ul.secondary {
	margin-top: -10px;
	padding-bottom: 20px;
}

#footer ul.secondary li a {
	color: #666;
	text-transform: none;
	font-weight: normal;
	font-size: 9px;
}