/* Fix bug in Mozilla */
html { min-width: 750px; }

/* Layout */
body, div, span, th, td, p, ul, li, h1, h2, h3, h4, h5, h6, a, .p, .path, .checkul {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

body { 
	background: #996;
	margin: 0;
}	

/* Header Graphic */
h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 750px;
	height: 68px;
	background: url("/ezstatic/data/clubmetronome/i/header.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
	
h1 a:hover { background: url("/ezstatic/data/clubmetronome/i/header.jpg") top left no-repeat; }

h2 { font-size: 16px; color: #013300; text-transform: uppercase; }
h3 { font-size: 14px; color: #7a4512; border-bottom: 1px solid #7a4512; text-transform: uppercase; }
h4 { font-size: 13px; }

/*L V H A */
a { }
a:link { }
a:visited { }
a:hover { color: #666; }
a:active { }

p { /*/*/ line-height: 20px; /**/ }

input, textarea, select {
	font-size: 10px;
	color: #000
	font-family: Verdana, Arial, sans-serif;
}

input:focus, 
textarea:focus, 
select:focus { background: #e7e7e7; }

/* Overall */   
div#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff url("/ezstatic/data/clubmetronome/i/background.gif") top left repeat-y;
}

/* PRIMARY NAVIGATION */
div#primnav {
	border: 0;
	padding: 0;
	margin: 0;
}

div#primnav ul {
	width: 750px;
	height: 34px;
	background: url("/ezstatic/data/clubmetronome/i/navigation.jpg");
	margin: 0;
	padding: 0;
	position: relative;
}
	
#primnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#primnav ul li, #primnav a {
	height: 34px;
	display: block;
	color: #fff;
}

#primnav ul li a {
	text-indent: -9999px;
	text-decoration: none;
	}

#pnb1 {left: 28px; width: 68px;}
#pnb2 {left: 96px; width: 123px;}
#pnb3 {left: 219px; width: 84px;}
#pnb4 {left: 303px; width: 96px;}
#pnb5 {left: 399px; width: 104px;}

#pnb1 a:hover { background: transparent url("/ezstatic/data/clubmetronome/i/navigation.jpg") -28px -34px no-repeat; }
#pnb2 a:hover { background: transparent url("/ezstatic/data/clubmetronome/i/navigation.jpg") -96px -34px no-repeat; }
#pnb3 a:hover { background: transparent url("/ezstatic/data/clubmetronome/i/navigation.jpg") -219px -34px no-repeat; }
#pnb4 a:hover { background: transparent url("/ezstatic/data/clubmetronome/i/navigation.jpg") -303px -34px no-repeat; }
#pnb5 a:hover { background: transparent url("/ezstatic/data/clubmetronome/i/navigation.jpg") -399px -34px no-repeat; }
/* END NAVIGATION */

.lowerimage {
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/clubmetronome/i/lowerimage.jpg") top left no-repeat;
	height: 156px;
}

.lowerimagehomepage {
	text-indent: -9999px;
	background: transparent url("/ezstatic/data/clubmetronome/i/lowerimagehomepage.jpg") top left no-repeat;
	height: 156px;
}

/* BEGIN Main Content */
div#maincontent {
	float: left;
	width: 550px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 0;
}

html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 0;
}

.contentbody { 
	margin-bottom: 20px;
	margin-left: 20px;
}
/* END Main Content */

/* BEGIN Sidebar */
div#sidebar {
	margin: 0 0 0 570px;
	padding: 0;
	width: 155px;
	border: 0;
	padding-left: 15px;
	padding-top: 10px;
}

#sidebar p a { text-decoration: underline; }

#sidebar dd,
#sidebar dt {
	margin-left: 0;
	padding-left: 0;
	line-height: 18px;
	margin-bottom: 10px;
}

#sidebar dt { border-bottom: 2px solid #ccc; }
#sidebar dd { border-bottom: 1px solid #ccc; padding-bottom: 10px; }

body #sidebar dt {
	text-transform: uppercase;
	letter-spacing: 5px;
	/* margin-top: 25px; */
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	background: #3D709F;
}

#sidebar dd a { text-decoration: underline; }

#sidebar h2 { font-size: 20px; margin: 3px; text-decoration: none; }

#sidebar h2 a { text-decoration: none; }

/* END Sidebar */

#infobar {
	border: 1px solid #ccc;
	background: #f5f5f5;
	width: 100%;
}

#infobar td {
	border: 1px solid #e7e7e7;
	text-align: center;
	vertical-align: center;
}

#prodheader { border: 1px solid #ccc; background: #f5f5f5; }
#prodheader th { border: 1px solid #e7e7e7; width: 20%; }

#prodtable h2, #prodtable h3 {
	color: #3E3E1B;
	font-size: 12px;
	font-weight: bold;
        border: 0;
        border-bottom: 1px solid #3E3E1B;
        margin-top: 4px;
	padding-bottom: 5px;        
}

#prodtable h4, #prodtable h5 {
	color: #837b53;
	font-size: 12px;
        border-bottom: 1px solid #3E3E1B;
        margin-top: 4px;
	padding-bottom: 5px;
}

#prodtable h3, #prodtable h4, #prodtable h5 {
        border-bottom: 1px solid #d3d1c7;
        margin: 0;
        margin-top: 5px;
        padding: 0;
	padding-bottom: 5px;
}

#prodtable a { color: #7B7247; text-decoration: none; font-weight: bold; }
#prodtable a:hover { color: #000; text-decoration: underline; }

#prodtable td { border-bottom: 1px solid #A5A56F; }

.caldate {
	text-transform: uppercase;
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: #5B5A3B;
}

.bandinfo { width: 480px; }

.showinfo { color: #3E3E1B; }

.calendarheader {
	display: block;
	font-size: 22px;
}

.borderbottom { border-bottom: 1px solid #ccc; }

/* Contact Us Forms */
#contact table {
	background: #5b5a3b;
	color: #000;
	width: 80%;
	margin: auto;
	border-collapse: collapse;
} 

#contact td {
	border: 1px solid #5b5a3b;
	padding-left: 4px;
}

.labelcell {
	font-size: 11px;
	color: #000;
	background: #e7e7e7;
	width: 35%;
	text-align: left;
}

.fieldcell {
	background: #f5f5f5;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Contact Us Forms */

.footerbar {
	background: transparent url("/ezstatic/data/clubmetronome/i/footerbar.jpg") top left no-repeat;
	height: 32px;
	clear: both;
}

.footerimage {
	background: transparent url("/ezstatic/data/clubmetronome/i/footer.jpg") top left no-repeat;
	height: 93px;
}

div#usmtag p {
	text-align: center;
	padding-top: 10px;
}

#eznavigatortpl { margin: 10px; }

/* We make things so you don't have to */
#profiling,
#queries { display: none; }

#bands input { width: 95%; }

#bands textarea { width: 97%; }

#bands h2 { text-align: center; }

#buttons { text-align: center; }

#buttons input { width: 300px; }
