article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	display: block;
}

html
{
	background: #151515 url('../images/page_bg_grad.jpg') repeat-x;
}
html > body
{
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a img, img
{
	border: none;
}
.clearb
{
	clear: both;
}
.wrapper
{
	padding: 0;
}

/* #region Rotation Images */

#header_rotating
{
	height: 555px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#header_rotating > a.sale
{
	height: 558px;
	left: 50%;
	margin-left: -925px;
	position: absolute;
	top: 0;
	width: 1820px;
}
#header_rotating > img
{
	height: 558px;
	left: 50%;
	margin-left: -925px;
	position: absolute;
	top: 0;
	width: 1820px;
}

/* #endregion */

/* #region Dividers */

body .hr, body .hr2, body .hr4
{
	background: url('../images/divider.png') no-repeat center top;
	height: 1px;
	width: 100%;
	z-index: 10;
}
body .hr
{
	position: absolute;
}
body .hr2
{
	position: relative;
}
body .hr3
{
	background: url('../images/bottom_container_divider.png') no-repeat center top;
	height: 1px;
	margin: 5px auto;
	width: 426px;
}
body .hr4
{
	background-repeat: repeat-y;
	height: 2px;
	margin: .5em auto;
	position: relative;
}
body .hr4 > .trans
{
	background: url('../images/divider_trans.png') repeat-x left center;
	height: 2px;
}
#background_controller
{
	position: relative;
	top: 10px;
}
#background_controller > .trans
{
	left: 50%;
	position: absolute;
	margin-left: 327px;
	width: 175px;
}
#background_controller > .trans > a
{
	background: url('../images/circles.png') no-repeat;
	display: block;
	float: left;
	height: 14px;
	margin-left: 10px;
	position: relative;
	top: -6px;
	width: 14px;
}
#background_controller > .trans > a.current
{
	background-position: 0 -14px;
}

/* #endregion */

/* #region Header */
header 
{
	background-color: #000;
}
header > nav
{
	background-color: #666;
}
header > nav > section.nav_container > ul > li.active
{
	background: url('/images/header/nav_gradient_gray.png') repeat-x left top;
	text-decoration: underline;
}
/* #endregion */

/* #region Footer */
footer
{
	background-color: #000;
}
footer .footer_container
{
	background-color: #000;
	height: auto;
}
footer .footer_container a:link,
footer .footer_container a:visited
{
	color: #fff;
}
footer .footer_container a:hover
{
	text-decoration: underline;
}
footer .footer_container p
{
	color: #fff;
	line-height: 20px;
}
footer .footer_container a.merchandise > p
{
	color: #fff;
}
footer .footer_container .links p.legal
{
	line-height: 13px;
	margin-top: 5px;
}
/* #endregion */

/* #region Bottom Contents */

#body
{
	padding: 1em 0;
	width: 100%;
}
#bottom
{
	background: url('../images/page_bg_bottom.jpg') center top;
	padding: 0 0 3em 0;
}
#links
{
	margin: 0 auto 1em;
	width: 957px;
}
div.bottom_container
{
	margin: 0 auto;	
	width: 957px;
}
table.bottom_table
{
	display: inline-block;
	vertical-align: top;
	width: 475px;
}
table.bottom_table.left
{
	float: left;
}
table.bottom_table.short
{
	margin-top: 5px;
}
table.bottom_table > thead > tr > th
{
	background: url('../images/bottom_container.png') no-repeat;
	height: 41px;
	padding: 0;
	width: 476px;
	vertical-align: top;
}
table.bottom_table > thead > tr > th img
{
	display: block;
	margin: 20px 0 0 25px;
}
table.bottom_table > tbody > tr > td
{
	background: url('../images/bottom_container.png') repeat-y -476px 0;
	color: #2d2d2d;
	font-size: 13px;
	line-height: 1.33em;
	overflow-y: hidden;
	padding: 0.5em 23px;
	vertical-align: top;
}
table.bottom_table > tbody > tr.full
{
	height: 354px;
}
table.bottom_table > tbody > tr.full >td.full
{
	height: 325px;
}
table.bottom_table > tbody > tr.mid
{
	height: 222px;
}
table.bottom_table > tbody > tr > td.mid
{
	height: 201px;
}
table.bottom_table > tbody > tr.short
{
	height: 78px;
}
table.bottom_table > tbody > tr.short > td.short
{
	height: 58px;
}
table.bottom_table tbody tr td table, table.product th
{
	width: 100%;
}
table.product th
{
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 10px;
	text-align: left;
}
table.product th ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table.product th ul li, table.product th ul li a
{
	display: inline;
}
table.bottom_table a
{
	color: #2d2d2d;
	display: block;
	font-size: 13px;
	text-decoration: none;
}
table.bottom_table strike
{
	color: #ff0000;
}
table.product th a.website
{
	font-size: 11px;
}
table.product th a:hover
{
	text-decoration: underline;
}
table.product th a.website:hover
{
	text-decoration: none;
}

table.bottom_table tfoot tr td
{
	background: url('../images/bottom_container.png') no-repeat -952px bottom;
	line-height: 1.5em;
	padding: 0 23px .5em;
	text-align: right;
}
span.date
{
	color: #cb641e;
	font-size: 11px;
}
table.bottom_table a.viewall
{
	color: #CB641E;
	font-size: 11px;
	text-decoration: underline;
}

/* #endregion */