/*
Theme Name: Kris-Tech Wire
Theme URI: http://kristechwire.com
Description: Kristechwire.com
Version: 1.0
Author: Metropolis Creative
Author URI: http://metropoliscreative.com
Tags: kristechwire
*/


@charset "UTF-8";
/* CSS Document */



/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
	}


/**************************************************************************** ITEMS */ 
html{}
p{}
a{
	color:#0194d7;
	text-decoration:none;
	}
a:hover{}
a:visited{}
a:visited:hover{}
h1{ 
	color:#003d51;
	font-size:18px;
	font-weight:bold;
	}
h2{
	color:#003d51;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px 0;
	}
h3{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 auto 0 12px;
	padding:7px 0 0 0;
	}
h4{
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin:10px 0 0 0;
	}
h5{
	color:#a45e26;
	font-weight:bold;
	font-size:11px;
	margin:2px 0 0 0;
	}
h6{
	color:#964616;
	font-size:13px;
	font-weight:bold;
	}
ul{
	margin:0 0 0 15px;}
li{
}
span{}

.invis{
	visibility:hidden;
	}

img {}


/**************************************************************************** BODY */
body {
	behavior: url("http://www.metropoliscreative.com/kristechwire/kristech_staging/css/csshover3.htc"); 
	position:relative;
	
	background-image:url(/images/wire_back_slice.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#a15233;
	
	font-family: Helvetica, Arial, sans-serif;

	color:#434244;
					font-size:11px;
					font-weight:normal;
	
	font-weight:normal;
	line-height:16px;
	}


/**************************************************************************** WRAPPER */
#wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:960px;
	/*background-image:url(/images/wire_background.png);*/
	background-position:top;
	background-repeat:no-repeat;
	}

	
	/************************************************************************ HEADER & NAV */
	#header{}
		
		.logo {
			margin:0 0 0 60px;
			}
		
		.nav {
			float:right;
			margin:-20px 85px 0 0;
			}

		.nav ul li {
			position:relative;
			display:inline;
			padding:0 10px 0 10px;
			font-weight:bold;
			}
		
		.nav a {
			text-decoration:none;
			color:#FFFFFF;
			}
			
		.nav a:hover {
			text-decoration:none;
			background-color:#e8f5fb;
			color:#0194d7;
			margin:0 0 0 -5px;
			padding-left:5px;
			}
			
		#navbar{
			position:relative;
			z-index:200;
			}

		#navbar a{
			display:block;
			}
					
		#navbar ul{
			margin:0;
			padding:0;
			list-style:none;
			color:#0194d7;
			}
			
		#navbar ul li{
			float:left;
			font-size:12px;
			font-weight:bold;
			}
				
		#navbar ul li:hover {
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
			background:#e8f5fb;
			color:#0194d7;
			}
			
		#navbar ul li:hover a {
			-webkit-border-top-left-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
			background:#e8f5fb;
			color:#0194d7;
			}			
	
				body#aboutPage a#aboutNav,  /* current nav item hilighting */
				body#contactPage a#contactNav,
				body#industriesServedPage a#industriesServedNav,
				body#productsAndServicesPage a#productsServicesNav,
				body#resourcesPage a#resourcesNav, 
				body#blogPage a#blogNav {
					-webkit-border-top-left-radius: 3px;
					-webkit-border-top-right-radius: 3px;
					-moz-border-radius-topleft: 3px;
					-moz-border-radius-topright: 3px;
					background:#e8f5fb;
					border: 1px solid #e8f5fb;
					color:#0194d7;
					}
		
				body#aboutPage a#aboutNav ul li:hover,
				body#contactPage a#contactNav ul li:hover,
				body#industriesServedPage a#industriesServedNav ul li:hover,
				body#productsAndServicesPage a#productsServicesNav ul li:hover,
				body#resourcesPage a#resourcesNav ul li:hover, 
				body#blogPage a#blogNav ul li:hover {
					-webkit-border-top-left-radius: 3px;
					-webkit-border-top-right-radius: 3px;
					-moz-border-radius-topleft: 3px;
					-moz-border-radius-topright: 3px;
					background:#e8f5fb;
					color:#ff0000;
					}	
					
					#navbar a:hover {
						color:#a45e26!important;
					}	
	
				
	
				/************************************************************************************************************* NEW PAGE NAVIGATION */
				body#genericPage a#genericNav {
					-webkit-border-top-left-radius: 3px;
					-webkit-border-top-right-radius: 3px;
					-moz-border-radius-topleft: 3px;
					-moz-border-radius-topright: 3px;
					background:#e8f5fb;
					border: 1px solid #e8f5fb;
					color:#0194d7;
					}
			
				body#genericPage a#genericNav ul li:hover {
					-webkit-border-top-left-radius: 3px;
					-webkit-border-top-right-radius: 3px;
					-moz-border-radius-topleft: 3px;
					-moz-border-radius-topright: 3px;
					background:#e8f5fb;
					color:#0194d7;
					}								


		#navbar ul li ul{
			display:none;
			margin:0 -10px  0 -10px;
			padding:0 3px 2px 3px;
			width:195px;
			background-color:#e8f5fb;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border: 1px solid #e8f5fb;
			}
			
		#navbar ul li:hover ul{
			display:block;
			position:absolute;
			z-index:200;
			}

		#navbar ul li ul li {
			background-color:#e8f5fb;
			border-top: 1px solid #dde9ef;

			}
			
		#navbar ul li ul li a {
			width:180px;
			background-color:#e8f5fb;
			color:#0194d7;
			margin:0 -10px 0 -10px;
			padding:1px 5px 1px 5px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #dde9ef;
			}	
			
		#navbar ul li ul li a:hover {
			color:#a45e26;
			background-color:#e8f5fb;
			width:180px;
			margin:0 -10px 0 -10px;
			padding:1px 5px 1px 5px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #dde9ef;
			}				
				
			#navbar ul li:hover ul ul{
				display:none;
				}

			#navbar ul ul ul {
				margin:-20px 0 0 180px;
				display:none;
				}
						
			#navbar ul ul li:hover ul {
				display:block;
				position:absolute;
				z-index:200;
				}	
	
		#navbar ul ul ul li {
			background-color:#e8f5fb;
			border-top: 1px solid #dde9ef;
			display:block;
			}
			
		#navbar ul ul ul li a {
			display:block;
			width:180px;
			background-color:#e8f5fb;
			color:#a45e26;
			margin:0 -10px 0 -10px;
			padding:0 5px 0 5px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #dde9ef;
			}	
			
		#navbar ul ul ul li a:hover {
			color:#a45e26;
			background-color:#e8f5fb;
			width:180px;
			margin:0 -10px 0 -10px;
			padding:0 5px 0 5px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #dde9ef;
			}	
		
		
	/************************************************************************ CONTENT WRAPPER TOP */
	#contentWrapperTop{
		position:relative;
		margin:0px 5px 0px auto;
		width:960;
		height:15px;
		background:url(/images/white_page_top.png) no-repeat top;
		}
			
		/******************************************************************** CONTENT WRAPPER BOTTOM */
		#contentWrapperBottom{
			position:relative;
			margin:0px 65px 0px auto;
			width:835px;
			height:60px;
			background:url(/images/white_page_bottom.png) no-repeat top;
			}
		
	
	/************************************************************************ CONTENT WRAPPER */
	#contentWrapper {
		position:relative;
		background-image:url(/images/white_page_middle.png);
		background-repeat:repeat-y;
		margin:0 0 0 60px;
		-moz-border-radius-topleft:15px;
		-moz-border-radius-topright:15px;
		-webkit-border-top-left-radius:15px;
		-webkit-border-top-right-radius:15px;
		}


		/******************************************************************** CONTENT */
		#content{
			position:relative;
			width:826px;
			}
			
			h1.insideHeader{
				padding:30px 0 0 20px;
				}
			
			/***************************************************************** HOMEPAGE FEATURE */
			#homepageFeature {
				position:relative;
				height:250px;
				width:640px;
				background:url(/images/feature_background.jpg);
				background-repeat:no-repeat;
				}
				
					
			/***************************************************************** HOMEPAGE ARTICLES */
		
			#articles{}
		
			
			#featuredProduct {
				position:relative;
				width:305px;
				min-height:275px;
				float:left;
				margin:15px 0 0 25px;
				}
			
				.featuredProductH1 {
					width:280px;
					border-bottom-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#926b39;
					padding-bottom:7px;
					}
					
				.product {
					float:left;
					}
				
				.productAttributes {
					font-weight:bold;
					margin:10px 0 0 0;
					} 
				
				.productDescription {
					color:#434244;
					font-size:11px;
					font-weight:bold;
					margin-top:5px;
					}
			
			#copperTalk {
				position:relative;
				width:280px;
				min-height:275px;
				float:left;
				margin:15px 0 0 25px;
				}
				
				.copperTalkH1 {
					width:280px;
					border-bottom-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#926b39;
					padding-bottom:7px;
					}
				
				h1.copperTalkH1 img.rss {
					position:relative;
					float:right;  
					}
			
				.articleDescription {
					color:#434244;
					font-size:11px;
					font-weight:bold;
					margin:10px 0 0 0;
					}
				.articleDescription a:hover {
					color:#a45e26;
					}
					
			.rule {
				width:300px;
				border-top-style:solid;
				border-top-width:thin;
				border-top-color:#926b39;
				}
				
				
			
			/***************************************************************** INSIDE FEATURES */
			#productsAndServicesFeature {
				position:relative;
				height:170px; 
				width:620px;
				background:url(/images/kristech_house.jpg); 
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}	
					#buildingWireFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
							#XHHW2Feature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}	
							#RHW2Use2Feature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}		
							#machineToolWireFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}		
							#applianceWiringMaterialFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}		
							#TWTHWFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}		
							#SISFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}		
																		
					#tracerLocatingWireFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}
					#cathodicProtectionWireFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}	
					#blastingConnectingFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}	
					#groundWireFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
					#otherFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}	
							#tinnedWireFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}
							#mineTelephoneWireFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}
							#telephoneCabinetFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}
							#trafficLoopCableFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}	

					#customColorOptionsFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
	
			#industriesServedFeature {
				position:relative;
				height:170px; 
				width:620px;
				background:url(/images/kristech_house.jpg);
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}
				
				#solarFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}						
				#cathodicProtectionFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}						
				#cableTelevisionFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}						
				#directionalDrillingFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}				
				#utilityMarketFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}					
				#electricalDistributionFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}						
				#petFenceFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}				
				#DOTRoadwayFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}								
			#resourcesFeature {
				position:relative;
				height:170px; 
				width:620px;
				background:url(/images/kristech_house.jpg); 
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}	
					#FAQsFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
					#glossaryFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
					#metalPriceDetailsFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
							#metalPriceTrendsFeature {
								position:relative;
								height:170px;  
								width:620px;
								background:url(/images/kristech_house.jpg); 
								background-repeat:no-repeat;
								margin:10px 0 0 20px;
								border-top-style:solid;
								border-top-width:1px;
								border-top-color:#964616;
								}
								
					#copperTalkFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}	
										
			#aboutFeature {
				position:relative;
				height:170px;
				width:620px;
				background:url(/images/kristech_house.jpg);
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}		
					#whoWeAreFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
					#whatSeparatesUsFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}			
					#specComplianceFeature {
						position:relative;
						height:170px;  
						width:620px;
						background:url(/images/kristech_house.jpg); 
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}						
			#contactFeature {
				position:relative;
				height:220px;
				width:620px;
				background:url(/images/google_map.jpg);
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}				
		
			#copyrightFeature {
				position:relative;
				height:170px; 
				width:620px;
				background:url(/images/kristech_house.jpg); 
				background-repeat:no-repeat;
				margin:10px 0 0 20px;
				border-top-style:solid;
				border-top-width:1px;
				border-top-color:#964616;
				}	
	
	
							
			/************************************************************************************************************* NEW PAGE HEADER IMAGE */
					#genericFeature {
						position:relative;
						height:170px; /* clarify height of image */ 
						width:620px;
						background:url(/images/kristech_house.jpg); /* clarify image */
						background-repeat:no-repeat;
						margin:10px 0 0 20px;
						border-top-style:solid;
						border-top-width:1px;
						border-top-color:#964616;
						}		
				
		
			
			/***************************************************************** ARTICLES */
			
			#mainTextCol1{
				position:relative;
				width:305px;
				min-height:275px;
				float:left;
				margin:0 0 0 25px;
				}
	
			#mainTextCol2{
				position:relative;
				width:280px;
				min-height:275px;
				float:left;
				margin:0 0 0 25px;
				}

				
			.boldGrayText {
				color:#434244;
				font-size:11px;
				font-weight:bold;
				margin:3px 0 0 0;
				}
				
			.boldBlackText {
				color:#000;
				font-size:11px;
				font-weight:bold;
				margin:3px 0 0 0;
				}
							
			.thinGrayText {
				color:#434244;
				font-size:11px;
				font-weight:normal;
				}
				
			.boldGrayText a:hover, .boldBlackText a:hover, .thinGrayText a:hover {
				color:#a45e26;
				}
				
			.bullets {
				list-style-position: inside; 
				}
				
				
				
   	/***************************************************************** Blog Styles */
	
	
	
				#mainBlogText {
					position:relative;
					width:585px;
					float:left;
					margin:0 0 0 20px;	
				}
				
				
				
				
				#blogTitle .insideHeader{
				
			
					
				}
				
				#blogTitle .rss {
					
					
		
			
				}
				
				h2.post {
							padding-bottom:3px;
							border-bottom:1px solid #e4d1c2;
							margin-bottom:0;
					
				}
				
				.postFooter {
					background-color:#e8f5fb;
					padding:3px;
				}
				
				#commentlist {
					list-style-type:none;
					padding:0; 
					margin:0;
				}
				
				#commentlist li {
					padding:5px;
					margin:10px 0 10px 0;
					
				}
				
				#commentlist li img {
					float:left;
					margin-right:10px;
				}
				
				#commentlist li.odd {
					background-color:#f9f6f3;
					
				}
				
				
	
	/************************************************************************* RIGHT SIDE BAR */
	#rightSideBar{
		position:relative;
		float:right;
		background:url(/images/search_bar.jpg) no-repeat;
		}
	
	
		/********************************************************************* SEARCH */
		#search{
			position:relative;
			width:167px;
			min-height:50px;
			margin:5px 0 0 0;
			}
				
				#search input#query{
					width:110px; 
					height:10px; 
					color:#808183;
					margin:-4px 5px 10px 10px; 
					vertical-align:text-top;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;	
					}
	
				#search input#goBtn{
					background-image:url(/images/blue_button.jpg);
					background-repeat:no-repeat;
					border:0px;
					width:23px;
					height:15px;
					font-size:10px;
					margin:5px 0 0 0;
					}
						
		/********************************************************************* GET A QUOTE */
		.getQuote{
			position:relative;
			width:167px;
			height:385px;
			background:url(/images/get_quote_bar.png) no-repeat;
			background-color:#e8f5fb;
			}
			
			
			
			/****************************************************************** FORM */
			#get_a_quote{
				position:relative;
				height:auto;
				background-repeat:repeat-x;
				padding:15px 0px 10px 7px;
				margin:0 auto 0 auto;
				vertical-align:text-top;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				}
				
				
				#get_a_quote table#getaQuote {color:#555; vertical-align:text-top;}
				
						table#getaQuote{vertical-align:text-top;}
						
						table#getaQuote input#name{
							width:135px; 
							height:10px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;
							}
						table#getaQuote input#company{
							width:135px; 
							height:10px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;							
							}						
						table#getaQuote input#email{
							width:135px; 
							height:10px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;							
							}
						table#getaQuote input#phone{
							width:135px; 
							height:10px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;							
							}
						table#getaQuote input#products{
							width:135px; 
							height:20px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;							
							}
						table#getaQuote textarea#notes{
							width:140px; 
							height:50px; 
							color:#808183; 
							margin-bottom:7px; 
							vertical-align:text-top;
							font-family:Arial, Helvetica, sans-serif;
							font-size:11px;							
							}
						
						table#getaQuote input#go{
							background-image:url(/images/submit_button.png);
							background-repeat:no-repeat;
							border:0px;
							top:0px;
							left:0px;
							width:76px;
							height:24px;
							margin:0 0 0 25px;
							}
			
			.callUs{
				color:#404e5a;
				font-size:12px;
				font-weight:bold;
				margin:0 0 3px 20px;
				}
			
			.phoneNumber{
				color:#734308;
				font-size:19px;
				margin:0 0 0 20px;
				}
				
	
	/************************************************************************* FOOTER */
	
	#footer {
		position:relative;
		width:780px;
		clear:both;
		margin:0 0 0 25px;
		border-top-style:solid;
		border-top-width:1px;
		border-top-color:#ded2c3;
		} 
		
		.footerInfo{
			vertical-align:text-top;
			font-size:11px;
			}
		.footerInfo a:hover{
			color:#a45e26;
			}
			
		/********************************************************************* FOOTER NAV */
				
		.footerNav{
			position:relative;
			vertical-align:text-top;
			}
	
		.footerNav ul li {
			position:relative;
			padding-left:15px;
			font-weight:normal;
			font-size:11px;
			text-decoration:none;
			list-style-type: none;
			}
		
		.footerNav a {
			text-decoration:none;
			color:#0194d7;
			}
		
		.footerNav a:hover {
			text-decoration:none;
			color:#a45e26;
			}
		
		

