/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

p {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#content ul li {
	font-family: arial;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

	h2 a {
		color: #000000;
		text-decoration: none;
	}

/* HEADER */

#topbar {
	min-width: 1000px;
	max-width: 2000px;
	height: 30px;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	background-color: #333333;
}

	#tbcontent {
		width: 900px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
		#tbleft {
			width: 450px;
			height: 30px;
			float: left;
			line-height: 30px;
		}
		
			#tbleft h1, #tbleft h1 a {
				font-family: arial;
				font-size: 20px;
				font-weight: bold;
				display: block;
				height: 30px;
				line-height: 30px;
				margin: 0px;
				text-decoration: none;
				color: #ffffff;
			}
		
		#tbright {
			width: 450px;
			height: 30px;
			float: right;
			line-height: 30px;
			text-align: right;
		}
		
			#tbright h1, #tbright h1 a {
				font-family: arial;
				font-size: 20px;
				font-weight: bold;
				display: block;
				height: 30px;
				line-height: 30px;
				margin: 0px;
				text-decoration: none;
				color: #ffffff;
			}
			
#header {
	width: 900px;
	height: 160px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url('images/headerbg.jpg');
	background-repeat: no-repeat;
}

	#headertop {
		width: 900px;
		height: 120px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
		#htnav {
			height: 30px;
			float: right;
			padding: 0px;
			margin-top: 0px;
			text-align: right;
		}
		
			#htnav a {
				font-family: arial;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				line-height: 30px;
				color: #000000;
				display: inline-block;
				height: 30px;
				padding-left: 10px;
				padding-right: 10px;
				margin-top: 0px;
			}
			
				#htnav a:hover {
					background-color: #333333;
					color: #ffffff;
				}
	
	#headerbottom {
		width: 900px;
		height: 40px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
		#hbleft {
			width: 550px;
			height: 30px;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-right: 5px;
			float: left;
			text-align: left;
			padding-left: 5px;
		}
		
			#hbleft a {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				color: #ffffff;
				text-decoration: none;
				display: inline-block;
				height: 30px;
				line-height: 30px;
				padding-left: 10px;
				padding-right: 10px;
				text-align: center;
			}
			
				#hbleft a:hover {
					color: #333333;
					background-color: #ffffff;
				}
		
		#hbright {
			width: 300px;
			height: 30px;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-right: 5px;
			float: right;
			text-align: right;
		}
		
			#hbright input.button {
				width: 75px;
				height: 30px;
				line-height: 30px;
			}
			
			#hbright input.text {
				width: 200px;
				height: 22px;
				margin-right: -10px;
			}
			
/* MIDDLE */

