* {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: white;
}

p, a:visited, a:link {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: white;
	text-align: left;
	font-size: 13px;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a.red, a.red:visited, a.red:link {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: red;
	text-align: left;
	font-size: 13px;
	text-decoration: none;
}

a.red:hover, a.red:focus {
	text-decoration: underline;
}

h2 {
	color: red;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	}

h2.contact {
	color: red;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 14px;
	}
	
p.end {
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: red;
	text-align: left;
	font-size: 13px;
	display: inline;
}

li {
	list-style-type: none;
	color:  white;
	font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;
	text-align: left;
	font-size: 13px;
}

img, img:hover, img:link, img:focus, img:visited{
	border:none;
	cursor: default;
}	

#fullwrap {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#slider-stage{
	position: relative;
	width:1100px;
	overflow: hidden;
	height: 400px;
	margin:0;
	background-image: url(../images/site/slidebg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#aboutbg {
	position: relative;
	width: 1100px;
	overflow: hidden;
	height: 400px;
	margin: 0;
	background-image: url(../images/site/aboutbackground.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	clear: both;
}

.aboutparagraphs {
	float: left;
	width: 200px;
	height: 380px;
	margin-right: 50px;
	overflow: hidden;
}

#aboutrightpara {
	float: right;
	width: 300px;
	margin-right: 50px;
}

#contactbg {
	position: relative;
	width: 1100px;
	overflow: hidden;
	height: 400px;
	padding-left: 50px;
	margin: 0;
	background-image: url(../images/site/contactbackground.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#previous {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 400px;
	background-image: url(../images/site/sliderleft.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#previous:hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 400px;
	background-image: url(../images/site/sliderleft.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#next {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 400px;
	background-image: url(../images/site/sliderright.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#next:hover {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 400px;
	background-image: url(../images/site/sliderright.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#slider-list{
	width: 9000px;
	height: 400px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 400px;
	margin-left: 270px;
}

#slider-list li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right: 6px;
	height: 400px;
	float: left;
}

#nav {
	width: 1100px;
	height: 70px;
	margin-top: 42px;
}

#logotext {
	height: 45px;
	width: 468px;
	margin-left: 68px;
	background-image: url(../images/site/cd.jpg);
	background-repeat: no-repeat;
	float: left;
}

#about {
	height: 30px;
	width: 74px;
	margin-left: 275px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/about.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#about:hover{
	height: 30px;
	width: 74px;
	margin-left: 275px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/about.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#about_on{
	height: 30px;
	width: 74px;
	margin-left: 275px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/about_on.jpg);
	background-repeat: no-repeat;
	float: left;
}
	

#blog {
	height: 30px;
	width: 65px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/blog.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#blog:hover{
	height: 30px;
	width: 65px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/blog.jpg);
	background-position: bottom;
	float: left;
}

#blog_on {
	height: 30px;
	width: 65px;
	margin-top: 15px;
	padding-right: 4px;
	background-image: url(../images/site/blog_on.jpg);
	background-repeat: no-repeat;
	float: left;
}

#contact {
	height: 30px;
	width: 86px;
	margin-top: 15px;
	margin-right: 56px;
	background-image: url(../images/site/contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
}

#contact:hover{
	height: 30px;
	width: 86px;
	margin-top: 15px;
	margin-right: 56px;
	background-image: url(../images/site/contact.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#contact_on {
	height: 30px;
	width: 86px;
	margin-top: 15px;
	margin-right: 56px;
	background-image: url(../images/site/contact_on.jpg);
	background-repeat: no-repeat;
	float: left;
}

#gradtop {
	margin-top: 17px;
	width: 1100px;
	height: 25px;
	background-image: url(../images/site/topgrad.jpg);
	float: left;
}

#gradbottom {
	margin-bottom: 10px;
	width: 1100px;
	height: 25px;
	background-image: url(../images/site/bottomgrad.jpg);
}

#categorywrap {
	width: 773px;
	height: 30px;
	margin: 0 auto;
}

#live {
	width: 104px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: top;
	background-image: url(../images/site/livemusic.jpg);
	background-repeat: no-repeat;
}

#live:hover {
	width: 104px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: bottom;
	background-image: url(../images/site/livemusic.jpg);
	background-repeat: no-repeat;
}

#live_on {
	width: 104px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-image: url(../images/site/livemusic_on.jpg);
	background-repeat: no-repeat;
}

#portrait {
	width: 159px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: top;
	background-image: url(../images/site/portraitpromo.jpg);
	background-repeat: no-repeat;
}

#portrait:hover {
	width: 159px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: bottom;
	background-image: url(../images/site/portraitpromo.jpg);
	background-repeat: no-repeat;
}

#portrait_on {
	width: 159px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-image: url(../images/site/portraitpromo_on.jpg);
	background-repeat: no-repeat;
}

#press {
	width: 108px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: top;
	background-image: url(../images/site/presspr.jpg);
	background-repeat: no-repeat;
}

#press:hover {
	width: 108px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: bottom;
	background-image: url(../images/site/presspr.jpg);
	background-repeat: no-repeat;
}

#press_on {
	width: 108px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-image: url(../images/site/presspr_on.jpg);
	background-repeat: no-repeat;
}

#comm {
	width: 120px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: top;
	background-image: url(../images/site/commercial.jpg);
	background-repeat: no-repeat;
}

#comm:hover {
	width: 120px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: bottom;
	background-image: url(../images/site/commercial.jpg);
	background-repeat: no-repeat;
}

#comm_on {
	width: 120px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-image: url(../images/site/commercial_on.jpg);
	background-repeat: no-repeat;
}

#misc {
	width: 140px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: top;
	background-image: url(../images/site/misc.jpg);
	background-repeat: no-repeat;
}

#misc:hover {
	width: 140px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-position: bottom;
	background-image: url(../images/site/misc.jpg);
	background-repeat: no-repeat;
}

#misc_on {
	width: 140px;
	height: 30px;
	float: left;
	margin-right: 7px;
	background-image: url(../images/site/misc_on.jpg);
	background-repeat: no-repeat;
}

#tear {
	width: 107px;
	height: 30px;
	float: left;
	background-position: top;
	background-image: url(../images/site/tearsheets.jpg);
	background-repeat: no-repeat;
}

#tear:hover {
	width: 107px;
	height: 30px;
	float: left;
	background-position: bottom;
	background-image: url(../images/site/tearsheets.jpg);
	background-repeat: no-repeat;
}

#tear_on {
	width: 107px;
	height: 30px;
	float: left;
	background-image: url(../images/site/tearsheets_on.jpg);
	background-repeat: no-repeat;
}
