@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;	
}
.left {
	float: left;
}
.right {
	float: right;
}
.tentop {
	margin-top: 10px;
}
.fivetop {
	margin-top: 5px;
}
.fivedown {
	padding: 0 0 5px 0;
}
.center {
	margin: 0 auto 0 auto;
}
.thirdW {
	width: 33%;
}
.halfW {
	width: 50%;
}
b {
	color: #333;
	font-weight: bold;	
}
strong {
	color:#333333;
	font-weight: normal;
}

/* Container */
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.clear {
	clear: both;	
}

/* ----- Header Start ----- */

	/* Layout */

	#pcHeader08 {
			background-image: url(images/topheader.gif);
			background-repeat: no-repeat;
			width: 781px;
			height: 158px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			border: none;
			position: relative;
		}
		
	#pcHeader08Left {
			position: absolute;
			top: 4px;
			left: 10px;
		}
		
	#pcHeader08Center {
			position: absolute;
			top: 159px;
			left: 3px;
			width: 250px
		}
		
	#pcHeader08Right {
			position: absolute;
			top: 8px;
			left: 575px;
			width: 295px;
			border: 0px dashed #CCC;
			padding: 10px;
			text-align: left;
			text-indent: -5000px;
		}
		
	/* Elements */
	
	#pcHeader08StoreName {
			text-align: left;
			font-size: 60px;
			text-indent: -5000px;
		}
		
	#pcHeader08StoreDescription {
			text-align: left;
			font-size: 18px;
			margin-top: -5px;
			text-indent: -5000px;
		}
			
	#pcHeader08Center form input {
			font-size: 15px;
			border: 1px solid #666;
			background-color: #fff;
			width: 150px;
			height: 20px;
		}
		
	#pcHeader08Center a {
			text-decoration: none;
			color: #666;
		}
		
	#pcHeader08Center a:hover {
			color: #333;
		}
		
	#pcHeader08Right .tagLine {
			font-size: 40px;
		}
		
	#pcHeader08Right .tagLineSmall {
			font-size: 18px;
			margin-top: -5px;
		}
		
/* ----- Header End ----- */

/* ----- Top Navigation Start ----- */

/* ----- Custom Nav Styles ------ */

	#topnav {
		padding-top: 90px;
		height:47px;
		width: 652px;
		margin: 0 auto 0 auto;
	}
	
	/****************************************************
	Top Nav Styles
	****************************************************/
	#topnav li {
		float: left;
		margin: 0 0 0 4px;
		list-style: none;
	}
	#topnav li a {
		height: 26px;
		width: 86px;
		display: block;
		
		
	}
	#btHome {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 329px;
		text-indent: -5000px;
	
	}	
	#btProducts {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 282px;
		text-indent: -5000px;
	}	
	#btServices {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 235px;
		text-indent: -5000px;
	}	
	#btDivisions {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 188px;
		text-indent: -5000px;
	}	
	#btPlanning {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 141px;
		text-indent: -5000px;
	}	
	#btAbout {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 94px;
		text-indent: -5000px;
	}	
	#btContact {
		width: 86px;
		height: 47px;
		background-image: url(images/buttonstrip.png);
		background-position: 0px 47px;
		text-indent: -5000px;
	}	
	
	/****************************************************
	 ######### Style for Drop Down Menu ######### 
	****************************************************/
	
	.dropmenudiv {
	position: absolute;
	top: 0;
	margin: 0 0 0 -315px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	}
	
	
	.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	}
	
	* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	}
	
	

	#pcTopNav08 {
			padding: 3px 10px 0 10px;
			width: 761px;
			height: 28px;
			background-color: #910c05;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			border: none;
			font-size: 16px;
			color: #fff;
		}

	#pcTopNav08-CART {
			float: left;
			padding: 2px 0 0 10px;
			font-size: 9px;
		}

	#pcTopNav08-LINKS {
			float: right;
			margin: 0;
			padding: 4px 10px 0 0;
		}

	#pcTopNav08 a {
			text-decoration: none;
			color: #fff;
			font-size: 16px;
		}
		
	#pcTopNav08 a:hover {
			color: #fdfdfd;
			text-decoration: underline;
		}

/* ----- Top Navigation End ----- */

/* ----- Main Area Start ----- */

	#pcMainArea08 {
			background-image: url(images/bottombg.png);
			background-repeat: repeat-x;
			width: 781px;
			background-color: #FFF;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0;
			border-top: 0 solid #910c05;
		}
		
	#pcMainArea08-PC {
			background: url('../images/cartMtop.gif') top center no-repeat;
			width: 723px;
			border: 0px solid #999;
			text-align: left;
			margin: 0 auto;
		}
		
		#pcMainArea08-PC-Content {
				padding: 2px;
			}
		
	#pcMainArea08-LEFT {
			width: 210px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 20px 0 20px 10px;
		}

	#pcMainArea08-BROWSE {
			width: 200px;
			background-color: #f7f7f7;
			border: 0px solid #999;
			margin-bottom: 10px;
		}

	#pcMainArea08-BROWSE table {
			margin: 0 0 10px 6px;
		}

