/*
Desert Lighting Assocaites
By Mosaic Group LLC
*/

/*global resets*/

* {margin:0; padding:0}
ol, ul{list-style:none}
strong { font-weight: 700 }
em { font-style: italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
select img { border:none; }
img { border:none; }
.clear { clear: both; }
.left {    float: left; }
.right { float: right; }
.input-bg { background-color: #e0d8c5;}

a {text-decoration: none; color: #00305a; outline: none;}
a:hover {color: #00305a; text-decoration: underline;}

#accordion a, #accordion2 a {text-decoration: none; color: #00305a; outline: none;}
#accordion a:hover, #accordion2 a {color: #00305a; text-decoration: underline;}

body {
	background: #c9c6c6 url(images/blue_bg.gif) repeat-x top left;
	font-family: "Big Caslon", Helvetica, arial, "lucinda grande", sans-serif;
	color: #3e3e3e;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 177px;
	background: url(images/header2.gif) no-repeat top left;
	position: relative;
	width: 900px;
}

#header p.phone {
	position: absolute;
	color: white;
	top: 30px;
	right: 0px;
}


/****************** search form ********************/

#header form.search {
	position: absolute;
	top: 80px;
	right: 0px;
}
.search li {
	float: left;
}
.search-button {
	background: black;
	height: 24px;
	width: 63px;
	color: white;
	border: none;
	margin: 0;
	cursor: pointer;
	margin-top: 1px;
}
.search-field {
	background: white;
	height: 19px;
	width: 150px;
	color: black;
	padding: 0 5px;
	border-color: white;
}
/****************** end search form ********************/


/****************** navigation ********************/

#navigation {
	position: absolute;
	top: 140px;
	height: 36px;
	left: 0px;
}

#navigation ul {
	margin-top: 5px;
}

#navigation ul li {
	display: inline;
	padding-right: 10px;
	font-size: 14px;
}

#navigation ul li a {
	color: white;
	padding: 10px 10px 17px 10px;
}
/*provides active state according to page for tabs*/
#navigation ul li a:hover {
	color: #3e3e3e;
	background: white;
	text-decoration: none;
}
#home #navigation ul li a.active-home {
	background: white;
	color: #3e3e3e;
}
#about #navigation ul li a.active-about {
	background: white;
	color: #3e3e3e;
}
#manufactures #navigation ul li a.active-manufactures {
	background: white;
	color: #3e3e3e;
}
#services #navigation ul li a.active-services {
	background: white;
	color: #3e3e3e;
}
#contact #navigation ul li a.active-contact {
	background: white;
	color: #3e3e3e;
}

#admin #navigation ul li a.active-admin {
	background: white;
	color: #3e3e3e;
}
/****************** end navigation ********************/

/****************** index styles ********************/

#main {
	border: 10px white solid;
	/*padding: 30px 0 20px 0; /*makes content area width max: 856px*/
	background: #f7f7f7;
	min-height: 420px;
}

#main .slogan {
	text-align: center;
	color: #647a7e;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 40px;
}

#main-inner {
	border: 10px white solid;
	padding: 30px 0 20px 0; 
	background: #b9b8b8 url(images/content-sidebar.png) repeat-y;
	min-height: 420px;
}

#index-content {
	float: left;
	margin-right: 70px;
	padding-left: 17px;
}

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

#index-content h2{ 
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	margin-top: 25px;
}

/****************** end index styles ********************/


/*****************
	 *Slider
*****************/
#index-slider {
	width:484px;
	height: 272px;
	overflow: hidden;
	margin:0 0 10px 20px;
	float: right;
}

#slider-list {
	width: 484px;
	background: #8cabb1;
	height: 31px;
}

#slider-list ul {
	padding-top: 9px;
	float: right;
}

#slider-list ul li {
	display: inline;
	margin-right: 10px;
	font-size: 12px;
	font-family: arial;
}

#slider-list ul li a {
	color: #3e3e3e;
	padding: 3px 6px 3px 8px;
	background: white;
}

#slider-list ul li a:hover{
	color: #00305a;
	background: white;
}

#slider-list ul li a.activeSlide{
	color: #fff;
	background: #00305a;
	cursor: default;
}


/****************** content styles ********************/

#content {
	width: 585px;
	float: right;
	margin-right: 0px;
	padding-right: 17px;
}

#content p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18px;
}

#content h2 { 
	font-size: 18px;
	padding-bottom: 15px;
}

#content h3 {
	font-size: 14px;
	text-decoration: none;
}

.quote {
	border: 1px solid black;
	margin: 0px 40px 20px 20px;
	padding: 10px
}

.quote p:first-child{
	font-style: italic;
}

.quote p.name {
	font-weight: bold;
	float: right;
	margin-top: -15px;
	margin-right: 5px
}

#content h2, h3, h4, h5, h6 {
	text-decoration: none;
	padding-bottom: 10px;
}

.map {
	float: right;
	width: 282px;
}

.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#accordion {
	margin-bottom: 20px;
}

/****************** end content styles ********************/

/***************
	*contact form
****************/

.forms {
	width: 260px;
	float: left;
	
}
.forms li {
	display: block;
	padding-bottom: 35px;
}
.forms li label {
	width: 45px;
	float: left;
	font-size: 12px;
	padding-right: 20px;
}
.forms li input {
	width: 190px;
	height: 20px;
	float: left;
	background: #ddd9d9;
	border: none;
}
.forms li textarea {
	width: 190px;
	height: 100px;
	float: left;
	background: #ddd9d9;
	border: none;
}
.forms .button {
	float: left;
	clear: left;
	background: black;
	height: 20px;
	width: 65px;
	color: white;
	border: none;
	margin: 15px 0 0 190px; 
	cursor: pointer;
}
.error {
display:block;
margin: 10px 0 0 65px;
font-size: 11px;
color: #86201e;
}



/**************
	end of form
***************/

#sidebar {
	width: 180px;
	float: left;
	padding: 0 15px;
}

#sidebar h2, h3, h4, h5, h6 {
	text-decoration: none;
	padding-bottom: 10px
}

#sidebar h5 {
	font-size: 18px;
}

#sidebar .indent h5 {
	padding-left: 15px;
	margin-top: -5px;
	font-size: 14px;
}

#sidebar ul li {
	font-size: 14px;
}

#sidebar p {
	font-size: 14px;
	padding-bottom: 15px;
}

#footer {
	height: 70px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 25px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
#footer p.copyright {
	color: #3e3e3e;
}
#footer .design {
	color: #fff;
}
#footer .design:hover {
	color: #8dacb1;
}

.manufacturer .tagline { padding-left:15px; color:gray; font-size:14px; font-weight:normal; }
