/* Start of CMSMS style sheet 'all' */
	/*-----------------------------------------------------------------------------
Primary Style Sheet

version:   2.0
author:    Triggerfish Corp.
email:      webmaster@triggerfishcorp.com
website:   http://www.triggerfishcorp.com
-----------------------------------------------------------------------------*/


/* -----------------------------------*/  
/* ----->>> Table of Contents <<<-----*/
/* ------------------------------------
1. Color Scheme
2. Genral Reset
3. Page Start
4. Header Start
5. Main Start
6. Content Start
7. Sidebar Start
8. Forms
9. Footer Start
--------------------------------------*/




/* -----------------------------------*/  
/* ----->>> 1. Color Scheme <<<-------*/  
/*------------------------------------- 
# Dark Blue (headlines): #1d343e
# 55% Dark Gray (text): #383838
# Light Blue (banner): #aec6f2
# Dull Blue (footer sub headlines): #7483a1
# footer yellow (link): #fffebc
# */


body{
	margin:0;
	background:url(uploads/template/body-bg.gif) repeat 0 0;
	font-family:Helvetica, Arial, Tahoma, Sans-Serif;	
	min-width:942px;
}

/* -----------------------------------*/  
/* ------>>> 2. General reset <<<-----*/  
/* -----------------------------------*/
img{border-style:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* -----------------------------------*/  
/* -------->>> 3. Page Start <<<------*/  
/* -----------------------------------*/
#page {
	width:1008px;
	overflow:hidden;
	margin:0 auto;
}
/* -----------------------------------*/  
/* ---------->>> Page End <<<---------*/  
/* -----------------------------------*/



/* -----------------------------------*/  
/* ------>>> 4. Header Start <<<------*/  
/* -----------------------------------*/
#header {
	width:100%;
	float:left;
	background:url(uploads/template/hdr-bg.png) no-repeat 0 0;
	margin:36px -2px 0;
}
#header .logo {
	width:289px;
	overflow:hidden; 
	margin:-27px 0 0 88px;
	text-align:center;
	float:left;
	display:inline;
}
#header .logo p {
	margin:0;
	font-size:10px;
	line-height:21px;
	letter-spacing:3px;
	color:#ededed;
}
#header h1 {
	margin:0;
	position:relative;
}
#header h1 a {
	width:289px;
	height:128px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(uploads/template/logo.png) no-repeat 0 0;
	display:block;
	cursor:pointer;
}
#header .call {
	float:right;
	margin-top:59px;
	text-align:right;
	padding-right:58px;
}
#header .call p {
	margin:0;
	font-size:19px;
	line-height:24px;
	font-family:Tahoma;
	color:#aec6f2;
}
#header .call p span {
	margin:0;
	font-size:23px;
	line-height:24px;
	color:#fff;
}
#header .nav {
	width:1027px;
	height:45px;
	margin-left:-3px;
	background:url(uploads/template/nav-bg.png) no-repeat 0 0;
	clear:left;
}
#nav {
	margin:0 0 0 38px;
	padding:0 0px;
	list-style:none;
	font-size:21px;
	line-height:38px;
	z-index:2;
	background:url(uploads/template/dropdown-shadow-repeat.png) repeat-y 0 0;
}
#nav li:first-child { background:none;}
#nav li {
	float:left;
	width:187px;
	padding:0 0 0 2px;
	background:url(uploads/template/nav-ul-line.gif) no-repeat;
}
#nav li a {
	width:187px;
	height:37px;
	float:left;
	text-align:center;
	text-decoration:none;
	background:url(uploads/template/nav-btn-bg.gif) repeat-x 0 0;
	color:#fff;
	float:left;
}
#nav li.hover,
#nav li:hover {
	position: relative;
}
#nav  li a:hover,
#nav  li.active a  {
	background:url(uploads/template/nav-btn-hover.gif) repeat-x 0 0;
}
#nav .drop-down {
	position:absolute;
	width:243px;
	top:36px;
	clear:both;
	margin-left:-2px;
	display:none;
}
#nav .drop-down .drop-repeat {
	width:100%;
	overflow:hidden;	
	background:url(uploads/template/dropdown-shadow-repeat.png) repeat-y 0 0;	
}
#nav .drop-down .shadow-bottom {
	width:100%;
	height:20px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/dropdown-shadow-bottom.png) no-repeat;
}
#nav ul {
	padding:0;
	margin:0 0 0 4px;
	width:233px;
	list-style:none;
	overflow:hidden;
}
#header ul li.hover .drop-down,
#header ul li:hover .drop-down {
	display:block;
}
#header ul ul li  {
	width:233px;	
	display:inline;
	font-size:16px;
	padding:0;
	line-height:35px;
	background:none;
	border-bottom:1px solid #d7d7d7;
}
#header ul ul li.first a {
	background:url(uploads/template/dropdown-first.gif) repeat-x 0 0 !important;
}
#header ul ul li.active a,
	#header ul li ul li a:hover {
	color:#0b398f;	
	background:url(uploads/template/dropdown-active.gif) repeat-x 0 0 !important;
} 
#header ul ul a {
	text-align:left;
	padding:0 0 0 19px;
	width:214px;	
	color:#000;
	height:37px;
	background:#e6e6e6 !important;
}
/* -----------------------------------*/  
/* --------->>> Header End <<<--------*/  
/* -----------------------------------*/