#container {
	width: 900px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

	#home1 {
		width: 900px;
		height: 300px;
		margin-top: -10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: #cccccc 1px solid;
	}
	
		#home1 h3 {
			text-indent: 10px;
		}
	
		#home1nav {
			width: 200px;
			float: left;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			padding: 0px;
		}
		
			#home1nav ul {
				list-style: none;
				text-indent: 0px;
				width: 200px;
				margin-left: -40px;
				margin-top: 0px;
			}
			
				#home1nav ul li {
					position: relative;
				}
			
				#home1nav ul li a {
					font-family: arial;
					font-size: 12px;
					font-weight: normal;
					color: #333333;
					text-decoration: none;
					display: block;
					width: 185px;
					height: 25px;
					padding-left: 15px;
					margin-bottom: 1px;
					line-height: 25px;
					background-image: url('images/h1navbg-1.jpg');
					overflow: auto;
				}
				
					#home1nav ul li a:hover {
						color: #ffffff;
						background-image: none;
						background-color: #333333;
					}
					
					#home1nav ul li ul {
						visibility: hidden;
						position: absolute;
						top: 0;
						width: 300px;
						z-index: 1000;
					}
					
					#homenavul ul li ul li {
						width: 300px;
					}
					
		#home2 {
			width: 590px;
			float: left;
			padding-top: 0px;
			padding-bottom: 10px;
			margin-top: 0px;
		}
		
			#home2 h3, #home4 h3, #home3 h3, #home1 h3, #footer h3 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				color: #000000;
				display: block;
				height: 30px;
				line-height: 30px;
				margin-top: 0px;
				margin-bottom: 0px;
			}
			
			#home2 p, #home4p {
				margin-top: 0px;
			}
		
			#home2a, #home2d {
				width: 284px;
				float: left;
				padding-right: 10px;
				padding-bottom: 10px;
				border-right: #cccccc 1px solid;
				margin-bottom: 10px;
			}
			
			#home2b, #home2e {
				width: 285px;
				float: left;
				padding-left: 10px;
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			
			#home2a a, #home2b a, #home2d a, #home2e a {
				display: block;
				margin-left: auto;
				margin-right: auto;
				width: 200px;
				height: 30px;
				text-align: center;
				line-height: 30px;
				font-family: arial;
				font-size: 13px;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
				background-image: url('images/blockabg.jpg');
			}
			
				#home2a a:hover, #home2b a:hover, #home2d a:hover, #home2e a:hover {
					background-image: url('images/blockabg-1.jpg');
					color: #ffffff;
				}
			
			#home2c {
				width: 590px;
				border-top: #cccccc 1px solid;
				clear: both;
				margin-top: 10px;
				margin-bottom: 0px;
				border-bottom: #cccccc 1px solid;
			}
			
				#home2c p {
					text-align: center;
				}
				
			#home2d, #home2e {
				margin-top: 10px;
				margin-bottom: 0px;
			}
			
		#home3 {
			width: 289px;
			float: right;
			padding-left: 10px;
			border-left: #cccccc 1px solid;
			padding-bottom: 10px;
		}
		
			#home3 h3 {
				dispaly: block;
			}
			
			#home3 a {
				font-family: arial;
				font-size: 12px;
				font-weight: bold;
				color: #000000;
				text-decoration: none;
			}
			
				#home3 a:hover {
					color: #F30;
				}
		
			.recentitem {
				width: 289px;
				float: left;
				margin-bottom: 0px;
			}
			
				.recentthumb {
					width: 75px;
					height: 75px;
					float: left;
				}
				
					.recentthumb img {
						border: 0px;
					}
				
				.recenttitle {
					width: 205px;
					height: 20px;
					float: right;
					margin-top: 0px;
					margin-bottom: 0px;
				}
				
					.recenttitle a {
						font-family: arial;
						font-size: 12px;
						font-weight: bold;
						color: #000000;
						text-decoration: none;
					}
					
					.recenttitle a:hover {
						color: #F30;
					}
				
				.recentexcerpt {
					width: 205px;
					float: right;
					clear: right;
					margin-top: 0px;
				}
				
					.recentexcerpt p {
						font-family: arial;
						font-size: 12px;
						font-weigth: normal;
						font-style: italic;
						margin-top: 0px;
					}
				
				.recentbottom {
					width: 289px;
					height: 20px;
					float: left;
					margin-top: 5px;
					background-image: url('images/recentbottom.gif');
				}
		
		#home4 {
			width: 900px;
			border-top: #cccccc 1px solid;
			clear: both;
			margin-top: 0px;
		}
		
			#homedealermap {
				width: 515px;
				height: 283px;
				float: left;
			}
			
			#homedealerform {
				width: 352px;
				height: 263px;
				float: right;
				padding: 10px;
				background-color: #f2f2f2;
			}
			
				#homedealerform input[type=text] {
					width: 348px;
					height: 20px;
					margin-bottom: 1px;
					font-style: italic;
					color: #666;
				}
				
				#homedealerform input[type=submit] {
					width: 352px;
					height: 30px;
					background-color: #F30;
					color: #FFF;
				}
		
		#home1slider {
			width: 690px;
			height: 300px;
			float: right;
			margin-top: -10px;
			margin-bottom: 0px;
			margin-right: 0px;
			z-index: -1000;
		}
		
			#homeslider a img {
				margin-left: 10px;
			}
		
			#smooth_sldr img {
				margin-left: 20px;
			}
		
		#sidebar {
			width: 210px;
			float: left;
			border-right: #333333 1px solid;
			padding: 10px;
		}
		
		#content {
			width: 640px;
			float: right;
		}
		
			#content img {
				margin-right: 10px;
				margin-bottom: 10px;
			}
			
			#content table {
				font-family: arial;
				font-size: 12px;
				font-weight: normal;
			}
			
			#content h3 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				color: #999999;
			}
		
			.categorypostblock {
				margin-top: 10px;
			}
			
				.categorypostdate {
					width: 600px;
					height: 20px;
					padding: 5px;
					margin-top: 0px;
					margin-bottom: 0px;
					background-color: #333333;
					font-family: arial;
					font-size: 12px;
					font-weight: bold;
					color: #ffffff;
					line-height: 20px;
				}
				
				.categorypostcontent {
					width: 598px;
					padding: 5px;
					border: #333333 1px solid;
					margin-top: 0px;
					margin-bottom: 0px;
				}
				
					.categorypostcontent h3 a {
						font-family: arial;
						font-size: 15px;
						font-weight: bold;
						color: #000000;
						display: block;
						height: 15px;
						line-height: 15px;
						margin-top: -15px;
						margin-bottom: 5px;
						text-decoration: none;
					}
					
						.categorypostcontent h3 a:hover {
							text-decoration: underline;
						}
						
					.categorypostcontent p {
						margin-top: -10px;
					}
					
				#tagbox {
					width: 290px;
					padding: 10px;
					border: #cccccc 1px solid;
					background-color: #f2f2f2;
					float: left;
				}
				
				.itemblock {
					width: 600px;
					padding: 10px;
					background-color: #f2f2f2;
					border: #cccccc 1px solid;
					margin-bottom: 10px;
					font-family: arial;
					font-size: 12px;
					font-weight: normal;
					clear: both;
				}
				
					.itemblock a {
						color: #0000ff;
						margin-bottom: 0px;
						display: block;
					}
				
				#commentbox {
					width: 290px;
					padding: 10px;
					border: #cccccc 1px solid;
					background-color: #f2f2f2;
					float: right;
				}
				
					#tagbox h3, #commentbox h3 {
						font-family: arial;
						font-size: 15px;
						font-weight: bold;
						display: block;
						height: 15px;
						line-height: 15px;
						margin-top: 0px;
						margin-bottom: 10px;
					}
					
					#tagbox a, #commentbox a {
						color: #000000;
						text-decoration: none;
					}
					
						#tagbox a:hover, #commentbox a:hover {
							text-decoration: underline;
						}
						
					#commentbox ul {
						list-style: none;
						text-indent: -30px;
					}
					
						#commentbox ul li a {
							line-height: 20px;
						}
						
				#socialblock {
					width: 600px;
					text-align: left;
					clear: both;
					margin-top: 10px;
					padding-top: 10px;
				}
			
