@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

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

body {
	color: #CCC;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #000019 url(../images/background.jpg) no-repeat center 150px;
}

a {
	text-decoration: none;
	color: #33B0F4;
}

a:visited {
	color: #EC0000;
}

a:hover,
a:focus,
a:active {
	color: #999999;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 5px 5px 0px;
	margin: 0px 0px 15px;
	border: 1px solid #999999;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
	color: #c7eafc;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	border-bottom: 1px solid #FFF;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
}

h6 {
	font: bold 1em Helvetica, Arial, sans-serif;
}


html {
	background: #000019;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #c7eafc;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
	background: inherit;
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #c7eafc;
	border-bottom: 1px solid #c7eafc;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

th {
	background: #666;
	color: #333333;
}

tr.even {

}

tr.odd {

}

tr.highlight,
tr:hover {

}

ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Primary structure */

#header,
#content,
#footer,
#footerLatest {
	max-width: 960px;
	margin: 0px auto;
	font-size: 1.2em;
}

#headWrapper {
	border-bottom: 1px solid #FFF;
	background: #000 url(../images/bkgnd_header.jpg) no-repeat center top;
	height: 150px;
}

#header {
	position: relative;
	height: 150px;
}

#contentWrapper {
	min-height:200px;
}

#content {
	overflow: hidden;
	margin: 0px auto;
}

#primaryContent {
	margin: 0px 0px 10px;
	padding: 30px 30px 0px;
	overflow: hidden;
}

#tertiaryContent {
	clear: both;
	float: none;
	padding: 0px 10px 0px 15px;
	width: 100%;
}

#footerWrapper {
	padding: 20px 0px;
	margin: 0px 0px 40px;
}

#footerLatest {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	background: #000 url(../images/bkgnd_content_block.gif) repeat-x center top;
	border-top: 1px solid #313131;
	max-width: 900px;
}

#upcomingEvents,
#latestNews,
#latestPhotos {
	width: 270px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 10px 10px 0px;
}

#upcomingEvents dl,
#latestNews dl {
	
}

#upcomingEvents dt,
#latestNews dt {
	margin: 0px;
	padding: 2px 0px 0px;
	border-top: 1px solid #2C2C2C;
}

#upcomingEvents dd,
#latestNews dd {
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #070707;
}

#latestPhotos {
	margin: 0px;
	height: 228px;
}

#upcomingEvents h4,
#latestNews h4,
#latestPhotos h4 {
	height: 25px;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#upcomingEvents h4 span,
#latestNews h4 span,
#latestPhotos h4 span {
	display:none;
}

#upcomingEvents h4 {
	background-image: url(../images/heading_upcoming_events.png);
}

#latestNews h4 {
	background-image:url(../images/heading_latest_blog_posts.png);
}

#latestPhotos h4 {
	background-image:url(../images/heading_latest_photos.png);
}

#footer {
	overflow: hidden;
	font-size: 0.9em;
	border-top: 1px solid #FFF;
	padding-top: 20px;
}

#footerPrimary {
	float: left;
	width:  48%;
	margin: 0% 0% 0% 1%;
}

#footerSecondary {
	float: left;
	width:  30%;
	margin: 0% 1% 0% 0%;
	text-align: center;
}

#footerTertiary {
	float: right;
	width:  19%;
	margin: 0% 1% 0% 0%;
	text-align: left;
}

/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0% 1.5% 0% 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0% 1% 0% 0%;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0% 1% 0% 0%;
}

.pagination {
	width: 100%;
	overflow: hidden;
	margin: 0px;
}

.contentBlock {
	padding: 20px;
}


/* ------------------------------------------------------------------- Form fields */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 2px;
	margin: 0% 1% 0% 0%;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

.formBlock .input {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
	background: inherit;
}

.formBlock .error {
	color: #EC0000;
	background: inherit;
}

.textareaBlock {

}

.textareaBlock .input {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup {

}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .input label {
	padding-left: 2px;
}

.singleCheck .input {
	padding: 4px 1% 3px;
}

.required .label {
	
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError {
	
}

.formError .label label {
	color: #EC0000;
	background: inherit;
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	height: 14px;
	padding: 2px;
	background: #F7FCFD;
	outline: none;
	border: 1px solid #CACACA;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #33B0F4;
}

.inputTextArea {
	height: 20em;
	width: 100%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 100%;
}


/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	float: left;
	background-color: #131313;
	color: inherit;
	border: 1px solid #2C2C2C;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #2C2C2C;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 4px;
	border: 1px solid #2C2C2C;
	background-color: #131313;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 4px;
	background-color: #131313;
	color: inherit;
	border: 1px solid #2C2C2C;
}


/* ------------------------------------------------------------------- Header */

h1#logo {
	height: 80px;
	width: 333px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 2;
}

