/* GLOBALS */
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../graphics/body_bg.jpg) repeat-x;	
	text-align: center;
	font: 70% verdana, geneva, arial, helvetica, sans-serif;
	color: #000;
}

img {
	border: 0;
	display: block;
}
	
p {
	line-height: 1.4em;
	margin: 8px 0 8px 0;
}

.dateline {
	margin: 0;
	padding: 0;
	color: #999;
	font: 0.8em Verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
}

hr {
	margin: 0 0 5px 0px;
	clear: both;
	color: #e0e0e0;
	background-color: #e0e0e0;
	width: 605px;
	height: 1px;
	border: 0;
}

#rh hr {
	margin: 0 0 5px 0px;
	clear: both;
	color: #e0e0e0;
	background-color: #e0e0e0;	
	width: 220px;
	height: 1px;
	border: 0;
}

/* H TAGS */
h1, h2, h3, h4, h5 {
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	/* letter-spacing: -.05em; */
	color: #000;
	margin: 0 0 5px 0;
	padding: 0;		
}


h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1.6em;
	color: #0099ff;
	font-weight: bold;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
	/* font-weight: normal; */
}

/* LINKS */
a:link, a:visited {
 	border: 0;
 	padding: 0; 
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

a:hover, a:active,  a:focus {
 	border: 0;
 	padding: 0; 
	/* background: #0099ff; */
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;	
}

#lh a:link, #lh a:visited, #rh a:link, #rh a:visited {
 	border: 0;
 	padding: 0; 
	text-decoration: underline;
	color: #000;
}

#lh a:hover, #lh a:active,  #lh a:focus, #rh a:hover, #rh a:active,  #rh a:focus {
 	border: 0;
 	padding: 0; 
	background: #0099ff;
	text-decoration: none;
	color: #ffffff;
}

/*
#main a:link, #main a:visited, #lh a:link, #lh a:visited, #rh a:link, #rh a:visited, #footer a:link, #footer a:visited {
 	padding: 1px; 
	text-decoration: underline;
	color: #ffffff;
}

#main a:hover, #main a:active,  #main a:focus, #lh a:hover, #lh a:active,  #lh a:focus, #rh a:hover, #rh a:active,  #rh a:focus, #footer a:hover, #footer a:active,  #footer a:focus {
	padding: 1px; 
	border-bottom: 1px solid #0099ff;
	background: #0099ff;
	text-decoration: none;
	color: #ffffff;
}
*/

a:link img, a:visited img, a:hover img, a:active img, a:focus img, .imgstyle {
	border: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
}

.skip {
	position:absolute; 
	left:-1000em; 
	width:20em;
}


/* LISTS */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lh li {
	margin: 0 0 0 16px;
 	display: list-item;
	list-style-type: square;
	line-height: 1.3em;
}

ol, li {
	margin: 0;
	padding: 0;
}

ol.bodylist li {
	margin: 0 0 0 24px;
	line-height: 1.3em;
	list-style-type: decimal;
}

ul.bodylist li {
	margin: 0 0 0 16px;
 	display: list-item;
	list-style-type: square;
	line-height: 1.3em;
}

ul.rhbodylist li {
	margin: 0;
 	display: list-item;
	list-style-type: none;
	line-height: 1.3em;
	font-weight: normal;
}

ul.bodylistindent li {
	margin: 0 0 0 16px;
 	display: list-item;
	list-style-type: square;
	font-size: 1.0em;
	color: #c0c0c0;
}

ul.sitemaplist li {
	margin: 2px 0 0 16px;
 	display: list-item;
	list-style-type: square;
	line-height: 1.3em;
}

ul.sitemaplistindent li {
	margin: 2px 0 0 16px;
 	display: list-item;
	list-style-type: square;
	font-size: 1.0em;
}

ul.accesslist li {
	margin: 0;
 	display: list-item;
	list-style-type: none;
	line-height: 1.3em;
	font-weight: bold;
}

/* FORMS */
form {
	margin : 0;
	padding : 0;
}

fieldset {
	margin: 0;
	padding: 0 0 10px 0;
	border: 0;
}

legend {
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;		
}

label {
	font-weight: bold;
	/* display : block; */
	margin: 0 0 8px 0;
	padding: 0 5px 8px 0;			
}

