@import url("http://yui.yahooapis.com/2.8.2r1/build/reset/reset-min.css");

@font-face {
    font-family: 'Chaney';
    src: url('../fonts/chaney_bold_italic-webfont.eot');
    src: url('../fonts/chaney_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chaney_bold_italic-webfont.woff') format('woff'),
         url('../fonts/chaney_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/chaney_bold_italic-webfont.svg#WorldBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

#testbox {
	position: absolute;
	padding: 10px 5px;
	width: 2.65em;
	height: 150px;
	top: 50%;
	left: 5px;
/*	width: 50px;
	height: 100px;*/
	background-color: #fff;
	background: -moz-linear-gradient(top,  #800000 19%, #d90000 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#800000), color-stop(91%,#d90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #800000 19%,#d90000 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #800000 19%,#d90000 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #800000 19%,#d90000 91%); /* IE10+ */
	background: linear-gradient(top,  #800000 19%,#d90000 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25);
	border: 2px solid #fff;
	clear: both;
	display: block;
}

#testbox input {
	font-size: 16px;
	position: absolute;
	top: 65px;
	left: -132px;
	margin: 4px 0;
	padding: 5px 20px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
}

a {
	text-decoration: none;
}

html, body {
	background:	#000 url(../images/page_bkg.jpg) repeat-y scroll center top;
	font: normal 1em Verdana, sans-serif;
}

li {
	float: left;
	color: #fff;
}

li a {
/*	color: #fff;*/
}

.clear {
	clear: both;
}

#page {
	width: 95%;
	min-width: 950px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 10px 0;
/*	border: 1px solid white;*/
}

#header {
	padding: 0 5px 5px 0;
	display: block;
	width: 100%;
	background : #030303 url('../images/box-bkg.png') repeat top left;
	border-top: 6px solid #ffd500;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#headline-left {
	width: 30%;
	max-width: 370px;
	margin: 0 0 -1% 0;
	float: left;
	padding
}

#headline-left img {
	width: 100%;
	min-width: 300px;
}

#headline-middle {
	float: left;
	width: 46%;
}

#headline-middle #welcome {
	margin: 3% 0 1% 10%;
	color: #fff;
	font: normal 1.5em Chaney, Verdana, sans-serif;
	letter-spacing: 4px;
	text-shadow: 0.1em 0.1em 0.2em #000;
}

#headline-middle img {
	width: 100%;
	max-width: 600px;
	margin: 0 0 0 4%;
}

#headline-middle #login {
	float: left;
	padding: 0 0 0 20%;
	color: #fff;
	font: normal 1.25em Chaney, Verdana, sans-serif;
	letter-spacing: 4px;
	text-shadow: 0.1em 0.1em 0.2em #000;
}

#headline-middle #login a {
	color: #ffd500;
}

#headline-middle #login a:hover {
	color: #d90000;
}

#headline-right {
	float: right;
	width: 15%;
	min-width: 200px;
}

#headline-right #flags {
	float: right;
	margin: 7% 0 0 0;
}

#headline-right #flags img {
	margin: 0 2px;
}

#headline-right #lastupdate {
	float: right;
	margin: 8% 0;
	color: #fff;
	font-size: 0.9em;
}

#headline-right #lastupdate a {
	color: #d90000;
	text-decoration: none;
}

#headline-right #cart {
	float: right;
	padding: 10px;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 80%;
	-webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.75); 
}

#headline-right #cart #cartinfo {
	float: left;
	color: #fff;
	font-size: 0.8em;
	width: 110px;
}

#headline-right #cart img {
	width: 25%;
	float: right;
	margin: 0 0 0 5px;
}

#headline-right #cart a {
	text-decoration: none;
	color: #ffd500;
}

#menu-main {
	background : rgba(0, 0, 0, 0.6) url('../images/menu-main-bkg.png') repeat-x top left;
	width: 100%;
	height: 40px;
	margin: 5px 0 0 0;
/*	border: 1px solid yellow;*/
}

#menu-main ul {
}

#menu-main ul .main-menu-item {
	float: left;
}

#menu-main ul .main-menu-item-right {
	float: right;
}

#menu-main ul .main-menu-item a, #menu-main ul .main-menu-item-right a {
	display: block;
	padding: 10px 10px;
	color: #ffd500;
	font: normal 1em Verdana, sans-serif;
	text-decoration: none;
	text-shadow: 0.2em 0.2em 0.2em #000;
	border: 1px solid #181818;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#menu-main ul .main-menu-item a:hover {
	color: #fff;
	text-decoration: none;
	background : #d90000;
	background : url('../images/menu-main-hover-bkg.png') no-repeat center bottom;
	background: -moz-linear-gradient(top,  #800000 19%, #d90000 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#800000), color-stop(91%,#d90000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #800000 19%,#d90000 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #800000 19%,#d90000 91%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #800000 19%,#d90000 91%); /* IE10+ */
	background: linear-gradient(top,  #800000 19%,#d90000 91%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800000', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #921a1a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25); 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#menu-main ul .main-menu-divider {
	float: left;
	height: 40px;
}

#menu-main ul .main-menu-divider-right {
	float: right;
}

#searchbox-header {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#search-header-textbox {
	background: #181818;
	color: #ffd500;
	padding: 3px 5px;
	margin: 7px 5px 0 0;
	width: 63%;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#search-header-submit, .btn-red {
	cursor: pointer;
	border: 1px solid #921a1a;
	background : #920000 url('../images/button-bkg.png') repeat-x top left;
	padding: 0 6px 2px 6px;
	color: #fff;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#search-header-submit:hover, .btn-red:hover {
	border: 1px solid #d90000;
	background : #920000 url('../images/button-hover-bkg.png') repeat-x top left;
	color: #fff;
	cursor: pointer;
}

#brcr-menu{
	padding: 5px 20px 5px 0;
	font-size: 0.85em;
}

#brcr-menu li {
	background : rgb(0, 0, 0);					/* for IE */
	background : rgba(0, 0, 0, 0.6);			/* for clever browsers */
	padding: 5px;
}

#brcr-menu li:first-child {
	padding: 5px 5px 5px 20px;
}

#brcr-menu li a {
	padding: 5px 7px;
	color: #ffd500;
}

#brcr-menu li a:hover {
	color: #fff;
	padding: 0 5px;
	background : rgb(0, 0, 0);					/* for IE */
	background : rgba(0, 0, 0, 0.8);			/* for clever browsers */
	border-left: 2px solid #d90000;
	border-right: 2px solid #d90000;
}

#content, #footer-bkg {
	margin: 5px 0 0 0;
	padding: 10px;
	background : rgb(0, 0, 0);					/* for IE */
	background : rgba(0, 0, 0, 0.8);			/* for clever browsers */
}

#content {
	min-height: 300px;
}

#content h1 a {
	font: normal 2em Chaney, Verdana, sans-serif;
	color: #ffd500;
	margin: 0 0 0 0.66%;
}

#content h1 a:hover {
	color: #fff
}

#content #promotion {
	margin: 10px 0 0 0;
	background : #920000 url('../images/box-bkg.png') repeat top left;
	color: #ffd500;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#promotion h1 {
	font: normal 2em Chaney, Verdana, sans-serif;
	color: #fff;
	margin: 0 0 0 0.66%;
}

#promotion p {
	margin: 5px 10px;
	color: #fff;
}

#promotion .promobox {
	float: left;
	width: 22.6%;
	margin: 0.25% 0.3%;
	padding: 5px 10px 10px 10px;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.75);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#promotion .promobox .titlebox {
	height: 50px;
	overflow: hidden;
}

#promotion .promobox:hover {
	border: 1px solid #ccc;
	background : rgb(4, 4, 4);					/* for IE */
	background : rgba(0, 0, 0, 0.85);			/* for clever browsers */
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

.promobox h2 {
	line-height: 0.2;
	font-size: 1.33em;
	height: 1.7em;
	overflow: hidden;
}

.promobox h2 a {
	font: normal 0.8em Chaney, Verdana, sans-serif;
	letter-spacing: 1.5px;
	color: #ffd500;
}

.promobox h2 a:hover {
	color: #fff;
}

.promo-imgbox {
	float: left;
	width: 38%;
	max-height: 135px;
}

.promo-imgbox img{
	width: 100%;
	color: #fff;
	max-width: 118px;
	max-height: 90px;
}

.promo-info {
	font-size: 1em;
	display: block;
	float: right;
	width: 55%;
}

@media (max-width: 1350px) {
	#promotion .promobox {
		width: 30.25%;
		margin: 0.25% 0.25%;
	}
	
	.promo-imgbox {
		width: 30%
	}
	
	.promo-info {
		width: 65%;
	}
}

.promo-what, .promo-that {
	color: #d90000;
	display: block;
	font: normal 0.8em Verdana, sans-serif;
}

.promo-that {
	color: #fff;
	font-weight: normal;
	font-style: italic;
}

.promobox .btn-red {
	margin: 10px 0 5px 0;
	float: left;
	border: none;
	padding: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.promobox .btn-red:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.25); 
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#promotion .seemore {
	float: right;
	font: normal 1.25em Chaney, Verdana, sans-serif;
	color: #fff;
	margin: 0 10px 10px 0;
}

