/* @group RESET */

/*--------------------------------------------------------------------
Global Reset CSS
----------------------------------------------------------------------*/

html, body, div, span, object, iframe,
address, blockquote, h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, b, bdo, big, cite, code,
del, dfn, em, i, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, thead, tfoot, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	color: #000;
	background: #fff;
	font-size: 62.5%; /* with this setting, 1em = 10px */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%"); /* Fix for IE and dpi other than 96 dpi - http://www.williamkolean.com/williamblog/?p=18 */
	line-height: 1.25; /* using unitless line-height */
}

/* Font Family
----------------------------------------------------------------------*/
body,
textarea {
	font-family: arial, helvetica, sans-serif;
}

/* Font Sizes
----------------------------------------------------------------------*/
/* Block level elements */
address, blockquote, form, p, pre, table,
dl, ol, ul {
	font-size: 1.1em;
}
/* Nested block level elements + form fields */
blockquote address, blockquote blockquote, blockquote form, blockquote p, blockquote pre, blockquote table, blockquote dl, blockquote ol, blockquote ul,
dl address, dl blockquote, dl form, dl p, dl pre, dl table, dl dl, dl ol, dl ul,
form address, form blockquote, form p, form pre, form table, form dl, form ol, form ul,
ol address, ol blockquote, ol form, ol p, ol pre, ol table, ol dl, ol ol, ol ul,
table address, table blockquote, table form, table p, table pre, table table, table dl, table ol, table ul,
ul address, ul blockquote, ul form, ul p, ul pre, ul table, ul dl, ul ol, ul ul,
button, input, select, textarea {
	font-size: 1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 12px;
	line-height: 17px;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* Font Styles
----------------------------------------------------------------------*/
abbr, acronym {
	text-decoration: underline;
}
address, cite {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
big {
	font-size: 1.2em;
}
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}
del {
	text-decoration: line-through;
}
dfn, em, i, var {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ins {
	text-decoration: underline;
}
small {
	font-size: .8em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}

/* Margins
----------------------------------------------------------------------*/
p {
	margin-bottom: 1em;
}
/*p, pre,
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
table {
	margin-bottom: 1em;
}
ul ul, ul ol, ul dl
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
table table {
	margin-bottom: 0;
}
ul ul, ul ol,
ol ul, ol ol {
	margin-left: 1.5em;
}*/

/* Lists
----------------------------------------------------------------------*/
ol, ul {
	list-style: none;
}
dl dt {
	font-weight: bold;
}

/* Tables - tables still need 'cellspacing="0"' in the markup
----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*iFrame
----------------------------------------------------------------------*/
iframe {
	border: 1px solid #ccc;
}

/* Blockquote, Q, hr
----------------------------------------------------------------------*/
blockquote, q {
	quotes: none;
}

/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* @end */

/* @group Layout */

body {
	background-color: #030000;	
	color: #fee9cf;
}
div#dashboardWrapper {
	width: 100%;
	height: 60px;
	position: absolute;	
	z-index: 100;
	/* background: transparent url(/i/shared/bgDashboard.gif) repeat-x 0 0; */
}
ul#dashboard {	
	height: 10px;
	width: 100%;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	/*float: right;
	display: inline;*/		
}
ul#dashboard li {
	height: 20px;
	padding: 7px 10px;
	float: left;
	display: inline;
	position: relative;	
}
ul#dashboard li.promo {
	margin-right: 20px;
	width: 205px;
}
ul#dashboard li a {
	text-transform: uppercase;
}
ul#dashboard li.last {
	border-right: 0 none;
}
ul#dashboard li.share {
	margin-left: 20px;
	float: right;
	display: inline;
}

ul#dashboard li .closed {
	height: 0;
	width: 0;
	overflow: hidden;
}
ul#dashboard li .expander {
	top: 30px;
	left: 10px;
	position: absolute;	
	background-color: #000;
	z-index: 300;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #7a4519;
}
ul#dashboard li .expander .innerWrap {
	margin: 20px;
	
}
ul#dashboard li li {
	
	border: 0 none;
}

ul#dashboard a {
	color: #fff;	
}
ul#dashboard a:hover {
	color: #ff3300;
}
div#wrapper {
	width: 784px;
	height: 700px;
	padding: 9px 99px 20px;
	margin: 0 auto;
	background: transparent url(/i/bg/bgPage.jpg) no-repeat left top;
}
div#header {
	width: 784px;
	height:  130px;
	margin-bottom: 6px;
	position:  relative;
}

