/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff url('../images/int-bg.gif') top repeat-x;
	font-family: tahoma,arial,\5b8b\4f53;;
	font-size: 11px;
	color: #000;
}

body#aluminium { background: #fff url('../images/bg.gif') top repeat-x; }

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #799c12;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #00662c; }

a img { border: 0; }

.small { font-size: 10px; }

.green { color: #799c12; }

ul, ol { margin-left: 20px; }

div#show div.box { visibility:hidden; }
div#show div#slide-1 { visibility:visible; }


/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 32px;
}

	#nav li {
		float: left;
		width: 192px;
		/*background: url('../images/nav.gif') top no-repeat;*/
	}

	#nav li:hover { background-position: bottom; }

	#nav li a {
		text-indent: -4440px;
		display: block;
		width: 192px;
		height: 50px;
		text-decoration: none;
		text-align: center;
		background: url('../images/divider.gif') 100% 50% no-repeat;
	}
	
		#nav li#nav-work a {
			background: url('../images/nav-work.gif') top no-repeat;
		}
		#nav li#nav-about a {
			background: url('../images/nav-about.gif') top no-repeat;
		}
		#nav li#nav-blog a {
			background: url('../images/nav-blog.gif') top no-repeat;
		}
		#nav li#nav-services a {
			background: url('../images/nav-services.gif') top no-repeat;
		}
		#nav li#nav-contact a {
			background: url('../images/nav-contact.gif') top no-repeat;
		}
        #nav li#nav-commitment a {
            background: url('../images/nav-commitment.gif') top no-repeat;
        }
        #nav li#nav-cert a {
            background: url('../images/nav-cert.gif') top no-repeat;
        }


	#nav li#last a { background: none; }

	#nav li a:hover,
	#work li#nav-commitment a, 
	#about li#nav-about a, 
	#blog li#nav-cert a, 
	#services li#nav-services a, 
	#contact li#nav-contact a 
		{ background-position: bottom !important; }



/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	width: 158px;
	left: -999em;
}

	#nav li li {
		float: left;
		width: 158px;
		background: none;
	}

	#nav li li a {
		background: #c8e097;
		border-bottom: 1px #8ab03a solid;
		text-align: left;
		padding-left: 10px;
		width: 148px;
	}

	#nav li li a:hover {
		color: #fe7b26;
		background: #d9eeaf;
	}

/* LEVEL THREE */

