/* ---Navigation--- */

#topNav {
	background:#000; 
	margin-left:508px;
	margin-top:79px;
	position:absolute;
	z-index:1;
}

#nav {
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:10px;
	line-height:100%;
	cursor:pointer;
}

#nav img {
	border:none;
}
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
#nav li {
	float:left; 
	display:block; 
	width:auto;
	position:relative;
	margin:0;
	z-index:1;
}

/* this is the parent menu */
#nav li a {
	display:block;
	font-weight:700; 
	text-decoration:none;
}

#nav li a:hover {
	color:#C00;
}

/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	z-index:1;
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
}

#nav ul li {
	width:auto; 
	float:left;
	margin:-5px 0px 0px 0px;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:auto;
	padding: 8px 5px; 
	color:#666;
}

#nav ul a:hover {
	text-decoration:none;	
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

#subNav {
	float:left;
	background:url(../images/subNav_M.png) repeat-x;
	padding-top:14px;
	height:128px;
	margin:0px 29px;
}

.lt {
	background:url(../images/subNav_L.png) no-repeat;
	float:left;
}

.rt {
	background:url(../images/subNav_R.png) no-repeat;
	float:right;
	margin-left:-29px;
}

#subNav .item {
	float:left;
	margin:0px 6.9px;
}



/* ---Content--- */
#header {
	float:left;
	height:150px;
	width:1000px;
	position:absolute;
	z-index:1;
}

#flash {
	clear:both;
	margin-top:170px;
	padding:10px 67.5px 0 67.5px;
	text-align:center;
	background:#000;
	width:865px;
	position:absolute;
	height:376px;
	z-index:0;
}

#topCont {
	clear:both;
	color:#999;
	margin-top:170px;
	padding:10px 67.5px 0 67.5px;
	background:#000;
	width:865px;
	position:absolute;
	height:376px;
	line-height:1.5em;
	z-index:0;
	overflow: visible;
}


img {
	border:none;
	margin:0px;
	color: #000;
	text-align: center;
}

a {
	text-decoration:none;
	color:#FFF;
	text-align: center;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:orange;
	margin:0px;
	margin-bottom:1em;
}

h3 {
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	margin-bottom:1em;
}

h4 {
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	color:#FFF;
	margin:0px;
}

body {
	background:url(../images/background_main.jpg) repeat-x #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#CCC;
	margin:0px;
}

#light {
	background:url(../images/background_li.jpg) repeat-x #000;
}

#audio {
	background:url(../images/background_aud.jpg) repeat-x #000;
}

#video {
	background:url(../images/background_vid.jpg) repeat-x #000;
}


#container {
	clear:both;
	margin:0 auto;
	height:200px;
	text-align:center;
	width:1000px;
	background:url(../images/background_m.jpg) no-repeat;
}

#container.audio {
	height:1050px;
	background:url(../images/background_gs.jpg) no-repeat #000;
}

#container.video {
	height:1050px;
	background:url(../images/background_y.jpg) no-repeat #000;
}

#container.light {
	height:1050px;
	background:url(../images/background_light.jpg) no-repeat #000;
}

#mainCont {
	margin:0 auto;
	height:auto;
	clear:both;
	background:#000;
	margin-top:20px;
	margin-bottom:50px;
}

#fcontainer {
	clear:both;
	margin:0 auto;
	height:400px;
	width:1000px;
	background:url(../images/background_m.jpg) no-repeat;
}

#fcontainer.light {
	height:1050px;
	background:url(../images/background_light.jpg) no-repeat #000;
}

#fcontainer.audio {
	height:1050px;
	background:url(../images/background_gs.jpg) no-repeat #000;
}

#fcontainer.video {
	height:1050px;
	background:url(../images/background_y.jpg) no-repeat #000;
}

#fmainCont {
	height:550px;
	margin:0 auto;
	clear:both;
	margin-bottom:50px;
}

#prod-mainCont {
	float:left;
	height:auto;
	clear:both;
	background:#000;
	margin-top:15px;
	padding:0 80px 80px 80px; 
	background:#000;
}

#prod-cont {
	float:left;
	height:650px;
	clear:both;
	background:#000;
	margin-top:40px;
	padding:0 80px 25px 80px; 
	background:#000;
}

