@charset "utf-8";

/*****************************************
***               General              ***
*****************************************/

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #e4e4e4 url( '../images/template/noise.png' ) repeat 0px 0px;
	font: 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img { border: none; }

a { color: #64b73c; text-decoration: none; }
a:active { color: #64b73c; }
a:visited { color: #64b73c; }
a:hover { text-decoration: underline; }
.clear-fix { clear: both; }

#wrap
{
	box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.9 );
	-moz-box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.9 );
	-webkit-box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.9 );
	width: 1024px;
	height: auto;
	margin: 0px auto;
}


/*****************************************
***            Header / Navi           ***
*****************************************/

header
{
	background: url( '../images/template/header-bg.png' ) no-repeat 0px 0px;
	width: 100%;
	height: 278px;
	position: relative !important;
}

.paintballer-one
{
	background: url( '../images/template/paintballer-1.png' ) no-repeat 0px 0px;
	display: block;
	width: 143px;
	height: 179px;
	position: absolute;
	bottom: 36px;
	left: -20px;
}

.paintballer-two
{
	background: url( '../images/template/paintballer-2.png' ) no-repeat 0px 0px;
	display: block;
	width: 97px;
	height: 219px;
	position: absolute;
	bottom: 9px;
	right: -18px;
	z-index: 5;
}

.header-tags
{
	background: url( '../images/template/elma-tags.png' ) no-repeat 0px 0px;
	position: absolute;
	top: -25px;
	left: 290px;
}

.header-tags a
{
	display: block;
	width: 241px;
	height: 230px;
}

