/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: #000;
}


h1 {
font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
margin-top: 0px;
padding-top: 0px;
font-size: 12px;
font-weight: bold;
}

h3 {
margin-top: 0px;
padding-top: 0px;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
position:absolute;
top:0;
height:100%;
padding:0 0 1px;
}

#container {
width: 740px;
/* Mozilla Firefox Centre Align Fix */
margin-left:auto;
margin-right:auto;
text-align:left;
background: #000;
border: 1px solid #000;
border-top: 0px;
position: relative;
}

#header {
	width:740px;
	height:133px;
	background-color:#000000;
	text-align: left;
}

#nav-container {
	width:146px;
	float:left;
	height: 530px;
	background: url(../../images/navBg.jpg) #fff;
}

#contentRight {
width: 594px;
float: right;
}

/* ---------------------------------------------
	END CONTENT STYLES
--------------------------------------------- */


#accordion a {
}

#logosFooter {
width: 740px;
padding: 0px;
margin: 0px;
clear: both;
text-align: center;
}

#logosFooter img {
border: none;
}

#footer {
margin-top: 50px;
clear: both;
width: 740px;
background: #000;
color: #222222;
font-size: 0.8em;
text-transform: uppercase;
text-align: center;
}

#footer a {
color: #222222;
}

#footer a:hover {
color: #999999;
}

/* Navigation Styles
--------------------------------------------------------------- */

.element {
	width: 136px;
	background-color: #b3b3b3;
	margin: 0px;
	padding-right: 10px;
	text-align: right;
}

.element ul {
margin: 0px;
padding: 0px;
}

.element li {
margin: 0px;
list-style: none;
}

.element a {
color: #000;
text-align: right;
height: 10px;
font-size: 10px;
padding: 1px 0px 1px 0px;
text-decoration: none;
}

.element a:hover {
color: #444444;
text-decoration: underline;
}

.toggler {
background-color:#595959;
color: #fff;
width: 126px;
}
	
a.toggler {
	width:136px;
	height:20px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 1px 10px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

a.toggler:hover {
color: #cccccc;
text-decoration: underline;
}

#element2 {
background: #595959;
margin: 0px;
padding: 0px;
width: 146px;
}

#element2 a {
	height:20px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:1px 10px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#element2 a:hover {
color: #cccccc;
text-decoration: underline;
}

#element2 li {
list-style: none;
margin: 0px;
padding: 0px;
}

#element2 ul {
margin: 0px;
padding: 0px;
}

.limitedEdition {
color: #fff;
letter-spacing: -1px;
}


/* Class Styles
--------------------------------------------------------------- */
.strong {
font-weight: bold;
}

.dmarquee{
	z-index: 40;
	left: 147px;
	top: 105px;
	width: 594px;
	color:#FFFFFF; 
	font-size:12px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#innerMarquee {
visibility: hidden;
}

.footerLighter {
color: #333333;
}

.size10 {
font-size: 10px;
padding-top: 2px;
}

.italic {
font-style: italic;
}

.white {
	text-decoration: none;
	color: #fff;
}

.clearfix {
	clear: both;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}