body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/bg_seamless.jpg);
	background-color: black !important;
}

#container {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#header {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	margin-bottom: 8px;
	height: 145px;
	margin-right: 10px;
	margin-left: 10px;
	width: 940px;
}

#header h1 {
	display: none;
}

#header a {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 140px;
	width: 596px;
}

.sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 220px;
}

.block {
	width: 220px;
	border-width: 220px;
}

div#body {
	min-height: 240px;
	padding: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	background-color: #ffffff;
	width: 420px;
}

#footer {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	width: 940px;
}

#home-body {
	height: 410px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 940px;
}

#home-body .block {
	height: 140px;
}

#home-body #event-design-production {
	background-position: 0 top;
	background-repeat: no-repeat;
	background-image: url(images/button_event_design.jpg);
	left: 360px;
	position: absolute;
}

#home-body #av-lighting {
	background-position: 0 top;
	background-image: url(images/button_av.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 110px;
	top: 50px;
}

#home-body #video-production {
	background-position: 0 top;
	background-image: url(images/button_video.jpg);
	left: 610px;
	top: 100px;
	position: absolute;
}

#home-body #audio-recording {
	background-position: 0 top;
	background-image: url(images/button_recording.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 240px;
	top: 220px;
}

#home-body #rehearsal-facility {
	background-position: 0px top;
	background-image: url(images/button_rehearsal.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 490px;
	top: 270px;
}

#home-body .block a {
	padding-left: 10px;
	padding-top: 115px;
	display: block;
}

#home-body #audio-recording:hover, #home-body #audio-recording.hover {
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.block a, .block a:visited, .block a:hover {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-transform: lowercase;
	text-decoration: none;
}

#home-body #event-design-production:hover, #home-body #event-design-production.hover {
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#home-body #av-lighting:hover, #home-body #av-lighting.hover {
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#home-body #video-production:hover, #home-body #video-production.hover {
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#home-body #rehearsal-facility:hover, #home-body #rehearsal-facility.hover {
	background-position: 0 bottom;
}

#footer ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#footer li {
	padding-left: 7px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
	margin: 0px;
	border-right-color: #a3a3a3;
	border-right-style: solid;
	border-right-width: 1px;
	display: inline;
}

#footer a, #footer a:visited {
	color: #878787;
	text-decoration: none;
}

#footer li.last {
	border-style: none;
	border-width: 0px;
}

#footer p {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	color: #6c6c6c;
}

#footer a:hover {
	color: #c0c0c0;
}

#body p {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
}

#body h1 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 28px;
}

#body h2 {
	margin-bottom: 10px;
	margin-top: 20px;
	color: black;
	font-weight: bold;
	font-size: 21px;
}

.block#av-lighting {
	background-image: url(images/sidebar_av.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.sidebar .block {
	background-color: #3c3c3c;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 40px;
	width: 220px;
}

.sidebar .block a {
	color: white;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 14px;
	height: 30px;
	width: 210px;
	margin: 0px;
	display: block;
}

.block#event-design-production {
	background-position: center top;
	background-image: url(images/sidebar_event_design.jpg);
	background-repeat: no-repeat;
}

.block#video-production {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/sidebar_video.jpg);
}

.block#audio-recording {
	background-position: center top;
	background-image: url(images/sidebar_recording.jpg);
	background-repeat: no-repeat;
}

.block#rehearsal-facility {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/sidebar_rehearsal.jpg);
}

.sidebar img {
	margin-bottom: 10px;
	width: 220px;
}

.sidebar img.border {
	width: 218px;
	border-color: #deb566;
	border-style: solid;
	border-width: 1px;
}

div#beams {
	z-index: -1;
	top: 0px;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/beams_v1.png);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -274px;
	height: 274px;
	width: 100%;
	opacity: 0.7;
}

#body ul li {
	display: list-item;
	margin-left: 30px;
	margin-bottom: 4px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 14px;
	line-height: 16px;
}

.block#event-design-production:hover, .block#event-design-production.hover {
	background-position: center bottom;
}

.block#video-production:hover, .block#video-production.hover {
	background-position: center bottom;
}

.block#audio-recording:hover, .block#audio-recording.hover {
	background-position: center bottom;
}

.block#av-lighting:hover, .block#av-lighting.hover {
	background-position: center bottom;
}

.block#rehearsal-facility:hover, .block#rehearsal-facility.hover {
	background-position: center bottom;
}

.sidebar a.hidden {
	display: none;
}

a:link {
	color: #c02518;
}

a:visited {
	color: #b05452;
}

a:hover {
	color: #2e2e2e;
	
}.sidebar .current {
	background-position: center bottom !important;
}
 .block#fb-coupon-button {
	height: 76px !important;
	font-weight: bold !important;
	background-color: #3B5998 !important;
	padding: 10px !important;
	width: 200px !important;
	color: white !important;
}
 #fb-coupon-like {
	margin-left: 3px;
	margin-right: 16px;
	margin-top: 3px;
	float: left;
}
 .block#fb-coupon-button h3 {
	font-size: 25px;
}
 .block a {
	color: white;
}