#nav ul ul ul { margin: -33px 0 0 158px; }

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.wrap {
	width: 960px;
	margin: 0 auto;
}

	#header {
		height: 242px;
		padding-top: 10px;
	}

	body#aluminium #header { height: 352px; }

		#topHeader { height: 88px; }
		
			#contactInfo {
				float: right;
                text-align: right;
				width: 420px;
				padding: 11px 15px 0 0;
			}

				#contactInfo .phone { font-size: 20px; }

				#contactInfo p.email { padding: 0 0 0 60px; }

				#contactInfo p.email a {
					font-size: 12px;
					color: #ccc;
				}
                #contactInfo p.addr { font-size: 14px; padding: 0 0 0 70px; color: #666; }
                
		#subHeader { height: 156px; _height: 154px;}

		body#aluminium #subHeader { height: 264px; }

			#mainHeader {
				position: relative; 
				height: 156px; 
                _height: 154px;
				background: url('../images/intMainHeader.gif') bottom right no-repeat;
			}
			
			body#aluminium #mainHeader {
				float: left;
				position: relative; 
				height: 256px;
                *height: 256px;
				width: 450px;
                background: none;
				/*background: url('../images/mainHeader.jpg') left no-repeat;*/
			}

				#mainHeader p.homeTitle {
					padding: 94px 0 10px 234px;
					color: #fff;
					font-size: 21px;
				}
				
				#mainHeader p.homeContent {
					padding: 0 0 0 236px;
					font-size: 11px;
				}
				
				#button {
					position: absolute;
					top: 165px;
					left: 340px;
					display: block;
					height: 27px;
					width: 102px;
					color: #fff;
					padding: 7px 0 0 10px;
                    font-size: 13px;
					background: url('../images/headerButton.gif') no-repeat;
				}

					#button a, #intButton a { color: #fff; }

				#mainHeader p.intTitle {
					padding: 50px 0 10px 21px;
					color: #fff;
					font-size: 24px;
				}
				
				#mainHeader p.intContent {
                    font-family: tahoma,arial,\5b8b\4f53;
					padding: 0 0 5px 22px;
					font-size: 16px;
				}
				
				#intButton {
					position: absolute;
					top: 107px;
					left: 420px;
					display: block;
					height: 27px;
					width: 102px;
					font-size: 13px;
					color: #fff;
					padding: 5px 0 0 10px;
					background: url('../images/headerButton.gif') no-repeat;

				}

			#clientPreview {
				float: right;
				height: 264px;
				width: 484px;
			}

	#nav { height: 50px; }

	#content {
		background: url('../images/shadow.gif') bottom repeat-x;
		line-height: 1.7
	}

		#content .wrap {
			background: url('../images/bg-content.gif') left repeat-y;
			padding-bottom: 20px;
		}
	#partner{
        background: url('../images/partner.jpg') no-repeat bottom left;
        margin-top:20px;
        height:130px;
        border-top: 1px solid #CCC;
    }	
		#sidebar {
			float: right;
			width: 195px;
			padding-top: 20px;
		}

			#sidebar h2 {
				font-size: 14px;
				font-weight: bold;
				color: #333333;
			}

			.blogsidebar ul { list-style: none !important; margin: 0 !important; }

			.blogsidebar a { color: #444; }
			.blogsidebar a:hover { color: #799c12; }

			#twitter {
				padding: 7px 0 7px 40px;
				background: url('../images/twitterFeed.gif') left no-repeat;
			}
			
			#latest {
				border-top: 1px #d5d5d5 solid;
				padding: 15px 0 15px 0;
			}
			
			#sidebar p {
				font-size: 11px;
				color: #666666;
				padding: 5px 0 10px 0;
			}
			
			#quote {
				padding: 0 10px 15px 0;
				background: url('../images/quote.gif') bottom right no-repeat;
			}
			
			#rss {
				font-size: 12px; 
				color: #ff6600; 
				height: 40px;
				padding: 12px 0 0 45px;
				background: url('../images/rssFeed.gif') left no-repeat;
			}

		#mainContent {
			float: left;
			width: 727px;
			font-size: 20px;
			color: #333;
			padding-top: 20px;
		}

			#mainContent p.welcome {
				font-size: 23px;
				border-bottom: 1px #d5d5d5 solid;
				margin-bottom: 18px;
				color: #000;
			}
        #full-width {
            float: left;
            font-size: 20px;
            color: #333;
            padding-top: 20px;
        }

            #full-width p.welcome {
                font-size: 23px;
                border-bottom: 1px #d5d5d5 solid;
                margin-bottom: 18px;
                color: #000;
            }
		
	#footer {
		border-top: 1px #d5d5d5 solid;
		font-size: 11px;
		color: #999;
		padding: 10px 0 10px 0;
		text-align: center;
	}
	
		#footer a {
			font-size: 11px;
			color: #999;
		}
		

		span.copyright { font-family: "Verdana"; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

td.square{
    padding: 6px 0 6px 15px;
    background: url("../images/square.jpg") no-repeat top left;
}
/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
    color: #799C13;
}
.short-title{
   padding: 10px 0 10px 10px;
   margin-bottom: 10px;  
   background-color: #799C13;
   color: #fff;
   width: 180px; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#topHeader h1 {
		float: left;
 		display: inline;
 		text-indent: -4440px;
	}

		#topHeader h1 a {
			display: block;
			width: 513px;
			height: 78px;
			background: url('../images/aluminium.jpg') left no-repeat;
		}

h2 { font-size: 22px; }

	.blogsidebar h2 {
		text-transform: uppercase;
		color: #799c12 !important;
	}

h3 { font-size: 19px; }

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */