body {

/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(left bottom, ellipse farthest-corner, #191919 0%, #333333 50%, #042033 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(left bottom, ellipse farthest-corner, #191919 0%, #333333 50%, #042033 100%);

/* Opera */ 
background-image: -o-radial-gradient(left bottom, ellipse farthest-corner, #191919 0%, #333333 50%, #042033 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1154, color-stop(0, #191919), color-stop(0.5, #333333), color-stop(1, #042033));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(left bottom, ellipse farthest-corner, #191919 0%, #333333 50%, #042033 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at left bottom, #191919 0%, #333333 50%, #042033 100%);
 
 

	/*background-color: #060507;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a {
	text-decoration: underline;
	font: inherit; /* Inherit means to inherit the style from the parent element. The parent element is "body", in this case. So it will use the font styling applied in body. */
	color: inherit;
}
a img {
	border: none;
}
/* This is for styles you want applied to ALL 4 tables listed */
table.header-table, table.main-table, table.product-table, table.footer-table {
	box-shadow: 5px 5px 5px #000000;
	/*background-color: #0E0D0F;*/
	background-color: #222222;
	border: 1px solid #393939;
	width: 1000px;
	margin: 15px auto;   /* This line makes all of the tables centered on the page. It only works in combination with the centered div wrapped around the tables on the html page. */
}
/* this over-rides the background color above. why? to change all borders above */
table.header-table {
	background-color: #000000;
}

table.header-table td, table.main-table td, table.product-table td, table.footer-table td {
	padding: 2px;
}

table.header-table td {
	padding: 0;
}

table.header-table td.navbar {
	border: 0px solid #333333;
	background-color: #000000;
	font: inherit;
	text-align: center;
}

table.header-container {
	background-color: #000000;
	text-align: center;
	width: 100%;
	border: none;
}
table.header-container div.contact-info {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.header-container div.contact-info h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

table.header-container div.contact-info, table.header-container div.cart {
	width: 200px;
}


td.content {
	width: 800px; /* This will evaluate on the page to 780px. */
	vertical-align: top;
}

/***slideshow background****/

div.homepage-slideshow {
	width: 100%;
	vertical-align: top center;
	border: 1px #333333;
	background-color: #000000;
}

/** SIDE NAV STYLES **/

td.navigation {
	width: 190px; /* This will evaluate on the page to 210px because of 5 px of padding on both sides (+10px) */
	text-align: center;
	vertical-align: top;
}

div.navigation-container {
	padding: 5px;
	display: block;
	width: 190px;
	border: 1px solid #333333;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	/*box-shadow: 3px 3px 10px #000000;*/
}

div.navigation-container div.nav-filler-block {
	width: 100%;
	height: 500px;
	padding: 0px;	
}

ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: left;

}

ul.nav li {
	display: block;
	margin: 10px 5px;
	padding: 5px 0px;
	overflow: auto;
	line-height: 18px;
	vertical-align: middle;
	border-radius: 5px;
	border: 0px solid #333333;
	background-color: #111111;
}

ul.nav li img {
	float: left;
	border: 0;
	text-decoration: none;
	padding: 1px 10px;
	width: 16px;
	overflow: hidden;
	vertical-align: middle;
}

ul.nav li a {
	font: inherit;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

ul.nav li:hover {
	background-color: #333333;
}

/** FOOTER TABLE STYLES **/

table.footer-table table.footer-container {
	/*background-color: #202020;*/
	border: 0px solid #333333;
	font: inherit;
	font-size: 12px;
	text-align: center;
}

table.footer-container td { 
	width: 33%;

}

ul.footer-links {
	list-style-type: square;
	text-align: left;
	margin-left: 50px;
}

ul.footer-links li {
	margin: 5px;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0px;
	border:none;
}

ul.footer-links li a { 
	font: inherit;
	text-decoration: none;
	color: #777777;
}

ul.footer-links li a:hover {
	text-decoration: bold;
	color: #FFFFFF;
}


/** HOMEPAGE-AD STYLES **/

td.content div.homepage-ad {
	box-shadow: 5px 5px 5px #000000;
	background-color: #131313;
	border: 1px solid #393939;
	overflow: auto;
	padding: 10px;
	padding-left: 0px;
	margin: 10px 5px;
	font: inherit;
	font-size: 14px;
	text-align: justify;
}

td.content div.homepage-ad div.ad-img {
	margin: 0px 10px;
	float: left;
}

td.content div.homepage-ad div.ad-text {
	padding: 5px;
}

div.ad-text h1 {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	text-align: center;
	
}

table.content div.avbody{
border: 1px solid #333333;
	overflow: auto;
	padding: 10px;
	padding-left: 0px;
	margin: 5px;
	font: inherit;
	font-size: 14px;
	text-align: justify;
}


/**** CATEGORY PAGE STYLES ****/
table.category-list {
	width: 100%;
	border-spacing: 15px;
}

table.category-list td.category-info {
	box-shadow: 5px 5px 5px #000000;
	background-color: #222222;
	width: 50%;
	text-align: center;
	padding: 10px;
	height: 200px;
	vertical-align: top;
}

table.category-list td.category-info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}

table.category-list td.category-info img {
	margin: 0px 5px;
}


/**** PRODUCT PAGE STYLES ****/

table.product-table {
	background-color: #0E0D0F;
	font-size: 12px;
	text-align: center;
	border-spacing: 15px;
}

table.product-table td {
	background-color: #222222;
	padding: 10px;
	vertical-align: top;
	box-shadow: 5px 5px 5px #000000;
}

table.product-table td.images {
	width: 70%;
}

table.product-table td.pricing {
	width: 30%;
	text-align: left;
}

table.product-table td.images h1 {
	text-align: center;
	margin-top: 0;
}

table.product-table td.pricing span.price {
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
	display: block;
	text-align: left;
}

/*	This is styling for the ADD TO CART button
	since it is the only image that will be in
	the pricing cell
*/
table.product-table td.pricing img {
	margin: 10px 0;
}

table.product-table td.images span.procool {
	font-size: 32px;
	display: inline-block;
	padding: 0 5px;
	font-weight: normal;
}

table.product-table td.info {

}




/**** TEXT STYLES ****/
/* for styling text, like "NEW!" and prices */
span.new {
	font-weight: bold;
	color: red;
}

span.procool {
	display: inline;
	font-family: 'denmarkregular';
}

/* This allows you to use the font-family 'Denmark' for procool logos */
@font-face {
    font-family: 'denmarkregular';
    src: url('http://rackfans.com/fonts/pepsi-webfont.eot');
    src: url('http://rackfans.com/fonts/pepsi-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://rackfans.com/fonts/pepsi-webfont.woff') format('woff'),
         url('http://rackfans.com/fonts/pepsi-webfont.ttf') format('truetype'),
         url('http://rackfans.com/fonts/pepsi-webfont.svg#denmarkregular') format('svg');
}
