* {  
padding: 0px;
margin: 0px;
}

body {
	background-color: #000000;
	background-image: url(binaries/back.jpg);
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

/* DIVS 
--------------------------- */

#wrapper {
	width: 800px;
	margin: 12px auto 0px auto;
	position: relative;
}
#header  {
	background-image: url(binaries/header_bg.jpg);
	height: 130px;
	position: relative;
	background-repeat: no-repeat;
	border:#6f0000 solid 1px;
}
#nav  {
    clear:both;
	float: left;
	color:#c7c7c7;
	letter-spacing:1px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 150px;
	height: 445px;
	/*
	background-image:url(binaries/navbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;*/
}
#mainText  {
    float: left;
	width: 638px;
    min-height: 470px; /* for not-IE */
	border:#6f0000 solid 1px; 
	margin: 8px 0px 10px 10px;
	background-color:#000;
	padding: 0px 0px 15px 0px;
}
#gigText  {
    float: left;
	width: 638px;
    min-height: 470px; /* for not-IE */
	border:#6f0000 solid 1px; 
	margin: 8px 0px 10px 10px;
	background-color:#000;
	padding: 0px 0px 15px 0px;
}
#footer  {
    clear:both;
	margin: 0px 0px 5px 304px;
	color:#c7c7c7;
	font-size: 1em;
}
#gallery   {
	margin: 5px 5px 5px 15px;
	min-height: 85px;
    height:auto !important;
    height: 85px;
}
#thumbnails  {
	margin: 5px 5px 0px 15px;
	vertical-align: top;
	text-align: center;
}	
#bannerRotate  {
     margin: 20px 0px 20px 0px;
}
#review  {
    float: left;
	width: 638px;
    min-height: 470px; /* for not-IE */
	border:#6f0000 solid 1px; 
	margin: 8px 0px 10px 10px;
	background-color:#000;
}

/* NAVIGATION
--------------------------- */

#nav ul {
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}
#nav li {
	height: 23px;
	background-image: url(binaries/button_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
    margin: 0px 0px 1px 0px
}
#nav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	color: #c7c7c7;
	text-decoration: none;
}
#nav li a:hover {
	color: #6f0000;
}

/* DIV FORMATTING
--------------------------- */

#mainText p {
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
	color: #c7c7c7;
	line-height:1.4em;
}
#mainText a, #gigGuide a {
	font-weight: bold;
	color: #c7c7c7;
	text-decoration:none;
}
#mainText a:hover, #gigGuide a:hover {
	color: #6f0000;
	text-decoration:underline;
}
#gigText p {
	font-size: 1.1em;
	padding: 5px 15px 20px 15px;
	color: #c7c7c7;
	line-height:1.4em;	
}
#gigText a {
	font-weight: normal;
	color: #c7c7c7;
	text-decoration:none;
}
#gigText {
	color: #6f0000;
	text-decoration:underline;
}
#gallery p {
	font-size: 1.1em;
	padding: 5px 0px 5px 15px;
	color: #c7c7c7;
}
#gallery a  {
	font-size: 1.5em;
	font-weight:bold;
	color: #c7c7c7;
	text-decoration:none;
}
#gallery a:hover {
	color: #6f0000;
	text-decoration:underline;
}
#review p {
	font-size: 1.1em;
	padding: 12px 15px 5px 15px;
	color: #c7c7c7;
	line-height:1.5em;	
}
#review a {
	font-weight: bold;
	color: #c7c7c7;
	text-decoration:none;
}
#review a:hover {
	color: #6f0000;
	text-decoration:underline;
}

/* H TAGS
--------------------------- */

h1 {
	margin: 0px 0px 20px 15px;
}
h2  {
    font-weight:bold;
	font-size:1.2em;
	color: #c7c7c7;	
	margin-left: 15px;
}

h2#bands {
	margin: 18px 0px 1px 15px;
	font-size: 1.5em;
}
h2#bands2 {
	margin: 0px 0px 1px 15px;
	font-size: 1.5em;
}
h2#support {
	margin: 0px 0px 15px 15px;
	font-size: 1.5em;
}
h2#date {
	margin: 15px 0px 1px 0px;
	font-size: 1.2em;
}
h2#description  {
	margin: 2px 0px 0px 0px;
	font-size: 1.1em;
	font-weight:lighter;
}
h3  {
	margin: 0px 0px 0px 15px;
}
h4  {
	font-size:1.3em;
	color: #c7c7c7;	
	margin-left: 15px;
	margin-bottom:5px;
}

/* CLASSES
--------------------------- */