#tagLine {
	display:none;
}

#bookNowEmail,
#bookNowPhone {
	position: absolute;
	height: 30px;
	width: 300px;
	top: 30px;
	right: 15px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

#bookNowEmail {
	top: 55px;
	font-size: 1.2em;
}

#primaryNav {
	width: auto;
	position: absolute;
	bottom: -38px;
	left: -10px;
	padding: 0px 0px 10px 10px;
	z-index: 2;
}

#primaryNav ul,
#primaryNav li {
	list-style: none;
}

#primaryNav ul {
	height: 25px;
	line-height: 40px;
	padding: 5px 0px 10px 5px;
	background: url(../images/bkgnd_primary_nav.png) repeat-x center top;
	margin: 0px 0px 5px;
}

#primaryNav li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#primaryNav li a,
#primaryNav li a:visited {
	background: transparent url(../images/bkgnd_primary_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

#primaryNav li a span {
	background: transparent url(../images/bkgnd_primary_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

#primaryNav li a:hover,
#primaryNav li a:focus,
#primaryNav li a:active,
#primaryNav li.activePageLink a {
	background-position: right bottom;
	color: #33B0F4;
}

#primaryNav li a:hover span,
#primaryNav li a:focus span,
#primaryNav li a:active span,
#primaryNav li.activePageLink a span {
	background-position: left bottom;
}

#pageHeading {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px;
	text-transform: uppercase;
}

.pagination a,
.pagination a:visited {
	background: transparent url(../images/bkgnd_primary_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
	margin: 0px 5px 5px 0px;
}

.pagination a span {
	background: transparent url(../images/bkgnd_primary_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	background-position: right bottom;
	color: #33B0F4;
}

.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	background-position: left bottom;
}

a.linkButton,
a.linkButton:visited {
	background: transparent url(../images/bkgnd_primary_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

a.linkButton span {
	background: transparent url(../images/bkgnd_primary_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active {
	background-position: right bottom;
	text-decoration: none;
	color: #33B0F4;
}

a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span {
	background-position: left bottom;
}


/* ------------------------------------------------------------------- Quick search */

#quickSearch {
	position: absolute;
	top: 95px;
	right: 5px;
	width: 210px;
	height: 40px;
	background: url(../images/bkgnd_search.png) no-repeat left top;
	z-index: 1;
}

#quickSearch label {
	display: none;
}

#quickSearch #search_term {
	width: 152px;
	height: 15px;
	position: absolute;
	top: 11px;
	left: 13px;
	background: #FFF;
	border-style: none;
}

#quickSearch #search_button {
	border-style: none;
	height: 40px;
	width: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
}

#quickSearch #search_button:hover,
#quickSearch #search_button:focus {

}

#quickSearch #search_button span {
	display: none;
}

.resultItemBlock {
	margin: 0px 0px 5px;
	padding: 0px;
}

.resultItemBlock dt {
	
}

.resultItemBlock dd {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #292929;
	line-height: 1.8em;
}

/* ------------------------------------------------------------------- Home page */

#introduction {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#homePageVideo {
	float: right;
	height: 300px;
	width: 470px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#introText {
	margin: 0px 490px 0px 0px;
	padding: 0px;
	color: #C7EAFC;
}

#introStatement {
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#introSubText {
	font-size: 1.2em;
	font-weight: bold;	
}

#introPoints {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#introPoints li {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px 35px;
	list-style: none;
	background: url(../images/icon_large_tick.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
}

#bookNowButton a {
	background: url(../images/book_now_button.png) no-repeat center center;
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	width: 160px;
}


#bookNowButton a span {
	display:none;
}

#homeBriefs {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	padding: 0px;
}

#homeBriefs img {
	margin: 0px 0px 10px;
}

#homeBriefs h3 {
	border-style: none;
	height: 25px;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#homeBriefs h3 span {
	display: none;	
}

#briefOne,
#briefTwo,
#briefThree {
	width: 270px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 10px 10px 0px;
	background: #000 url(../images/bkgnd_content_block.gif) repeat-x center top;
	border-top: 1px solid #313131;
	min-height: 300px;
	position: relative;
}


#briefThree {
	margin: 0px;
}

#briefOne h3 {
	background-image: url(../images/heading_functions.png);
}

#briefTwo h3  {
	background-image: url(../images/heading_locations.png);
}

#briefThree h3  {
	background-image: url(../images/heading_weapons.png);
}

#homeBriefs .moreLink {
	border-top: 1px solid #2C2C2C;
	width: 90%;
	margin: 0px;
	padding: 5px 5%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: right;
}

#homeScenerios {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	font-size: 1.2em;
}



/* ------------------------------------------------------------------- Blog page */

#listBlogPosts {
	
}

