table { 
	border:0px;
}

body{
 	margin:0px;
  	padding:0px;
	background-color:#000000;
	}

td, input, textarea{
	border:0px;
	font-size:11px;
    font-family:Tahoma;
	color:#8E8E8E;
	line-height:15px;
	vertical-align:top;
}

a {
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}

.header {
	font-size:16px
}

.white{
	color:#FFFFFF;
}
.white:hover{
	color:#8E8E8E; 
	text-decoration:none
}
.black{
	color:#000000;
}
.black:hover{
	color:#8E8E8E; 
	text-decoration:none
}
.copy{
	line-height:14px;
	color:#8E8E8E;
}
.copy:hover{
	color:#8E8E8E; 
	text-decoration:none
}


/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(js/img/overlay/black.png);
	color:#383838;
}
	#overlay1 {
		background-image:url(js/img/overlay/black.png);
	color:#383838;
}
	#overlay2 {
		background-image:url(js/img/overlay/black.png);
	color:#383838;
}
	#overlay3 {
		background-image:url(js/img/overlay/black.png);
	color:#383838;
}
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:410px;
	overflow-y:auto;
}
/* the overlayed element */
.apple_overlay {
/* growing background image */
	background-image:url(js/img/overlay/black.png);
	
	/* dimensions after the growing animation finishes  */
	width:540px;
	/* min-height:400px; */
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;

	/* place overlay on top of other elements */     
	z-index:10000;
	        
	/* styling */     
	/* border:1px solid #666; */
	
	/* CSS3 styling for latest browsers */     
	/* -moz-box-shadow:0 0 90px 5px #000;    */
    /* -webkit-box-shadow: 0 0 90px #000;     */
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(js/img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.jqueryslidemenu{
font: bold 12px Tahoma;
background: #000000;
width: 450px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #000000; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border: 1px solid #778;
/*color: #2d2b2b;*/
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #414141; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Tahoma;
width: 100px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 0px;
}

/* Footer ================================================================================ */
.footer{}
.footer .main-block .content{padding:0 21px 15px 20px;}
.footer .main-block .content .indent{background:url(../images/divider_x.gif) left top repeat-x;}
.footer .main-block .content .indent .indent{background:url(../images/divider_x.gif) left bottom repeat-x; padding:26px 19px 30px 20px;}
.footer .main-block ul{float:left; padding-right:9px; display:block;}
.footer .main-block ul li{background:url(../images/footer_links_divider.gif) left 5px no-repeat; padding-left:9px;}
.footer .main-block .links-2{padding:0 65px 0 89px;}
.footer .block-subscribe{width:180px; float:right;}
.footer .block-subscribe label{font-weight:bold; margin-bottom:5px; display:block;}
.footer .block-subscribe input{width:174px; height:13px; margin-bottom:9px;}
.footer .block-subscribe button{width:79px; height:19px!important; overflow:hidden; background:url(../images/newsletter_button.gif) left top no-repeat!important;}
.footer .block-subscribe button span{display:none;}
.footer .indent-2{padding:8px 39px 95px;}
.footer .store-switcher{float:right;}
.footer .copy{font-size:1.16em; color:#616564;}
.footer .footer-nav{padding-bottom:10px;}
.footer .footer-nav li{display:inline; background:url(../images/top_menu_divider.gif) right top no-repeat; padding-right:19px; margin-right:17px;}
.footer .footer-nav li.last{background:0;}
.footer .footer-nav li a{color:#FFF; text-transform:uppercase; text-decoration:none; font-size:1.41em;}
.footer .footer-nav li a:hover{text-decoration:underline;}


/* ======================================================================================= */

