html { font-size: 100%; }
body {
	text-align: center;
	min-width: 1480px;
	margin: 0; padding: 0;
	color: #000000;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.home, body.catalog, body.service, body.shop { background: #abc2ce url(images/bg-home.jpg) repeat-x; }
body.about, body.jamroom, body.mediapiks, body.events, body.merchandise { background: #abc2ce url(images/bg-about.jpg) repeat-x; }
body.contact { background: #abc2ce url(images/bg-contact.jpg) repeat-x; }
#container {
	width: 1200px;
	margin: 0 auto; padding: 0;
	text-align: left;
}
h1#masthead {
	margin: 0; padding: 0;
	width: 1200px; height: 196px;
	position: relative;
	font-size: 300%;
	color: #a6bfd8;
	background-color: #0e233a;
}
h1#masthead span {
	background: url('images/masthead.jpg') no-repeat;
	position: absolute;
	width: 100%; height: 100%;
}
#top-menu {
	margin: 0; padding: 0 125px 0 125px;
	width: 950px; height: 46px;
	background: url('images/menu-bg.jpg') no-repeat;
}
#content {
	width: 830px; height: 681px;
	margin: 0; padding: 38px 185px 38px 185px;
	background: #fff url('images/body-bg.jpg') no-repeat;
}
#content h1 {
	height: 88px;
	margin: 0; font-size: 180%; line-height: 20px;
}
body.about #content h1 {background: url('images/about-header.jpg') no-repeat; padding: 28px 0 0 170px;}
body.catalog #content h1 {background: url('images/catalog-header.jpg') no-repeat; padding: 28px 0 0 210px;}
body.shop #content h1 {background: url('images/shop-header.jpg') no-repeat; padding: 28px 0 0 300px;}
body.contact #content h1 {background: url('images/contact-header.jpg') no-repeat; padding: 28px 0 0 215px;}
body.jamroom #content h1 {background: url('images/jamroom-header.jpg') no-repeat; padding: 28px 0 0 220px;}
body.mediapiks #content h1 {background: url('images/mediapiks-header.jpg') no-repeat; padding: 28px 0 0 255px;}
body.events #content h1 {background: url('images/events-header.jpg') no-repeat; padding: 28px 0 0 285px;}
body.merchandise #content h1 {background: url('images/merchandise-header.jpg') no-repeat; padding: 28px 0 0 275px;}
body.service #content h1 {background: url('images/cd-header.jpg') no-repeat; padding: 28px 0 0 345px;}
#content p {
	margin: 10px 0 0 0; padding: 5px 0 0 0;
	font-size: 125%;
}
#content p.sub {
	margin: -20px 0 0 0; padding: 0 15px 30px 0;
	font-size: 125%;
}
#products img {
	margin: 20px 0 0 0;
}
#products h2 {
	margin: 48px 0 0 225px; padding: 0;
	position: absolute;
	width: 600px; height: 30px;
	font-size: 200%;
}
ul#mediapiks {
	margin: 0; padding: 60px 0 0 10px;
	list-style: none; position: absolute;
}
ul#mediapiks li.title {
	margin: 0; padding: 5px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 90%
}
ul#mediapiks li a {
	margin: 0; padding: 0;
	font-size: 90%;
	text-decoration: none; color: #f19f2d;
}
ul#mediapiks li a:hover {
	color: #000000;
}
#description {
	margin: -50px 0 0 20px; padding: 0;
	position: absolute;
	width: 772px; height: 50px;
	font-size: 125%;
}
#footer {
	width: 830px; height: 120px;
	padding: 25px 185px 0 185px;
	text-align: center;
	color: #5c6b6e;
	background: url('images/footer.jpg') no-repeat;
}
#advertisement {
	margin: -375px 0 0 -125px;
	padding: 0;
	position: absolute;
	width: 230px;
	height: 375px;
	top: 655px;
}
.indielink {
	margin: 40px 0 0 0;
}
strong {
	font-size: 95%;
}
em {
	font-weight: bold;
	font-size: 80%;
}
#content a {
	color: #0a3b58;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
/* Form Styles */
form {
  width: 500px;
  margin: -20px 0 0 0;
}
fieldset {
  margin: 1em 0;
  padding: 1em;
  border : 1px solid #ccc;
  background-color: #f2f4f6;
}
legend {
  font-weight: bold;
}
form p {
  position: relative;
  width: 500px;
}
label {
  float: left;
  width: 10em;
}
label.offers {
	width: 20em;
}
input.offers {
  width: 25px;
}
input {
  width: 200px;
}
input#submit {
	margin: 15px 200px 0 200px;
	width: 95px;
}
input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
input:focus, textarea:focus {
  background: #ffc;
}
textarea {
  width: 300px;
  height: 100px;
}