#pcMainArea08-BROWSE table td {
			padding: 4px 0 0 0;
			line-height: 19px;
		}
		
	#pcMainArea08-PRICE {
			width: 200px;
			background-color: #e8eadc;
			border: 1px solid #999;
			margin-bottom: 10px;
		}

	#pcMainArea08-LINKS {
			width: 200px;
			background-color: #efefef;
			border: 1px solid #999;
			margin-bottom: 10px;
		}
		
	#pcMainArea08-LEFT h3 {
			font-size: 16px;
			color: #910c05;
			border-bottom: 1px solid #999;
			width: 180px;
			margin: 5px 0 5px 5px;
			font-weight: bold;
			padding: 0 0 5px 0;
		}

	#pcMainArea08-LEFT ul {
		list-style-type: none;
		margin: 0 0 8px 5px;
		padding: 0;
		}

	#pcMainArea08-LEFT li {
		margin: 3px 0 0 5px;
		
	}

	#pcMainArea08-LEFT a {
		text-decoration: underline;
		color: #333;
		}
		
	#pcMainArea08-LEFT a:hover {
		text-decoration: none;
		font-weight: bold;
		}
		
	#pcMainArea08-SPACER {
			clear: both;
		}

/* ----- Main Area End ----- */

/*------ Custom Main Area  -------*/

/****************************************************
Interior Page Template
****************************************************/
.inbmod {
	width: 723px;
	margin-right: auto;
	margin-left:auto;
}
#modtitle {
	padding: 0 0 0 30px;
}	

.inmodtitle {
	width: 723px;
	background-image: url(images/inhead.png);
	background-repeat: no-repeat;
}
.inmodyrepeat {
	width: 723px;
	background-image: url(images/inyrepeat.png);
	background-repeat: repeat-y;
}
.inmodtitleT {
	height: 29px;
	padding: 2px 0 0 30px;
}
.inmodtitleT h1 {
	font-weight: normal;
	font-size: 22px;
}
.inmodgradient {
	width: 681px;
	background-image: url(images/ingradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 20px 10px 20px;
}
.inmodfoot {
	width: 723px;
	height: 7px;
	background: url(images/infoot.png) top left no-repeat;
	
}
.inmodtitleT h1 {
	margin: 0;
	padding: 0;
	color: #fdfdfd;
	font-family: "Times New Roman", Times, serif;
}
table.pcMainTable img {
	border: 0px;
}

.inmodtext {
}


/* ----- Footer Start ----- */

	#pcFooter08 {
			width: 781px;
			height: 100%;
			background-color: #fff;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0;
			border: none;
			font-size: 13px;
			text-align: left;
			color: #666666;
		}

	#pcFooter08 p {
			color:#333;
			line-height: 17px;
			font-size:13px;
			margin: 0;
			padding: 2px 0 0 10px;
		}

	#pcFooter08 a {
			font-size: 13px;
			text-decoration: none;
			color: #000;
		}
		

	#pcFooter08 a:hover {
			color: #CCC;
		}

#bmod {
	background-image: url(images/mainmods.png);
	background-repeat: no-repeat;
	width: 723px;
	height: 205px;
	margin-right: auto;
	margin-left:auto;
	font-family: "Times New Roman", Times, serif;
}
#modtitle, #inmodtitleT {
	color:#fff;
	font-size:24px;
	font-weight: normal;
}
.modtitle {
	height: 40px;
	padding: 3px 0 0 30px;
}	
.modnotes {
	width: 685px;
}
.col {
	padding: 0 10px 0 0;
}
.links {
	margin-left: 35px;
	width: 710px;
}
#counties p {
	line-height: 19px;
	font-size: 14px;
}
#counties .col {
	padding: 0 5px 0 5px;
	
}
#counties {
	font-size: 14px;
	padding: 0 0 0 15px;
	height: 100%;
}
#address p span {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#address {
	padding: 0 10px 0 10px;
}
#address p {
	line-height: 19px;
	font-size: 14px;
}
.links {
	margin-left: 35px;
	width: 710px;
	text-align: left;
}
.footer a  {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:13px;
}
.footnotes {
	padding: 15px;
	
}
		
		
		
		

/* ----- Top Navigation End ----- */

/* ----- Other Interface Elements ----- */

	#pcShowCart {
      width: 200px;
			border: 1px solid #e1e1e1; 
			margin-bottom: 10px;
			font-size: 11px;
	}