/* CSS Document for www.paintballing-town.co.uk */

/* Basic styles */

html {color:#FFFFFF;} /* overall text colour */

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

* {margin:0; padding:0;} /* all browser default margins/padding set to 0 */

/* Link styles */

a:link {text-decoration: none; color: #1FB1FF; font-weight: bold;}

a:visited {text-decoration: none; color: #1FB1FF; font-weight: bold;}

a:hover {text-decoration: underline; color: #1FB1FF;	font-weight: bold;}

a:active { text-decoration: none; color: #1FB1FF; font-weight: bold;}

/* IE hacks for PC & Mac \*/

a:visited {text-decoration: none; color: #1FB1FF; font-weight: bold;}

a:hover {text-decoration: underline; color: #1FB1FF;	font-weight: bold;}

/* End of hacks */


/* LAYOUT */

body {text-align: center; background-image: url(../new_images/background_tile.gif);}

#container {width: 732px; text-align: left; margin-left: auto; margin-right: auto} /* Main div that holds the whole layout */

#header {width: 732px; margin-top: 2px; height: auto} /* Contains Flash nav and html images */

#left_header {float: left; width: 225px, height: 73px; margin-bottom: 18px;}

#flash_nav {float: right; width: 507px; height: 73px; margin-bottom: 18px; background-color:#4C4B4B}

/*#nav_spacer {width: 732px; height: 19px; background-color:#00FFFF} /* gap between nav and content */

#content_container {width: 732px;} /* Contains everything between Flash Nav and Footer */

#left_column {float:left; width: 147px; margin-right: 4px;} /* Contains Ads etc */

.image_holder {margin-bottom: 6px;}

#middle_column {float:left; width: 451px; margin-bottom: 10px; margin-right: 4px;} /* Contains Banner Div and Copy Div */

#banner_div {width: 451px; height: 43px;}

#copy_div {width: 439px; padding: 6px;}

#right_wrapper {float:right; width: 126px;} /* Contains Right Column Div IE Float Right Hack */

#right_column {float:right; width: 126px; margin-bottom: 10px;} /* Contains Extra links, Event Planner etc */

#xtras_header {width: 126px; background-color: #595959;}

#xtras_copy {width: 120px; background-color: #595959; padding: 3px;}

/* Alsett Clearing Method, more efficient due to less markup */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Alsett Clearing Method fix for IE Mac */

.clearfix {display: inline-block;}

/* Alsett Clearing Method Hack for Windows IE6 */

*html .clearfix {height: 1%;}

.clearfix {display: block;}

#footer {text-align: center; width: 732px; padding: 3px 0; font-size: 10px; margin-top: 10px; margin-bottom: 5px;} /* footer containing main nav links */


/* Original CSS */

.xtras_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.xtras_redcross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F72E40;
}

.main_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.main_header_redcross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.directions_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.event_planner_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1FB1FF
}

ul {padding-left: 20px; list-style-position: inside; list-style-type: square;}
 
li {margin-bottom: 3px;}

#contact_box {wrap: hard}

/* Quicktime Hacks */

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}