.logo {
	height: 40px;
	width: 270px;
	position: absolute;
	top: 85px;
	left: 18px;
}
.logo a {
	height: 40px;
	width: 270px;
	display: block;	
	text-indent: -999em;	
}
div#keyhole {
	height: 521px;
	width: 784px;
	position: relative;
}
div#footer {
	padding-top: 20px;
	text-align: right;
	font-size: 0.9em;
	color: #98725b;
}
/* @group content */


/* @group text areas */
div.text {	
	height: 521px;
	width: 774px;
	padding: 0 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
	background: transparent url(/i/bg/overlay.png) repeat-y left top;
}

div.contentText {
	height: 521px;
	width: 330px;	
}


/* @end */

/* @group image selectors */
div#images {
	height: 521px;
	width: 784px;
	overflow: hidden;
	background: transparent url(/i/shared/ajax-loader.gif) no-repeat 517px 50%;
}
div.contentImage {
	height: 521px;
	width: 784px;
	float: left;
	display: inline;
}
div#imageHome {
	background: transparent url(/i/bg/bgHome.jpg) no-repeat 100% 0;
}
div#imageAbout {
	background: transparent url(/i/bg/bgAbout.jpg) no-repeat 100% 0;
}
div#imageNews {
	background: transparent url(/i/bg/bgNews.jpg) no-repeat 100% 0;
}
div#imageMedia {
	/* background: transparent url(/i/bg/bgMedia.jpg) no-repeat 100% 0; */
	background-color: #000;
}
div#imageContact {
	background: transparent url(/i/bg/bgContact.jpg) no-repeat 100% 0;
}

/* @end */






/* @end */


/* @end */

/* @group TEXT assignments */
.text h1 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

.text h2 {
	padding: 20px 0;
}

.text p {
	font-size: 1.1em;
	line-height: 18px;
}

a {
	color: #ff9900;
	text-decoration: none;
}
a.contact {
	font-size: 12px;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a.imgLinks {
	text-decoration: none;
	display: block;
}

a.apple {
	padding-left: 20px;			
	background: transparent url(/i/shared/apple.gif) no-repeat 0 50%;
}
.box a.apple {
	padding: 2px 10px 2px 20px;
	margin-bottom: 4px;	
	line-height: 20px;	
	background: transparent url(/i/shared/apple.gif) no-repeat 0 50%;
}
a.amazon {
	padding-left: 20px;
	background: transparent url(/i/shared/amazon.gif) no-repeat 0 50%;	
}
.box a.amazon {
	padding: 2px 10px 2px 20px;
	margin-bottom: 4px;
	line-height: 20px;
	background: transparent url(/i/shared/amazon.gif) no-repeat 0 50%;	
}
a.napster {
	padding-left: 20px;
	background: transparent url(/i/shared/napster.gif) no-repeat 0 50%;	
}
/* @end */

/* @group often used classes */
.error {
	color: #ff0000;
}
.right {
	float: right !important;
	display: inline;
}
.left {
	float: left !important;
	display: inline;
}
/* @end */

/* @group nav */
ul#mainNav {
	height: 40px;	
	position: absolute;
	left: 318px;
	top: 82px;
}
ul#mainNav li {
	float: left;
	display: inline;		
}
ul#mainNav li a {
	height: 40px;
	width: 80px;
	display: block;		
	text-indent: -999em;
	background: transparent url(/i/bg/bgNav.jpg) no-repeat 0 -40px;
}
/* nav specific */
ul#mainNav li.home a {
	width: 75px;
	background-position: 0 -40px;
}
ul#mainNav li.about a {
	width: 75px;
	background-position: -75px -40px;
}
ul#mainNav li.news a {
	width: 150px;
	background-position: -150px -40px;	
}
ul#mainNav li.media a {
	width: 80px;
	background-position: -300px -40px;
}
ul#mainNav li.contact a {
	width: 85px;
	background-position: -385px -40px;
}

