
/*   Structure    */
body {
  	font-size: 100%;
  	margin: 0em auto;
  	padding: 0em;
  	background-color: #d1d198;
	background: url("images/tan.jpg") repeat-x;  font-family: Verdana,Tahoma, Arial,sans-serif;
}

a:link {
	color: #2a4501;    /* dark green  */
	}
	
a:visited {
	color: #453729;    /* dark brown  */
	}

a:active {
	color: #454545;    /* dark gray  */
	}	


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: #ffffff;       /*    e9f6c0 - green    */
}

#header {
	margin: 0 0 0px 0;
	background: #d4c9ad;
	background: url("images/header.jpg") no-repeat;
	width: 800px;
	height: 143px;
	font-size: .98em;
  	font-weight: bold;
  	text-align: right;
  	color: #f1ecdf;
}

#contents {
	float: left;
	width: 500px;
}

#rightmenu {
	margin: 5px 0px 0px 0px;
	text-align: center;
	float: left;
	width: 300px;
	 background: #ffffff;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#general {
	clear: both;
	margin: 0 0 0px 0;	
	background: #f1ecdf;
}

#footer {
	clear: both;
	font-size: .78em;
  	font-weight: bold;
  	text-align: center;
  	color: #223901;						
	background: url("images/footer.jpg") no-repeat;
	width: 800px;
	height: 22px;
}

h1 {
	margin: 8px 0px 0px 8px;
  	font-size: 90%;
	padding: 0px;
  	text-decoration: none;
  	font-weight: bold;
  	color: #554f49;
}

#contents h2 {
	background: url("images/header-h2.jpg") no-repeat;
	width: 482px;
	height: 20px;
	margin: 10px 0px 0px 5px;
	padding: 2px 0px 0px 8px;
  	text-decoration: none;
	font-size: .98em;
  	font-weight: bold;
  	color: #ffffff;
}

#contents p {
	margin: 0px auto;
	padding: 10px 10px 8px 10px;
	width: 470px;
	background: #e9f6c0;
  	text-decoration: none;
  	line-height: 140%;
	font-size: 1em;
  	color: #3A332B;
	background: url("images/contentback-p.jpg");
	background-position: center bottom;
}

#contents ul {
	margin: 0px auto;
	padding: 10px 10px 8px 20px;
	width: 460px;
	background: #f9f9f1;
  	text-decoration: none;
  	line-height: 120%;
	font-size: 1em;
  	color: #3a332b;
	background: url("images/contentback-p.jpg");
	background-position: center bottom;
	clear: both;	
}

#rightmenu p {
	margin: 10px auto;
	padding: 10px 10px 8px 10px;
	width: 260px;
  	text-decoration: none;
  	line-height: 120%;
  	text-align: left;
	font-size: .9em;
  	color: #3a332b;
	background: url("images/bluegradient.jpg") repeat-x;
	background-position: center bottom;
}

#rightmenu ol {
	margin: 10px auto;
	padding: 10px 10px 8px 10px;
	width: 260px;
  	text-decoration: none;
  	line-height: 120%;
  	text-align: left;
	font-size: .9em;
	font-weight: bolder;
  	color: #3a332b;
	background: url("images/bluegradient.jpg") repeat-x;
	background-position: center bottom;
}

#rightmenu li {
	font-weight: normal;
	margin-left: 2em;
}

#rightmenu h2 {
	background: #ffffff;
	margin: 10px auto;
	padding: 10px 10px -5px 10px;
	width: 260px;
  	text-decoration: none;
  	font-size: 90%;
  	font-weight: bold;
}

/* Image Float Left */
#f_left
	{
	float:left;
	margin: 5 10px 10px 0;

	}

/* Image Float Right */
#f_right
	{
	float:right;
	margin:5 10px 10px 0;
	}

/* Image Float Center */
#f_center
	{
	float:center;
	margin:5 10px 10px 0;
	}

/* List No Bullet */
.ulnob
{
list-style-type: none;
padding: 0;
margin-left: 1em;
}

/*  Menu Bar Sliding   */
#menubar {
 width: 800px;
 height: 32px;
 background: url(images/menu.jpg);
 margin: 0px auto; padding: 0;
 position: relative;
}

/* Sliding MenuBar    */
#menubar li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menubar li, #menubar a {height: 32px; display: block;}
#home {left: 5; width: 68px;}
#about {left: 69px; width: 84px;}
#calendar {left: 153px; width: 77px;}
#contact {left: 230px; width: 73px;}
#gallery {left: 303px; width: 64px;}
#links {left: 367px; width: 56px;}
#music {left: 423px; width: 62px;}
#promo {left: 485px; width: 108px;}
#references {left: 593px; width: 96px;}
#tour {left: 689px; width: 105px;}

