/*
Website by Broadsighted Design
http://www.broadsighted.com

Using color scheme:
http://colorschemedesigner.com/#3V32spKpmw0w0
*/

html { /* force scrollbar */
	height: 100%;
	margin-bottom: 10px;
}

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #d9dadf url(_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
:-moz-any-link:focus {
  outline: none;
}
p, div, li, td, input, select, textarea {
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #main ul, #main ol, #main table {
	margin-bottom: 15px;
	font-weight: normal;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #2a368b;
    text-decoration: none;
}

a:hover, a:active {
    color: #a6c326;
    text-decoration: none;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ------------------------------ */
/* WRAPPER
/* ------------------------------ */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------ */
/* TOP
/* ------------------------------ */
#top {
	height: 167px;
	background: transparent url(_images/header.jpg) 0 0 no-repeat;
	position:relative;
}

#top img {
	float: left;
	margin: 25px 0 0 0;
	width: 270px;
	height: 127px;
	display: inline;
}

#action-menu {
	float: right;
	margin: 26px 42px 0 0;
	display: inline;
}
	#action-menu li {
		font-size: 11px;
		float: left;
		list-style: none;
		margin-left: 15px;
		line-height: 21px;
	}
	#action-menu a:link, #action-menu a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#action-menu a:hover, #action-menu a:active {
		text-decoration: underline;
	}
	
	#action-quote { 
		background: transparent url(_images/icon-request-quote.gif) 0 0 no-repeat; 
		padding-left: 21px;
	}
	#action-friend { 
		background: transparent url(_images/icon-email.gif) 0 2px no-repeat; 
		padding-left: 23px;
	}
	#action-login { 
		background: transparent url(_images/icon-login.gif) 0 0 no-repeat; 
		padding-left: 18px;
	}

#phone {
	text-align: center;
	font-size: 27px;
	line-height: 22px;
	color: #82923A;
	float: right;
	margin: 3px 0 0 0;
	display: inline;
	width: 960px;
	position:absolute;
	font-weight:bold;
	top:0;
	right:0;
}
	#phone span {
		text-transform: uppercase;
		margin-right: 1px;
		font-size: 13px;
		display:block;
		color:#000;
		font-weight:normal;
	}

/* ------------------------------ */
/* NAV
/* ------------------------------ */
#nav {
	height: 36px;
	/* width: 690px; */
	background: transparent right bottom no-repeat;
	text-align: right;
	float: right;
	margin: 105px 13px 0 0;
	display: inline;
}
#nav ul {
	float: right;
}
	#nav li {
		float: left;
		list-style: none;
		height: 36px;
		display: inline;
	}
	#nav li a {
		height:36px;
		text-decoration: none;
		text-transform: lowercase;
		display:block;
	}
	#nav li a span {
		font-size: 9px;
		text-transform: uppercase;
		display: block;
		padding: 3px 6px 0 0;
	}
	#nav li a span b {
		font-size: 18px;
		color: #e1e3ef;
		letter-spacing: -0.05em;
	}

	#nav a:hover span b, #nav a:active span b {
		color: #a6c326;
		background: transparent;
	}
	
	#nav a:link span, #nav a:visited span {
		color: #fff;
		/* background:#a5a5a5; */
		background: transparent url(_images/nav-repeat.gif) 0 0 repeat-x;
	}
	#nav a:hover span, #nav a:active span {
		color: #a6c326;
		/* background:#eee; */
		background: transparent url(_images/nav-repeat-hover.gif) 0 0 repeat-x;
	}
	
	#nav-home {
		background: transparent url(_images/nav-1.gif) 0 0 no-repeat;
		padding-left:56px;
	}
	#nav-home:hover, #nav-home:active {
		background: transparent url(_images/nav-1.gif) 0 -36px no-repeat;
	}
	#nav-services ,
	#nav-about {
		background: transparent url(_images/nav-2.gif) 0 0 no-repeat;
		padding-left: 24px;
	}
	#nav-services:hover, #nav-services:active,
	#nav-about:hover, #nav-about:active {
		background: transparent url(_images/nav-2.gif) 0 -36px no-repeat;
	}

	#nav-last {
		background: transparent url(_images/nav-last.jpg) 0 0 no-repeat;
		width:19px;
		height:36px;
		margin-right: 0 !important;
	}

/* ------------------------------ */
/* COMMON
/* ------------------------------ */
span.service-magic-text {
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 5px;
}

span.service-magic-text b {
	font-weight:bold;
	font-size:20px;
	}

#main {
	background: #FFF url(_images/main-repeat.jpg) 0 0 repeat-y;
	margin-bottom: 25px;
}

#container, #container-index {
	margin: 0 42px;
}
#container-index {
	background: #f8f8f8 url(_images/home-bg.jpg) top left no-repeat;
	height:222px;
}

#container p {
	padding: 0 0 35px 15px;
}

/* ------------------------------ */
/* HOME
/* ------------------------------ */


#welcome {
	width: 605px;
	float: left;
	padding-top: 15px;
	/* border-top: 3px double #e3e3e3; */
}
	#welcome h1 {
		font-size: 20px;
		line-height: 24px;
	}
	#welcome p#tagline {
		font-size: 16px;
		color: #807f77;
	}
	#welcome p {
		font-size: 12px;
		color: #807f77;
	}