.webBanner  {
     margin: 10px 0px 10px 80px;
	 width:468px;
	 height:60px
}
.webBanner2  {
     margin:0px 0px 25px 80px;
	 width:468px;
	 height:60px;
	 border:0px;
}
.bannerRotate  {
     margin: 20px 0px 20px 0px;
}
.title  {
     margin: 10px 0px 0px 0px;
}
.interviewLogo  {
     text-align:center;
     margin: 10px 0px 0px 0px;
}
.galleryThumb  {
	border:solid 1px #c7c7c7;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumbnail  {
    margin: 10px 10px 0px 0px;
	border:solid 1px #c7c7c7;	 
}
.thumbnailDiv  {
	margin: 5px 5px 0px 15px;
	vertical-align: top;
	text-align: center;
}
.interviewLogo  {
    margin-top: 10px;
}
.gallery   {
	margin: 5px 5px 5px 15px;
	min-height: 85px;
    height:auto !important;
    height: 85px;
}
.gallery p {
	font-size: 1.1em;
	padding: 5px 0px 5px 15px;
	color: #c7c7c7;
}
.gallery a  {
	font-size: 1.5em;
	font-weight:bold;
	color: #c7c7c7;
	text-decoration:none;
}
.gallery a:hover {
	color: #6f0000;
	text-decoration:underline;
}
.intLogoBig  {
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding-bottom:15px;
}
.imageCentre  {
	text-align: center;
	margin: 15px 0px 15px 0px;
}
.question  {
   font-weight:bold;
   font-style:italic;
   margin:10px 0px 10px 0px;
}
.imageBorder  {
   border:1px solid #c7c7c7;
}
.reviewTitles  {
   margin: 8px 0px 25px 16px;
}
.albumCover  {
	float: left;
	margin: 1px 6px 0px 0px;
	border: 1px solid #c7c7c7; 
}
.albumCover2  {
	float: left;
	margin: 1px 6px 0px 0px;
}
.bannerLinks  {
     margin: 10px 0px 10px 15px;
	 width:468px;
	 height:60px;
}
.presents  {
     margin: 0px 0px 25px 0px;
}
.band  {
	margin: 20px 0px 0px 15px;
	font-size: 1.4em;
	font-weight:bold;
}
.description  {
	margin: 4px 0px 0px 0px;
	font-size: 1.1em;
}
.doors {
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
}
.damage {
	margin: 2px 0px 0px 0px;
	font-size: 1.1em;
}
.support  {
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	font-weight:bold;
}
.hr  {
    background-image:url(binaries/hr2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:20px 0px 20px 0px;
    width:100%;
    height:2px;
}
.hrGallery  {
    background-image:url(binaries/hr2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:18px 0px 14px 0px;
    width:100%;
    height:2px;
}
.hrReview  {
    background-image:url(binaries/hr2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:20px 0px 20px 0px;
    width:100%;
    height:2px;
}
.hrGigReview  {
    background-image:url(binaries/hr2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:0px 0px 25px 0px;
    width:100%;
    height:2px;
}
.hrImages  {
    background-image:url(binaries/hr.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:5px 0px 25px 0px;
    width:100%;
    height:2px;
}
.hrImages2  {
    background-image:url(binaries/hr2.jpg);
    background-position: center;
    background-repeat:no-repeat;
    margin:5px 0px 25px 0px;
    width:100%;
    height:2px;
}
.gigBand {
	font-size: 1.3em;
	font-weight: bold;
}
.backtoImages {
    margin-top:15px;
}
.gigPoster  {
   margin: 5px 0px 5px 15px;
   border: 1px solid #c7c7c7
}
.new  {
   color:#6f0000;
   font-weight:bold;
   font-size:1em;
   padding-left:4px;
}
.imagesLetter  {
    margin:5px 0px 10px 15px;
}
.textCentre  {
	text-align: center;
}
.adverts  {
     margin-top:10px;
}
.advertLeft, .advertLeft2  {
     margin-top:10px;
	 float:left;
}
.leftIndent  {
     margin-left:112px;
}
.articleLeft  {
	float: left;
	margin: 1px 6px 0px 0px;
	border: 1px solid #c7c7c7; 
}
.articleRight  {
	float: right;
	margin: 1px 0px 0px 6px;
	border: 1px solid #c7c7c7; 
}
.articleLogo  {
	text-align: center;
	margin: 15px 0px 2px 0px;
}
.imageCentreArticle  {
	text-align: center;
	margin: 15px 0px 5px 0px;
}

/* BULLETS / LISTS

--------------------------- */

ul.arrow {list-style: none;} 
ul.arrow li { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c7c7c7;
	background-image: url(binaries/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px 0px 0px 25px;
	padding: 5px 10px 0px 20px;
}
ul.arrow a { 
	color: #c7c7c7;
	text-decoration:none;
	font-weight:bold;
}
ul.arrow a:hover { 
	color: #6f0000;
	text-decoration:underline;
}


ul.arrowReviews {list-style: none; margin:10px 0 8px 0} 
ul.arrowReviews li { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c7c7c7;
	background-image: url(binaries/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px 0px 0px 25px;
	padding: 5px 10px 0px 20px;
}
ul.arrowReviews a { 
	color: #c7c7c7;
	text-decoration:none;
	font-weight:bold;
}
ul.arrowReviews a:hover { 
	color: #6f0000;
	text-decoration:underline;
}


ul.backArrow {list-style: none;} 
ul.backArrow li { 
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c7c7c7;
	background-image: url(binaries/arrows.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 20px 450px 10px 15px;
	padding: 0px 0px 0px 0px;
}
ul.backArrow a { 
	color: #c7c7c7;
	text-decoration:none;
	font-weight:bold;
}
ul.backArrow a:hover { 
	color: #6f0000;
	text-decoration:underline;
}
ul.backTop {list-style: none;} 
ul.backTop li { 
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c7c7c7;
	background-image: url(binaries/arrows.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 15px 525px 25px 15px;
	padding: 0px 0px 0px 0px;
}
ul.backTop a { 
	color: #c7c7c7;
	text-decoration:none;
	font-weight:bold;
}
ul.backTop a:hover { 
	color: #6f0000;
	text-decoration:underline;
}
	
/* LIGHTBOX
--------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* FORM
--------------------------- */

#form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:normal;
	color: #c7c7c7;
	margin: 10px 0px 15px 15px;
}
label  {
    width: 85px;
    float: left;
    text-align: right;
    margin-right: 10px;
    display: block
    }
input  {
    color: #c7c7c7;
    background: #000;
    border: 1px solid #6f0000
    }
select { 
    background-color: #000; 
    border: 1px solid #6f0000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #c7c7c7;
}
textarea { 
    background-color: #000; 
    color: #c7c7c7; 
    border: 1px solid #6f0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
.submit input {
   color: #c7c7c7;
   background: #000;
   border: 1px outset #6f0000;
   margin-left: 94px;
} 
fieldset  {
   border: 1px solid #6f0000;
   width: 450px;
}
legend  {
   color: #c7c7c7;
   background: #000;
   border: 0px solid #6f0000;
   padding: 3px 6px;
   font-weight:bold;
   font-family:Verdana, Arial, Helvetica, sans-serif;
} 

/* SLIMBOX
--------------------------- */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.lbLoading {
	background: #fff url(binaries/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(binaries/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(binaries/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #c2c2c2;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(binaries/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* GIG GUIDE PAGE
--------------------------- */

#gigGuide  {
    float: left;
	width: 638px;
    min-height: 470px; /* for not-IE */
	border:#6f0000 solid 1px; 
	margin: 8px 0px 10px 10px;
	background-color:#000;
	padding: 0px 0px 15px 0px;
}
.gigGuideTitle  {
    font-weight:bold;
	font-size:1.1em;
	color: #838383;
	margin-left:0px;	
}
.gigguideDay  {
    width:45px;
	float:left;
	margin-top:15px;
	margin-left:15px;
	padding-bottom:4px;
	padding-left:2px;
	border-bottom:1px solid #434343;
}
.gigguideDate  {
    width:45px;
	float:left;
	margin-top:15px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
}
.gigguideBand  {
    width:249px;
	float:left;
	margin-top:15px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
}
.gigguideLocation  {
    width:141px;
	float:left;
	margin-top:15px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
}
.gigguideVenue  {
    width:125px;
	float:left;
	margin-top:15px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
}
.gigguideDate2  {
    width:150px;
	float:left;
	margin-top:15px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
}
.gigguideText  {
    width:150px;
	float:left;
	margin-top:4px;
	margin-left:15px;
	padding-bottom:4px;
	padding-left:2px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideDayText {
    width:45px;
	float:left;
	margin-top:4px;
	margin-left:15px;
	padding-bottom:4px;
	padding-left:2px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideDateText {
    width:45px;
	float:left;
	margin-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideBandText {
    width:249px;
	float:left;
	margin-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideLocationText {
    width:141px;
	float:left;
	margin-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideVenueText {
    width:125px;
	float:left;
	margin-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
.gigguideText2  {
    width:150px;
	float:left;
	margin-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #434343;
	color: #c7c7c7;
	font-size:1.1em;
}
#gigGuide p {
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
	color: #c7c7c7;
	line-height:1.4em;
}


/* CLEAR DIV
--------------------------- */
.clear  {
	clear:both;
	height:25px;
	line-height:1.1em;
}
.clear2  {
	clear:both;
	height:15px;
	line-height:1.1em;
}

/* NEW INDEX PAGE
--------------------------- */

#index  {
    float: left;
	width: 638px;
    min-height: 470px; /* for not-IE */
	border:#6f0000 solid 1px; 
	margin: 8px 0px 10px 10px;
	background-color:#000;
	padding: 0px 0px 15px 0px;
}
.indexText {
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
	color: #c7c7c7;
	line-height:1.4em;
}
.indexText a {
	font-weight: bold;
	color: #c7c7c7;
	text-decoration:none;
}
.indexText a:hover {
	color: #6f0000;
	text-decoration:underline;
}
h2.newsDate {
	margin: 10px 0 0 15px;
	font-size: 1.1em;
	font-weight:normal;
	font-variant:small-caps;
}
h3.newsTitle  {
	margin:3px 0 6px 15px;
	font-size: 1.3em;
	font-weight:bold;
	color:#7f7f7f;
	font-variant:small-caps;
}
ul.readMore {
	list-style: none;
	margin: 12px 25px 0px 15px;
	text-align:right;	
} 
ul.readMore li { 
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #c7c7c7;/*
	background-image: url(binaries/arrows2.gif);
	background-repeat: no-repeat;
	background-position: right 4px;*/
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.readMore a { 
	color: #6f0000;
	text-decoration:none;
}
ul.readMore a:hover { 
	color: #6f0000;
	text-decoration:underline;
}

/* FORUM FEED
--------------------------- */

.forumBanner  {
     margin:0px 0px 5px 80px;
	 width:468px;
	 height:60px;
	 border:0px;
}
#forumFeed  {
	width:609px;
	height:184px;
	background-image:url(binaries/forumfeed2_bg.jpg);
	background-repeat:no-repeat;
	margin:15px 0 0 15px;
	padding:30px 0 5px 0;
	text-align:center;
}
h3.forumFeed  {
	background-color:#6f0000;
	color:#fff;
	font-size:1.2em;
	margin:0 0 0 0;
	padding:1px 0 2px 1px;
	text-align:left;
}
.forumFeedText  {
	color: #c7c7c7;
	font-size:1em;
	font-weight:normal;
	margin:12px 0 0 0;
}
.forumFeedText a  {
	color: #c7c7c7;
	text-decoration:underline;
}
.forumFeedText a:hover  {
	color: #c7c7c7;
	text-decoration:none;
}
.forumHR  {
	margin:6px 0 0 0;
	text-align:center;
}
.forumHRDiv  {
	background-image: url(binaries/hr2.jpg);
	width:560px;
	background-position:center;
}
#register  {
	position:absolute;
	width:123px;
	height:52px;
	left: 671px;
	top: 399px;
}
#yourSay  {
	position:absolute;

	width:98px;
	height:73px;
	left: 700px;
	top: 407px;
}
.haveYourSay { 
	border-width:0px;
	width:98px;
	height:73px;
}

/* RSS FEEDS
--------------------------- */

h2.rss  {
    font-weight:bold;
	font-size:1.2em;
	color: #c7c7c7;	
	margin:25px 0 15px 15px;
}
ul.rss {
	list-style: none;
	margin-top:10px;
} 
ul.rss li { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #c7c7c7;
	background-image: url(binaries/rss_sm.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px 0px 0px 25px;
	padding: 5px 10px 0px 25px;
}
ul.rss a { 
	color: #c7c7c7;
	text-decoration:underline;
}
ul.rss a:hover { 
	color: #6f0000;
	text-decoration:none;
}

/* FLASH PLAYER
---------------------------*/

#flashPlayer {
	margin:20px 0 14px 119px;
}
#flashPlayer p {margin:6px 0 0 0; padding:0;}

/* NEW NAV
--------------------------- */

#nav2  {
    clear:both;
	float: left;
	color:#c7c7c7;
	letter-spacing:1px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	width: 150px;
	height: 445px;

}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14.5em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14.5em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14.5em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
.sf-menu a {
	border:	1px solid #6f0000;
/*	border-top:		1px solid #000;*/
	padding: 		.5em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:		#000;
}
.sf-menu li li {
	background:		#530505;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#6f0000;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.75em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	14.5em;
	margin-bottom:0.5em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	14.5em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}