html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	overflow: visible;
	margin-top: 30%;
}

/*  LIVE BODY TAG - USE WHEN SITE IS LIVE  

body {
	background: #333 url(../img/backblue2.gif) top center repeat-x;
	color: #444;
	font: normal 62.5% "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
} */

/* TEMPORARY BODY TAG - TO BE USED FOR TEMPORARY PAGE - REMOVE WHEN SITE IS LIVE */

body {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;sans-serif;
	font-size: 62.5%;
	background: #333;
	height: auto;
	color: #444;
}

/* END TEMPORARY BODY TAG */

/* structure */
.container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	margin-top: 1em;
	padding: 10px 10px 10px;
	width: 780px;
	border: 5px solid #cccccc;
}

p,code,ul {padding-bottom: 1.2em;
	}



ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	}


h1 {
	font: 1.5em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin-bottom: 4px;
	color: #990000;
	text-align: right;
}

.category_heading {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	color: #990000;
	line-height: 1em;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}

.lime_green_heading {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	color: #87b300;
	line-height: 1em;
	margin-bottom: 2px;
	border-bottom: 1px dashed #ddd;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.6em;
}

.box3 {
	background: #fff;
	display: block;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	line-height: 1.2em;
	margin-bottom: 0px;
	min-height: inherit;
	border-bottom: 1px dashed #dddddd;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #900;
}
#newsproducts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #900;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	display: block;
}


.boxproductimage {
	background: #fff;
	display: block;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 4px 6px;
	min-height: inherit;
	border: 1px solid #eee;
}

/* MISC */
.clearer {clear: both;}

.right {float: left;}

.left {float: right;}



/* HEADER */

#logo h1 {
visibility: hidden;
height: 120px;
}

.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	width: 780px;

}
.header .left, .header .right {
	background: #000000;
	color: #FFF;
	height: 145px;	
}
.header .right {
	background: #B3C2C7 url(../img/new_header_greyblue2.jpg) no-repeat;
	width: 780px;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;}

/* -- IMAGES -- */

img.figure {
	float:right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	border: 2px solid #aec2cd;
	padding: 4px;
}
img.figure2 {	
	float:left;
	border: 1px solid #9b958b;
	padding: 4px;
	margin-right: 1em;
	
}

img.figure3 {	
	padding: 8px;
	float: right;
	margin-right: 1em;
}

img.figure4 {	
	padding: 2px;
	float: left;
	margin-right: 1em;
}


.img
	{	
	padding: 8px;
	margin-right: 1em;
	width: 45%;
}

div.floatright
	{
	float: right;
	width: 45%;
	margin: 0 0 10px 10px;
	}
div.floatright p {
	font: 12px "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  	text-align: center;
	color: #FF9900;
}

/*  NEW POPUP IMAGE   */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




.tabcontainer{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	padding-top: 3px;
	padding-bottom: 6px;
	color: #444;
	clear: left;
	width:760px; /*width of 2nd level sub menus*/
	height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid 		jittering.*/
	padding-left: 10px;
	border-bottom-color: #D99C66;
	padding-right: 10px;
	text-align: left;
	background-color: #FAE682;
	background-image: url(../img/ebay.gif);
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

.music_teachers{
	font-size: 1.1em;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #777;
}

.next_prev{
	font-size: 1.1em;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #96b4c5;
	text-align: right;
}

.tabcontent{
display:none;
float: left;
}


/* -- MAIN -- */
.main {
	background: #fff;
	margin-top: 10px;
	
}

.rightnav {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
}


.rightnav li {border-bottom: 1px dashed #EAEADA;}
.rightnav li a:hover {
	color: #dddddd;	
}
.rightnav p {font-family: "Lucida Sans Unicode",sans-serif;}

/* CONTENT */
.content {
	float: left;
	width: 600px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 10px;
}

#dots {
	padding: 2px;
	border-bottom: 1px dashed #3399CC;
}

#featured {
	padding: 4px;
	background: #e45a49;
	margin-bottom: 10px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	color: #ffffff;
}

.product_title {
	margin-bottom: 10px;
	color: #87b300;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
}

.newsproducts_title {
	margin-bottom: 10px;
	color: #CBA407;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1.4em;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aec2cd;
	display: block;
}

.url_title {
	font: 1.4em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin-bottom: 10px;
	color: #000066;
}

.our_price {
	font: bold 1em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin-bottom: 10px;
	color: #96b4c5;
}

.resources_header {
	font:1.2em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	display: block;
	color: #87b300;
	line-height: 20px;
	margin: 0;
	padding-left: 6px;
	border-bottom: 1px dashed #d1d9b7;
}

.resources_header2 {
	display: block;
	color: #333;
	line-height: 15px;
	margin: 0;
	border: 1px none #d1d9b7;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.content li {
	margin-left: 18px;
}
.content p {font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;}

/* FOOTER */
.footer {
	clear: both;
	background: #333;
	color: #FFF;
	font: 1.2em "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: right;
	border: 1px solid #333;
}
#date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: right;
}

.footer a,.footer a:hover {color: #FFF;}

