/*!-- Universal --*/

*::-moz-selection {
	color: #66bbec;
	background-color: #000;
}

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #000 url(/images/background_low.jpg) top center repeat;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #676767;
	text-align: center;
}

.hide { display: none; }

.nomargin { margin: 0 !important; }

ul.inline li { display: inline; }
ul.nobullets { list-style: none; }

.floatleft { float: left; }
.floatright { float: right; }
.nofloat { float: none; }

#wrapper .half { width: 49.5%; }

#wrapper .clear { clear: both; }

fieldset, img { border: 0; }

abbr { cursor: help; }

/*!-- General Typography --*/

p {
	margin: 5px auto 10px;
	line-height: 16px;
}

p a { color: #6c0d0e; }

#wrapper .center { text-align: center; }
#wrapper .left { text-align: left; }
#wrapper .right { text-align: right; }
#wrapper .justify { text-align: justify; }

.em { font-style: italic; }
.strong { font-weight: bold; }
.strike { text-decoration: line-through; }

.smaller { font-size: 85%; }

.green { color: #bcdf92 !important; }
.red { color: #a1090e !important;}

.FGcccccc { color: #ccc; }
.FGbfbfbf { color: #bfbfbf; }
.FGb2b2b2 { color: #b2b2b2; }
.FGa5a5a5 { color: #a5a5a5; }

.BGcccccc { background: #ccc; }
.BGbfbfbf { background: #bfbfbf; }
.BGb2b2b2 { background: #b2b2b2; }
.BGa5a5a5 { background: #a5a5a5; }

/*!-- Heading Types --*/

h2 { /* always an image w/ hidden span; see specific styling under #primary and #secondary containers */ }
h3 {
	margin: 17px -10px 9px;
	font-size: 20px;
	font-weight: normal;
	color: #1a1a1a;
}
h3 a { text-decoration: none; }
h4 {
	margin: 17px auto 9px;
	font-size: 17px;
	font-weight: normal;
	color: #1a1a1a;
}

/*!-- Containers --*/

#wrapper {
	height: 100%;
	width: 100%;
	background: transparent url(/images/background.jpg) top center repeat;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#content { height: 100%; }

/*!-- Header --*/

#header {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
}
#header #skinny {
	height: 32px;
	margin: auto 10px;
}
#header #skinny span { margin-top: 10px; }
#header #skinny span.floatright span { margin-left: 30px; }
#header #skinny a {
	text-decoration: none;
	color: #fff;
}
#header #masthead {
	height: 219px;
	z-index: 10;
}

/*!-- Primary --*/

#primary { width: 718px; }
#primary div.frametop {
	height: 12px;
	background: transparent url(/images/primary_top.gif);
}
#primary div.framebottom {
	height: 37px;
	background: transparent url(/images/primary_bottom.gif);
}
#primary div.material {
	padding: 5px 35px 10px;
	background: #e0e0e0;
	min-height: 493px;
}

#primary h2 {
	margin-left: -35px;
	margin-bottom: 20px;
}
#primary h2 span { display: none; }

#primary div.framebottom ul {
	padding: 10px 0 0 20px;
}
#primary div.framebottom li {
	color: #8c8c8c;
	font-size: 12px;
}
#primary div.framebottom li span { margin: auto 5px; }
#primary div.framebottom li a {
	color: #8c8c8c;
	text-decoration: none;
}

/*!-- Secondary [Universal] --*/

#secondary { width: 252px; }

#secondary div.frametop {
	height: 4px;
	background: transparent url(/images/secondary_top.gif);
}
#secondary div.framebottom {
	height: 5px;
	background: transparent url(/images/secondary_bottom.gif);
}
#secondary div.material {
	background: #0b0d0d;
	/* min-height: 538px; */
	color: #ccc;
	padding-bottom: 10px;
}

#secondary p { margin: 0 14px 10px; }

#secondary h2 {
	padding: 10px 0 10px 12px;
	color: #fcd464;
	font-family: sans-serif;
	font-size: 18px;
}
#secondary h2 span { display: none; }

#secondary ul { margin: 0 4px; }
#secondary ul li {
	border-bottom: solid 1px #1c1e1e;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#secondary ul li.last {
	border-bottom: none;
	margin-bottom: 0;
}
#secondary ul li img { margin: 5px 10px auto; }
#secondary ul li div {
	width: 172px; /*#sidebar width - img width - img margin (/+r) - this div margin - ul margin = 172 */
	margin-right: 10px;
}
#secondary ul li div a {
	color: #ccc;
	text-decoration: none;
}
#secondary ul li div .strike { color: #8f8f8f; }

/*!-- Secondary [Cart Info] --*/

#secondary #cartinfo { margin-bottom: 20px; }
#secondary #cartinfo div.frametop { background: transparent url(/images/cartinfo_top.gif); }
#secondary #cartinfo div.framebottom { background: transparent url(/images/cartinfo_bottom.gif); }
#secondary #cartinfo div.material {
	background: #161a1a;
	color: #ccc;
	padding-bottom: 5px;
}
#secondary #cartinfo p { margin: 5px 14px; }
#secondary #cartinfo p a {
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}

#secondary #cartinfo h2 {
	padding-bottom: 5px;
}

/*!-- Footer --*/

#footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	height: 32px;
	margin: 10px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/*!-- .clearfix (http://www.positioniseverything.net/easyclearing.html) --*/

.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 */