/* news only? */
textarea { 
	width: 97%; 
	/* height: 320px; */
	padding: 0;
	font: 1.0em Lucida, verdana, geneva, arial, helvetica, sans-serif;
	color: #000000;
	border: 1px solid #e0e0e0;
 	background: #f5f5f5;		
}


input, select {
	padding: 0;
	font-size: 1.0em;
	color: #000000;
	border: 1px solid #e0e0e0;
 	background: #f5f5f5;	
}

fieldset div input {
	border: 1px solid #e0e0e0;
	/* width: 220px; /* Width for modern browsers */
	padding : 1px;
}
						
	* html fieldset div input {
	border: 1px solid #e0e0e0;
	width: 120px; /* Width for IE5 */
	w\idth: 120px; /* Width for IE6 */
	}

#news-submit {
	margin : 0;
	border: 0;
	color: #ffffff; 
	background-color: #666666;
	font-weight: bold;
	width: 30px;
}

#contact-holder {
	width: 600px; /* Width for modern browsers */
}

#contact-fieldset {
	width: 600px; /* Width for modern browsers */
}

#contact-fieldset input {
	margin : 0 0 3px 0;
	padding: 1px;
	border: 1px solid #e0e0e0;
	width: 590px; /* Width for modern browsers */
}

#contact-fieldset textarea {
	margin : 0 0 3px 0;
	padding: 1px;
	border: 1px solid #e0e0e0;
 	background: #f5f5f5;	
	width: 590px; /* Width for modern browsers */
	font: 1.0em Lucida, verdana, geneva, arial, helvetica, sans-serif;
}

#contact-submit, .button {
	clear: all;
	margin : 0 0 5px 0;
	padding: 5px;
	border: 0;
 	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	width: 120px;
}

.contact-error {
	padding: 1px;
	background: #0099ff;
	text-decoration: none;
	color: #ffffff;
  	display: none;
}

#subs-holder {
}

#subs-holder input {
	margin : 2px;
	padding: 1px;
	border: 1px solid #666;
	color: #666;
}

/* PAGE AREA */
#page {
	margin: 0px auto;
	padding: 0;
	border: 0;
	width: 896px;
	background: #fff;
	text-align: left;
}

#content {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #fff;
}

/* TOP */
#header {
	margin: 0;
	padding: 50px 0 0 0;
	height: 132px;
	width: 896px;
	background: #000;
}

#logo {
	margin: 0;
	padding: 0 0 30px 0;
	width: 220px;
	float: left;
}

#logoprint {
	display: none;
}

#phone {
	margin: 0;
	padding: 0 0 30px 0;
	width: 132px;
	float: right;
}

/* NAVI */
#nav {
	float: left;
	background: #0099ff;
	margin: 0px;
	padding: 0px;	
	height: 40px;
	width: 896px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#nav ul li {
	margin: 0 0 19px 0;
	padding: 0px;
	display: block;
	float: left;
}

#nav ul.pipe {
	margin: 0px;
	padding: 0px;
}
			
#nav ul.pipe li {
	display: inline;
	/* background: url('../graphics/navi_divider.gif') no-repeat bottom right;
	PROBLEM WITH MOUSEOVERS??? - DISAPPEARS??? */
	font-size: 0.8em;
}
						
#nav ul.pipe li.firstpipe {
	border-left: none;
}

/* BANNER AREA */
#banner {
	margin: 0;
	padding: 0;
	clear: both;
	width: 896px;
	height: 180px;
	background: #002842 url('../graphics/banner_bg.jpg');
	/* height: 263px; */
}

#bannerbox {
	float: left;
	width: 562px;
	height: 110px;
	margin: 150px 0 0 0;
	padding: 20px  0 5px 0;
	background: #ffffff;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

#bannerbox_text {
	margin: 0;
	padding: 0 0 0 20px;
}

#bannerbox p {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;	
}

/* BANNER IMAGES */
#banner-home {
	height: 180px;
	background: url('../graphics/banner_home.jpg');
}

#banner-about {
	height: 180px;
	background: url('../graphics/banner_about.jpg');
}

#banner-news {
	height: 180px;
	background: url('../graphics/banner_news.jpg');
}

#banner-contact {
	height: 180px;
	background: url('../graphics/banner_contact.jpg');
}

#banner-music-band {
	height: 180px;
	background: url('../graphics/banner_music_band.jpg');
}

