/* Global syles */

body
{
	margin: 0;
	padding: 0;
	min-height: 1200px;
	min-width: 1200px;
	width:1200px;
	font-family: arial;
	font-size: 12px;
	color: #212B2D;
	background-image: url(../img/background03.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-color:#336600;
	z-index:1;
	behavior: url("../style/csshover3.htc");
}
p a {color:yellow;}
p a:hover {color:yellow;}
#navheader {
	height:35px;
	position:absolute;
	left:0;
	color:yellow;
	min-width: 1200px;
	width: 1200px;
	z-index: 4;
	background-image:url(http://thereikiguy.com/img/nav_drop_button1a.gif)
}
#nav { 	color:yellow; margin-left: 125px; text-align:left;}
#nav > li a { color:yellow; font-size:18px; text-align:left;}
#nav > li a:hover { background-color:yellow; color:red; font-size:18px; text-align:left;}
#nav > li {
	list-style-type:none;
	width:175px;
	color:yellow;
	float: left; text-align:left;
}
#nav > li:hover ul { display:block; background-color:green; color:yellow; text-align:left;}
#nav > li:hover {
	background-color:green;
	color:yellow;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-image:url(http://thereikiguy.com/img/nav_drop_button4a.gif); text-align:left;
}
        
#nav li ul { margin:0px; padding:0px; display:none;color:yellow; text-align:left;}
#nav li ul li { list-style-type:none; margin:3px 0 0 0; text-align:left;}
#nav li ul li a { display:block; padding:3px 3px; color:yellow; text-decoration:none; font-size:12px; text-align:left;}
#nav li ul li:hover a { background-color:yellow; color:red; -moz-border-radius:5px; -webkit-border-radius:5px; font-size:12px; text-align:left;}
#nav li span { cursor:pointer; margin:0px 3px; font-weight:bold; text-align:left;}

ul, li, dl, dt, dd
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align:left;
}

a
{
	color: #3e60ae;
}

/* Header styles */

#header
{
	min-width: 1200px;
	width: 1200px;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	color: #2b2b2b;
	height: 1%;
	background-color: #CC66FF;
	opacity: 0.95;
	filter:alpha(opacity=95); /* IE's opacity*/
	border-color:d920ef;
	border-width:thin;
	border-style:groove;
}

#header * {
	vertical-align: middle;

}

#header img, #logoplaceholder
{
	float: left;
	padding: 8px 16px;
	padding-right: 24px;	
}

#logoplaceholder
{
	width: 128px;
	height: 78px;
}

h1#businessname
{
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
}

#businessaddress
{
	text-align: left;
}

#freebookingbox
{
	position: absolute;
	top: 0px;
	right: 0px;	
	overflow: hidden;
	height: 94px;
}


/* Booking body styles */

#bookingbody
{
	height: auto;
	overflow: auto;
}

h2
{
	color: #ff5300;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #dbdbdb;
	margin: 0;
	padding: 4px 16px;
}

h2.chosen
{
	color: #5a5a5a;	
}

h2.chosen strong
{
	font-weight: normal;
	font-style: italic;	
	color: #333;
}

h3
{
	font-size: 12px;	
	font-weight: normal;
	color: #000;
	margin: 8px 0;
}

h4
{
	font-size: 12px;	
	font-weight: normal;
	color: #808080;
	margin: 0;
}

.changestep
{
	float: right;	
}


dl#servicecategories
{
	position: absolute;
	min-width: 200px;
	width: 200px;
	min-height: 1200px;
	height: auto;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	top: 180px;
    opacity: 0.95;
    filter:alpha(opacity=95); /* IE's opacity*/
	background-color: #BDCAFF;
}

dl#servicecategories dt
{
	font-size: 10px;
	padding: 2px 0;
	text-transform: uppercase;	
}

dl#servicecategories dd ul li
{
	padding-top: 3px;	
}


.servicecategory
{
	color: #000;
	font-weight: bold;
	background-image: url(../img/background03.jpg);
	background-attachment:inherit;
	background-repeat:no-repeat;
	background-position:center;
}

