/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
	{
	font-size: .75em;
	margin: 0px;
	text-align: center;
	background: #33373A url(_images/bg.jpg) top center repeat-x;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	}

#warp
	{
	position: relative;
	margin: auto;
	width: 974px;
	}

	#nav
		{
		position: relative;
		width: 974px;
		height: 119px;
		background: url(_images/navbg.png) top left;
		}
	
	* html #nav
		{
		background: url(_images/navbg.gif) top left repeat-x;
		}
	
		#logo
			{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 298px;
			height: 119px;
			background: url(_images/logo.gif) top left;
			}
		
		#nav ul
			{
			position: relative;
			float: right;
			height: 119px;
			padding-right: 7px;
			background: url(_images/endcap.gif) top right no-repeat;
			}
		
		#nav li
			{
			position: relative;
			float: left;
			}
		
		#n1
			{
			width: 105px;
			height: 111px;
			background: url(_images/n1.gif) top left no-repeat;
			z-index: 5;
			}
		
			#n1:hover, #n1.sfhover
				{
				background: url(_images/n1.gif) bottom left no-repeat
				}
			
			#n1 .link1
				{
				display: none;
				}
			
			#n1:hover .link1, #n1.sfhover .link1
				{
				position: relative;
				display: block;
				height: 14px;
				width: 87px;
				margin-left: 5px;
				margin-top: 52px;
				background: url(_images/link1.gif) top right no-repeat;
				text-indent: -9999em;
				}
				#n1 .link1:hover, #n1.sfhover .link1:hover
					{ background: url(_images/link1.gif) bottom right no-repeat; }

			
			#n1 .link2
				{
				display: none;
				}
			
			#n1:hover .link2, #n1.sfhover .link2
				{
				position: relative;
				z-index: 1000;
				display: block;
				height: 14px;
				width: 87px;
				margin-left: 5px;
				margin-top: 8px;
				background: url(_images/link2.gif) top right no-repeat;
				text-indent: -9999em;
				}
				#n1 .link2:hover, #n1.sfhover .link2:hover
					{ background: url(_images/link2.gif) bottom right no-repeat; }
		
		#n2 a
			{
			float: left;
			height: 111px;
			width: 134px;
			background: url(_images/n2.gif) top left no-repeat;
			text-indent: -9999em;
			}
		
		#n3 a
			{
			float: left;
			height: 111px;
			width: 122px;
			background: url(_images/n3.gif) top left no-repeat;
			text-indent: -9999em;
			}
		
		#n4 a
			{
			float: left;
			height: 111px;
			width: 100px;
			background: url(_images/n4.gif) top left no-repeat;
			text-indent: -9999em;
			}
		
		#n5 a
			{
			float: left;
			height: 111px;
			width: 78px;
			background: url(_images/n5.gif) top left no-repeat;
			text-indent: -9999em;
			}
		
		#n6 a
			{
			float: left;
			height: 119px;
			width: 114px;
			text-indent: -9999em;
			background: url(_images/n6.gif) top left no-repeat;
			}
		
		li#n6 a:hover
			{
			background: url(_images/n6.gif) top left no-repeat;
			background-position: 0 -125px;
			}
		
		#nav a:hover
			{
			background-position: bottom left;
			}
		
		
	
	
	#flash
		{
		position: relative;
		height: 291px;
		width: 960px;
		margin: auto;
		margin-left: 7px;
		}
		#flash img
			{
			display: block;
			}
	
	
	#foot
		{
		position: relative;
		padding: 10px;
		margin-left: 7px;
		margin-top: 7px;
		width: 940px;
		background: url(_images/foot.jpg) top left no-repeat;
		}

	#home #foot 
		{
		height: 648px;
		}
	
		#expertise
			{
			position: relative;
			padding: 15px;	
			border: 1px solid #616872;
			}
			
			#expertise h3
				{
				position: relative;
				float: left;
				height: 85px;
				width: 314px;
				background: url(_images/value.gif) top left no-repeat;
				text-indent: -9999em;
				}
			
			#expertise ul
				{
				position: relative;
				float: left;
				margin-top: -8px;
				width: 296px;
				text-align: left;
				font-size: 1.15em;
				}
			
				#expertise li
					{
					position: relative;
					padding: 5px 0 5px 0
					}
				
				#expertise li a
					{
					padding-left: 18px;
					margin-right: 5px;
					display: block;
					color: #e9e9e9;
					background: url(_images/tag.gif) left center no-repeat;
					background-position: 0 5px;
					}
                
                #expertise li a:hover
					{
					text-decoration: underline;
					color: #f8a119;
					background: url(_images/tagactive.gif) left center no-repeat;
					background-position: 0 5px;
					}
	
	#canlist
		{
		position: relative;
		padding: 15px 0 15px 6px;
		}
	
		#canlist li
			{
			position: relative;
			float: left;
			width: 143px;
			height: 141px;
			padding: 0 6px 0 6px;
			}
	
	#final
		{
		position: relative;
		padding-top: 8px;
		margin-top: 10px;
		border-top: 4px solid #606873;
		text-align: right;
		}
		
		#final li
			{
			position: relative;
			float: right;
			padding-left: 10px;
			}
	
		#final a
			{
			position: relative;
			float: left;
			color: #a0aab9;
			}
		
		#final a:hover
			{
			position: relative;
			text-decoration: underline;
			color: #f8a119;
			}
			

/* content */
			
#top h1 
	{
	font: bold 37px Helvetica;
	float: left;
	color: #3c3f46;
	width: 297px;
	height: 125px;
	padding-top: 70px;
	border-right: 1px solid #f8a21b;
	}

#top h2 
	{
	font: bold 18px/30px Helvetica;	
	float: left;
	color: #3c3f46;
	width: 409px;
	height: 150px;
	padding: 10px 0 0 30px;
	text-align: left;
	}
	
	#top h2 a
		{
		color: #3c3f46;
		font-style: italic;
		padding-right: 2px;
		}

	#top h2 a:hover 
		{
		color: #f9a119;
		}

#content
	{
	position: relative;
	padding: 15px;	
	border: 1px solid #616872;
	}

#content address 
	{
	text-align: left;
	margin: 0 0 20px 20px;
	float: left;
	width: 280px;
	}

#content h2
	{
	position: relative;
	text-align: left;
	margin-top: 15px;
	color: #f8a21b;
	font-weight: bold;
	}

#content h3
	{
	text-align: left;
	font-size: 18px;
	position: relative;
	clear: both;
	}
	
#content p
	{
	font: normal 14px/22px helvetica;	
	text-align: left;
	margin-bottom: 15px;
	}

#content p a, #content h2 a, #content h3 a, #content li a, #content address a   
	{
	color: #f9a119;
	}
	
	#content a:hover
		{
		background: #000;
		}


#content ul 
	{
	font: normal 13px/20px helvetica;
	list-style-type: square;
	text-align: left;
	margin: 0 0 10px 30px;
	}
	
.col_l
	{
	width: 290px;
	margin-top: 10px;
	padding-right: 10px;
	float: left;
	}	

	.col_l_wide
		{
		margin-top: 10px;
		width: 600px;
		float: left;
		}
	
	.col_address
		{
		width: 200px;
		margin-top: 10px;
		padding-right: 10px;
		float: left;
		}	
		
	.col_address h3
		{
		margin-left: 20px;
		}
	
	.col_address address
		{
		font: normal 13px/20px helvetica;
		}

.b_map
	{
	background: #33373A/*F9A119*/;
	padding: 4px 30px 2px 30px;
	}

.b_map a
	{
	color: #fff;
	}
		
.col_r_photo
	{
	width: 270px;
	float: right;
	}

.col_r_map
	{
	width: 380px;
	float: right;
	border: 1px solid #616872;
	margin-bottom: 10px;
	padding: 5px;
	}

.contact .col_r_map
	{
	width: 270px;
	float: right;
	border: none;
	margin-top: 10px;
	padding: 5px;
	}
	
	.contact .col_r_map p {
		background: #33373A;
		text-align: center;
		}

	.contact .list_name
		{
		margin-left: 40px;
		}
	
#content .img-right
	{
	padding: 4px;
	border: 1px solid #616872;
	}
	
#pullquote
	{
	font: 18px/24px normal helvetica, sans-serif;
	width: 260px;
	float: right;
	margin: 0 0 20px 20px;
	}

	#pullquote h3
		{
		color: #F9A119;
		}

#sub 
	{
	width: 260px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px 0;
	border: 1px solid #616872;
	border-width: 1px 0;
	}
#sub ul
	{
	margin-left: 15px;
	margin-bottom: 0;
	list-style-type: none;
	}

#top 
	{
	margin: 20px 0 0 0;	
	height: 215px;
	}

#top img 
	{
	float: right;
	}
	
#foot 
	{
	background: /*#121317*/ #19191d url(_images/foot.jpg) top left no-repeat;
	}
	
.clear
	{
	clear: both;
	}

.hr 
	{
	height: 20px;
	border-top: 1px solid #616872;
	clear:both;
	}
	
.addy 
	{
	width: 250px;
	float: left;
	}

.list_name 
	{
	float: left;
	width: 300px;
	}
	
	.location .list_name h3, .location .b_map
		{
		margin-left: 20px;
		}
		
/* -- products -- */
#products h3
	{
	color: #616872;	
	padding: 12px 0;
	border-top: 1px solid #616872;
	}

#products h4
	{
	colo: #616872;
	text-align: left;
	font-weight: bold;
	}

.float_h2 
	{
	float: left;
	}
	
#col_product
	{
	width: 439px;
	float: left;
	margin-right: 30px;
	}

#col_product_right
	{
	width: 439px;
	float: left;
	}