.blogPostBlock {
	margin: 0px 0px 50px;
	padding: 0px;
	background: url(../images/cross_hairs.png) no-repeat 1px 1px;
}

.blogPostTitle {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 50px;
	line-height: 50px;
}

.blogPostTimestamp {
	height: 45px;
	width: 60px;
	margin: 0px 24px 0px 0px;
	padding: 5px 0px 0px;
	text-align: center;
	color: #FFF;
	float: left;
	font-weight: bold;
}

.blogPostTimestamp .year {
	font-size: 1.4em;
}

.blogPostContent {
	border-left: 1px solid #FFF;
	margin: 0px 0px 0px 60px;
	padding: 24px 0px 25px 24px;
	border-top: 1px solid #FFF;
}


/* ------------------------------------------------------------------- Contact us page */

#contactForm {
	width: 435px;
	overflow: hidden;
	margin: 0px 0px 10px;
	float: left;
}

#form_contact_us {
	background: #000 url(../images/bkgnd_content_block.gif) repeat-x center top;
	border-top: 1px solid #313131;
	padding: 10px;
}

#form_contact_us {
	
}

#form_contact_us .formBlock .label {
	width: 160px;
	float: left;
	padding: 4px 0px 2px;
	margin: 0px 10px 0px 0px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

#form_contact_us .formBlock .input {
	width: 235px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#form_contact_us .formBlock .description,
#form_contact_us .textareaBlock .description {
	display:none;
}

#form_contact_us .textareaBlock .input {
	float: none;
	clear: both;
	width: 425px;
	padding: 4px 0px 3px;
	margin: 0px;
}

#form_contact_us #contact_message {
	height: 205px;
}

#contactDetails {
	width: 425px;
	overflow: hidden;
	margin: 0px 0px 10px;
	float: right;
	padding: 0px 10px;
}

#contactDetails dt,
#contactDetails dd {
	margin: 0px;
	padding: 0px;
}

#contactDetails dt {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #FFF;
}

#contactDetails dd {
	margin: 0px 0px 5px 110px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Events page */

#listEvents {
	
}

.eventsBlock {
	margin: 0px 0px 20px;
	padding: 0px;
}

.eventTitle {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
}

.eventDates span {
	background: #FFF;
	padding: 2px;
	color: #000019;
}

.eventContent {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* ------------------------------------------------------------------- Forms page */

#listForms {
	
}

#listForms dl {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #FFF;
	width: 100%;
	overflow: hidden;
}

#listForms dt {
	float: left;
	width: 60%;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #C7EAFC;
}

#listForms dd.linkDownload {
	float: right;
	width: 30%;
	padding: 0px;
	margin-top: 0px;
}

#listForms dd.linkDownload a {
	float: right;
}


#listForms dd.formDescription {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* ------------------------------------------------------------------- Function pages */

#functionsList p {
	font-size: 1.4em;
	font-weight: bold;
	color: #C7EAFC;
}

#functionsList ul, 
#functionsList ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#functionsList ul li {
	float: left;
	width: 150px;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 150px;
}

#functionsList ul li a {
	display:block;
	width: 150px;
	height: 150px;
}

#functionsList ul li a span {
	display:none;
}

#functionsList ul li a#functionsThumbParties {
	background: url(../images/functions_thumb_parties.png) no-repeat center top;	
}

#functionsList ul li a#functionsThumbGroup {
	background: url(../images/functions_thumb_group.png) no-repeat center top;	
}

#functionsList ul li a#functionsThumbCorporate {
	background: url(../images/functions_thumb_corporate.png) no-repeat center top;	
}

#functionsList ul li a#functionsThumbPrivate {
	background: url(../images/functions_thumb_private.png) no-repeat center top;	
}

#functionsList ul li a#functionsThumbIndoor {
	background: url(../images/functions_thumb_indoor.png) no-repeat center top;	
}

#functionsList ul li a#functionsThumbFetesFundraisers {
	background: url(../images/functions_thumb_fetes_and_fundraisers.png) no-repeat center top;	
}

#functionDescription {
	margin-left: 275px;	
}

/* ------------------------------------------------------------------- Photo gallery page */

#listPhotos {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.photoBlock {
	background: #131313 url(../images/loading.gif) no-repeat center center;
	float: left;
	height: 100px;
	width: 100px;
	margin: 0px 5px 10px;
	padding: 7px;
	overflow: hidden;
	border: 1px solid #2C2C2C;
}

#listLatestPhotos {
	width: 100%;
	overflow: auto;
	padding-top: 5px;
}

#listLatestPhotos .photoBlock {
	height: 81px;
	width: 81px;
	margin: 0px 1px 1px;
	padding: 2px;
}

/* ------------------------------------------------------------------- Weapons page */

#listWeapons {
	
}

#listWeapons .weaponBlock {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 100%;
	overflow: hidden;
}

