/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #131313 url(../img/bg.jpg) no-repeat center top;
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #616161;
	text-align: left;
}
h1 {
	font-size: 1.8em;
	color: #231f20;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #379f9e;
}
img {
	vertical-align: top;
	border: none;
}
p {
	margin-top: 0;
	line-height: 1.5em;
}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #e5a612;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
form {
	margin: 0;
}
label {
	color: #379f9e;
}

/*****************************************************
 DEFAULT INTERFACE ELEMENTS
*****************************************************/
.wrapStar {
	width: 1010px;
	margin: 0 auto;
}
#header {
	width: 1010px;
	padding: 30px 0 18px 0;
}
#logo {
	width: 242px;
	height: 56px;
}
#searchWrap {
	width: 357px;
	height: 31px;
	background: transparent url(../img/search.gif) no-repeat right top;
	margin-top: 18px;
	padding: 6px 0 0 8px;
}
#menu {
	width: 1010px;
	height: 47px;
	background: transparent url(../img/menu.jpg) no-repeat;
	font-size: 1.1em;
}
	#menu li {
		display: inline;
		float: left;
		margin: 0 5px;
		padding: 14px 0;
		text-transform: uppercase;
		text-align: center;
	}
	#menu a {
		display: inline;
		color: #fdb813;
		font-weight: bold;
		text-decoration: none;
	}
	#menu a:hover {
		color: #fff;
	}
	.home {
		width: 183px;
	}
	.news {
		width: 121px;
	}
	.brands {
		width: 134px;
	}
	.deals {
		width: 126px;
	}
	.army {
		width: 115px;
	}
	.contact {
		width: 71px;
	}
#bodyBox {
	width: 990px;
	padding: 10px;
	background: #dfdfdf;
}
.photoBox {
	width: 138px;
}
	.photoBox img {
		display: block;
	}
/*****************************************************
 RESUABLE ELEMENTS
*****************************************************/
/* displays */
.block {
	display: block;
}
.inline {
	display: inline;
}
/* floats */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* widths */
.oneCol {
	width: 240px;
}
.widget {
	width: 220px;
}
.twoCol {
	width: 490px;
}
.postWrap {
	width: 470px;
}
.postPhoto {
	width: 322px;
}
.post {
	width: 470px;
}
.threeCol {
	width: 740px;
}
.fullBody {
	width: 990px;
}
.brandbox {
	width: 410px;
	padding: 20px 20px 20px 288px;
}
	#snowboardBrands {
		background: transparent url(../img/snowboards_brands.jpg) no-repeat left bottom;
	}
	#bindingBrands {
		background: transparent url(../img/bindings_brands.jpg) no-repeat left bottom;
	}
	#bootBrands {
		background: transparent url(../img/boots_brands.jpg) no-repeat left bottom;
	}
	.brandlist {
		width: 190px;
	}
/* backgrounds */
.white {
	background: #fff;
}
.black {
	background: #000;
}
.pin {
	background-image: url(../img/pin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.caption {
	background: #e3e3e3;
}
/* borders */
.border {
	border: 1px solid #dfdfdf;
}
.borderTop {
	border-top: 1px solid #dfdfdf;
}
.borderBottom {
	border-bottom: 1px solid #dfdfdf;
}
/* type */
.rightText {
	text-align: right;
}
.center {
	text-align: center;
}
.blackLink, h1 a, .breadcrumbs li a {
	color: #231f20 !important;
}
.stripped, .stripped li, .triBullets, .triBullets li, .breadcrumbs, .breadcrumbs li, .videos, .videos li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.triBullets li {
		background: transparent url(../img/bullet.gif) no-repeat left 11px;
		padding: 8px 0 8px 10px !important;
	}
	.brandlist .triBullets li, #joinBox .triBullets li {
		padding: 3px 0 0 10px !important;
		background: transparent url(../img/bullet.gif) no-repeat left 6px;
	}
		.widget a {
			color: #616161;
		}
		.rss {
			color: #e5a612 !important;
		}
	.breadcrumbs li {
		display: inline;
		float: left;
		margin-left: 10px;
		padding-left: 7px;
		background: transparent url(../img/breadcrumb.gif) no-repeat 0 2px;
	}
	.videos li {
		float: left;
		display: inline;
		width: 233px;
		margin-bottom: 10px !important;
	}
.alpha {
	list-style-type: lower-alpha;
}
.roman {
	list-style-type: lower-roman;
}
.footer {
	color: #808080;
	font-size: 1.1em;
	font-weight: normal !important;
}
	.footer a {
		color: #fff !important;
	}
.authorInfo {
	color: #9b9b9b;
}
	.authorInfo strong {
		color: #379f9e;
	}
.fs11 {
	font-size: 1.2em;
}
.hilight {
	font-size: 1.5em;
	color: #379f9e;
	font-weight: bold;
}
/* margins */
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px !important;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml50 {
	margin-left: 50px;
}
/* padding */
.p10 {
	padding: 10px;
}
.ptb10 {
	padding: 10px 0;
}
.pb10 {
	padding-bottom: 10px;
}
/* Form Elements */
.searchField {
	width: 258px;
	height: 16px;
	padding: 5px 4px 4px 24px;
	background: transparent;
	border: 0;
	font-size: 1.1em;
}
#searchBtn {
	margin-top: 4px;
	background: transparent;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #fdb813;
}
.formField {
	width: 220px;
	padding: 4px;
}
.postComment {
	display: block;
	width: 110px;
	height: 20px;
	background: transparent url(../img/postcomment.gif) no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.signupWrap {
	width: 240px;
	height: 25px;
	background: transparent url(../img/signup_field.gif) no-repeat;
}
.signupField {
	width: 230px;
	height: 16px;
	padding: 5px 4px 4px 6px;
	background: transparent;
	border: 0;
	font-size: 1.1em;
}
#signupBtn{
	display: block;
	width: 110px;
	height: 20px;
	background: transparent url(../img/joinnow.gif) no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/*****************************************************
 COMMENTS
*****************************************************/
.comment {
	width: 420px;
	padding: 15px 15px 10px 30px;
	background: #f2f2f2 url(../img/quotes.gif) no-repeat 10px 10px;
	font-style: italic;
}

/*****************************************************
 MELTDOWN ARMY
*****************************************************/
#armyBottom {
	background: transparent url(../img/army_bottom.jpg) no-repeat;
}
	#armyBottom h1 {
		padding-top: 5px;
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
	}
#joinBox {
	display: inline;
	width: 314px;
	height: 192px;
	padding: 67px 20px 0 20px;
	background: transparent url(../img/army_pin.jpg) no-repeat;
	font-size: 1.1em;
}
.storehours td {
	width: 75%;
	background: #fff;
	font-weight: bold;
}
.storehours .day {
	width: 25% !important;
	background: #231f20 !important;
	text-align: center;
	color: #fff;
}