#servicesheader
{
	height: auto;
	overflow: auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	opacity: 0.95;
	filter:alpha(opacity=95); /* IE's opacity*/
	background-color: #660099;
	color:#FFFF00;
	font-size:32px;
	font-weight:bold;
}
#servicesheader1
{
	margin-left: 0px;
	height: auto;
	overflow: auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-shadow:#FF0000;
	color: #FF0000;
	font-weight: bolder;
	text-align: left;
	text-transform: capitalize;
    opacity: 0.95;
    filter:alpha(opacity=95); /* IE's opacity*/
	background-color: #660099;
}
#services
{
	min-width: 850px;
	width: 850px;
	height: auto;
	overflow: auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	clear: both;
	opacity: 0.90;
	filter:alpha(opacity=90); /* IE's opacity*/
	background-color:#9999FF;
}

#services table
{
	background-image: url(../img/background03.jpg);
	background-attachment:inherit;
	background-repeat:repeat-y;
	background-position:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
}

#services a.servicecategory
{
	display: block;
	padding-top: 8px;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: #990099;
	color:#FF0;
	font-weight: bolder;
	text-align: left;
	text-transform: capitalize;
}
#heading1
{
	vertical-align:middle;
	background-color:d920ef;
	border-color:d920ef;
	border-width:thick;
	border-style:ridge;
	border-spacing:5px;
	margin:5px;
	padding:5px;
}
#services dl
{
	margin-top: 8px;
}

#services dt
{
	margin-bottom: 2px;
}

#services dd
{
	margin-bottom: 4px;	
}

#staff
{
	margin-left: 160px;
	padding: 0 8px;
	height: 272px;
	overflow: auto;
}

#staffexplain
{
	position: absolute;
	padding: 8px 16px;
	left: 0;
	font-size: 11px;
	line-height: 140%;
	width: 124px;	
}

#staff ul
{
	margin-top: 8px;	
}

#staff ul li
{
	margin-bottom: 4px;	
}

/*
#datesection
{
	height: 248px;
	width: 505px;
	overflow: auto;
	position: relative;
}
*/

#datemonth
{
	position: absolute;
	padding: 0 16px;
	left: 0;
	width: 180px;	
}

#datetime
{
	margin-left: 200px;
	padding: 0 8px;
	height: 228px;
	overflow: auto;
	position: relative;
}

#datetime ul
{
	margin-top: 8px;
}

#datetime ul li
{
	margin-bottom: 4px;	
	text-transform: lowercase;
}

#daypicker
{
	border-collapse: collapse;
	margin-bottom: 8px;	
}

#daypicker td, #daypicker th
{
	text-align: center;
	padding: 2px 4px;
	color: #ccc;
	font-size: 11px;
}

#daypicker th
{
	font-size: 10px;
	color: #aaa;	
}

