/* @override http://laserassault.net/preview/css/styles.css */

/* @group CSS Reset */

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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Global */

#page {
	background: url('../images/bg.jpg') no-repeat bottom right;
	margin: 10px auto;
	width: 800px;
	height: 680px;
}

#header {

}

#laserLogo {
	
}

#golfLogo {
	margin: -180px 0 0 250px;
}

/* @group Menu */

#menu {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu li, #menu a {
	display: block;
	width: 150px;
	height: 49px;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeLink {
	background: url('../images/menu.gif') 0px 0px;
}

#homeLink a:hover {
	background: url('../images/menu.gif') 154px 0px;
}

#floorsLink {
	background: url('../images/menu.gif') 0px -49px;
}

#floorsLink a:hover {
	background: url('../images/menu.gif') 154px -49px;
}

#rateLink {
	background: url('../images/menu.gif') 0px -98px;
}

#rateLink a:hover {
	background: url('../images/menu.gif') 154px -98px;
}

#reservationsLink {
	background: url('../images/menu.gif') 0px -146px;
}

#reservationsLink a:hover {
	background: url('../images/menu.gif') 154px -146px;
}

#locationLink {
	background: url('../images/menu.gif') 0px -196px;
}

#locationLink a:hover {
	background: url('../images/menu.gif') 154px -196px;
}



/* @end */

/* @group Content */

#content {
	width: 510px;
	margin-left: 215px;
	font-family: "Trebuchet MS", sans-serif;
}

#content h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}

#content h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}

#content p {
	line-height: 16px;
	font-size: 14px;
	text-indent: 20px;
	padding-bottom: 15px;
}


table {
	width: 95%;
	margin: 25px auto;
	
}

table td {
	text-align: left;
}

#rates p {
	text-indent: 0px;
	font-size: 12px;
}

form {
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
	width: 400px;
}

label {
	display: block;
	height: 30px;
}

.formLabel {
	width: 100px;
}

.inputWrapper{
	position: absolute;
	right: 0px;
}

.textField
{
    width: 250px;
}

#submitForm {
	position: absolute;
	width: 125px;
	right: 0px;
}

#content ul li { display: inline; text-align: center; padding: 10px; }

/* @end */



/* @end */

/* @group Utility */

.imgReplaced {
	display: none;
}

#content img { margin-left: 75px; }



/* @end */