#promotion .seemore a {
	font: normal 1em Chaney, Verdana, sans-serif;
	color: #ffd500;
}

#promotion .seemore a:hover {
	color: #fff;
}

#footer {
	margin: 10px 0 0 0;
	background : #920000 url('../images/box-bkg.png') repeat top left;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

#footer-column-row{
	display: block;
	margin: 0 auto;
	padding: 0;
}

.footer-column {
	text-align: left;
	width: 18.0%;
	float: left;
	margin: 0.25% 0 0.25% 0.35%;
	padding: 0.650%;
	background : #080808;
	background : rgba(0, 0, 0, 0.5);
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.footer-column:hover {
	border: 1px solid #555;
	background : #040404;
	background : rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

.footer-column h3 {
	font: normal 1.25em Chaney, Verdana, sans-serif;
	color: #fff;
	clear: both;
	margin: 0 10px 10px 0;
	letter-spacing: 2px;
}

.footer-column li {
	float: none;
	margin: 0 0 4px 0;
}

.footer-column a, .footer-column li a {
	color: #ffd500;
}

.footer-column a:hover, .footer-column a.active, .footer-column li a:hover, .footer-column li a.active {
	color: #fff;
}

.footer-column img {
	margin-top: -45px;
	margin-bottom: 20px;
	width: 50%;
	min-width: 160px;
}

#searchbox-footer {
	margin: 0;
	padding: 0;
}

#search-footer-textbox {
	background: #040404;
	color: #d90000;
	padding: 3px 5px;
	width: 75%;
	margin: 0 0 15px 0;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#search-footer-submit {
	border: 1px solid #921a1a;
	background : #920000 url('../images/button-bkg.png') repeat-x top left;
	padding: 2px 6px;
	color: #fff;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#search-footer-submit:hover {
	border: 1px solid #d90000;
	background : #920000 url('../images/button-hover-bkg.png') repeat-x top left;
	color: #fff;
}

#footnote {
	width: 98%;
	margin: 0 auto 10px auto;
	padding: 6px 0;
	background : #080808;
	background : rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: normal 0.75em Verdana, sans-serif;
}

.footnote-red {
	color: #d90000;
}

.footnote-yellow {
	color: #ffd500;
}

#content-left {
	display: block;
	float: none;
	clear: left;
	margin: 0 0 10px 0;
}

a:focus, a:active {
	outline: 0
}

#content-left {
	float: left;
	width: 275px;
}

#content-right {
	color: #ffd500;
	float: right;
	padding: 15px 20px;
	margin-bottom: 10px;
	text-align: justify;
	background : #333 url('../images/box-bkg.png') repeat top left;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 250px;
}

#content-right h1, h2 {
	font: normal 1.66em Chaney, Verdana, sans-serif;
	padding: 5px 0;
	letter-spacing: +2px;
	word-spacing: +5px;
	text-align: left;
	display: block;
	width: 100%;
	clear: both;
}

@media (max-width: 1350px) {
	#content-right h1 {
		font-size: 1.25em;
	}
	#content-right h2 {
		font-size: 1.25em;
	}
}

#content-right h2 {
	font: normal 1.33em Chaney, Verdana, sans-serif;
}

#content-right p {
	letter-spacing: +1px;
	word-spacing: +3px;
	margin: 1.0em 0;
	color: #fff;
}

#content-right ul {
}

#content-right ul li, #content-right ul li ul li {
	list-style: circle outside;
	margin: 0 0 4px 30px;
	float: none;
}

#content-right .img-wrap {
	display: inline-block;
	float: right;
	padding: 12px 12px 6px 12px;
	margin: 5px;
	width: 30%;
	min-width: 200px;
	text-align: center;
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content-right img {
	width: 98%;
}

#content-right .img-caption {
	font-size: 0.75em;
}

#content-right #captcha-wrap {
	width: 400px;
	margin: 0 auto;
}

#content-right input {
	margin: 0 auto;
}

#content-right #captcha {
	width: 300px;
}

#content-right form {
	margin: 20px;
}

#content-right fieldset {
	margin: 10px 0;
	padding: 0 10px 10px 10px;
/*	padding: 0 5px 20px 5px;*/
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content-right fieldset legend {
	margin: 0 0 0 20px;
	padding: 0 10px 2px 10px;
	font: normal 1.25em Chaney, Verdana, sans-serif;
	text-shadow: 1px 1px 3px #000;
	letter-spacing: 2px;
	color: #ffd500;
	border: 1px solid #d90000;
	background : #d90000;
	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop(0.19, rgb(128,0,0)),
		color-stop(0.91, rgb(217,0,0))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgb(128,0,0) 19%,
		rgb(217,0,0) 91%
	);
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content-right fieldset p {
	margin: 20px 10px 10px 10px;
}

