/* HTML redefined */
body {
	background-image: url(../img/bg/bg-bedlam-vindaloo-red.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 80%;
	color: #fff;
}

img {
	border: none;
}

a, a:link {
	color: #ff3333;
	text-decoration: none;
}

a:visited {
	color: #999999;
	/*bb5757*/
}

a:hover {
	text-decoration: underline;
}

h3, h4 {
	color: #ff3333;
}

/**********
 Container sections
 **********/

div#container {
	margin: 0px auto;
	width: 970px;
	position: relative;
}

/**********
 HEADER sections
 **********/

div#header {
	margin: 0px auto;
	padding: 0;
	width: 970px;
	height: 113px;
	position: relative;
	z-index: 20;
}

div#logo {
	position: absolute;
	top: 20px;
	left: 0;
	float: left;
	margin: 0;
}

div#booking-hotline {
	position: absolute;
	width: 256px;
	top: 50px;
	left: 580px;
}

/**********
 Utility MENU sections
 **********/

div#utility-menu {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 10px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#utility-navigation {
  padding: 0;
  margin: 0;
  height: 24px;
  float: left;
}

* + html #utility-navigation {
  position: relative;
  z-index: 9;
}

#utility-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 24px;
  float: left;
}

#utility-navigation li a {
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin: 0 1px 0 1px;
  text-align: center;
  border: none;
  text-decoration: none;
  position: relative;
  background-image: url(../img/buttons/utility-grey.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color:#5c5c5c;
  color: #b4b4b4;
}

#utility-navigation li > a {
  display: block;
}

#utility-navigation li a:hover {
  border: none;
  background-image: none;
  background-color:#fff;
  color: #333333;
  text-decoration: none;
}

/**********
 TOP MENU sections
 **********/

div#menu {
	position: absolute;
	z-index: 10;
	top: 83px;
	right: 30px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/**********
 FOOTER
 **********/

div#footer-wrapper {
	background-color: #242424;
	margin: 0px auto;
	padding: 10px;
	width: 100%;
	position: relative;
	clear: both;;
}

div#footer {
	background-color: #242424;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	padding: 10px;
	width: 948px;
	position: relative;
	clear: both;
	color: #878787;
	overflow: hidden;
}

div#footer a, div#footer a:link {
	color: #ccc;
}

div#left-footer {
	float: left;
	width: 450px;
	padding: 8px;
	line-height: 90%;
}

div#left-footer p {
	line-height: 90%;
}

div#right-footer {
	width: 300px;
	margin-left: 630px;
}

/**********
 IMAGE classes
 **********/
.pic {
	float: left;	
}

.pic-white-border {
	border: 5px solid #fff;
	margin: 10px;
}

/**********
 Button and Form classes
 **********/
.submit {
	background-color: #ed1c24;
	background-image: url(../img/buttons/menu-red.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
}

.required-field {
	border: 1px solid #ff3333;
}

.required-field-radiogroup {
	border: 1px solid #ff3333;
	width: 30%;
}

.required-star {
	color: #ff3333;
	font-weight: bold;
}

/**********
 HEADINGS h1, h2
 **********/
 
.paintball-links {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	padding-left: 10px;
}

.paintball-links p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/**********
 Text classes
 **********/
 
.text-small-grey {
	color: #ccc;
	font-size: 12px;
	line-height: 160%;
}