* {
	padding: 0px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
body {
	color:#FFFFFF;
	background-color:#09290E;
	width: 100%;
	display: block;
}
h1 {
	padding: 2px;
	background-color: #09290E;
	color: #FFF;
	margin-top: 10px;
}
h2 {
	text-align:center;
	width: 100%;
	border-bottom: 2px solid #09290E;
	clear: both;
}
a {
	color:#000099;
}
img {
	border:0;
}
#inner {
	margin:auto;
	width: 900px;
	color:#FFFFFF;
}
#home_header {
	width: 900px;
	height: 703px;
	background:url(../images/cauldron-logo.jpg) no-repeat top left;
}
#home_header #contact_info {
	width: 400px;
	float: right;
	font-size: 18px;
	font-weight:bold;
	text-shadow: #000000 4px 4px 4px;
	padding: 5px;
	position:absolute;
	top: 16px;
	left: 150px;
	height: 56px;
	color:#09290E;
}
/* ======================== HEADER ======================= */

#header {
	display: block;
	height: 165px;
	width: 840px;
	background:url(../images/header.jpg) no-repeat #164120;
	padding: 30px;
}
#header h1 {
	font-size: 40px;
	text-shadow: #000000 4px 4px 4px;
	float: left;
	padding-top: 60px;
	padding-left: 10px;
	background: none !important;
}
#header img {
	float: left;
}
#header_text {
	text-align:center;
	padding: 10px;
	padding-top: 40px;
	width: 480px;
	float: left;
	height: 65px;
}
#header #contact_info {
	width: 204px;
	float: right;
	font-size: 14px;
	text-shadow: #000000 4px 4px 4px;
	padding: 5px;
}
/* ==================== TOP NAVIGATION ================== */

#topnav {
	clear: both;
	display: block;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
}
#topnav ul {
	list-style: none;
}
#topnav li {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:none;
}
#topnav li.enabled {
	background-image:url(../images/nav_bg_enabled.jpg);
	background-repeat:repeat-x;
}
#topnav a {
	display: block;
	float:left;
	padding: 8px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration:none;
	height:19px;
	color: #FFFFFF;
	font-size:14px;
	text-shadow: #000000 4px 4px 4px;
}
#topnav a:hover {
	background-image:url(../images/nav_bg_enabled.jpg);
	background-repeat:repeat-x;
}
#topnav a:active {
	background-image:url(../images/nav_bg_enabled.jpg);
	background-repeat:repeat-x;
}
/* ================= CONTENT ======== */

#content {
	color:#164120;
	background-color:#FFFFFF;
	display: block;
	min-height: 400px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#content p {
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align:justify;
}
#content p.leading {
	font-size: 14px;
}
#content li {
	margin-left: 25px;
	padding-left: 5px;
	font-size: 12px;
}
.img_wrapper {
	width: 150px;
	height: 150px;
	overflow: hidden;
	display: block;
}
img.right {
	padding: 5px;
	margin: 5px;
	border: 1px solid #dedede;
	float: right;
}
img.left {
	padding: 5px;
	margin: 5px;
	border: 1px solid #dedede;
	float: left;
}
/* =============== BOTTOM NAV  ================ */

#bottomnav {
	clear: both;
	display:block;
	font-size: 12px;
	width: 100%;
	height: 40px;
	display:block;
	margin-top: 10px;
}
#bottomnav ul {
	height: 40px;
	list-style: none;
	text-align: center;
	margin:auto;
	width: 560px;
	display:block;
}
#bottomnav li {
	float:left;
	padding: 6px;
	display:block;
}
#bottomnav a {
	color: #1B5922;
}
#bottomnav a:hover {
	color: #1B6922;
}
span.required {
	color:#990000;
}
form {
	width: 400px;
	margin: auto;
	padding: 12px;
}
form fieldset, form fieldset div {
	clear: both;
	display: block;
	width: 400px;
	padding: 2px;
}
fieldset {
	border: 1px solid #dedede;
}
label {
	font-size:12px;
	width: 190px;
	float:left;
	text-align:right;
	margin: 2px;
}
label.long {
	width: 390px;
}
input, select, textarea {
	width:200px;
	font-size: 12px;
	float: right;
}
#cell1 {
	width: 280px;
	float: left;
	clear: both;
	background-color:#FFFFFF;
	padding: 5px;
	margin: 5px;
}
#cell1 p {
	font-size: 14px;
}
#cell2 {
	padding: 5px;
	margin: 5px;
	width: 570px;
	float: right;
	background-color:#FFFFFF;
}
#cell2 a img {
	float: left;
	pading: 1px;
	margin: 1px;
}
#cell3 {
	width: 410px;
	float: left;
	clear: both;
	background-color:#FFFFFF;
	padding: 5px;
	margin: 5px;
}
#cell4 {
	padding: 5px;
	margin: 5px;
	width: 410px;
	float: right;
	background-color:#FFFFFF;
}
#cell5 {
	width: 410px;
	float: left;
	background-color:#FFFFFF;
	padding: 5px;
	margin: 5px;
}

#cell2 a img {
	float: left;
}
.room {
	border: 1px solid #164120;
	width: 360px;
	float: left;
	padding: 4px;
	margin: 4px;
}
.gear {
	padding: 4px;
}
.gear li {
	text-transform: uppercase;
	padding: 2px;
	margin: 2px;
}
#map {
	width: 420px;
	height: 440px;
}
.imagecell {
	float:left;
	border: 1px solid #dedede;
	padding: 2px;
	margin: 2px;
	width: 80px;
	height: 80px;
	text-align:center;
}
.imagecell a {
	margin: auto;
	text-align:center;
}
.gear_header {
	width: 862px;
	height: 72px;
	line-height:72px;
	padding: 2px;
	padding-left: 14px;
	margin: 2px;
	cursor:pointer;
	color: #FFFFFF;
	margin-left: 10px;
}
#console_header {
	background:url(../images/header_console.jpg) no-repeat top left;
}
#monitors_header {
	background:url(../images/header_monitors.jpg) no-repeat top left;
}
#amps_header {
	background:url(../images/header_amps.jpg) no-repeat top left #000000;
}
#hardware_header {
	background:url(../images/header_protools.jpg) no-repeat top left;
}
#computers_header {
	background:url(../images/header_mac.jpg) no-repeat top left;
}
#mics_header {
	background:url(../images/header_mics.jpg) no-repeat top left;
}
#outboard_header {
	background:url(../images/header_outboard.jpg) no-repeat top left;
}
#keys_header {
	background:url(../images/header_rhodes.jpg) no-repeat top left;
}
#instruments_header {
	background:url(../images/header_guitars.jpg) no-repeat top left;
}
#effects_header {
	background:url(../images/header_effects.jpg) no-repeat top left #000000;
}
#storage_header {
	background:url(../images/header_storage.jpg) no-repeat top left #000000;
}
#drums_header {
	background:url(../images/header_drums.jpg) no-repeat top left;
}
#iMixedIt_nav {
	width: 200px;
	float:left;
	padding: 5px;
	margin: 5px;
}
#iMixedIt_nav ul li.active {
	background-color: #09290E;
}
#iMixedIt_nav ul li.active a {
	color: #FFF !important;
}
#iMixedIt_nav img {
	padding: 8px;
}
#iMixedIt_content {
	width: 500px;
	float: left;
	padding: 5px;
	margin: 5px;
}
#iMixedIt_content ul li {
	font-size: 16px;
}