#content-right .input-wrap {
	clear: both;
	padding: 15px 0 0 0;
}

#content-right .input-wrap label {
	font: normal 1.0em Chaney, Verdana, sans-serif;
	letter-spacing: 2px;
	color:#ffd500;
	display: block;
	float: left;
	clear: left;
	width: 150px;
	min-width: 7em;
	max-width: 13em;
	margin: 0 10px 0 0;
	text-align: right;
}

#content-right .input-help {
	font: normal 1em Verdana, sans-serif;
	letter-spacing: 0;
	color:#d90000;
	display:block;
	font-size: 0.75em;
	font-weight:normal;
	text-align:right;
}

#content-right .input-wrap .input-text, #content-right .input-wrap .input-select , #content-right .input-wrap .input-tarea {
	width: 50%;
	display: block;
	float: left;
	clear: right;
	margin: 7px 0 0 0;
	padding: 4px;
	font: italic 1em Verdana, sans-serif;
	background: #040404;
	color: #ffd500;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content-right .input-wrap .input-tarea {
	width: 50.8%;
	min-width: 325px;
	margin-bottom: 10px;
}

#content-right .input-wrap .input-select {
	width: 50.8%;
}

#content-right .input-wrap .input-select option {
	padding: 0 0 0 10px;
}

#content-right .input-wrap .input-tarea {
/*	height: 12em;*/
}

#content-right .input-wrap .input-radio  {
	display: block;
	float: left;
	clear: right;
	margin: 3px 0 0 0;
}

#content-right .input-checkable {
	float: left;
	margin: 3px 5px 0 0;
}

#content-right .checkables-div {
	width: 450px;
	float: left;
	margin: 0 0 0 5px;
}

#content-right .checkables {
	width: 16em;
	float: left;
}

#content-right .checkable-text {
	float: left;
	display: block;
}

#content-right .checkable-disabled {
	float: left;
	display: block;
	color: #555;
}

#content-right .input-wrap .radio-text  {
	float: left;
	margin: 2px 25px 0 10px;
	font-style: italic;
	font-size: 0.9em;
}

#content-right .form-error, #content-right .form-okay {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	color: #d90000;
	font-size: 0.75em;
	font-style: italic;
}

#content-right .form-okay {
	color: #ffd500;
}

#content-right .form-error-msg {
	margin: 0 0 0 26.5%;
	color: #d90000;
}

#content-right .button-submit {
	border: 1px solid #921a1a;
	background : #920000 url('../images/button-bkg.png') repeat-x top left;
	padding: 2px 6px;
	color: #fff;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	margin: 10px 20px;
}

#content-right .button-submit:hover {
	border: 1px solid #d90000;
	background : #920000 url('../images/button-hover-bkg.png') repeat-x top left;
	color: #fff;
}

#content-right p a {
	color: #ffd500;
}

#content-right p a:hover {
	color: #fff;
	text-decoration: underline;
}

#content-right .form-error {
	color: #d90000;
}

#nav, #newsite {
	width: 275px;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	background : rgb(32, 32, 32);
	background : rgba(255, 255, 255, 0.10) url('../images/box-bkg.png') repeat top left;
	margin: 0 0 20px 0;
	color: #fff;
}

#newsite {
	font-size: 1.25em;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.75);
}

#newsite a {
	color: #ffd500;
}

#nav * {
	position: relative;			/* peek-a-boo bug fix for IE6 */
	min-width: 0;				/* peek-a-boo bug fix for IE7 */
	font-style: normal;
	font-size: 0.975em;
	color: #fff;
}

#nav ul {
	display: none;
	zoom: 1;						/*fixes ie6 bug (list will disappear after slideDown)*/
	background: rgba(255, 255, 255, 0.10);
}

#nav li {
	width: 260px;
}

#nav li:hover {
	background: rgba(255, 255, 255, 0.10);
}

#nav li img {
	padding: 4px 0 0 0;
}

#nav li a {
	display: inline-block;
	padding: 3px 0 4px 0;
	float: left;
	margin: 0 0 0 5px;
	width: 85%;
}

#nav li a:hover {
 	color: #ffd500;
}

#nav li:hover a {
}

#nav li:first-child {
	margin: 4px 0 0 0;
}

#nav ul li {
}

#nav .current {
	background: rgba(217, 0, 0, 0.5);
	display: block !important;
}
