@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/site_bg.png);
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	/*-------*/
	margin-top:0px;
	margin-left:0xp;
	margin-right:0px;
	margin-bottom:0px;
	/*-------*/
	font-family:Arial, Helvetica, sans-serif;
	
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#A11D20;
}
a:active {
	text-decoration: none;
	color: #666;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:22px;
	text-align:justify;
	padding:0px;
	margin:0px;
}

.button{
	background-image:url(../images/button_bg.png);
	background-repeat:no-repeat;
	padding:5px;
	width:90px;
	height:26px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
	text-align:left;
	padding:0px;
	margin:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-align:left;
	margin:0px;
}

/*== Red Font indent ==*/
h3{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:35px;
	margin-left:30px;
	letter-spacing:-1px;
	font-size:14px;
	color:#FFF;
	text-align:left;
}

/*== Red Header ==*/
h4{
	background-image:url(../images/headerBG.jpg);
	padding:15px;
	padding-top:15px;
	padding-left:30px;
	height:30px;
	width:227px;
	color:#FFF;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:left;
	padding:0px;
	margin:0px;
}

/* -- Large --*/
#header_redL{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#A11D20;
	text-align:left;
}

/* -- Small -- */
#header_redS{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	text-align:left;
}

#wrapper{
	width:975px;
	height:auto;
	margin:0px auto;
}

#content_top{
	display:block;
	padding-top:0px;
	width:975px;
	height:115px;
}

#content_middle{
	width:975px;
	height:auto;
}

#content_bottom{
	width:975px;
	height:auto;
}


/*====================== content top =====================*/

#logo{
	background-image:url(../images/site_logo.png);
	background-repeat:no-repeat;
	float:left;
	width:255px;
	height:106px;
}

#booking_search{
	padding-top:10px;
	float:right;
	width:430px;
	height:auto;
}

.text_field_style{
	background-color:#FFF;
	border:none;
	padding:0px;
	margin:0px;
	width:200px;
	height:20px;
}

.text_field_text{
	font-family:"Arial Black", Gadget, sans-serif;
	background-color:#F00;
	font-size:12px;
	color:#FFF;
	padding:2px;
	margin:0px;
	width:auto;
	height:auto;
}

#menu_bg{
	background-image:url(../images/menu_bg.png);
	margin:0px auto;
	width:950px;
	height:41px;
}

#social_media{
	position:absolute;
	margin-top:0px;
	margin-left:37px;
	width:100px;
	height:50px;
	z-index:2;
}


/*====================== content middle =====================*/

#bg_top{
	background-image:url(../images/content_bg_top.png);
	background-repeat:no-repeat;
	width:975px;
	height:37px;
}

#bg_center{
	background-image:url(../images/content_bg_center.png);
	background-repeat:repeat-y;
	width:975px;
	height:auto;
}

#bg_center_content{
	padding-top:20px;

	margin:0px auto;
	width:900px;
	height:auto;
}

/* ======= Graphics and Placements ========*/

#contact_us_graphic{
	background-image:url(../images/contact_us_graphic.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:211px;
	height:114px;
}

.splash_black{
	background-image:url(../images/splash_black.png);
	position:absolute;
	display:block;
	width:152px;
	height:84px;
}

#graphic_news{
	background-image:url(../images/graphic_news.png);
	background-repeat:no-repeat;
	margin-top:50px;
	width:285px;
	height:55px;
}

#graphic_pack{
	background-image:url(../images/graphic_pack.png);
	background-repeat:no-repeat;
	margin-top:50px;
	width:285px;
	height:55px;
}

#graphic_paintball{
	background-image:url(../images/graphic_paintball.png);
	background-repeat:no-repeat;
	margin-top:50px;
	width:285px;
	height:55px;
}

.graphic_text_area{
	width:285px;
	height:auto;
}

#news_updates{
	width:900px;
	height:auto;
	margin:0px auto;
}

#google_map{
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	width:900px;
	height:auto;
	margin:0px auto;
}

#bg_bottom{
	background-image:url(../images/content_bg_bottom.png);
	background-repeat:no-repeat;
	width:975px;
	height:49px;
}

#book_now{
	width:900px;
	height:auto;
	margin:0px auto;
}

.book_now_style{
	border:#CCC 1px solid;	
	width:250px;
	height:20px;
}

.submit_style{
	background-color:#FFF;
	border:#CCC 1px solid;
}

/*====================== footer details =====================*/

#site_design{
	margin-left:180px;
	width:200px;
	height:20px;
	float:left;
}

#site_design_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:left;
}

#site_info{
	width:280px;
	height:20px;
	padding:0px;
	float:right;
	margin-right:130px;
}

#mainContent{
	padding-right:40px;
}


#mainContent h1{
	color:#A11D20;
}

#footer{
	font-size:11px;
}
.imageFloat{
	border:1px solid #000;
	padding:5px;
	margin-right:20px;
	float:left;
	background-color:#FFF;
}

.imageFloatNoBorder{
	border:1px solid #000;
	margin-right:10px;
	float:left;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

#latestOffers{
	position:absolute;
	width:244px;
	height:284px;
	background-image:url(../images/transBG.png);
	color:#FFF;
	padding:10px;
	padding-left:45px;
	z-index:8;;
	background-repeat:no-repeat;
}

#latestOffers h2{
	color:#FFF;
	
}

#latestOffers p{
	color:#FFF;
	font-size:11px;
	padding:3px;
	padding-bottom:15px;
}

#latestOffers a{
	color:#FFF;
}

#latestOffers a:hover{
	color:#CCC;
}

#latestGeneral{
	position:absolute;
	width:244px;
	height:284px;
	color:#FFF;
	padding:10px;
	padding-left:45px;
	z-index:8;;
	background-repeat:no-repeat;
}

#latestGeneral h2{
	color:#FFF;
	
}

#latestGeneral p{
	color:#FFF;
	font-size:12px;
	padding:3px;
	padding-bottom:15px;
}

#latestGeneral a{
	color:#FFF;
}

#latestGeneral a:hover{
	color:#CCC;
}