#home a:hover {background: transparent url(images/menu.jpg) -0px -32px no-repeat;}
#about a:hover {background: transparent url(images/menu.jpg) -69px -32px no-repeat;}
#calendar a:hover {background: transparent url(images/menu.jpg) -153px -32px no-repeat;}
#contact a:hover {background: transparent url(images/menu.jpg) -230px -32px no-repeat;}
#gallery a:hover {background: transparent url(images/menu.jpg) -303px -32px no-repeat;}
#links a:hover {background: transparent url(images/menu.jpg) -367px -32px no-repeat;}
#music a:hover {background: transparent url(images/menu.jpg) -423px -32px no-repeat;}
#promo a:hover {background: transparent url(images/menu.jpg) -485px -32px no-repeat;}
#references a:hover {background: transparent url(images/menu.jpg) -593px -32px no-repeat;}
#tour a:hover {background: transparent url(images/menu.jpg) -689px -32px no-repeat;}

/*  Music Store    */
#store {
	width: 800px;
	background: #ffffff;       /*    e9f6c0 - green    */
	margin: 0px 0px 0px 0px;
}

.product {
	margin: 10px 18px 10px 18px;
	padding: 15px 3px 15px 3px;
	width: 200px;
	height: 180px;
	float: left;
	background: url(images/background-cd.jpg) no-repeat;	
}

.product p {
	text-align: center;
	font-weight: bold;	
	margin: -3px 0px 0px 0px;
}

.product p.more {
	text-align: right;
	color: #3714a8;	
	font-weight: normal;	
	margin: 24px 10px 0px 0px;
}

.product a {
	border: 0px;
/*	padding: 0px 10px 0px 10px; */
}

.product a img {
	border: 0;
	padding: 0px 40px 0px 40px;
}

.product p a {
	border: 0;

}

#product form {
	align: right;
}

/* Product Detail   0px 0px 0px 0px; */
.productdet {
	margin: 0px 20px 40px 60px;
	padding: 10px 10px 0px 10px;
/* 	border: 2px solid #000000;  */
	width: 259px;
	height: 240px;
	float: left;
}

.productdet img {
	align: center;

}

.productdet p {
margin: -2px;
	font-size: 1em;	
	font-weight: bold;
/* 	border: 2px solid #7baae2;  */
	text-align: center;
}


#productdet form {
	align: right;
}

.productdet2 {
	margin: 0px 20px 40px 0px;
	padding: 10px 10px 0px 10px;
/*	border: 2px solid #000000;  */
	float: left;
}

.productdet2 ol li.odd {
background: #f1ecdf /* this sets the first level li */
}

.productdet2 ol li.even {
background: #ffffff /* this sets the first level li */
}

.productdet3 {
	margin: 0px 20px 40px 0px;
	padding: 10px 10px 0px 10px;
    color: red;
	font-size: .78em;  
/*	border: 2px solid #000000;  */
	float: left;
}

/*  Gallery   */

#photogallery {
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 16px;
	padding: 0;
}

#photogallery2 {
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 16px;
	padding: 0;
}

#photogallery img {
	float: left;    
	margin: 15px 15px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #848567;
	background: #959674;
}

#photogallery2 img {
	margin: 15px 15px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #848567;
	background: #959674;
}

#photogallery a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ffe;
	cursor: pointer;
}

#photogallery img:hover {
	background-color: #646457;
}

#photogallery p {
	clear: both;
}	

#picture form {
	align: right;
}


/*   Contact    */

#greenback {
	margin: 15px 100px 50px 100px;
	padding: 15px 15px 15px 5px;
	text-align: center;
	background: #f8f9f1;  /*  e9f6c0  */
	border: 1px solid #e9f6c0;  /* 487702  */
}

#tanback {
	float: left;
	width: 300px;
	background: #F3F3CE;
	margin: 15px 0px 30px 30px;
	padding: 10px 15px 20px 15px;	
	border: 1px solid #d2d397;
}

#tanback p {
	border: 0;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 20px 176px;
	}

#tanback a {
	border: 1px;
	}	
	
/*
FORM ADDITIONS FROM HERE DOWN
*/

/* Set up the basic layout and remove unsemantic br tags. */

form {
margin : 0;
padding : 0;
}

fieldset {
float : left;
margin : 0 1em 0 0;
padding : 1em;
border : 1px solid #ccb7b5;
background : #f8f2f1;
}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;
}

#fm-submit {
clear : both;
padding-top : 1em;
}

/* Add the double border effect. */

fieldset div {
width : 196px; /* Width for modern browsers */
border-top : 1px solid #ccb7b5;
border-right : 1px solid #a99897;
border-bottom : 1px solid #716665;
border-left : 1px solid #a99897;
margin : 0;
padding : 1px;
}

	* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 196px; /* Width for IE6 */
	}

fieldset div input {
width: 192px; /* Width for modern browsers */
border-top : 1px solid #e2cbc9;
border-right : 1px solid #e9d8d7;
border-bottom : 1px solid #f0e5e4;
border-left : 1px solid #e9d8d7;
padding : 1px;
}
						
	* html fieldset div input {
	width: 196px; /* Width for IE5 */
	w\idth: 192px; /* Width for IE6 */
	}
	

/* Mandatory fields. */

.fm-required {
border-top : 1px solid #f05d49;
border-right : 1px solid #f48677;
border-bottom : 1px solid #f7aea4;
border-left : 1px solid #f48677;
}

/* Basic page styling, not part of the form example */

#formcontainer {
margin : 0 auto;
padding : 0; 
width : 500px;
text-align : left;
}
