@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container  {
	width: 967px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 967px;
	margin: 0px;
}
#menu {
	background-color: #000;
	background-image: url(../images/menu_bottom.jpg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 967px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#menu ul {
	width: 967px;
	list-style-type: none;
	height: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu ul li   {
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li a:hover {
	color: #FC9;

}
#front_page_banner {
	margin: 0px;
	padding: 0px;
	height: 334px;
	width: 967px;
}
#front_page_banner #banner_left {
	background-image: url(../images/banner_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 334px;
	width: 483px;
	margin: 0px;
	padding: 0px;
}
#front_page_banner #banner_right {
	background-image: url(../images/banner_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 334px;
	width: 484px;
}




#mainContent  {
	padding: 0 20px;
}
#sidebar {
	float: left;
	width: 180px;
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #FC9;
}

#services_content {
	float: right;
	width: 740px;
}
#services_content .services {
	width: 740px;
}
#services_content .services .service_header  {
	width: 700px;
}
#services_content .services .service_image {
	float: left;
	width: 264px;
}
#services_content .services .service_description {
	float: right;
	width: 436px;
}
#services_content .services .service_description .service_links {
	width: 436px;
}
#services_content .services .service_description .service_links a  {
	color: #FC9;
	font-weight: bold;
	text-decoration: none;
}
#services_content .services .service_description .service_links a:hover {
	color: #FFF;
}

#services_content .services .service_description .service_links .contact_link {
	float: left;
	width: 150px;
}
#services_content .services .service_description .service_links .packages_link {
	text-align: right;
	float: right;
	width: 250px;
}
.packages {
	float: left;
	height: 150px;
	width: 450px;
}




.h3_header {
	font-size: 18px;
	color: #000;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: repeat-y;
	height: 22px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
}

#footer  {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FC9;
}
.clear {
	font-size: 1px;
	clear: both;
}
.sml_link {
	font-size: 12px;
	font-weight: bold;
	color: #FC9;
	text-decoration: none;
}
.sml_link:hover {
	color: #FFF;
}
.standard_link {
	font-weight: bold;
	color: #FC9;
	text-decoration: none;
}
.standard_link:hover {
	color: #FFF;
}
.event_enclosure {
	margin-top: 10px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	width:440px;
}
.event_enclosure a {
	color: #FFCC99;
	text-decoration: none;
	font-weight: bold;
}
.event_enclosure a:hover {
	color: #FFFFFF;
}
.lighting {
	margin-bottom: 15px;
}
.lighting_type {
	width: 900px;
}
.lighting .lighting_type .lighting_image {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.lighting .lighting_type .lighting_image1 {
	float: right;
	width: 300px;
	text-align: center;
	margin-top: 50px;
	margin-left: 10px;
}

.lighting .lighting_type .lighting_description {
	float: right;
	width: 580px;
	margin-bottom: 15px;
}
.lighting .lighting_type .lighting_description1 {
	float: left;
	width: 580px;
	margin-bottom: 15px;
}
.bid {
	clear: both;
	width: 436px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

