/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */


#nav ul, #nav a, #store_nav_inner a{
	color:#FF6600;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#FF9900;
	}
a:hover, #nav a:hover, #store_nav_inner a:hover {
	color:#FFFFFF;
	}	
#footer p {
	margin:0;
	}
	
/* CLASS:dme T*/
body.dme {background-color:#000000;}
.dme #main_wrapper {background-color:;}
.dme #header {background-color:#000000;}
.dme #nav {background-color:;}
.dme #store_top_nav {background-color:#000000;
               }
.dme #content {background-color:#000000;
                }
				
.dme #contentOpaque {background-color:#000000;
               filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:.8;
 }
 
.dme #promo {background-color:#666666;
}
.dme #footer {}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:dme TEXT COLORS */
.dme h1 {
	color:#FFF;
	margin:0 .5em .75em 10px; 
	}
.dme h2 {
	color:#FF6600;
	margin: 0 .5em 0 5px;
	}
.dme h3, .dme h4, .dme h5 {
	color:#FFFFFF;
	margin: 1em  .5em 0 5px;
	}
.dme h6 {
	color:#FFFFFF;
		}
.dme p {
	color:#CCCCCC;
	margin: 0 .5em 0 5px;
	}
	
.hr {
  margin-top:2em;
  text-align:left;
  background:url(../page_images/hr.gif) ;
  height:1px;
}


.dme ol, .dme dl, .dme blockquote, .dme cite {
	color:#FF6600;
	font-size:.85em;
	line-height:1.2;
	margin: 0 .5em 0 3em;
	}
.dme li {
	color:#FF6600;
	font-size:1em;
	line-height:1.2;
	margin: 0 .5em 0 0em;
	}	
	
.dme cite {
	color:#FFFFFF;
	}
.dme promo {
	color:#000000;
	}
.dme #nav ul, .dme #nav a {
	color:#FFF;
	margin:0 .5em 1em 0em; 
	font-size:.9em;
	line-height:2.2em;}	
	
.dme ul 
  {
  margin-bottom:1em;
  margin-left: 1em;
  padding-left: 1em;
  }


	
.dme table, .dme form {
	color: #CCCCCC;
	}
.dme a {
	color:#FF6600;
	}
.dme a:hover {
	color:#FF6600;
	}
.dme #nav a:hover {
	color:#FF6600;
	}
	


/* FONT SIZES */
#store_nav_inner {
margin:8px 0px 8px 0 ;
    font-size:.9em; }

h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
	
h6 {font-size:1em; /* 16pt */
    line-height:1em;
	}
	
#nav_inner h6 {font-size:1.5em;
    color:#FFFFFF; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a { color:#FF0000;
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */

			
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
	
	
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.90em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:;
	
	}
	
.clearthefloats {
    margin:1em 0 10px 0;
    clear:both;} 	
	
.yellowBold {
font-weight:bold;
color:#FF0;
}
	
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
