@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000 url(../images/mtns-back.gif) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 40px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#000000
}
h1,h2,h3,h4,h5,h6,p {
padding:0; margin:0; font-family:Arial, Helvetica, sans-serif
	}
	p {
		font-size:12px;
		text-align:justify
		}
	h1 {
		color:#FFFFFF;
		display:block;
		width:100%;
		border-bottom:1px #ffffff dashed;
		margin-bottom:5px
		}
	ul {
		margin:0;
		padding:0;
		}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #footer {
	color:#ffffff;
	}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.center-column {
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	}

.left {
	float:left;
	}
	.fRight {float:right;}
ul.leftNarrow {width:260px; margin:0 auto; display:block}
ul.leftNarrow li {float:left; width:75px; display:block; padding:5px; list-style:none; list-style-image:none; text-align:center}
ul.leftWide {width:460px; display:block; margin:0 auto}
ul.leftWide li {float:left; width:153px; display:block; padding:5px 0; list-style:none; list-style-image:none; text-align:center}
.clear {clear:both}
.right {
	float:right;
	width:575px;
	z-index: 100;

	 }
	.right a {
	text-align:center}
.big img {
	margin-right:20px
	}
	
#sponsors{
	width:900px;
	margin:10px 70px 10px 70px;
}
#sponsorsSM {
	width:900px;
	margin:10px 80px}
#sponsors li{
	float:left;
	margin:10px 5px 10px 5px;
	list-style: none;
	width: 225px;
}
#sponsorsSM li{
	float:left;
	margin:10px 5px 10px 5px;
	list-style: none;
	width: 175px;
}
#sponsors li img, #spnsorsSM li img{
	display:block;
}
.borderBottom {border-bottom:1px dashed #000000}
/*CART */
.cartHeaders,.totalRow{display:none;}
		.simpleCart_items{
	overflow-y:auto;
	overflow-x:hidden;
	width:243px;
	margin-bottom:20px;
		}
		.itemContainer{
			clear:both;
			width:229px;
			padding:11px 0;
			font-size:11px;
		}
		.itemImage{
			float:left;
			width:60px;
		}
		.itemName{
			float:left;
			width:85px;
		}
		.itemPrice{
	float:left;
	width:85px;
	color:#000000;
		}
		.itemQuantity{
			float:left;
			width:33px;
			margin-top:-12px;
			vertical-align:middle;
		}
		.itemQuantity input{
			width:20px;
			border:1px solid #ccc;
			padding:3px 2px;
		}
		
		.itemTotal{
	float:left;
	color:#000000;
	margin-top:-6px
		}

#catalog{
	width:575px;
	margin:10px;
	float:left;
}
#catalog li{
	float:left;
	margin:25px 5px 25px 5px;
	list-style: none;
	width: 170px;
	height:75px
}
#catalog li img{
	display:block;
}
#catalog a {
	display:block;
	color:#ffffff;
	background:#000000;
	padding:5px;
	width:65px;
	text-decoration:none;
	text-align:center
	}
.price{
	display:block;
	float:left;
	background:url(images/span.png);
	height:21px;
	line-height:20px;
	margin:6px 0;
	color:#000000;
	font-size:12px;
	padding:2px 0 0 15px;
	font-weight:lighter;
	
}
.simpleCart_quantity {font-size:16px; color:#000000; left:-10px; top:3px; background:#ffffff; position:relative; padding:5px}
b{
	float:left;
	font-size:15px;
	color:#333;
	margin-left: 10px;
}
b a{
	font-size:12px;
	color:#c23f26;
}
.cartStuff {
	display: block;
	float:right;
	width:300px;
	color:#ffffff;
	font-size:10px;
	}
.cartStuff a {color:#ffffff}
h4 a {
display:block;
padding:5px;
background:#000000;
color:#FFFFFF;
text-decoration:none
}	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}