
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	background-image: url("../images/bg_body.gif");
	background-repeat: repeat-x;
}


td
{
	font-size: 0.7em;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 0.7em;
	margin-top: 0px;
	line-height: 1.2em;
}


ul
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 0.7em;
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
}



/*
	headings
*/

h1
{
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.7em;
	color: #fff;
	font-weight: normal;
}

h3
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #999;
	font-weight: bold;
}




/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #7aaedf;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}


/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	padding: 0;
  margin: 0 auto 0 auto;
	width: 980px;
}


#header
{
	width: 980px;
	height: 80px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  background-color: #;
}




/* Header Definitions */

h1.logo
{
  height: 80px;
  padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

#waveform
{
	width: 980px;
	height: 89px;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}


/* Homepage Definitions */

#welcome
{
	position: relative;
	width: 980px;
	height: 270px;
	background-color: #da8f14;
	background-image: url("../images/bg_welcome.jpg");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

h1#big
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 280px;
	font-family: "Arial Black";
	font-size: 2em;
	text-transform: uppercase;
	line-height: 1em;
}

#welcome-text
{
	position: absolute;
	bottom: 20px;
	left: 360px;
	width: 400px;	
}

#welcome-text p
{
	font-family: "Arial Black";
	font-size: 0.8em;
	line-height: 1.2em;	
}

#promo1
{
	float: left;
	width: 300px;
	height: 200px;
	background-color: #333;
	background-image: url("../images/bg_promo.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 40px 0 0;
}

#promo2
{
	float: left;
	width: 300px;
	height: 200px;
	background-color: #333;
	background-image: url("../images/bg_promo.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 40px 0 0;
}

#promo3
{
	float: left;
	width: 300px;
	height: 200px;
	background-color: #333;
	background-image: url("../images/bg_promo.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



#promo1 h2, #promo2 h2, #promo3 h2
{
	font-family: "Arial Black";
	font-size: 0.8em;
	color: #eaa11a;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#promo1 p, #promo2 p, #promo3 p
{
	font-size: 0.7em;
	color: #fff;
	padding: 0 20px 10px 20px;
	margin: 0 0 0 0;
}

#promo1 ul, #promo2 ul, #promo3 ul
{
	padding: 0 20px 10px 20px;
	margin: 0 0 0 0;
}

#promo1 p a, #promo2 p a, #promo3 p a
{
	font-family: "Arial Black";
	font-size: 1em;
	color: #7aaedf;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}




/* Sub Pages Definitions */


#content-wrapper
{
	float: left;
	width: 640px;
	padding: 0 40px 0 0;
	margin: 0 0 40px 0;
	background-color: #;
	background-image: url("../images/content_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}


#content
{
	width: 640px;
	min-height: 300px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0; /* the 5px pushes the bottom out so we can see the bg in the content-wrapper div */
	background-color: #333;
	background-image: url("../images/content_top.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#content h1
{
	font-family: "Arial Black";
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 0;
}

#content h2
{
	font-family: "Arial";
	font-weight: bold;
	font-size: 0.8em;
	color: #7aaedf;
	padding: 20px 20px 10px 20px;
	margin: 0 0 0 0;
}

#content p
{
	padding: 0 100px 20px 20px;
	margin: 0 0 0 0;
}

#content img.indent
{
	padding: 0 0 10px 20px;
	margin: 0 0 0 0;
}


#content-bottom
{
	width: 640px;
	height: 5px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#promo-right
{
	float: left;
	width: 300px;
	min-height: 200px;
	background-color: #;
	background-image: url("../images/bg_promo_right.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#promo-right h2
{
	font-family: "Arial Black";
	font-size: 0.8em;
	color: #eaa11a;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#promo-right p
{
	font-size: 0.7em;
	color: #fff;
	padding: 0 20px 10px 20px;
	margin: 0 0 0 0;
}

#promo-right ul
{
	color: #fff;
	padding: 0 20px 10px 35px;
	margin: 0 0 0 0;
}

#promo-right p a
{
	font-family: "Arial Black";
	font-size: 1em;
	color: #7aaedf;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/* Artists */

div.artist
{
	border-bottom: 1px solid #333;
	width: 260px;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
}

div.artist p
{
	padding: 0 0 0 0!important;
	margin: 0 0 0 0;
}

img.artist-pic
{
	padding: 20px 0 5px 0;
	margin: 0 0 0 0;
}




img.equiment-shot
{
	padding: 0 0 10px 20px;
	margin: 0 0 0 0;
}

strong
{
	color: #919191;
}


#content hr
{
	width: 600px;
	border-collapse: collapse;
	border: 1px solid #222;
}


p.phonenumber
{
	font-family: "Arial Black";
	font-size: 1em;
	color: #7aaedf;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}




/* Equipment Page */

div#left-nav
{
	float: left;
	width: 150px
	padding: 0 0 0 0;
	margin: 0 20px 0 0;
	background-color: #;
}



#content-wrapper-centre
{
	float: left;
	width: 470px;
	padding: 0 40px 0 0;
	margin: 0 0 40px 0;
	background-color: #;
	background-image: url("../images/content_centre_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}


#content-centre
{
	width: 470px;
	min-height: 300px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0; /* the 5px pushes the bottom out so we can see the bg in the content-wrapper div */
	background-color: #333;
	background-image: url("../images/content_centre_top.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#content-centre h1
{
	font-family: "Arial Black";
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 0;
}

#content-centre h2
{
	font-family: "Arial";
	font-weight: bold;
	font-size: 0.8em;
	color: #7aaedf;
	padding: 20px 20px 10px 20px;
	margin: 0 0 0 0;
}

#content-centre p
{
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
}

#content-centre img.indent
{
	padding: 0 0 10px 20px;
	margin: 0 0 0 0;
}






/* Contact Form */

table#email-form-table
{
	padding: 10px 0 20px 20px;
}








/* Footers */

#footer1
{
	width: 980px;
	height: 50px;
	border-top: 1px solid #333;
  margin: 40px 0 0 0;
	padding: 10px 0 0 0;
}

img#protools
{
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

img#callnow
{
	float: right;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}




#footer2
{
	border-top: 1px solid #333;
  margin: 0 0 0 0;
	padding: 10px 0 20px 0;
}



#footer1 p
{
	height: 50px;
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666;
	text-transform: uppercase;
}

#footer2 p
{
  margin: 0 0 0 20px;
	padding: 0 0 0 0;
	color: #666;
	text-transform: uppercase;
}










/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


