/* CSS Document */

body
{
	background: #000;
	margin: 0;
	padding: 0;
}

.yellow_nolink
{
	color: #ece784;
}

.yellow_H2
{
	color: #ece784;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.yellow_H2:link
{
	color: #E1D659;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.yellow_H2:hover
{
	color: #ece784;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}


div#container
{
	position : relative;
	width: 970px;
	margin: 25px auto auto;
	text-align: center;
	overflow:visible;
	left: 0px;
}

div#branding
{
	position: relative;
	width: 233px;
	height: 90px;
	float: left;
}

div#branding h1
{
	background: url(images/ressler_logo.png) no-repeat;
	height: 129px;
	margin: 11px 0 0 0;
	text-indent: -9999px;
	overflow: visible;
}

div#navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 210px;
	width: 737px;
	height: 124px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #ff5e12;
	background-image: url(images/ressler-header.jpg);
	margin-top: -20px;
}

div#navigation p
{
	float: left;
	width: 250px;
	height: 98px;
	text-align: left;
	font-weight: bold;
	color: #6b6b6b;
}

div#navigation li
{
	display: inline;
	background: bottom;
	border-right: 1px solid #6b6b6b;
	padding: 0 7px 0 5px;
}

div#navigation li.last
{
	border-right: 0;
	padding-right: 1px;
}

div#navigation a:link, div#navigation a:visited
{
	color: #fff;
	text-decoration: none;
}

div#navigation a:hover
{
	color: #ece885;
	text-decoration: none;
}

div#navigation li a.current, div#navigation li a.current:hover, div#navigation li a.current:active
{
	color: #ece784;
	text-decoration: none;
}

div#footer
{
	width: 970px;
	height: 5px;
	padding: 1px;
	border-bottom: 1px solid #ff5e12;
	float: left;
	position: relative;
	top: 20px;
	overflow: visible;
	display: block;
	clear: both;
}

.footer
{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

div#video_clips
{
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 0px 0px 40px;
	width: 600px;
}

a.video_clips
{
	color: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a.video_clips:link
{
	color: #d9d9d9;
	text-decoration:none;
}

a.video_clips:visited
{
	color: #d9d9d9;
	text-decoration:none;
}

a.video_clips:hover
{
	color: #ece784;
	text-decoration:none;
}

a.video_clips:active
{
	color: #ece784;
	text-decoration:none;
}

a.salebutton
{
	background:url(images/daves-picks.png) repeat 0px 0px;
	width: 370px;
	height: 44px;
	display: block;
	position: relative;
	top: -158px;
	left: -40px;
	float:right;
	overflow: hidden;
}

a.salebutton span { 
        display: none; 
}

a.salebutton:hover
{
	background: url(images/daves-picks.png) repeat 0px -44px; 
}

a.merchbutton
{
	background:url(images/hottest-apparel_sm.png) repeat 0px 0px;
	width: 273px;
	height: 44px;
	display: block;
	position: relative;
	top: -158px;
	float:right;
	overflow: hidden;
}

a.merchbutton span { 
        display: none; 
}

a.merchbutton:hover
{
	background: url(images/hottest-apparel_sm.png) repeat 0px -44px; 
}

#container #navigation ul li OrangeNav
{
	color: #F6921D;
}