/* -----------------------------------*/  
/* -------->>> 5. Main Start <<<------*/  
/* -----------------------------------*/
#main {
	width:942px;
	padding:0 39px;
	overflow:hidden;
	float:left;
	margin-left:-5px;	
	background:url(uploads/template/shadow-main.png) repeat-y 0 0;
}
#main .gradient {
	width:942px;
	overflow:hidden;
	background:#fff url(uploads/template/main-gradient.gif) repeat-x 0 0;
}
#main .video-box {
	width:892px;
	margin-left:24px;
	overflow:hidden;
	margin-top:23px;
	background:url(uploads/template/video-box.gif) repeat-y 0 0;
}
#main .video-box .top {
	width:100%;
	background:url(uploads/template/video-box-top.gif) no-repeat 0 0;
}
#main .video-box .bottom {
	width:100%;
	overflow:hidden;
	padding-bottom:23px;
	background:url(uploads/template/video-box-bottom.gif) no-repeat 0 100%;
}
#main .video-box img {
	float:left;
	width:511px;
	margin:22px 0 0 0px;
}
#main .video-box .tabs {
	width:314px;
	overflow:hidden;
	float:right;
	margin:15px 23px 0 0;
	display:inline;
}
#main .video-box .tabs h2 {
	margin:0;
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	padding:0 0 8px 39px;
	letter-spacing:2px;
}
#main .video-box .tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:18px;
	overflow:hidden;
	float:left;
}
#main .video-box .tabs ul li {
	float:left;
}
#main .video-box .tabs ul li a {
	height:24px;	
	color:#32476f;
	padding-top:6px;
	text-decoration:none;
	display:block;
	width:104px;
	text-align:center;
	background:url(uploads/template/tabs-btn.gif) no-repeat 0 0;
}
#main .video-box .tabs ul li.active a {
	background:url(uploads/template/tabs-btn-active.gif) no-repeat 0 0;
}
#video {
	padding:9px 0 15px 0;
	float:left;
	margin:22px 0 0 22px;
}
#main .video-box .tabs-content {
	width:100%;
	overflow:hidden;
	float:left;
	margin-left:-1px;
}
#main .video-box .tabs-content h3 {
	font-weight:bold;
	font-size:17px;
	line-height:17px;
	color:#262626;
	margin:15px 0 0;
	padding:0 0 7px 20px;
}
#main .video-box .tabs-content .box {
	overflow:hidden;
	height:1%;
	padding:0 10px 0 6px;
	margin:0 0 12px;
}
#main .video-box .tabs-content p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	padding:0 25px 27px;
	color:#575757;
}
#main .video-box .tabs .bord {
	width:100%;	
	overflow:hidden;
	background:url(uploads/template/bord-bg.gif) repeat-y 0 0;
}
#main .video-box .tabs .bord .bottom {
	width:100%;
	padding:0;
	overflow:hidden;
	background:url(uploads/template/bord-bottom.gif) no-repeat 0 100%;
}
#main .video-box .tabs-content a.watch {
	display:block;
	width:97px;
	height:28px;
	text-indent:-9999px;
	font-size:0;
	float:right;
	margin-right:13px;
	background:url(uploads/template/watch.gif) no-repeat;
	background-position:0px -30px;
}
#main .video-box .tabs-content a:hover.watch {
	display:block;
	width:97px;
	height:28px;
	text-indent:-9999px;
	font-size:0;
	float:right;
	margin-right:13px;
	background:url(uploads/template/watch.gif) no-repeat;
}
#main ul.bottom {
	margin:0;
	padding:48px 0 24px 49px;
	list-style:none;
	width:100%;
	overflow:hidden;
	float:left;
}	
#main ul.bottom li {
	width:237px;
	overflow:hidden;
	float:left;
	margin-right:26px;
	padding:0 8px 0 24px;
	background:url(uploads/template/border-gray.gif) no-repeat 100% 0;
}
#main ul.bottom li.last {
	background:0;
}
#main ul.bottom li h2 {
	margin:0;
	padding:12px 0 0 51px;
	margin-left:9px;
	padding-left:62px;
	font-size:27px;
	line-height:30px;
	font-weight:normal;
	color:#7483a1;
	height:46px;
	background:url(uploads/template/icon01.gif) no-repeat 0 0;
}
#main ul.bottom li h2.commercial {
	background:url(uploads/template/icon01.gif) no-repeat 0 0;
}
#main ul.bottom li h2.residential {
	background:url(uploads/template/icon02.gif) no-repeat 0 0;
}
#main ul.bottom li h2.gutters {
	padding-left:74px;	
	background:url(uploads/template/icon03.gif) no-repeat 0 0;
}
#main ul.bottom li p {
	margin:0;
	padding:0 0 7px;
	font-size:14px;
	line-height:24px;
	color:#737373;
}
#main ul.bottom li a.more {
	display:block;
	width:99px;
	height:30px;
	text-indent:-9999px;
	float:right;
	background:url(uploads/template/more.gif) no-repeat;
	background-position:0px -30px;	
}
#main ul.bottom li a:hover.more {
	display:block;
	width:99px;
	height:30px;
	text-indent:-9999px;
	float:right;
	background:url(uploads/template/more.gif) no-repeat;	
}
.img-left{
	margin: 6px 12px;
	float: left;
	border: solid 5px #f2f2f2;
}
.img-right{
	margin: 6px 12px;
	float: right;
	border: solid 5px #f2f2f2;
}
/* -----------------------------------*/  
/* ---------->>> Main End <<<---------*/  
/* -----------------------------------*/


