* { margin: 0; padding: 0; }

	body { min-height: 100.01%; line-height: 1em; }
	
	#imageFadeContainer {
		position:relative;
		top:0;
		left:0;
		width: 399px;
		height: 400px;
		margin-bottom: 3px;
	}

	#imageFadeContainer img {
		position:absolute;
		top:0;
		left:0;
		z-index: 1;
	}
 
       .comment-replies {
           margin-left: 30px;
       }
       
       .form-element.form-hide {
	   display: none;
       }

       .form-element.form-type-checkbox label,
       .form-element.form-type-radio label {
	   display: inline;
       }

       .form-float-left {
	   float: left;
       }
	
       .form-element.form-float-left {
           padding-right: 10px;
       }




/* -----------------------
Yahoo Reset CSS
-----------------------*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
       html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}




/* -----------------------
Custom CSS
-----------------------*/

html { height:100%; }

html, body {
    background:#fff;
    color:#B2B2B2;
    font-family:arial, helvetica, sans-serif;
    letter-spacing:.03em;
    font-size:12px;
    line-height:1.6;
}



hr {
    background:#fff;
    color:#fff;
    border:0;
    height:3px;
    margin:10px auto;
    *margin-top:0;
    *margin-bottom:0;
}

a {  color:#333; outline: none; }
a:hover { color:#fff; text-decoration:none; }
a img { border:none; }

h1, h2, h3, h5 {
    font-family: arial, helvetica, sans-serif;
    letter-spacing:.1em;
}

h2 {
    font-size:200%;
    text-transform:uppercase;
}

h3 {
    font-size:150%;
    text-transform:uppercase;
    
}

h4 {
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:.05em;
}

h5 {
    text-transform:uppercase;
	margin-bottom: 1em;
}

p {
    margin-bottom:10px;
}

img {
    margin:0;
    padding:0;
}


/* ============= IDs ==============*/

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

#header {
    margin:24px 0 17px 0;
    height:40px;
    clear:both;
    position:relative;
}

#logo {
    margin-left:0;
    margin-bottom:5px;
}


#content {
    position:relative;
    height:100%;
    margin-top:10px;
    display:block;
    clear:both;
}

#left_content {
    width:400px;
    float:left;
    display:block;
    position:relative;
}

html#home #left_content {
    background:none;
    text-align:center;
    color:#fff;
    line-height:2;
}

#left_content img {
    display:block;
    margin-bottom:2px;
}

html#home #left_content h4 {
    text-transform:uppercase;
    font-size:130%;
    border-top:2px solid #CCCDCF;
    border-bottom:2px solid #CCCDCF;
    margin:40px 0;
    padding:12px 0 10px 0;
    font-weight:normal;
}
html#home #left_content h5 {
    text-transform:uppercase;
}


#right_content {
    width:400px;
    float:right;
    background:#737373;
    color:#fff;
    position:relative;
}

html#home #right_content {
    background:none;
}

#right_content .contact_bottom_group {
    background:transparent url(/images/bottom_group_bg.gif) 0 0 repeat-y;
    padding-bottom:20px;
}

#right_content .contact_left {
    float:left;
    width:130px;
}

#right_content .contact_right {
    float:right;
    width:182px;
}

#services_images {
    margin:0;
    padding:0;
	height: 495px;
}

#services_images div {
    position:relative;
    display:block;
	overflow: hidden;
    line-height:0;
    float:left;
    z-index:200;
    margin-left:3px;
    margin-bottom:3px;
    width:158px;
    height:492px;
    padding:0;
}

#services_images div.first {
    margin-left:0;
}

#services_images div img {
    position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -158px;
    width:316px;
    height:492px;
    z-index:-10;
}

#services_images div h4 {
    position:absolute;
    bottom:0;
    left:0;
    width:300px;
	padding: 8px;
	*margin: 0 -8px;
    display:none;
    color:#fff;
    line-height:1.4;
}

#services_images div.hover h4 {
	display: block;
    background:#222;
}

#services_images .description {
    display:none;
}

#services_details {
    background:#737373;
    color:#fff;
    padding:20px;
    clear:both;
    margin:0;
}

#services_details h4 {
    text-transform:none;
}

#services_details .left {
    float:left;
    width:90px;
    text-align:right;
}

#services_details .right {
    float:right;
    width:648px;
    
}

.thumb-list .thumbnail {
	width: 150px;
	text-align: center;
	margin: 10px;
	float: left;
}




html#contact .form-contact input.input-text, html#contact .form-contact textarea {
    border:0;
    width: 23em;
}

html#contact .form-contact textarea {
    height:7em;
    margin-bottom:10px;
}


html#contact .form-contact .form-element.form-float-left {
       padding-right: 1em;
}