#services-intro {
	width: 220px;
	float: right;
	padding: 15px;
	border: 5px double #fff;
	background: #f4f4f4 url(_images/services-bg.jpg) top center repeat-x;
	height:179px;
}
	#services-intro li {
		font-size: 14px;
		list-style: none;
		padding-bottom: 5px;
	}

	#services-intro li a {
		text-decoration: none;		
	}

	#services-intro p.header {
		font-size: 20px;
		color: #000;
		border-bottom: 1px dotted #a6c326;
		padding-bottom:2px;
	}

#main-content, .main-top {	
	border-top: 1px dotted #a6c326;
	padding-top: 6px;
}
	#main-content h2, .main-top h2 {
		font-size: 23px;
		color: #555;
		font-weight:bold;
		/* border-bottom: 1px dotted #a6c326; */
		padding: 0 0 4px 15px;
	}
	#main-content h2 span, .main-top h2 span {
		font-size: 11px;
		text-transform: uppercase;
		}
	
	.main-top {
		margin: 0 42px;
		background: #eef3d7;
		}


/* ------------------------------ */
/* MANUFACTURERS
/* ------------------------------ */

	.mfrs {
		margin: 0 90px;
		background: transparent;
		text-align: center;	
		border-top: 1px dotted #adb2ce;
		}

	.mfrs h2 {
		padding-bottom: 0;
		margin-bottom: 5px;
		color:#adb2ce;
		}

	.mfrs-thumb {
		float: left; 
		margin: 0 8px 10px 8px;
		text-align: center;
		font-size: 11px;
		color: #000;
	}
		.mfrs-thumb img {
			margin-bottom: 4px;
		}
		.mfrs-thumb a:link img, .mfrs-thumb a:visited img {
			border: 3px solid #ADB2CE;
			padding: 2px;
		}
		.mfrs-thumb a:hover img, .mfrs-thumb a:active img {
			border: 3px solid #cfe17d;
		}

		.mfrs-thumb-first {
			margin-left:94px;
		}



/* ------------------------------ */
/* CONTENT
/* ------------------------------ */
#content {
	width: 605px;
	float: left;
	padding-top: 15px;
	border-top: 3px double #e3e3e3;
}
	#content.wide {
		width: 876px;
		float: none;
	}
#content h1 {
	font-size: 26px;
	color: #000;
	text-transform: lowercase;
	border-bottom: 3px double #e3e3e3;
	padding-bottom: 7px;
	margin-bottom: 30px;
}
	#content h1 span {
		font-size: 11px;
		text-transform: uppercase;
		color: #807f77;
	}
	#content h2 {
		font-size: 18px;
		color: #a6c326;
	}
	#content li {
		margin-left: 25px;
	}
	#content p img {
		vertical-align: middle;
	}
	
	p.header {
		font-weight:bold;
		font-size:16px;
	}

	
/* ------------------------------ */
/* BOTTOM
/* ------------------------------ */
#bottom {
	width: 876px;
	margin: 0 42px;
	background: transparent;
	padding-top: 20px;
}
	#bottom p , #container p {
		color: #706f69;
		font-size:14px;
	}

	#bottom h1 {
		color: #82923a;
}

	#service-magic-left {
		float: left;
		width: 35px;
		margin-left: 32px;
		display: inline;
		background: transparent;
	}
		#service-magic-left p.action {
			font-size: 20px;
			line-height: 24px;
		}

	#service-magic-button {
		width: 675px;
		float: left;
		padding: 10px 30px;
		display: inline;
		text-align:center;
		background: #ddee91;
	}
		span.service-magic-title {
			font-size: 20px;
			line-height: 24px;
			display:block;
		}
		#service-magic-button span {
			margin-bottom: 5px;
		}

	#service-magic-button:hover {
		background: #fff;
}

	#service-magic-right {
		width: 235px;
		float: right;
		margin-right: 32px;
		display: inline;
	}
		#service-magic-right {
			padding: 3px;
			color: #706f69;
		}
	
	#page-bottom {
		height: 39px;
		background: transparent url(_images/main-bottom.jpg) left bottom no-repeat;
	}


/* ------------------------------ */
/* SERVICES
/* ------------------------------ */
	
ul.services-list span {
	padding:0 0 10px 10px;
	font-size:20px;
	font-weight:bold;
	color: #2a368b;
	display:block;
	}

ul.services-list li {
	list-style-type: none;
	margin-left:40px;
	text-indent:10px;
	font-weight:normal;
	color:#000;
}

.services-list img,
.services-thumbs img {
	float: left;
  }
  
.services-thumbs p {
	padding: 0 !important;
	margin: 0;
	display: inline;
   }

.services-thumbs a:link img, .services-thumbs a:visited img {
	border: 3px solid #f8f8f8;
	}

.services-thumbs a:hover img, .services-thumbs a:active img {
	border: 3px solid #cfe17d;
	}

.services-thumbs img {
	margin: 0 10px 0 50px;
	width:100px;
	height:50px;
}

.services-thumbs {
	float:left;
	padding:10px; 
	width: 380px;
	text-align: left;
}

.services-container  h2 {
	color: #82923a;
	margin: 30px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

.services-container {
	padding-left:15px;
}

.services-container span {
	padding: 0 0 5px 20px !important;
	margin:0;
	display:block;
}