/*--- RESET CSS ---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----END CSS RESET ----*/


body {
	font-family: Arial, verdana, sans-serif;
	font-size: 82%;
	background: #181818;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

#home #wrapper {
	width: 1040px;
	height: 1186px;
	margin: 0 auto;
	background: url(container_bg.jpg) no-repeat left top;
}
#home #container {
	width: 873px;
	margin: 0 auto;
       position: relative;
       height: 100%;
}
h1#logo{
	display: block;
	width: 192px;
	height: 117px;
	text-indent: -9999px;
}
#mainNav {
	width: 552px;
	float: left;
}
#secondaryNav {
	float: right;
	width: 213px;
}
#header ul {
	height: 30px;
	margin-top: 6px;
}
#mainNav li, #secondaryNav li {
	display: block;
	float: left;
	height: 30px;
}
#mainNav li a, #secondaryNav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#itemCount {
	float: right;
	display: block;
}
#movie {
	width: 851px;
	height: 155px;
	background: #aaa;
	margin: 42px 0 0 12px;
}
li#homeLink {
	width: 55px;
}
li#gallery {
	width: 89px;
}
li#aboutTheTeam {
	width: 152px;
}
li#blog {
	width: 62px;
}
li#forums {
	width: 87px;
}
li#downloads {
	width: 106px;
}
li#storeInfo{
	width: 99px;
}
li#cart {
	width: 49px;
}
li#cartCount {
	height: 16px;
	padding: 9px 0 0 6px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFC300;
}
#home .grid3col {
	width: 863px;
	margin-top: 42px;
}
#home .grid3col .column.left{
	width: 218px;
	float: left;
	margin-right: 30px;
}
#home .grid3col .column.middle{
	width: 410px;
	float: left;
	margin-right: 30px;
}
#home .grid3col .column.right{
	float: right;
	width: 175px;
}
ul#sideNav li, ul#sideNav li a{
	display: block;
	width: 204px;
	height: 54px;
	margin-bottom: 4px;
	float: right;
	text-indent: -9999px;
}
#home .grid3col .column.middle h2 {
	height: 63px;
	text-indent: -9999px;
}
#home .grid3col .column.middle h2 {
	height: 63px;
	text-indent: -9999px;
	margin-bottom: 1em;
}
#home .grid3col .column.middle p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
#home .grid3col .column.right h2 {
	height: 25px;
	margin-bottom: 1em;
	text-indent: -9999px;
}
#home .grid3col .column.right .blogPost {
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.2em;
}
#home .grid3col .column.right .blogPost .meta{
	margin-bottom: .3em;
	border-bottom: 1px solid #666;
	color: #999;
}
#home .grid3col .column.right .blogPost .meta .date{
	float: left;
}
#home .grid3col .column.right .blogPost .meta .time{
	float: right;
}
#home .grid3col .column.right .blogPost h3{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
}
#home .grid3col .column.right .blogPost h3 a, #home .grid3col .column.right .blogPost h3 a:visited {
	color: #990100;
}
#home #footer {
	position: absolute;
	width: 555px;
	float: right;
	margin-right: 9px;
        bottom: 2px;
        left: 309px;
}
#home .footerColumn {
	width: 125px;
	float: left;
	margin-right: 13px;
	font-size: 0.9em;
	line-height: 1.3em;
}
#home .footerColumn h3{
	height: 13px;
	padding-bottom: 10px;
	border-bottom: 2px solid #922d0f;
	text-indent: -9999px;
	margin-bottom: .5em;
}
#home .footerColumn a{
	color: #777;
}
#home .footerColumn a:hover{
	color: #000;
	text-decoration: underline;
}
#copyright {
	font-size: 0.8em;
	text-align: right;
	margin-top: 97px;
	color: #888;
}