html#contact .form-contact label {
    display:block;
    margin-top:10px;
}


html#contact .form-contact legend {
    color:#fff;
    margin:0;
    padding:10px 0 0 0;
    *margin-left:-7px;
}

html#contact .form-contact .address_1 label, html#contact .form-contact .address_2 label {
    display:none;
}

html#contact .form-contact .first_name input, html#contact .form-contact .last_name input {
    width:11em;
}

html#contact .form-contact .city input {
    width:12em;
}

html#contact .form-contact .state input {
    width:2em;
}

html#contact .form-contact .zip input {
    width:7em;
}

html#contact .form-contact input.input-submit, html#contact .form-contact input.input-button {
    background:#999B9E;
    border:0;
    font-weight:bold;
    color:#333;
    cursor:pointer;
}



#footer {
	position:relative;
    font-family: arial, helvetica, sans-serif;
clear: both;
    text-align:left;
    font-size:10px;
    height:120px;
    margin-top:30px;
    background:transparent 100% 0px no-repeat;
}

#footer a {
    color:#B2B2B2;
    text-decoration:none;
}

#footer #usgbc{
		position:absolute;
		top:0px; right:115px;
}

/* ============= Classes ==============*/

.clear {
    clear:both;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

 .clearfix {
display: inline-block;
}

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */

.form-important {
    display:none;
}

.padding {
    padding:18px;
}

.block_image {
    display:block;
    margin-bottom:2px;
    
}

.loading {
	background: transparent url(/images/loading.gif) no-repeat 50% 50%;
	height:400px;
	width:604px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* ============= Navigation ==============*/


#navigation {
    height:10px;
    background:transparent url(/images/nav/plus.jpg) 0 0 no-repeat;;
}

#navigation ul.navigation {
    margin:0;
    margin-left:18px;
    height:30px;
}

#navigation ul.navigation li {
    float:left;
    display:block;
    position:relative;
}

#navigation ul.navigation li a {
    text-decoration:none;
    color:#717171;
    font-size:12px;
    height:20px;
    text-indent:-9999px;
    height:10px;
    overflow:hidden;
    display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#navigation ul.navigation li.nav-home a {
    background:transparent url(/images/nav/nav_home.png) 0 0 no-repeat;;
    width:48px;
}

#navigation ul.navigation li.nav-services a {
    background:transparent url(/images/nav/nav_services.png) 0 0 no-repeat;;
    width:77px;
}

#navigation ul.navigation li.nav-about a {
    background:transparent url(/images/nav/nav_about.png) 0 0 no-repeat;;
    width:57px;
}


#navigation ul.navigation li.nav-people a {
    background:transparent url(/images/nav/nav_people.png) 0 0 no-repeat;;
    width:67px;
}

#navigation ul.navigation li.nav-contact a {
    background:transparent url(/images/nav/nav_contacts.png) 0 0 no-repeat;;
    width:75px;
}

#navigation ul.navigation li.nav-gallery a {
    background:transparent url(/images/nav/nav_gallery.png) 0 0 no-repeat;;
    width:74px;
}

#navigation ul.navigation li.nav-featured-products a {
    background:transparent url(/images/nav/nav_products.png) 0 0 no-repeat;;
    width:87px;
}

#navigation ul.navigation li.selected a, #navigation ul.navigation li.selected a:hover, #navigation ul.navigation li a:hover, #navigation ul.navigation li.ancestor a {
    position:relative;
	background-position: 0 -10px;
}

.comment-replies .comment-form {
	margin-top: 1em;
}

#hero-controls {
 	position: absolute;
	bottom: 10px;
	right: 10px;
	top: auto;
	left: auto;
	z-index: 1000;
	background: #000;
	width: 33px;
	height: 5px;
	overflow: hidden;
	padding: 4px 2px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	_filter: alpha(opacity=80);
}

	#hero-controls a {
		display: block;
		position: absolute;
		top: 4px;
		_top: -1px;
		left: 5px;
		width: 5px;
		height: 5px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		z-index: 1001;
	}
	
	#hero-controls a#hero-previous {
		left: 5px;
		background-image: url(/images/prev.png);
	}
	
	#hero-controls a#hero-pause {
		left: 16px;
		background-image: url(/images/pause.png);
	}
	
	#hero-controls a#hero-play {
		left: 16px;
		background-image: url(/images/play.png);
	}
	
	#hero-controls a#hero-next {
		left: 27px;
		background-image: url(/images/next.png);
	}
	
