/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	font-size: 76%;
	color: #3d3d3d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/background_diagonals.gif) repeat-y top;
	padding-left: 1px;
}

/* Firefox background shift fix */
html > body {
	padding-left: 0;	
}

h1, h2, h3, h4, h5, h6 {
	color: #39b54a;
	margin: .5em 0;
	font-weight: normal;
}
h1 {
	margin: 0;
	padding: 10px 0;
	position: relative;
	color: #343434;
	width: 220px;
	height: 47px;
	font-size: 1em;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/logo-spg.png) no-repeat top;
}
h2 {
	font-size: 1.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #39b54a; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 1px;
	text-align: left;
}
div#doc-header {
	width: 720px;
	background: #333 url(../images/background-header.gif) repeat-x bottom;
	padding: 0 20px;
}
div#doc-navigation {
	background: #252525;
}
ul#top-level-navigation {
	margin: 0;
	background: #252525;
	list-style: none;
}
ul#top-level-navigation li {
	display: block;
	float: left;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #39b54a;
	
	margin-right: 3px;
	padding: 6px 0;
	display: block;
	width: 80px;
	text-decoration: none;
	text-align: center;
}
ul#top-level-navigation li a:hover {
	color: #fff;
}	

ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	background: url(../images/navigation_tab-off.gif) no-repeat bottom;
}
div#doc-content {
	background: #fff url(../images/paintballgunhead.jpg) no-repeat top center;
	padding: 120px 20px 0 20px;
	width: 720px;
}
div#doc-footer {
	margin: 1em 20px;
	border-top: 1px solid #ccc;
	clear: both;
	
}
div#doc-content-left {
	width: 500px;
	float: left;
}
div#doc-sidebar-right {
	width: 200px;
	float: right;
}
br.clear {
	clear: both;
}

/* table formatted dl */

dl.table-display {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

dl.table-display dt {
	width: 45%;
	float: left;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	font-size: 0.9em;
	color: #999;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

dl.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

/* form stuff */

label {
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}
input, textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.3em;
}
input {
	width: 167px;
}
input.validate-error {
	color: #39b54a;
	padding: 0.3em 35px 0.3em 0.3em;
	width: 136px;
	border: 1px solid #39b54a;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
	
}
textarea.validate-error {
	color: #39b54a;
	padding: 0.3em;
	border: 1px solid #39b54a;
	background: #ffd9e8 url(../images/validate_required.gif) no-repeat right;
}
input.button {
	font-size: 1em;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width: auto;
	color: #000;
	margin-right: 10px;
}
span.required {
	color: #39b54a;
	font-style: italic;
}
img.captcha {
	margin-bottom: 0.5em;
	border: 1px solid #A5ACB2;
}


/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #39b54a;
}

/* miscellaneous */

img.bookingHeader {
	display: block;
	float: right;	
	margin-top: 12px;
}

div.colBox {
	width: 140px;
	padding: 0 10px;
	background: #ccc;
	float: left;
	text-align: center;
	color: #fff;
}

div.colBox h3 {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin: 0.8em 0;
}

div.boxBlue {
	background: #013371;
}	

div.boxRed {
	background: #BA0B3A;
}	

div.boxGreen {
	background: #39B54A;
}	

.rtten {
	margin-right: 10px;	
}
p.disclaimer {
	text-align: center;
	color: #999;
}


div.sidebarBox {
	width: 200px;
	margin: 1.2em 0;
	text-align: center;
	background: #ececec;
}
div.sidebarBox h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0.5em 0;
	background: #39B54A;
}
div.sidebarBox p {
	font-size: 0.9em;		
}

div.contentBox {
	background: #ECECEC;
	margin: 1em 0;
	padding: 10px;
}

div.contentBox h3 {
	color: #013371;
	font-size: 1em;	
	font-weight: bold;
	margin: 0;
}
div.contentBox p {
	margin: 1em 0 0 0;
}	