body {
	font-size: 62.5%;
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* = IMAGES -----------------*/

a img {
	border: 0px;
}

img.image-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.image-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* = CLEAR ------------------*/

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	height: 0px;
	line-height: 0px;
	position: absolute;
	left: -9999em;
}

/* = PAGE AREA ----------------------------------*/

#page-area {
	width: 100%;
	font-size: 1em;
}

/* = HEADER -------------------------------------*/

#header-wrapper {
	width: 100%;
	background: #0d1009 url('../images/header_wrapper_bg.gif') repeat-x 0% 100%;
}

#header {
	background: transparent url('../images/header_bg.jpg') no-repeat 50% 100%;
	width: 100%;
	height: 89px;
	padding-top: 16px;
}

#logo {
	display: block;
	width: 528px;
	height: 59px;
	margin: 0px auto;
	background: transparent url('../images/logo.png') no-repeat 0% 0%;
}

#header h1
{
	position: absolute;
	left: -9999em;
}

/* = MAIN NAVIGATION ----------------------------*/
#main-nav ul
{
	height: 27px;
	width: 902px;
	margin: 0 auto;
	padding: 6px 0 0;
}

#index #main-nav ul
{
	width: 830px;
}

#main-nav li
{
	display: inline;
	float: left;
	padding-right: 27px;
}

li#mn-home
{
	padding-right: 0;
}

#index li#mn-contact
{
	padding-right: 0;
}

#main-nav li a:link,
#main-nav li a:visited,
#main-nav li a:active
{
	height: 27px;
	display: block;
}

#main-nav li a span {
	position: absolute;
	left: -9999em;
}

#main-nav li a h2 {
	position: absolute;
	left: -9999em;
}

#mn-customlighting a:link,
#mn-customlighting a:visited,
#mn-customlighting a:active
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat 0px 0px;
	width: 135px;
}

#mn-customlighting a:hover
{
	background-position: 0px -27px;
}

#mn-churchlighting a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -167px 0px;
	width: 137px;
}

#mn-churchlighting a:hover
{
	background-position: -167px -27px;
}

#mn-services a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -337px 0px;
	width: 62px;
}

#mn-services a:hover
{
	background-position: -337px -27px;
}

#mn-portfolio a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -431px 0px;
	width: 81px;
}

#mn-portfolio a:hover
{
	background-position: -431px -27px;
}

#mn-ideabook a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -544px 0px;
	width: 80px;
}

#mn-ideabook a:hover
{
	background-position: -544px -27px;
}

#mn-about a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -654px 0px;
	width: 75px;
}

#mn-about a:hover
{
	background-position: -654px -27px;
}

#mn-contact a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -760px 0px;
	width: 95px;
}

#mn-contact a:hover
{
	background-position: -760px -27px;
}

#index #mn-home
{
	display: none;
}

#mn-home a
{
	background: transparent url('../images/mainnav_sprite.png') no-repeat -886px 0px;
	width: 44px;
}

#mn-home a:hover
{
	background-position: -886px -27px;
}


/* = CONTENT AREA -------------------------------*/

#content-area-outer-wrapper 
{
	width: 100%;
	background: #ffffff url('../images/content_topline.gif') repeat-x 0px 1px;
}

#content-area-inner-wrapper
{
	background: transparent url('../images/content_main.gif') repeat-y 29px 0%;
	width: 1011px;
	margin: 0px auto;
	margin-bottom: 5px;
	
}

#content-area 
{
	background: transparent url('../images/content_top.jpg') no-repeat 0px 0px;
	padding-top: 33px;
}

#content
{
	width: 982px;
	background: transparent url('../images/content_bottom.png') no-repeat 19px 100%;
	padding-left: 29px;
	padding-bottom: 17px;
}

#index-feature
{
	position: relative;
	height: 611px;
	width: 1011px;
	margin: 0 auto;
}

/* = FOOTER -------------------------------------*/

#footer-wrapper {
	width: 100%;
	background: transparent url('../images/footer_wrapper_bg.gif') repeat-x 0% 0%;
	min-height: 69px;
	height: auto !important;
	height: 69px;
}

#footer-lineart
{
	background: transparent url('../images/footer_bg.jpg') no-repeat 50% 0%;
	height: 69px;
	width: 100%;
}

#footer {
	width: 996px;
	padding-top: 20px;
	margin: 0px auto;
	color: #f9fbb8;
}

#footer p {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#footer p span {
	padding: 0px 12px 0px 13px;
	background: transparent url('../images/footer_divider_bg.gif') no-repeat 0px 50%;
}

#footer p span.first {
	padding-left: 0px;
	background: transparent none;
}

#footer p span.customer-service {
	font-size: 1.2em;
	font-weight: bold;
}

#footer p a:link,
#footer p a:visited,
#footer p a:active {
	color: #f9fbb8;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p.designed-by {
	font-size: .9em;
	color: #616c4d;
}

#footer p.designed-by a:link,
#footer p.designed-by a:visited,
#footer p.designed-by a:active {
	color: inherit;
}

