* {
	padding:0px;
	margin:0px;
	line-height:100%;
}
body {
	font-size:16px;
	color:#fff;
}
#container {
	width:1024px;
	margin:0 auto
}
#top {
	height:23px;
	text-align:center;
	background:url(../images/bg_top.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top h1 {
	margin:0px;
}
#top h1 a {
	line-height:20px;
	font-size:12px;
	color:#959595;
	font-weight: normal;
}
#container p {
	width:555px;
}
#footer {
	margin-top:100px;
}
#footer h1 a.logo {
	float:right;
	display:block;
	text-indent:-999999px;
	margin-right:12px;
}
#footer ul#nav {
	float:left;
	margin-top:15px;
}
ul#nav li {
	float:left;
	list-style: none;
	margin:0px;
}
ul#nav li a {
	height:20px;
	text-indent:-999999px;
	display:inline-block;
	margin-right:15px;
}
ul#nav li.home a {
	background:url(../images/nav_home.png) no-repeat;
	width:50px;
}
ul#nav li.sound a {
	background:url(../images/nav_sound-system.png) no-repeat;
	width:176px;
}
ul#nav li.lights a {
	background:url(../images/nav_light-rental.png) no-repeat;
	width:221px;
}
ul#nav li.projector a {
	background:url(../images/nav_projector-rental.png) no-repeat;
	width:147px;
}
ul#nav li.contact a {
	background:url(../images/nav_contact.png) no-repeat;
	width:98px;
}
#web-design {
	margin:25px 0;
	font-size:12px;
	color:#636363;
}
#web-design a {
	color:#636363;
}
/* Home */
body.home {
	background:url(../images/bg_home.jpg) top no-repeat #000 fixed;
}
body.home #footer h1 a.logo {
	background:url(../images/logo.png) no-repeat;
	width:300px;
	height:59px;
	margin-top:-119px;
}
body.home #top {
	margin-bottom:414px;
}
/* Sound System Rental */
body.sounds {
	background: url(../images/bg_sounds.jpg) top no-repeat #000 fixed;
}
body.sounds #footer h1 a.logo {
	background: url(../images/title_sounds.png) no-repeat;
	width:416px;
	height:48px;
	margin-top:-96px;
}
body.sounds #top {
	margin-bottom:200px;
}
/* Light */
body.lighting {
	background: url(../images/bg_lights.jpg) top no-repeat #000 fixed;
}
body.lighting #footer h1 a.logo {
	background: url(../images/title_lighting.png) no-repeat;
	width:504px;
	height:47px;
	margin-top:-96px;
}
body.lighting #top {
	margin-bottom:270px;
}
/* Projector */
body.projector {
	background:url(../images/bg_projector.jpg) top no-repeat #000 fixed;
}
body.projector #footer h1 a.logo {
	background:url(../images/title_projector-rental.png) no-repeat;
	width:290px;
	height:47px;
	margin-top:-96px;
}
body.projector #top {
	margin-bottom:200px;
}
/* Contact */
body.contactus {
	background: url(../images/bg_contact.jpg) top no-repeat #000 fixed;
}
body.contactus #footer h1 a.logo {
	background: url(../images/title_contact.png) no-repeat;
	width:236px;
	height:44px;
	margin-top:-40px;
}
body.contactus #top {
	margin-bottom:100px;
}
#leftcol {
	width:555px;
	float:left;
}
#rightcol {
	float:right;
	width:454px;
	margin-top:100px;
}
#rightcol p {
	width:434px !important;
}
body.contactus a {
	color:#fff;
}
/*Success */
body.success {
	background:url(../images/bg_success.jpg) top no-repeat #000 fixed;
}
body.success #footer h1 a.logo {
	background:url(../images/logo.png) no-repeat;
	width:300px;
	height:59px;
	margin-top:-59px;
}
body.success #top {
	margin-bottom:473px;
}
/* default */
h1, h2, h3, h4, h5, h6, p {
	margin-bottom:10px;
}
ul {
	margin-bottom:20px;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	outline:none;
}
.line {
	background:url(../images/line.png) left no-repeat;
	width:1012px;
	height:3px;
}
ul li {
	margin-left:25px;
}
h4 {
	font-size:20px;
	color:#ebebeb;
}
h2 {
	color:#ec008c;
	font-weight:16px;

}
img {
	border:none;
}
/* Forms */
form {
	margin:25px 0 0 30px;
}
label {
	display:block;
	float:none;
	margin-left:10px;
	font-size:15px;
}
input {
	background:url(../images/input.png) no-repeat;
	width:239px;
	height:46px;
	border:none;
	padding:0px 15px;
	color:#ebebeb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
}
textarea {
	background:url(../images/textarea.png) no-repeat;
	width:239px;
	height:220px;
	border:none;
	padding:15px;
	color:#ebebeb;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	resize:none;
	display:block;
}
input.submit {
	background:url(../images/button.png) no-repeat;
	width:216px;
	height:53px;
	cursor:pointer;
	display:block;
	margin-left:25px;
	text-indent:-999999px;
}