#listWeapons .weaponDetails {
	margin-left: 280px;
}

#listWeapons .weaponTitle {
	padding: 0px;
	font-size: 1.5em;
	font-weight: normal;
}

#listWeapons .weaponImage {
	background: #131313 url(../images/loading.gif) no-repeat center center;
	float: left;
	height: 250px;
	width: 250px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #2C2C2C;
}

#listWeapons .weaponDescription {
	overflow: hidden;
}

#listWeaponsSlideWrapper {
	background: transparent url(../images/bkgnd_weapon_slider.png) no-repeat center top;
	position: relative;
	margin: 0px 0 10px;
	width: 100%;
	height: 295px;
}

#listWeaponsSlider {
	position: relative;
	margin: 0px auto;
	width: 90%;
	height: 295px;
	overflow: auto;
}

#listWeaponsSlider .weaponBlock {
	display: block;
	width: 84%;
	height: 280px;
	padding: 15px 8% 0px;
}

#listWeaponsSlider .weaponDetails {
	margin-left: 280px;
}

#listWeaponsSlider .weaponTitle {
	padding: 0px;
	font-size: 1.5em;
	font-weight: normal;
}

#listWeaponsSlider .weaponImage {
	background: #131313 url(../images/loading.gif) no-repeat center center;
	float: left;
	height: 250px;
	width: 250px;
	margin: 0px 10px 0px 0px;
	padding: 4px;
	border: 1px solid #2C2C2C;
}

#listWeaponsSlider .weaponDescription {
	overflow: hidden;
}

#listWeaponsSlideWrapper .prevButton,
#listWeaponsSlideWrapper .nextButton {
	display: block;
	height: 70px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	top: 112px;
	background-repeat: no-repeat;
	background-position: top center;
}

#listWeaponsSlideWrapper .prevButton span,
#listWeaponsSlideWrapper .nextButton span {
	display: none;
}

#listWeaponsSlideWrapper .prevButton {
	left: -10px;
	background-image:url(../images/prev_button.png);
}

#listWeaponsSlideWrapper .nextButton {
	right: -10px;
	background-image:url(../images/next_button.png);	
}

#listWeaponsSlideWrapper .prevButton:hover,
#listWeaponsSlideWrapper .nextButton:hover {
	background-position: bottom center;
}


/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;
	color: #FFF;
}

#modalContentBox {
	background-color: #FFF;
	border: 1px solid #1081DC;
	padding: 10px;
	font-size: 1.2em;
	color: #333;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #1081DC;
	margin-bottom: 5px;
	color: #FFF;
}

#modalTitleBar h1 {
	padding: 5px;
	width: 75%;
	float: left;
	font: normal 1em Helvetica, Arial, sans-serif;
	background-color: inherit;
	color: #FFF;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
	color: inherit;
}

#modalCloseButton span {
	display:none;
}


/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	color: inherit;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #131313;
	color: inherit;
}

.lbLoading {
	background: #000 url(../images/loading.gif) no-repeat center;
	color: inherit;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #131313;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.png) no-repeat 0 25%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.png) no-repeat 100% 25%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #131313;
	border-bottom: 10px solid #131313;
	border-left: 10px solid #131313;
	background-color: inherit;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 30px;
	background: transparent url(../images/closelabel.png) no-repeat center top;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover {
	background-position: center bottom;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* ------------------------------------------------------------------- Footer */

#footerPrimary ul.menu_1,
#footerPrimary ul.menu_1 li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerPrimary ul.menu_1 li {
	margin: 0px 5px 0px 0px;
	float: left;
	width: auto;
}

#footerPrimary ul.menu_1 li a  {
	
}

#faceBookLink {
	display: block;
	background: url(../images/icon_facebook.png) no-repeat left center;
	height: 32px;
	padding-left: 35px;
	margin-top: -8px;
	position: relative;
	line-height: 1.4em;
	padding-top: 2px;
}

/* ------------------------------------------------------------------- Miscellaneous */


.topLink {
	text-align: right;	
}

.messageBlock {
	background: #000019;
	padding: 4px;
	margin-bottom: 5px;
	color: inherit;
	border: 1px solid #FAF489;
}

.messageFail {
	color: inherit;
	border: 1px solid #AF0739;
}

.messageNone {
	color: inherit;
	border: 1px solid #1081DC;
}

.messageNotice {
	color: inherit;
	border: 1px solid #1081DC;
}

.highLite {
	color: #FFF;
	font-weight: bold;
}

label,
button,
.formButton,
#lbOverlay {
	cursor: pointer;
}

#crosshairs {
	display: block;
	position: absolute;
	top: -100px;
	left: 245px;
	background: url(../images/logo_cross_hairs.png) no-repeat center center;
	height: 87px;
	width: 88px;
	z-index: 1;
}
