/*--------------------------*/
/*GLOBAL RESET*/
/* c/o http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,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 
{margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit; font-size: 100%;	font-family: inherit;	vertical-align: baseline; }
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*--------------------------*/
/*GLOBAL*/
html{
	background-color: #000;
	color: #ccc;
	text-align: center;
}
body{
	background-color: #000;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	font-size: 62.5%;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	padding: 20px 0;
	position: relative;
}

/*--------------------------*/
/*TYPOGRAPHY*/

h1{}
h2{}
p{}
a{
	color: #CCCCFF;
}
a:hover{
	color: #8989CE;
}

/*--------------------------*/
/*LAYOUT*/

div#hold{
	border: 1px solid #6D6D6D;
	padding: 10px;
	position: relative;
}
div#header{
	width: 664px;
	height: 205px;
	background: url(../images/header.gif) no-repeat;
	margin: 0 auto;
	text-align: center;
}
	div#header h1, div#header p{
		position:relative;
		z-index:-1;
	}
div#content{}
div#footer{}
	#footer a{}
	#footer a:hover{}
	
	/*--------------------------*/
	/*NAVIGATION*/
	

		ul#nav{
			margin: 20px 0;
		}
		ul#nav li{
			float: left;
			display: inline-block;
		}
		ul#nav a{
			color: #CCCCFF;
			text-transform: uppercase;
			font-size: 1.4em;
			font-weight: bold;
			padding: 1px 30px 1px 3px;
			border-left: 6px solid #ccc;
			text-decoration: none;
		}
		ul#nav a:hover{
			color: #fff;
		}

	/*--------------------------*/
	/*MAIN*/
	div#main{
		clear: left;
		padding-top: 18px;
	}	
		/*--------------------------*/
		/*CONTENT*/
		div#content{
			border: 1px solid #ccc;
			background-color: #0C0C0C;
			width: 500px;
			float: left;
			margin-right: 12px;
			padding: 18px 0;
		}
			div#content>*{
				padding: 0 24px;
			}
			div#content h2{
				text-transform: uppercase;
				font-size: 2.0em;
				color: #CCCCFF;
				margin-bottom: 0.75em;
				letter-spacing: -0.5px;
			}
			
			
			div#content h3{
			
				font-size: 1.6em;
				color: #CCCCFF;
				margin-bottom: 0.75em;
				letter-spacing: -0.5px;
			}
			
			
			div#content p{
				font-size: 1.2em;
				margin-bottom: 1.5em;
				line-height: 1.5em;
			}
		
		/*--------------------------*/
		/*SUBCONTENT*/
		div#subContent{
			background-color: #0C0C0C;
			width: 240px;
			float: left;
			border: 1px solid #ccc;
			font-size: 1.2em;
			line-height: 1.5em;
		}
			div#subContent > *{
				padding: 0 12px;
			}
			div#subContent h2{
				text-transform: uppercase;
				font-size: 1.5em;
				color: #CCCCFF;
				margin: 1em 0 0.5em 0;
				letter-spacing: -0.5px;
			}
			div#subContent p.happy{
				text-align: center;
				padding-top: 20px;
				font-size: 1.2em;
			}
				div#subContent p.quote{
					text-align: center;
					padding: 24px 12px;
					font-size: 2em;
					color: #CCCCFF;
					line-height: 24px;
				}
				/*--------------------------*/
				/*VCARD*/
				div.vcard span.adr span,
				div.vcard span.tel
				{
					display: block;
				}
				div.vcard span.tel span.type{
					display: none;
				}

form#bookingForm label{
	display: block;
}
form#bookingForm label span{
	display: block;
	font-size: 80%;
	font-style: oblique;
}
form#bookingForm label em{
	color: #ff0000;
}
form#bookingForm span.error{
	color: #ff0000;
	display: block;
}
form#bookingForm input.text,
form#bookingForm textarea{
	margin-bottom: 10px;
	width: 400px;
}
form#bookingForm input.short{
	width: 70px !important;
}

/*--------------------------*/
/*FOOTER*/
	img.footer{

		width: 423px;
		margin: 0 auto;
		padding-top: 18px;
		display: block;
		clear: left;
	}
	p.copy{
		text-align: right;
		padding: 6px;
	}

/*--------------------------*/
/*CLASSES*/
.flr{
	float:right;
	padding:4px;
}

