/* ------- re-defines -------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	background-color: #000000;
	background-image: url(img/wall-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

td,th {
	text-align: left;
	vertical-align: top;
}
	
a:link, a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
	
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #CC3333;
	text-align: right;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC3333;
}

h3 {
	font-weight: bold;
	color: #CC3333;
	font-size: 1em;
	margin: 0 0 -1em 0;
}

smaller {
	font-size: 0.9em;
}

hr {
	color: #666666;
	border: 0;
	height: 1px;
	border-color: #666666;
	clear: both;
	margin-top: 20px;
}

/* ------- containers -------- */

#container {
	margin: 0 auto;
	width: 79%;
	line-height: normal;
}

#top {
	margin: 130px 0 105px 0;
}

#right {
	float: right;
	width: 75%;
	}

#left {
	float: left;
	width: 25%;
	margin-top: 10px;
	}

.full_width {
	clear: both;
	}

#bottom {
	text-align: center;
	margin: 0;
}

#flashlogo {
	position:absolute;
	left:10px;
	top:10px;
	width:294px;
	height:181px;
	z-index:2;
}

.sales {
	background-color:#000000;
	text-align: center;
	background-image: url(none);
}

/* ------- floats and spacers -------- */

.imgfloatleft {
	float: left;
	border: 1px solid black;
	padding: 5px;
	margin: 0 10px 10px 0;
   }

.imgfloatright {
	float: right;
	padding: 0 0 0 15px;
	margin: 0;
	}

#spacer {
    font-size:0.2em; 
	height: 10px;
	}

/* ------- menu -------- */

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 100px; /* Width of Menu Items */ 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 99px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Menu style */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color : #000; /* IE6 Bug */
	padding: 3px;
	text-align: center;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #CC3333; 
	background: #000; 
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #fff; 
	background-color: #000; /* IE6 Bug */ 
	padding: 3px; 
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #CC3333; 
	background-color: #000; 
} 

/* Icon Styles */ 
#menu ul a.submenu {
	background-color: #000;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
#menu ul a.submenu:hover {
	background-color: #000;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* ------- hacks -------- */
	
.clearfix:after { /* float fix taht will fix floats sicking out the bottom */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	