#banner-music-percussion {
	height: 180px;
	background: url('../graphics/banner_music_percussion.jpg');
}

#banner-music-drums {
	height: 180px;
	background: url('../graphics/banner_music_drums.jpg');
}

#banner-music-timpani {
	height: 180px;
	background: url('../graphics/banner_music_timpani.jpg');
}

#banner-music-orchestras {
	height: 180px;
	background: url('../graphics/banner_music_orchestras.jpg');
}

#banner-music-saxophone {
	height: 180px;
	background: url('../graphics/banner_music_saxophone.jpg');
}

#banner-music-flutes {
	height: 180px;
	background: url('../graphics/banner_music_flutes.jpg');
}

#banner-music-guitar {
	height: 180px;
	background: url('../graphics/banner_music_guitar.jpg');
}

#banner-music-vocals {
	height: 180px;
	background: url('../graphics/banner_music_vocals.jpg');
}

#banner-music-tutors {
	height: 180px;
	background: url('../graphics/banner_music_tutors.jpg');
}

/* MAIN CONTENT */
#main {
	margin: 0 30px 30px 0;
	padding: 25px 0 20px 0;
	width: 830px;
	text-align: left;
	float: left;	
}

/* LOZENGES */
#promos {
	margin: 0;
	padding: 10px 0 0 0;
	/* width: 896px; */
	text-align: left;
	float: left;	
}

/* LH CONTENT */
#lh {
	margin: 0 30px 30px 0;
	padding: 25px 0 25px 0;
	width: 605px;
	text-align: left;
	float: left;
}

.body_ismn {
	color: #999;
	line-height: 1.4em;
	margin: 8px 0 8px 0;
}

.body_pricecode {
	color: #0099ff;
	line-height: 1.4em;
	margin: 8px 0 8px 0;
}

/* FLASH CONTENT */
#flashcontent, #flashcontent2  {
	float: right;
	margin: 0;
	padding: 0 0 20px 25px;
	/* padding: 15px 0 5px 0; */
	border: 0;
	/* font: 86%; */
}

#flashcontent p, #flashcontent2 p {
	margin: 0;
	padding: 5px;
	background: #0099ff;
	width: 260px;
}

/* RH CONTENT */
#rhdivider {
	margin: 25px 0 25px 0;
	padding: 0;
	border-left: 1px solid #e0e0e0;	
	width: 260px; 
	height: 100%;
	text-align: left;
	float: right;
}

#rh {
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	width: 230px; 
	text-align: left;
}

#rh table, #rh td {
	border: 1px solid #e0e0e0;
}

#rhcontentaddress {
	margin: 0;
	padding: 0;
}

#rhcontentaddress p {
	margin: -5px 0 0 23px;
	padding: 0;
}

/* NEWS */
.comment { 
	padding: 0; 
	margin: 10px 0 10px 0; 
	border-top: 1px solid #e0e0e0;	
}

.commentsbox { 
	padding: 0; 
	margin: 10px 0 10px 0;
	border-top: 1px solid #e0e0e0;	
}

.date { 
	margin: 10px 0 20px 0; 
	color: #999;
}

.newslistitem {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
 	display: list-item;
	list-style-type: none;
	font-size: 1.0em;
}

/* SUBSCRIBE */
#subscribe {
	clear: all;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 60px;
	background: #cccccc;
}

#subscribecentre {
	margin: 0 auto;
	padding: 0;
	width: 896px;
	color: #fff;
}

#subscribecontent {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	color: #666;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 100%;
	height: 60px;
	background: #000;
}

#footercentre {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 896px;
	color: #fff;
}

#footerlist {
	margin: 0; 
	padding: 0;
	float: left;
}
	
#footerlist ul {
	list-style-type: none;
	float: left;
}

#footerlist ul li {
	margin: 0;
	padding: 0 8px 0 8px;
	display: block;
	float: left;
}

#footerlist ul.pipe {
	margin: 0;
	padding: 0 0 0 20px;
}
			
#footerlist ul.pipe li {
	display: inline;
	border-left: 1px solid #e0e0e0;
}
						
#footerlist ul.pipe li.firstpipe {
	border-left: none;
}

#copyright {
	float: left;	
}

#designory {
	float: right;	
}

#print_logo {
	display: none;
}
	