/* Lightbox */

	#overlay, #gallery-loading {
		position: fixed;
		*position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -320px;
		z-index: 10000;
		background: transparent url(/images/popup-bg.png);
		_background: none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/popup-bg.png', sizingMethod='crop');
		width: 600px;
		height: 400px;
		padding: 20px 25px 30px;
	}
	
		#popup {
			width: 100%;
			height: 100%;
			position: fixed;
			*position: absolute;
			top: 50%;
			left: 50%;
			margin: -235px 0 0 -320px;
			z-index: 10001;
			width: 600px;
			height: 400px;
			padding: 20px 25px 30px;
			text-align: center;
		}
		
			#popup .close {
				position: absolute;
				top: 3px;
				right: 11px;
				color: #999;
				text-decoration: none;
				padding-right: 12px;
				height: 1em;
				display: block;
				overflow: hidden;
				background: url(/images/close.png) no-repeat 100% 50%;
				line-height: 1em;
			}

			#popup a.prev, #popup a.next, #popup a.play, #popup a.pause {
				display: block;
				position: absolute;
				overflow: hidden;
				text-indent: -1000px;
				bottom: 40px;
				width: 5px;
				height: 5px;
				padding: 4px;
				background-color: #000;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				*background-position: 4px 4px;
				-moz-opacity: 0.8;
				opacity: 0.8;
				filter: alpha(opacity=80);
				z-index: 10003;
			}
			
			#popup a.prev {
				right: 61px;
				background-image: url(/images/prev.png);
			}
			
			#popup a.pause {
				right: 48px;
				background-image: url(/images/pause.png);
			}

			#popup a.play {
				right: 48px;
				background-image: url(/images/play.png);
			}
			
			#popup a.next {
				right: 35px;
				background-image: url(/images/next.png);
			}
		
			#popup .photo-wrapper {
				width: 600px;
				height: 400px;
				text-align: center;
				position: relative;
				margin-bottom: 10px;
			}
			
				#popup .photo-wrapper a.prev {
					left: 0;
				}
				
				#popup .photo-wrapper a.next {
					right: 0;
				}
		
				#popup .photo-wrapper .caption {
					width: 600px;
					height: 1em;
					padding: 0.5em 0;
					text-align: center;
					font-weight: bold;
					color: #999;
					line-height: 1em;
					position: absolute;
					left: 0px;
					bottom: -2.5em;
					z-index: 10002;
				}
				
			#popup .thumbs {
				background: #f2f2f2;
				width: 590px;
				_width: 640px;
				margin: 40px -20px 20px;
				height: 100px;
				padding: 20px 25px;
				_padding: 20px 0;
				line-height: 140px;
				overflow: hidden;
				position: relative;
			}
			
				#popup .thumbs .thumbs-wrapper {
					white-space: nowrap;
					height: 100px;
					position: relative;
					left: 0px;
				}
		
				#popup .thumbs a {
					margin: 0 23px 0;
					_margin: 0 22px 0;
					width: 150px;
					height: 100px;
					display: block;
					float: left;
					text-decoration: none;
					text-align: center;
				}
				
				#popup .thumbs a.prev, #popup .thumbs a.next {
					margin: 0;
					width: 25px;
					height: 140px;
					overflow: hidden;
					text-indent: -1000px;
					display: block;
					position: absolute;
					top: 0px;
					left: 0px;
					background: #f2f2f2 url(/images/lb-prev.png) no-repeat 50% 50%;
					z-index: 10003;
				}
				
				#popup .thumbs a.next {
					left: auto;
					right: 0px;
					background: #f2f2f2 url(/images/lb-next.png) no-repeat 50% 50%;
				}
				
					#popup .thumbs a img {
						height: 100px;
						width: auto;
					}
					
	#overlay div.loading {
		position: absolute;
		width: 600px;
		top: 50%;
		margin-top: -1.5em;
		height: 1em;
		line-height: 1em;
		padding-bottom: 2em;
		background-position: 50% 100%;
		text-align: center;
	}
	
/* Featured Product Callout */
	
a.featured-product {
	display: table;
	_display: block;
	width: 399px;
	height: 100px;
	background-color: #717171;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Cambria, Times, "Times New Roman";
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 138%;
	position: relative;
	oveflow: hidden;
}

	a.featured-product span.title {
		color: #fff;
		width: 204px;
		padding-left: 190px;
		padding-right: 5px;
		height: 100px;
		z-index: 2;
		background: transparent url(/images/featured-product-bg.png) no-repeat 100% 50%;
		display: table-cell;
		_display: block;
		vertical-align: middle;
	}
	
	a.featured-product span.ie-center {
		*display: inline-block;
		*position: relative;
		*top: 50%;
	}

	a.featured-product span.ie-is-lame {
		*display: inline-block;
		*position: relative;
		*top: -50%;
	}

/* vcard */

	.vcard {
		
	}
	
		.vcard .url, .vcard .email, .vcard .tel .type {
			display: none;
		}