* {
	border: 0;
	margin: 0;
	padding: 0;
}

input,textarea {
	border: 1px solid black;
}

.linens a {
	color: white;
}
.linens a:hover {
	color: wheat;
}
.linens a:visited {
	color: white;
}
body {
	background: url(./i/bkg.jpg);
}

a{outline:none;}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: #006D30 url(./i/body_bkg.gif) repeat-y top left;
}

/* HEADER */

#header {
	width: 846px;
	height: 184px; /* This is for header_bkg_alt.jpg */
	/* height: 209px;  /* This is for header_bkg.jpg */
	border-right: 2px solid #332256;
	border-left: 2px solid #332256;
	/*background: url(./i/header_bkg.jpg) no-repeat top center;*/
	background: url(./i/header_bkg_alt.jpg) no-repeat top center;
}

#tagline {
	float: right;
	height: 22px;
	margin-top: 5px;
	width: 650px;
	background: #332256 url(./i/tagline_bkg.gif) repeat-y top left;
	color: #FFF;
}

#call {
	float: left;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.01em;
	font-family: "Times New Roman", "Times", serif;
}

#phone {
	float: right;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-right: 26px;
	font-family: "Times New Roman", "Times", serif;
}

/* BODY */

#body {
	width: 846px;
	border-right: 2px solid #332256;
	border-left: 2px solid #332256;
	border-bottom: 2px solid #332256;
	background: url(./i/sidenav_bottom.gif) no-repeat bottom left;
}

.clearing {
	height: 0px;
	clear: both;
}

/* SIDENAV */

#sidenav {
	width: 172px;
	float: left;
}

#date {
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	height: 40px;
	background: url(./i/date_bkg.jpg) no-repeat top left;
}

.menu {
	background-color: #FFF;
	color: #000;
	display: block;
	margin: 0 9px 10px 0;
	padding-left: 21px;
	text-decoration: none;
	letter-spacing: 0.02em;
	font-weight: bold;
}

/* MAIN */

#main {
	width: 674px;
	float: right;
}

/* FOOTER */

#footer {
	height: 82px;
	width: 674px;
	color: #FFF;
	background: url(./i/footer_bkg.jpg) repeat-x top left;
	font-size: 0.8em;
	font-style: italic;
	letter-spacing: 0.05em;
	padding-top: 5px;
	text-align: center;
}

#glogo {
	padding-top: 8px;
}

/* INDEX.PHP */

#home_castle {
	position: relative;
	bottom: 90px;
	left: 23px;
}

#home_box1 {
	margin: -328px 20px 0 0;
	background: url(./i/home_box1_bkg.jpg) no-repeat top center;
	float: right;
	width: 445px;
	height: 290px;
}
#home_box1 #p1 {
	font-weight: bold;
	line-height: 1.12em;
	margin: 44px 48px 0 90px;
	text-align: center;
}
#home_box1 #p2 {
	font-weight: bold;
	line-height: 1.12em;
	margin: 0 43px 0 90px;
	text-align: center;
}

#home_call {
	margin-top: -76px;
	width: 203px;
	height: 82px;
	text-align: center;
	color: #FFF;
}
#home_call h1 {
	font-size: 1.7em;
	font-style: italic;
}
#home_call p {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

#home_box2 {
	margin: -34px 20px 0 0;
	width: 445px;
	height: 290px;
	float: right;
}

#home_box3 {
	margin: 3px 0 0 4px;
	width: 200px;
	height: 255px;
	background: url(./i/home_box3_bkg.jpg) no-repeat top center;
}
#home_box3 img {
	height: 57px;
	width: 79px;
	margin-bottom: 16px;
}
#box3_column1 {
	float: left;
	height: 212px;
	width: 79px;
	margin: 21px 0 0 15px;
}
#box3_column2 {
	float: right;
	height: 212px;
	width: 79px;
	margin: 21px 15px 0 0;
}

/* ABOUTUS.PHP */
.aboutus_text {
	color: wheat;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	padding: 10px;
	text-align: center;
}

/* PRICELIST.PHP */
.pricelist_text {
	color: wheat;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	padding: 10px;
	text-align: center;
}

.pricelist_text a {
	color: white;
}

/* FAQ.PHP
.question {
	color: wheat;
	font-family: "Verdana", sans-serif;
	padding: 20px;
	border-top: 1px solid #FFF;
	font-size: 0.75em;
}

.answer {
	color: #FFF;
	font-family: "Verdana", sans-serif;
	padding: 10px 20px 20px 20px;
	font-size: 0.75em;
}*/

/* CONTACT FORM */
#contact-area {
	width: 540px;
	margin-top: 25px;
	font-size: 62.5%;
	font-weight: bold;
	color: white;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 390px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	margin-top: -12px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 1.4em;
}

#contact-area .error {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

/* Tents gallery page */

.row {
	width: 600px;
	height: 200px;
	margin: 0 auto;
}

.column {
	width: 200px;
	height: 200px;
	float: left;
	background: url(./i/gallery_bkg.jpg) no-repeat top center;
}

.gallery_pic {
	position: relative;
	top: 38px;
	left: 26px;
}

.gallery_desc {
	color: #FFF;
	font-family: "Verdana";
	font-weight: bold;
	margin-top: 55px;
	text-align: center;
	font-size: 0.7em;
}

/* FAQ PART 2 */

#answerBox {
	width: 600px;
	text-align: center;
	margin: 10px auto;
	height: 75px;
	padding: 5px;
	border: 2px solid #000;
	color: white;
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.question a {
	color: wheat;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	margin: 2px 0 2px 10px;
}

/* PRICELIST PART 2 */

.pricetable {
	background-color: #FFF;
	border: 2px solid #000;
	margin: 10px auto;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	padding: 0 2px 2px 2px;
}

.pricetable .headrow {
	background-color: #CCF;
	font-weight: bold;
}

#tentsize {
	width: 600px;
}
#additional {
	width: 300px;
}
#inflatables {
	width: 600px;
}

/* SEATING CHART */
#seatingchart {
	text-align: center;
}
.topline {
	background: url(./i/table.gif) repeat-x top center;
}
.galleryreturn{
color:#FFFFFF;
font-family:sans-serif,helvetica,arial;
font-size:13px;
}
.galleryreturn a{
color:#FFFFFF;
}
.galleryreturn a:hover{
color:#CCCCCC;
}
.gallerydetail {
border:5px solid #FFFFFF;
margin:20px;
}
.globelighting {
float:right;
padding:30px;
}
.cooler {
padding:0 0 30px 82px;
}
.fans {
padding-bottom:30px;
padding-left:50px;
}
.titletext {
color:#FFFFFF;
font-family:sans-serif,helvetica,arial;
font-size:25px;
font-weight:bold;
padding:10px;
text-align:center;
}
.custphotos {
border:5px solid #FFFFFF;
margin-bottom:10px;
margin-left:36px;
margin-top:10px;
}
.linenphotos {
margin-bottom:10px;
margin-left:136px;
margin-top:10px;
}
.fantext {
color:#FFFFFF;
margin-top:-30px;
padding-bottom:20px;
padding-right:380px;
text-align:center;
}
.coolertext {
color:#FFFFFF;
padding-left:10px;
position:relative;
text-align:center;
top:-20px;
}
.globetext {
color:#FFFFFF;
padding-right:147px;
padding-top:5px;
text-align:right;
}
.light{
font-family:sans-serif,helvetica,arial;
font-size:11px;
}
.tentaccesstext {
color:#FFFFFF;
padding-left:270px;
text-align:center;
top:-20px;
}
.tentaccessoriesimg {
float:right;
padding:30px;
}