nav
{
	background: #4d4d4d url( '../images/template/nav-bar-bg.jpg' ) repeat-x 0px 0px;
	border: 1px solid #333;
	width: 1022px;
	height: 36px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

nav ul, .sub-nav-container ul, .small-icons
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

nav ul li, .sub-nav-container ul li
{
	display: inline-block;
}

nav ul li a:active { color: #ffffff; }
nav ul li a:visited { color: #ffffff; }

nav ul li a
{
	padding: 0px 20px;
	color: #ffffff;
	display: block;
	line-height: 36px;
	font-size: 18px;
	text-decoration: none;
	text-shadow: #222 0 -1px 0;
}

nav ul li a:hover, nav ul li a:active
{
	background: url( '../images/template/nav_hover.png' ) no-repeat top center;
}
nav ul li a:hover { color: #64b73c; text-decoration: none; }

.sub-nav-container
{
	background: #3a3a3a;
	border: none, 1px solid #333, 1px solid #333, 1px solid #333;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.1 );
	-webkit-box-shadow: 0px 2px 3px rgba( 0, 0, 0, 0.1 );
	padding: 4px 0px 4px 12px;
	margin: 0px auto;
	width: 960px;
	height: 17px;
	font-size: 12px;
	text-shadow: 0px 1px 0px rgba( 0, 0, 0, 0.2 );
}

.sub-nav-container ul li a
{
	padding: 0px 8px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.sub-nav-container ul li a:hover { color: #64b73c; }


/*****************************************
***               Content              ***
*****************************************/

.content-wrap
{
	background: url( '../images/template/content_bottom_bg.jpg' ) repeat-y 0px 0px;
	width: 1024px;
	height: auto;
	position: relative !important;
}

.three-col-left, .three-col-center, .three-col-right, .two-col-left, .two-col-right, .single-col
{
	display: block;
	margin: 12px 0px 0px 12px;
	float: left;
}
.three-col-left, .three-col-center, .three-col-right, .two-col-left, .two-col-right
{
	float: left;
}
.three-col-left, .three-col-right, .two-col-right
{
	width: 260px;
}
.three-col-center
{
	width: 456px;
}
.two-col-left
{
	width: 728px;
}
.single-col
{
	width: 1000px;
}
.content-box
{
	border: 1px solid #1c7401;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #313131;
	color: #ffffff;
	font: 12px/1.8em Arial, sans-serif;
	text-shadow: 0px 1px 1px #222;
	margin: 0px 0px 12px 0px;
	padding: 12px;
	width: auto;
	height: auto;
}

.three-col-left .content-box, .three-col-right .content-box, .two-col-right .content-box
{
	background-color: #3d3d3d;
}

.object-highlights
{
	border-top: 2px solid #262626;
	border-bottom: 2px solid #3c3c3c;
	margin: 0px auto;
	width: auto;
}

.object-row
{
	border-top: 2px solid #3c3c3c;
	border-bottom: 2px solid #262626;
	padding: 12px 0px;
}

.bottom-bar
{
	background: url( '../images/template/bar2.jpg' ) no-repeat 0px 0px;
	height: 20px;
	width: 100%;
	display: block;
}

.adsCol {
	background-color: #3d3d3d;
	width: 200px;
	float: left;
}

.roundedge-3
{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.top-margin-12 { margin: 12px 0px 0px 0px; }
.bottom-margin-12 { margin: 0px 0px 12px 0px; }
.padding-40 { padding: 40px; }


/*****************************************
***            Fonts / Title           ***
*****************************************/

.header-1, .header-2, .header-3
{
	background: url( '../images/template/title_bg_1.jpg' ) no-repeat;
	border: 1px solid rgb( 36, 36, 36 );
	font: 700 18px Georgia, serif;
	color: #ffffff;
	margin: 0px auto 10px;
	padding: 10px 0px 0px 10px;
	height: 29px;
	width: auto;
	text-shadow: 0px -1px 1px rgba( 0, 0, 0, 0.5 ); 
}

.header-1
{
	background-position: -400px 0px;
}
.header-2
{
	background-position: -100px 0px;
}
.header-3
{
	background-position: right 0px;	
}

.title-one
{
	color: #64b73c;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 6px;
}

.title-two
{
	color: #64b73c;
	font-weight: bold;
	font-size: 14px;
}

.title-three
{
	font-size: 16px;
	font-style: italic;
}

.bold { font-weight:bold; }
.underline { text-decoration: underline; }
.green { color: #64b73c; }
.white { color: #ffffff; }


/*****************************************
***                Icons               ***
*****************************************/

.icon {
	background-position: 0px 0px;
	padding-left: 54px;
	min-height: 50px;
	margin-bottom: 15px;
}

.small-icons
{
	margin: 12px 0px 0px 0px;
}

.small-icons li {
	padding: 12px 0px 0px 39px;
	min-height: 26px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	border-bottom: #666 dashed 1px;
}

#iPhone {
	background: url( '../images/icons/coffee_48.png' ) no-repeat;
}
#iEmail {
	background: url( '../images/icons/mail_48.png' ) no-repeat;
	font-size: 10px;
}
#iMail {
	background: url( '../images/icons/box_48.png' ) no-repeat;
}
#iAddress {
	background: url( '../images/icons/home_48.png' ) no-repeat;
}
.video-icon
{
	background: url( '../images/icons/image_32.png' ) no-repeat 0px 3px;
}
.list-icon
{
	background: url( '../images/icons/paper_content_32.png' ) no-repeat 0px 3px;
}
.camera-icon
{
	background: url( '../images/icons/camera_32.png' ) no-repeat 0px 3px;
}


/*****************************************
***                Forms               ***
*****************************************/

.formFailure, .formSuccess {
	width: 613px;
	padding: 20px 20px 20px 62px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.formFailure {
	background: #FF777A url( '../images/icons/cancel_48.png' ) no-repeat 8px 4px;
	border: 1px dashed #FF2429;
	color: #FFF;
}

.formSuccess {
	background: #C4FFBB url( '../images/icons/accepted_48.png' ) no-repeat 8px 4px;
	border: 1px dashed #00BF0A;
	color: #333;
}

.registerForm {
	background-color: #999;
	color: #333;
	padding: 10px;
	font-size: 13px;
	width: 675px;
	border: 1px solid #333;
}

.formBlockHeader {
	background-color: #FFF;
	color: #999;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	padding: 8px 0px 5px 14px;
	font-size: 16px;
	font-weight: bold;
	width: 250px;
}

.registerForm table {
	background-color: #FFF;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	font-size: 12px;
}

.registerForm table tr td {
	border-bottom: 1px dashed #999;
	padding: 8px;
}

.registerForm table tr td input {
	border: 1px solid #CACACA;
	background-color: #E9E9E9;
	color: #333;
}

.registerForm .rowHeader { font-weight: bold; }

.backTop {
	width: 100%;
	padding: 5px;
	text-align: right;
}

.backTop a {
	color: #FFF;
	font-size: 11px;
	padding-right: 6px;
}

.thumbnail {
	position: relative;
	top: 4px;
	z-index: 0;
	text-decoration: none;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #CCC;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #000;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}

/*****************************************
***            Page Related            ***
*****************************************/

.eventBox, .priceBox {
	background: url( '../images/template/box_bg.png' ) no-repeat 0px 0px;
	width: 200px;
	height: 125px;
	text-align: center;
	padding: 10px;
	margin: 7px;
	float: left;
}

.eventBox:hover, .priceBox:hover { background-position: 0px -180px; }

.priceBox img {
	width: 200px;
	height: 125px;
}

.eventBox img {
	width: 180px;
	height: 160px;
	margin-right: 13px;
	float: left;
}

.faqQuestion {
	background: url( '../images/icons/questionmark_48.png' ) no-repeat 0px 0px;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0px 0px 55px;
	height: 36px;
	margin-top: 15px;
}

.faqAnswer {
	background: url( '../images/icons/blue_speech_bubble_48.png' ) no-repeat 0px 0px;
	margin-top: 8px;
	color: #CCC;
	padding: 12px 0px 10px 55px;
	border-bottom: #999 dashed 1px;
	min-height: 26px;
}

/*****************************************
***              Site Map              ***
*****************************************/

.siteMap {
	background-color: #333;
	color: #FFF;
	padding: 25px;
	font-size: 10px;
}

.siteMap a { color: #999; }

.siteMapCol {
	border-right: #CCC dotted 1px;
	float: left;
	padding: 5px 5px 5px 25px;
	width: 180px;
}

.siteMapHeader {
	margin-top: 15px;
	font-size: 11px;
}

.siteMapLink {
	color: #999;
	padding: 3px;
	text-decoration: none;
	display: block;
}
.siteMapLink:hover { text-decoration: underline; }

.copyRight {
	padding-top: 15px;
	width: 100%;
	text-align: center;
	clear: both;
}


/*****************************************
***            Deals Page              ***
*****************************************/

#counter
{
	margin-bottom: 15px;
}

.cd_note
{
	color: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 12px 6px;
	text-align: center;	
}

.center-align
{
	text-align: center;
}

.buy-now
{
	float: right;
	width: 180px;
}

.price
{
	font-size: 36px;
	line-height: 36px;
	color: #64b73c;
	padding-left: 4px;
	margin-bottom: 10px;
}

.price div
{
	float: right;
	color: #999;
	width: 42px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding: 0px 6px;
	border-left: #999 1px solid;
}

.offer-button
{
	display: block;
}