ul#mainNav li.home a:hover,
ul#mainNav li.home a.selected {
	background-position: 0 0px;
}
ul#mainNav li.about a:hover,
ul#mainNav li.about a.selected {
	background-position: -75px 0px;
}
ul#mainNav li.news a:hover,
ul#mainNav li.news a.selected {
	background-position: -150px 0px;	
}
ul#mainNav li.media a:hover,
ul#mainNav li.media a.selected {
	background-position: -300px 0px;
}
ul#mainNav li.contact a:hover,
ul#mainNav li.contact a.selected {
	background-position: -385px 0px;
}
/* @end */

/* @group div.box */
div.boxWrapper {
	padding-top: 10px;
	padding-left: 10px;
}
div.box {
	padding: 7px 0 1px 7px;
	margin-left: -7px;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #7a4519;	
}
#textMedia {	
	/* margin-left: -10px: */ 
	
}
#textMedia div.boxWrapper {
	width: 775px;
	height: 518px;
	padding: 0;
	margin: 2px 0 0 -15px;
	position: relative;
	
	
	/* background: transparent url(/i/bg/overlay.png) repeat-y left top; */
}
#textMedia div.box {
	width: 785px;
	height: 518px;
	margin: 0;
	position: absolute;
	left: -2px;
	top: -2px;
	border: 0 none;
}
#textMedia h2 {
	padding-left: 15px;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 1px solid #000;
}
#textMedia .wrapperMedia {
	height: 492px;
	background-color: #000;
}
div.box h3,
div.box h1,
div.box h2 {
	padding: 7px 0 7px 7px;
	margin: -7px 0 3px -7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border: 1px solid #7a4519;	
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	background-color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
div.box p {
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 15px;
}
div.box p.tout {
	font-size: 1.2em;
}
div.box ul.twoCol {
	margin: 6px 0 8px;
}
div.box ul.twoCol p {
	margin-bottom: 4px;
}
div.box ul.twoCol li {
	padding-left: 80px;
}
div.box ul.twoCol li span.img {
	height: 70px;
	width: 70px;
	margin-left: -80px;
	float: left;
	display: inline;
	border: 1px solid #7A4519;
}
div.box ul.twoCol li span.img {
	display: block;
}

.half {
	
}
.half leftCol {
	width: 48%;
	float: left;
	display: inline;	
}
.half rightCol {
	width: 48%;
	float: right;
	display: inline;		
}
/* @group dl */
dl.quotes {
	margin-right: 10px;	
}
dl.quotes dt {
	margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: bold;		
}
dl.quotes dd {
	padding-bottom: 4px;
	margin-bottom: 12px;
	/*border-bottom: 1px solid #7A4519;*/
}

/* @end */
/* @end */

/* @group temporary styles */

div#tempWrapper {
	width: 500px;
	padding: 20px 40px 40px 40px;
	margin: 20px auto 0;
	background-color: #000;
	border: 3px solid #fee9cf;
}

/* @end */

/* @group lightbox */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/i/lb/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/*background: #ffffff;*/
	z-index: 102;
	/*color:#000000;*/
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	/*margin: 15px 0 0 15px;*/
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}

#TB_caption{
	/*height:25px;
	padding:7px 30px 10px 25px;
	float:left;*/
}

#TB_closeWindow{
	/*height:25px;
	padding:11px 25px 10px 0;
	float:right;*/
}

#TB_closeAjaxWindow{
	/*padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;*/
}

#TB_ajaxWindowTitle{
	float:left;
	/*padding:7px 0 5px 10px;*/
	font-size: 18px;
	text-transform: uppercase;
}

#TB_title{
	background-color: transparent;
	height:27px;
	color: #fff;	
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}

#TB_ajaxContent p{
	/*padding:5px 0px 5px 0px;*/
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* @end */
/* @group lightBoxWrapper */
div.lightBoxWrapper {
	height: 450px;
	overflow: hidden;
}
div.lightBoxWrapper {
	background-color: #fff;
}
/* @end */
/* @group js effects */
.quoteRotate {
	height:  130px;
	position: relative;	
}
.quoteRotate li {
	height:  110px;
	padding: 5px 10px;
	margin-right: 7px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	border:1px solid #7A4519;
}
/* @end */
/* @group vcard */
.vcard {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 17px;
}

/* @end */
/* @group form */
fieldset.buttonRight {

}
fieldset.buttonRight legend {

}
/* @end */

                                                                          