/* -----------------------------------*/  
/* ------>>> 6. Content Start <<<-----*/  
/* -----------------------------------*/
#content {
	width:520px;
	overflow:hidden;
	float:left;
	padding:0 0 48px 48px;
}
#content h2 {
	margin:0;
	font-size:38px;
	line-height:40px;
	color:#1d343e;
	font-weight:normal;
	border-bottom:1px solid #8e999e;
	width:100%;
	clear:both;
	padding:26px 0 4px;
}
#content p {
	margin:9px 0 0;
	font-size:14px;
	line-height:24px;
	color:#4d4d4d;
}
#content .header {
	width:100%;
	overflow:hidden;
}
#content li {
	color:#4d4d4d;
	padding:5px 0;
	font-size:14px;
	line-height:24px;
}
#content ul.list {
	margin:50px 0 16px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#content ul.list li {
	width:100%;
	overflow:hidden;
	padding:0 0 56px;
}
#content ul.list li .text {
	margin-top:-145px;
	float:right;
	width:343px;
	padding-right:18px;
	overflow:hidden;
	
}

/* -----------------------------------*/  
/* --------->>> Content End <<<-------*/  
/* -----------------------------------*/


/* -----------------------------------*/  
/* ------>>> 7. Sidebar Start <<<-----*/  
/* -----------------------------------*/
#sidebar {
	width:314px;
	overflow:hidden;
	float:left;
	margin:9px 0 0 30px;
}
#sidebar img {
	float:right;
	padding:35px 0;
}
#sidebar .addy-help {
	padding-left: 40px;
}
#sidebar .form-box {
	width:100%;
	overflow:hidden;	
}
#sidebar .form-box .repeat {
	width:100%;
	overflow:hidden;	
	background:url(uploads/template/form-box-repeat.gif) repeat-y 100% 0;	
}
#sidebar .form-box .top {
	height:102px;
	overflow:hidden;
	width:100%;	
	background:url(uploads/template/form-box-top.gif) no-repeat 100% 0;	
}	
#sidebar .form-box .bottom {
	width:100%;
	height:16px;	
	background:url(uploads/template/form-box-bottom.gif) no-repeat 100% 100%;
	font-size:0;
	line-height:0;
	margin-bottom:30px;
}
#sidebar .form-box ul {
	margin:0;
	list-style:none;
	padding:0 0 7px 37px;
}
#sidebar .form-box ul li {
	padding:0 0 10px;
	overflow:hidden;
	height:1%;
}
#sidebar .form-box ul label {
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	width:100%;
	clear:right;
	color:#8e999e;
}
#sidebar .form-box ul .name {
	width:253px;
	height:30px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/input-bg.gif) no-repeat 0 0;
}
#sidebar .form-box ul .email-address {
	width:253px;
	height:30px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/input-bg.gif) no-repeat 0 0;
}
#sidebar .form-box ul .email-again {
	width:253px;
	height:30px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/input-bg.gif) no-repeat 0 0;
}
#sidebar .form-box ul .subject {
	width:253px;
	height:30px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/input-bg.gif) no-repeat 0 0;
}
#sidebar .form-box ul .text_area {
	width:253px;
	height:95px;
	float:left;
	overflow:hidden;
	background:url(uploads/template/textarea-bg.gif) no-repeat 0 0;
}
#sidebar .form-box ul input {
	width:235px;
	height:27px;
	padding:4px 5px;
	border:0;
	background:none;
	float:left;
}
#sidebar h3 {
	width:280px;
	margin:0 0 0 30px;
	font-size:18px;
	line-height:40px;
	color:#1d343e;
	font-weight:normal;
}
#sidebar h4 {
	width:280px;
	margin:0 0 0 30px;
	font-size:18px;
	line-height:40px;
	color:#1d343e;
	font-weight:normal;
}
#sidebar p {
	width:280px;
	padding:10px 0 0 0px;
	margin:0px 0 0 29px;
	font-size:14px;
	line-height:24px;
	color:#4d4d4d;
}
/* -----------------------------------*/  
/* --------->>> Sidebar End <<<-------*/  
/* -----------------------------------*/

