/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	display: block;
	background: #FFF;
	color: #666;
	text-align: center;
}
#Wrapper {
	width: 970px;
	padding: 50px 0;
	margin:  0 auto;
}
#Content {
	color: #FFF;
}


.wrapper {
	width: 940px;
	height: 345px;
}
.wrapper p {
	margin:  0 0 15px 0;
	line-height: 1.6em;
}
.wrapper a {
	color: #e71313;
	font-weight: bold;
	text-decoration: none;
}
#Home {
	background: url('../_images_gen/home_bg.gif') no-repeat top left;
	text-align: left;
}
#Home h2 {
	padding: 80px 0 0 205px;
	font-size: 180%;
}
#Home h1 {
	padding: 15px 0 0 265px;
	font-size: 320%;
	color: #e71313;
}
#Home h3 {
	padding: 15px 20px 0 300px;
	font-size: 120%;
}
#Home h3 strong {
	color: #e71313;
}

#About {
	background: url('../_images_gen/about_bg.gif') no-repeat top left;
	padding: 20px;
	width: 900px;
	text-align: left;
	font-size: 85%;
}

#Music {
	background: url('../_images_gen/music_bg.gif') no-repeat top left;
	padding: 20px;
	width: 900px;
	text-align: left;
	font-size: 85%;
}
#Music dl {
	float: left;
	width: 530px;
}
dl.Release dt {
	width: 195px;
	float: left;
}
dl.Release dd {
	float: left;
	width: 300px;
}
dl.Release dd h2,
#Downloads h2,
#Contact h2 {
	font-size: 200%;
	color: #e71313;
	margin: 0 0 15px 0;
}
dl.Release dd h2 small {
	font-size:  70%;
	color: #FFF;
}
#Downloads {
	width: 300px;
	float: right;
}
#Downloads ul {
	margin:  0 0 20px 15px;
}

#Reviews {
	background: url('../_images_gen/reviews_bg.gif') no-repeat top left;
	padding: 20px;
	width: 900px;
	text-align: left;
	font-size: 85%;
}
#Reviews h2 {
	font-size: 280%;
	color: #e71313;
	margin: 0 0 15px 0;
}
#Contact {
	background: url('../_images_gen/contact_bg.gif') no-repeat top left;
	padding: 20px;
	width: 900px;
	text-align: left;
	font-size: 85%;
}
#Borderville {
	float: left;
	width:  250px;
}
#ContactDetails {
	float: right;
	width: 500px;
}



.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 940px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 345px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	padding: 0 0 60px 0;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	padding: 0 0 0 20px;
}

.stripNav ul li {
	float: left;
	margin-right: 17px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	color: #e71313;
	text-decoration: none;
	display: block;
	padding: 0 0;
	text-transform:  uppercase;
	text-indent: -9000px;
	height: 15px;
}
.stripNav li a:hover {
	color: #333;
}

.stripNav li a.current {
	color: #000;
}

.stripNav li.tab1 a {
	width: 46px;
	background: url(../_images_gen/nav_bgs.gif) no-repeat 0px 0px;
}
.stripNav li.tab1 a:hover {
	background: url(../_images_gen/nav_bgs.gif) no-repeat 0px -20px;
}
.stripNav li.tab1 a.current {
	background: url(../_images_gen/nav_bgs.gif) no-repeat 0px -40px;
}

.stripNav li.tab2 a {
	width: 54px;
	background: url(../_images_gen/nav_bgs.gif) no-repeat -63px 0px;
}
.stripNav li.tab2 a:hover {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -63px -20px;
}
.stripNav li.tab2 a.current {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -63px -40px;
}


.stripNav li.tab3 a {
	width: 49px;
	background: url(../_images_gen/nav_bgs.gif) no-repeat -134px 0px;
}
.stripNav li.tab3 a:hover {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -134px -20px;
}
.stripNav li.tab3 a.current {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -134px -40px;
}


.stripNav li.tab4 a {
	width: 72px;
	background: url(../_images_gen/nav_bgs.gif) no-repeat -201px 0px;
}
.stripNav li.tab4 a:hover {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -201px -20px;
}
.stripNav li.tab4 a.current {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -201px -40px;
}

.stripNav li.tab5 a {
	width: 73px;
	background: url(../_images_gen/nav_bgs.gif) no-repeat -290px 0px;
}
.stripNav li.tab5 a:hover {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -290px -20px;
}
.stripNav li.tab5 a.current {
	background: url(../_images_gen/nav_bgs.gif) no-repeat -290px -40px;
}


.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: -20px;
}

.stripNavR {
	right: -20px;
}

.stripNavL {
	background: url("../_images_gen/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("../_images_gen/arrow-right.gif") no-repeat center;
}
#Footer {
	font-size: 80%;
	padding: 20px 0 0 0;
}
#Footer a {
	color: #e71313;
	text-decoration:  none;
}