/* CSS Document */

a:link { color: #999 ;}
a:visited { color: #999 ;}
a:active { color: #999 ;}
a { text-decoration: none ;}
a:hover { text-decoration: underline;}

a.navlink:link { color: #FFF;}
a.navlink:visited { color: #FFF ;}
a.navlink:active { color: #FFF ;}
a.navlink { text-decoration: none ;}
a.navlink:hover { text-decoration: none;}

a.scroll:link {	color: #AF1112; }
a.scroll:visited { color: #AF1112 ;}
a.scroll:active { color: #AF1112 ;}
a.scroll { text-decoration: none ;}
a.scroll:hover { text-decoration: none;}

/* a.downloads:hover { box-shadow: 0 1px 2px rgb(255,255,255); } */

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

/* Containers */
#wrapper {
	height: 750px;
	width: 962px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 75px;
	clear: both;
}
#navwrapper {
	width: 162px;
	float: left;
/* 	display: inline; */
}
#content {
	height: auto;
	width: 800px;
	float: right;
/*	display: inline; */
}
#footer {
	clear: both;
	height: 150px;
	width: 960px;
	padding-top: 30px;
}

#bodytext {
	padding-left: 100px;
	padding-top: 15px;
}

#description {
	position: absolute;
	top: 162px;
	left: 916px;
	width: 92px;
	height: 192px;
	overflow: hidden;
	z-index: 3;
}

#description p {
	font-weight: normal;
	color: #AF1112;
	font-family: georgia,garamond,serif;
	font-size: 8pt;
	line-height: 9pt;
	margin: 0;
	padding: 0;
	z-index: 5;
	text-align: center;
}

#description p.ellipsis {
	width: 100%
	white-space: normal;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;  
    -moz-binding: url('ellipsis.xml#ellipsis');
}

#photo {
	position: absolute;
	top: 182px;
	left: 343px;
	width: 160px;
	height: 170px;
	z-index: 4;
}

#splash-image {
	z-index: 1;	
	position: absolute;
	top: 0px;
	left: 235px;
}

#notm-splash {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 235px;
}

#flashcontent {
	z-index: -99;
	position: absolute;
	top: 0px;
	left: 0px;
}

#buyithere {
	position: absolute;
	top: 475px;
	left: 910px;
	z-index: 2;
}

/* Text */
p {
	font-weight: normal;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}
p.footer {
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.navy {
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}

.smallnavy {
	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	text-transform: uppercase;
}

/* Lists */
ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
	width: 160px;
	z-index: 99;
	}
ul li {
	position: relative;
	padding-bottom: 15px;
	z-index: 99;
	}
li ul {
	width: 200px;
	position: absolute;
	left: 160px;
	top: 0;
	padding: 0;
	display: none;
	z-index: 99;
	}

ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-left: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	background: #F00;
	z-index: 99;
	}

ul li ul li {
	position: relative;
	padding-bottom: 0px;
	z-index: 99;
	}
		
ul li ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-left: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	background: #C11418;
	z-index: 99;
	}

li.temp {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: 0;
	background: #FECD1F;
	z-index: inherit;
}

li ul li ul {
	position: absolute;
	left: 160px;
	top: 0;
	padding: 0;
	display: none;
	z-index: 99;
	}	

ul li ul li ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding-left: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	background: #FFA933;
	z-index: 99;
	}
		
li:hover ul, li.over ul { 
	display: block;
	z-index: inherit;
}
/*

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

* html #footer {
height:1px;
}
