@charset "utf-8";
/* CSS Document */
/*----------common Elements----------*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/common/MainBG.jpg);
	color:#000;
}
#header {
	background-image:url(../img/common/Logo.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:147px;
	margin-left:auto;
	margin-right:auto;
}
#pageheaders {
	width:1003px;
	height:48px;
	margin-top:-33px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background-image:url(../img/common/FooterBG.jpg);
	background-color:#333;
	background-repeat:no-repeat;
	width:990px;
	height:215px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;	
}
#DesignBy{
	width:990px;
	height:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#FFF;
	background-color:#669900;
	margin-left:auto;
	margin-right:auto;
}
/*---------Text Elements Style ----------*/
.whitetxt {
	color:#FFF;
}
a.white:link, a.white:visited {
	color:#FFF;
	text-decoration:none;
}
a.white:hover {
	color:#fff;
	text-decoration: underline;
}
a.ltblue:link, a.ltblue:visited {
	color:#336666;
	text-decoration:none;
}
a.ltblue:hover {
	color:#336666;
	text-decoration: underline;
}
.musicheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.musictime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006;
}
.eventheader {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#669900;
}
.redbold {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#900;
}
.redtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#900;
}
/*---------Nav Elements Style Scrollbars----------*/
.scroll-pane {
	width:194px;
	height:160px;
	outline:none;
	overflow: auto;/*background: #ccc;*/
	/*float: left;*/
}
.scroll-pane-right {
	width:245px;
	height:350px;
	outline:none;
	overflow: auto;/*background: #ccc;*/
	/*float: left;*/
}
/*------****Page Specific Elements----------*/
/*----------Home Page Elements----------*/
#paintcontainerh {
	background-image:url(../img/common/PaintBG.png);
	width:1473px;
	height:495px;
	margin-left:auto;
	margin-right:auto;
}
#homecontainer {
	background-image:url(../img/common/HomeContainerBG.jpg);
	width:991px;
	height:374px;
	margin-left:auto;
	margin-right:auto;
}
#deals {
	background-image:url(../img/common/MainDeals.png);
	background-repeat:no-repeat;
	outline:none;
	float:left;
	width:210px;
	margin-top:10px;
	margin-left:8px;
}
#dealcopy {
	padding-top:194px;
	padding-left:10px;
	outline:none;
	width:194px;
}
#dealhighlight {
	background-image:url(../img/common/Highlights.jpg);
	color:#FFF;
	padding:3px;
	font-weight:bold;
	font-size:14px;
}
/*----------Navigation Elements----------*/
#navcontainer {
	background-image:url(../img/common/TopNavBG.jpg);
	width:auto;
	height:35px;
	margin:0px;
	margin-top:0px;
}
#navcontainercenter {
	width:1473px;
	height:35px;
	margin-left:auto;
	margin-right:auto
}
ul#topnav {
	margin:auto;
	padding:0;
	margin-top:0px;
	width:990px;
	list-style:none;
	position:relative;/*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background:url(../img/common/TopNavBG.jpg) repeat-x;
}
ul#topnav li {
	float:left;
	margin:0;
	padding:0;/*-- border-right: 1px solid #555; Divider for each parent level links--*/
}
ul#topnav li a {
	padding:10px 15px;
	display:block;
	color:#f0f0f0;
	text-decoration:none;
}
ul#topnav li:hover {
	background:#669900 url(img/common/TopNavActive.jpg) repeat-x;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
/*---------These Nav Elements Style the Drop Down----------*/
ul#topnav li span {
	margin:auto;
	padding:15px 0;
	position:absolute;
	left:0;
	top:35px;
	display:none; /*--Hide by default--*/
	width:990px;
	background:#669900;
	color:#fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}
ul#topnav li:hover span {
	display:block;
} /*--Show subnav on hover--*/
ul#topnav li span a {
	display:inline;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration:underline;
}
/*----------Cu3er 3D Slider Elements----------*/
#cu3er-container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:348px;
	outline:0;
	background-image:url(../img/headlines/CubeBG.png);
}
#cu3er {
	width:990px;
	height:289px;
	outline:0;
	margin-top:14px;
}