/* Layout
---------------------------------------------------------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #F38A20 url(../images/shared/backblur.gif) left top;
}

div#wrapper {
	width: 715px;
	padding-left: 35px;
	margin: 0 auto;
	background: #fff url(../images/shared/borders.gif) left top repeat-y;
}

div#banner {
	width: 750px;
	margin-left: -35px;
	height: 145px;
	position: relative;
	background: transparent url(../images/shared/banner.gif) repeat-x left top;
}

div#banner h1 {
	position: absolute;
	left: 43px;
	top: 0;
}

div#banner h1 a {
	width: 576px;
	height: 145px;
	display: block;
	text-indent: -999em;
	background: transparent url(../images/shared/logo.gif) no-repeat left top;
}

div#content {
	padding-top: 50px;
	padding-left: 25px;
	width: 630px;
	background-color: #FFF;
	color: #000;
}

div#leftcol {
	background: url(../images/shared/side1shadow.gif) left top repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 1200px;
}

div#rightcol {
	background: url(../images/shared/side2shadow.gif) repeat-y right top;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 1200px;
}

div#footer {
	height: 70px;
	width: 680px;
	margin-left: -25px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

/*Navigation     
--------------------------------------*/

ul#navlist {
	height: 22px;
	padding: 2px 0 2px 10px;
	width: 670px;
	position: absolute;
	top: 145px;
	left: 35px;
	white-space: nowrap;
	background-color: #F38A20;
	list-style-type: none;
}

ul#navlist li {
	float: left;
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F38A20;
	text-transform: uppercase;
}

ul#navlist li a {
	padding: 4px 10px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
}

ul#navlist li a:hover {
	color: #FF0000;
	background-color: #FFF;
}

body#home ul#navlist li.home a,
body#instruments ul#navlist li.instruments a,
body#music ul#navlist li.music a,
body#gallery ul#navlist li.gallery a,
body#endorse ul#navlist li.endorse a,
body#links ul#navlist li.links a,
body#contact ul#navlist li.contact a {
	color: #FF0000;
	background-color: #C8C8C8;
}

/***********************picture treatment*********************/
.img-shadow {
  float: left;
  background: url(../images/shared/shadowAlpha-1.png) no-repeat bottom right !important;
  background: url(../images/shared/shadow-1.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

/* @group Text */
h1 {
	font-size: 18px;
}

h2, h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}
/* @end */

/* @group Endorsee */
.picbox {
	border-bottom: solid #999 2px;
}

.picdesc {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	margin: 12px;
}

.pictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}




.songlist {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 10px;
	color: #000;
}
/* @end */

/* @group Instruments */
.instbox {
	padding: 30px 10px 30px 30px;
	height: 300px;
	border-bottom: 2px solid #C8C8C8;
}

.instdesc {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	margin: 20px;
}

.insttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* @end */

/* @group Lists */
ul.endorse {
	
}
ul.endorse li {
	margin-bottom: 13px;
	font-size: 12px;
}
/* @end */

/ Videos in Page   
--------------------------------------------*/


#vidbox {
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	top: 145px;
	width: 640px;
	height: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
}

/* hides the second object from all versions of IE */

* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */

* html object.mov

/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */


* html object.mov {
	display/**

/: none;
}