/* -----------------------------------*/  
/* ---------->>> 8. Forms <<<---------*/  
/* -----------------------------------*/

#content input, textarea {
	border: 1px solid #c6c6c6;
	color: #333;
	padding: 8px;
}
.text_area {
	width:480px;
}
#content .input-go {
	background:url(uploads/template/submit.gif);
	border: none;
	color: white;
	font-size: 0.7em;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
}


/* -----------------------------------*/  
/* ------>>> 9. Footer Start <<<------*/  
/* -----------------------------------*/
#footer {
	width:910px;
	height:1%;
	padding:13px 56px 60px;
	overflow:hidden;
	float:left;
	margin-left:-5px;
	background:url(uploads/template/ftr-bg.png) no-repeat 0 0;
}
#footer p.left {
	margin:0;
	float:left;
	font-size:12px;
	line-height:24px;
	color:#f2f2f2;
	font-family:Tahoma;
}
#footer p.left a {
	color:#fff;
	position:relative;
	text-decoration:none;
}
#footer p.left a:hover {
	text-decoration:underline;
}
#footer p.credits {
	margin:0;
	float:right;
	font-size:12px;
	line-height:24px;
	color:#f2f2f2;
}
#footer p.credits a {
	color:#fffebc;
	text-decoration:none;
}
#footer p.credits a:hover {
	text-decoration:underline;
}
#footer p.credits span {
	color:#eaff00;
}
#footer p.credits a span {
	color:#eaff00;
}
/* -----------------------------------*/  
/* --------->>> Footer End <<<--------*/  
/* -----------------------------------*/
/* End of 'all' */