/* FOOTER */

#footerbar {
	min-width: 1000px;
	max-width: 2000px;
	margin-left: -8px;
	margin-right: -8px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
	border-top: #e5e5e5 1px solid;
	clear: both;
}

	#footer {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
		.downloads {
			width: 280px;
			float: left;
			padding-right: 20px;
			margin: 0px;
		}
		
			.downloads ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
			
			.downloads ul li {
				font-family: arial;
				font-size: 12px;
				font-weight: bold;
				color: #000000;
				line-height: 20px;
				display: block;
				height: 20px;
				margin-bottom: 5px;
			}
			
				.downloads ul li a {
					color: #000000;
					font-weight: normal;
					text-decoration: none;
					font-size: 11px;
					margin-left: 10px;
				}
				
				.downloads ul li ul {
					margin-top: 5px;
					margin-bottom: 5px;
				}

#bottombar {
	min-width: 1000px;
	max-width: 2000px;
	height: 30px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
	margin-top: 0px;
	background-color: #333333;
}

	#bottombarcontent {
		width: 900px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		line-height: 30px;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
	}
	
/* FEATURED PRODUCT STYLES - ADDED 9/2011 BY Matthew Brown */

.widebar {
				width: 978px;
				padding: 10px;
				padding-top: 0px;
				background-color: #f2f2f2;
				border: #0D2E58 1px solid;
				margin-bottom: 10px;
				clear: both;
			}
			
				#home .widebar h4 {
					margin-top: 10px;
				}
				
				.widebar ul {
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					.widebar ul ul {
						list-style: disc;
						padding-left: 25px;
					}
					
						.widebar ul ul li {
							list-style: disc;
							display: list-item;
							width: 200px;
							margin-bottom: 10px;
							border: 0px;
							padding: 0px;
						}
					
					.widebar ul li {
						display: inline-block;
						width: 217px;
						padding: 9px;
						border: #cccccc 1px solid;
						float: left;
						margin-right: 10px;
						font-family: tahoma;
						font-size: 12px;
					}
					
						.widebar ul li:hover {
							background-color: #f2f2f2;
						}
					
						.widebar ul li.last {
							margin-right: 0px;
						}
						
						.widebar ul li h5, .widebar ul li h5 a, .widebar ul li h5 a:visited {
							font-family: arial;
							font-size: 15px;
							font-weight: bold;
							color: #0d2e58;
							line-height: 15px;
							margin-top: 0px;
							margin-bottom: 10px;
							text-decoration: none;
						}
						
							.widebar ul li h5 a:hover {
								text-decoration: underline;
							}
						
						.widebar ul li img, .widebar ul li a img {
							width: 100px;
							height: 100px;
							border: #cccccc 3px solid;
							margin-bottom: 5px;
							margin-right: 10px;
						}
						
						.widebar ul li p a, .widebar ul li p a:visited {
							display: block;
							width: 215px;
							height: 37px;
							margin-top: 10px;
							margin-bottom: 0px;
							line-height: 37px;
							border: #0d2e58 1px solid;
							background-color: #cccccc;
							text-align: center;
							font-weight: bold;
							color: #000000;
							text-decoration: none;
							clear: both;
						}
						
							.widebar ul li p a:hover {
								background-color: #0d2e58;
								color: #ffffff;
							}
		
.sidebar1 {
				width: 298px;
				padding: 10px;
				border: #0D2E58 1px solid;
				background-color: #f2f2f2;
				float: left;
				margin-bottom: 10px;
			}
			
				.sidebar1 h4 {
					margin-bottom: 5px;
				}
			
				.sidebar1 h5 {
					font-family: tahoma;
					font-size: 12px;
					font-weight: bold;
					color: #999999;
					line-height: 12px;
					margin-top: 0px;
					margin-bottom: 10px;
				}
				
					.sidebar1 h5 a, sidebar1 h5 a:visited {
						color: #0d2e58;
						text-decoration: none;
					}
				
				.sidebar1 ul {
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					.sidebar1 ul li {
						padding-bottom: 10px;
						border-bottom: #cccccc 1px solid;
						margin-bottom: 10px;
					}
					
						.sidebar1 ul li.last {
							border: 0px;
							padding-bottom: 0px;
							margin-bottom: 0px;
						}
					
					.sidebar1 ul li img, .sidebar ul li a img {
						width: 125px;
						height: 125px;
						border: #cccccc 3px solid;
						margin-right: 10px;
					}
					
					.sidebar1 ul li p a, .sidebar ul li p a:visited {
						display: block;
						width: 155px;
						height: 30px;
						border: #0d2e58 1px solid;
						background-color: #cccccc;
						line-height: 30px;
						text-align: center;
						float: right;
						color: #000000;
						text-decoration: none;
						font-weight: bold;
					}
					
						.sidebar1 ul li p a:hover {
							color: #ffffff;
							background-color: #0d2e58;
						}
			
				#sidebartwo h4 {
					margin-bottom: 5px;
				}
			
				#sidebartwo h5 {
					font-family: tahoma;
					font-size: 12px;
					font-weight: bold;
					color: #999999;
					line-height: 12px;
					margin-top: 0px;
					margin-bottom: 10px;
				}
				
					#sidebartwo h5 a, #sidebartwo h5 a:visited {
						color: #0d2e58;
						text-decoration: none;
					}
				
				#sidebartwo ul {
					list-style: none;
					padding: 0px;
					margin: 0px;
				}
				
					#sidebartwo ul li {
						padding-bottom: 10px;
						border-bottom: #cccccc 1px solid;
						margin-bottom: 10px;
					}
					
						#sidebartwo ul li.last {
							border: 0px;
							padding-bottom: 0px;
							margin-bottom: 0px;
						}
					
					#sidebartwo ul li img, #sidebartwo ul li a img {
						width: 210px;
						height: 210px;
						border: #cccccc 3px solid;
						margin-bottom: 10px;
					}
					
					#sidebartwo ul li p a, #sidebartwo ul li p a:visited {
						display: block;
						width: 208px;
						height: 30px;
						border: #0d2e58 1px solid;
						background-color: #cccccc;
						line-height: 30px;
						text-align: center;
						float: right;
						color: #000000;
						text-decoration: none;
						font-weight: bold;
					}
					
						#sidebartwo ul li p a:hover {
							color: #ffffff;
							background-color: #0d2e58;
						}
		
