html, body {
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
	width: 100%;
	font: normal 18px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
}
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 12px 0 12px 0;
	padding: 0;
}
a, a:visited {
	color: #fff;
}
a:active, a:hover {
	color: #86139f;
}
#container {
	width: 780px;
	margin: 0 auto;
}
#masthead {
}
#brand {
	padding: 10px 10px 0 10px;
}
#brand a {
	display: block;
	background: url(/img/img_logo.png) no-repeat 0 0;
	height: 0;
	padding: 64px 0 0 0;
	overflow: hidden;
	margin: 0;
	width: 255px;
}
#nav {
	padding: 14px 10px;
}
#nav ul {
	margin: 0;
	height: 17px;
	padding: 0;
	background: url(/img/img_nav.png) no-repeat 0 0;
	list-style: none;
	position: relative;
}
#nav li {
	position: absolute;
	top: 0;
}
#nav a {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 17px 0 0 0;
}
#nav-about {
	width: 50px;
	left: 0;
}
#nav-production {
	width: 161px;
	left: 63px;
}
#nav-rental {
	width: 125px;
	left: 239px;
}
#nav-sound {
	width: 216px;
	left: 378px;
}
#nav-inventory {
	width: 73px;
	left: 609px;
}
#nav-contact {
	width: 64px;
	left: 696px;
}

#home #content {
	background: url(/img/img_home.jpg) no-repeat 0 0;
	padding: 200px 10px 10px 10px;
}
#footer {
	font-size: 13px;
	text-align: center;	
}

#contact label {
	width: 100px;
	float: left;
}
#contact input[type=text], #contact textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #feff3e;
  width: 75%;
}
 
#contact input[type=text]:focus, #contact textarea:focus {
  box-shadow: 0 0 12px rgba(254, 255, 62, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  background: #ffffdb;
}
#contact input[type=submit] {
	background: #86139f;
	border: 1px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border-radius: 2px;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	margin-left: 100px;
}