#btmCont {
	font-size:12px;
	float:left;
	clear:both;
	margin-bottom:0px;
	margin-left:50px;
	color:#FFF;
}

#footer {
	font-size:12px;
	float:left;
	clear:both;
	margin-top:50px;
	padding-bottom:100px;
	color:#FFF;
}

#footer line {
	color:#666;
}

#tab {
	padding-top:30px;
	padding-right:317px;
	height:33px;
	margin-top:-61px;
	width:520px;
	float:left;
}

.prodTab {
	float:left; 
	clear:both;
	padding:20px 5px;
	width:512px;
	color:#999;
}

.prodTab h3 {
	margin-top:15px;
	color:#FFF;
	font-size:13px;
}

#tab h1 {
	font-size:16px;
	color:red;
}

#tab h2 {
	font-size:13px;
	color:#fff;
}

#rtBox {
	text-align:left;
	color:#CCC;
	float:right;
	width:250px;
	height:370px;
	background:url(../images/rtBox.png);
	margin-top:20px;
	padding:15px;
}

#rtBox p {
	color:#fff;
	margin:0;
}

#rtBox ul{
	line-height:1.5em;
	list-style:none;
	margin-bottom:5px;
}

#rtBox li{
	margin-left:-30px;
	margin-bottom:7px;
}

#rtBox a {
	cursor:default;
	color:#CCC;
	text-decoration:none;
	background:none;
}

#rtBox a:hover {
	color:#FFF;
}

#rtBox li img {
	margin-bottom:-3px;
	margin-right:3px;
}

#prodGrid {
	width:790px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
}

#prodGrid .title {
	margin-bottom:30px;
	padding-bottom:5px;
	border-bottom:thin solid #c00;
	text-align:left;
}

#prodGrid .top{
	background:url(../images/productgrid/prodGrid-Top.png) no-repeat;
	height:42px;
}

#prodGrid .btm{
	background:url(../images/productgrid/prodGrid-btm.png) no-repeat;
	height:21px;
	width:790px;
	float:left;
	clear:both;
}
#prodGrid-cont {
	height:auto;
	width:710px;
	float:left;
	background:url(../images/productgrid/prodGrid-mid.png);
	margin-top:10px;
	padding:20px 40px;
	text-align:left;
	color:#666;
}

#prodGrid-cont a {
	text-decoration:none;
	color:#666;
}

#prodGrid-cont a:hover {
	color:#c00;
}

#prodGrid-cont img {
	border:none;
}

#prodGrid-cont .item {
	float:left;
	text-align:center;
	margin-right:81px;
}

/* --Gallery Lightbox-- */
#gallery {
	margin-top:20px;
	margin-left:-40px;
	float:left;
}

#gallery ul { 
	list-style: none;
}

#gallery ul li { 
	display: inline;
	margin-right:11px
}

#gallery p {
	margin-bottom:11px;
}

#gallery ul img {
	margin:0px;
	border: 2px solid #333;
	border-width: 2px 2px 10px;
}

#gallery ul a:hover img {
	border: 2px solid #fff;
	border-width: 2px 2px 10px;
	color: #fff;
}

#gallery ul a:hover { 
	color: #fff; 
}

/* -- Specifications --*/

#specs {
	font-size:11px;
}

#specs emph {
	color:#FFF;
}

#specs th {
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

#specs .title {
	font-size:14px;
	color:#fff;
}

/* CONTACT PAGE */
.info {
	text-align:left;
	vertical-align:top;
	font-size: small;
}

.info em {
	display:block;
	margin-bottom:.75em;
	color:orange;
}

.info p {
	margin:0px;
}

#topCont table {
	font-size:x-small;
	line-height:normal;
	line-height:1.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#topCont table a {
	color:#999;
	text-decoration:none;color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#topCont table a:hover {
	color:#CCC;
	font-size: small;color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: left;
}

#topCont td {
	vertical-align:center;
	height:0px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: left;
}
.Events_text {
	font-family: Tahoma, Geneva, sans-serif;
}
headers {
	font-size: xx-large;
}
#fcontainer #fmainCont #topCont div div table tr td blockquote p span .Events_text {
	text-align: left;
}
events_page {
	font-size: x-small;
}
events_header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