.selectedday
{
	background-image: url('../img/calendar-highlight.gif');
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.selectedday a
{
	color: #fff;
	text-decoration: none;
}

.datecol
{
	position: absolute;
	margin-top: 8px;
}

#col2
{
	margin-left: 100px;	
}

#col3
{
	margin-left: 200px;	
}

#details
{
	padding: 0 8px;
	padding-top: 12px;
	height: 240px;
	overflow: auto;
    position:absolute;
    width:505px;
}



.inputgroup
{
	overflow: hidden;
	position: relative;
	clear: both;
	/*padding: 2px 0;*/
	border: 2px solid white;
	border-style: solid none solid none;
}

.error
{
	/*background-color: #fafafa;*/
}


.fielderror
{
	float: right;
	font-size: 11px;
	color: #f40000;	
	width: 200px;
	overflow: visible;
}

.leftlabel
{
	float: left;
	display: block;
	width: 104px;
	clear: left;
	text-align: right;
	padding-right: 16px;
	padding-top: 2px;
	color: #5a5a5a;
}

#timeleft
{
	float: right;
	color: #aaa;
	display: none;
}

#details input.texty, #details textarea, #details select
{
	font-family: arial;
	float: left;
	font-size: 12px;
	width: 150px;
}

#details input.texty, #details textarea
{
	padding: 1px 2px;
}

#details textarea
{
	height: 44px;	
}

#rememberbox
{
	margin: 0;	
	margin-right: 4px;
}

#details input.firstname, #details input.lastname
{
	/*width: 120px;*/	
}

#details input.submit
{
	clear: left;
	margin-left: 120px;	
    margin-top: 16px;
}

#details select
{
	width: 60px;	
}

#details .optional
{
	color: #aaa;	
}

#remember
{
	margin-left: 120px;
	clear: left;
}

#confirmation dl
{
	margin-top: 8px;
}

#servicesummary
{
	position: absolute;
	margin-left: 92px;
	width: 304px;
}

#receipt
{
	color: #000;
	height: 280px;
	overflow: auto;
	padding-top: 16px;
}

#confirmation dl dt, #receipt dl dt
{
	width: 152px;
	padding-right: 8px;
	text-align: right;
}

#confirmation dl dd, #receipt dl dd
{
	margin-left: 160px;
	margin-top: -15px;
	padding: 0 8px;	
	padding-right: 16px;
	display: block;
	padding-bottom: 16px;
}

#confirmation dl dd strong
{
	font-weight: normal;
	font-style: italic;	
}

#confirmation dd p, #receipt dd p
{
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

#confirmation input
{
	margin-left: 168px;
}

#tools
{
	float: right;
}

#tools *
{
	vertical-align: middle;
}

#tools img
{
	margin-left: 8px;
	margin-right: 4px;
}

.promotionImage
{
	padding-left: 6px;
	position: relative;
	top: 3px;
}

.promotionText
{
    margin-left: 4px;
	color: #818181;
}
.promotionDescription
{
	display: none;
	position: absolute;
	z-index: 1000;
	top: 18px;
	left: 29px;
	background: #CCC;
	padding: 8px;
	width: 150px;
}

.promotionBlock
{
	display:inline;
	position:relative;
	z-index: 100;
	cursor: default;
}

/* Footer styles */

#footer
{
	min-width: 1280px;
	width: 1280px;
	font-size: 11px;
	height: .5%;
	border-top: 1px solid #cbcbcb;
	padding: 0 16px;
	padding-top: 4px;
	text-align: center;
	background-color: #BDCAFF;
}

#footerlinks
{
	float: right;
}

#divSelection
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#frmMain
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.businessNameNoWrap
{
    white-space : nowrap;
    width:330px;    
    overflow:auto;
}

.businessNameWrap
{
    white-space : normal;
}    

/***** Selected category ****************/

.category_selected
{
background-image: url('../img/category_image.gif');
height:21px;
width:135px;
margin-left:-12px;
}

.test
{
margin-left:12px;
padding-top:3px;
color:#FFFFFF;
}

/**************** Payment Details *****************/
.paymentDetailsInformation {
    background-color:#ffffe5;
    width:440px;
    border-color:#fff7db;
    border-width:2px;
    border-style:solid;
    margin-left:18px;
    margin-top:13px;
    padding:10px;
    overflow:auto;
}

.goBack{
    float:right;
    margin-right:10px;
    color:#AAAAAA;
}

#detailscredit input .ccexpiry {
    width:80px;
}

.paymentOverflowArea {
    height:295px;
    overflow:auto;
    position:absolute;
    width:520px;
}

.specialRequestsError
{   clear:left;
	font-size: 11px;
	color: #f40000;	
	width: 180px;
	overflow: visible;
    margin-left:120px;
}

#detailscredit input.texty, #detailscredit textarea, #detailscredit select
{
	font-family: arial;
	float: left;
	font-size: 12px;
	width: 150px;
}

#detailscredit input.texty, #detailscredit textarea
{
	padding: 1px 2px;
}

#detailscredit textarea
{
	height: 44px;	
}

#detailscredit input.submit
{
	clear: left;
	margin-left: 120px;	
    margin-top: 7px;
}

#detailscredit
{
	padding: 0 8px;
	padding-top: 12px;
	overflow: auto;
}

/*#detailscredit .fielderror {
    /*width:140px;*/
    /*padding-right:42px;*/
/*}*/

.fielderror2 {
    color:#F40000;
    font-size:11px;
    overflow:visible;
}

.errorbox {
    color:#F40000;
    text-align:center;
    margin-top:10px;
}

.csvExpiryErr {
    float:right;
    width:199px;
    /*margin-right:42px;*/
    /*margin-right:52px;*/
}

.leftlabel2
{
	float: left;
	display: block;
	/*width: 104px;
	clear: left;*/
	text-align: right;
	padding-right: 16px;
	padding-top: 2px;
	color: #5a5a5a;
}

/**** Counter **************/
div#counterHolder
{
    float:right;
    position:relative;
    display:none;
}

img#counterImage 
{
    padding:0;
    margin:0;
    position:absolute;
    left:-20px;
}

div#counterGrey
{
    width:158px;
    height:20px;
    background-color:#313131;
    color:#fff;
    font-weight:bold;
    padding:0;
    margin:0;
}

div#counterText
{
    padding:0;
    margin:0;
    padding-left:9px;
    padding-top:3px;
}

span#minsremaining
{
    margin:0;
    padding:0;
    vertical-align:top;
}

#freebookingbox
{
	position: absolute;
	top: 0px;
	right: 0px;	
	overflow: hidden;
	height: 94px;
}

.ratestarBig {
	BACKGROUND-IMAGE: url('http://ZenRoseGarden.com/img/star_sprite_big.gif'); WIDTH: 19px; FLOAT: left; HEIGHT: 19px; CURSOR: pointer; MARGIN-RIGHT: 4px
}
.stargroup {
	MARGIN: 4px 0px; COLOR: #666; FONT-SIZE: 11px
}
SELECT {
	WIDTH: 150px
}
#submit {
	MARGIN-TOP: 16px; DISPLAY: block; CLEAR: left
}
#subsprite {
	BACKGROUND-IMAGE: url('http://ZenRoseGarden.com/img/submitsprite.gif'); WIDTH: 92px; HEIGHT: 30px
}
.fielderror {
	COLOR: #c00
}
#textareaError {
	PADDING-BOTTOM: 0px; MARGIN: 0px 0px 8px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 18px; PADDING-TOP: 0px
}
#genbookfooter {
	PADDING-BOTTOM: 4px; MARGIN-TOP: 16px; PADDING-LEFT: 12px; BORDER-SPACING: 50px; PADDING-RIGHT: 12px; CLEAR: both; BORDER-TOP: #d5d5d5 2px dotted; PADDING-TOP: 4px
}
#calendarFooterPrototype #genbookfooter {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; MARGIN-TOP: 4px; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none
}
#footeralt #genbookfooter {
	BORDER-BOTTOM-STYLE: none; PADDING-BOTTOM: 4px; BORDER-RIGHT-STYLE: none; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none; PADDING-TOP: 4px
}
.innerText {
	TEXT-ALIGN: right; WIDTH: 50px; FLOAT: left; FONT-WEIGHT: bold
}
.innerColumn {
	TEXT-ALIGN: right; PADDING-BOTTOM: 30px; WIDTH: 60px; PADDING-RIGHT: 10px; FONT-SIZE: 13px; VERTICAL-ALIGN: top; FONT-WEIGHT: bold
}
.outerColumn {
	PADDING-BOTTOM: 30px; WIDTH: 465px
}
.outerText {
	MARGIN-LEFT: 72px
}
.displayName {
	WIDTH: 165px; FLOAT: left; OVERFLOW: hidden
}
.banner {
	BORDER-BOTTOM: #e7e7e7 3px solid; BACKGROUND-COLOR: #f2f2f2; WIDTH: 100%; HEIGHT: 90px; BORDER-TOP: #e7e7e7 3px solid
}
.nameSelect {
	WIDTH: 165px
}
.characterCount {
	PADDING-BOTTOM: 5px; BACKGROUND-COLOR: #eaf4fe; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; FLOAT: right; MARGIN-LEFT: 3px; PADDING-TOP: 5px
}
.countBad {
	COLOR: #ff0000
}
.countGood {
	COLOR: #444444
}

#reviews {
	float: left;
	min-height: 1200px;
	height:auto;
	min-width: 300px;
	width: 300px;
	opacity: 0.95;
	filter:alpha(opacity=95); /* IE's opacity*/
	background-color: #A3B2CC;
	border:thin;
	padding-top:25px;
	padding-left:5px;
	left: 0x;
	top: 215px;
	
}

