/*
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
*/

body {
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	background-color: #ecc334;
	font-family: arial;
}

	p {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
	}
	
	ul li {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
	}

	h2, h2 a {
		font-family: arial;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		width: 1000px;
		margin-top: 0px;
	}
	
		#topbar {
			width: 1000px;
			height: 50px;
			margin-top: -8px;
			margin-bottom: 0px;
		}
		
			#title {
				width: 500px;
				float: left;
			}
			
			#phone {
				width: 500px;
				float: right;
				text-align: right;
			}
		
			#topbar h1, #topbar h1 a {
				font-family: arial;
				font-weight: bold;
				font-size: 20px;
				color: #ffffff;
				line-height: 50px;
				margin-top: 0px;
				margin-bottom: 0px;
				text-decoration: none;
			}
			
		#spacer {
			width: 1000px;
			height: 50px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#mainhead {
			width: 1000px;
			height: 210px;
			margin-top: 0px;
			margin-bottom: 0px;
			background-image: url('images/headbg.jpg');
			border-bottom: #DCAE01 1px solid;
		}
		
			#topnav {
				width: 450px;
				height: 40px;
				margin-top: 10px;
				float: right;
				margin-right: 39px;
				text-align: center;
				line-height: 40px;
			}
			
				#topnav a {
					font-family: arial;
					font-weight: bold;
					font-size: 20px;
					color: #ffffff;
					text-decoration: none;
					display: inline-block;
					height: 30px;
					line-height: 30px;
					padding-left: 10px;
					padding-right: 10px;
				}
				
					#topnav a:hover {
						color: #328ECD;
						background-color: #F3D66F;
					}
		
	#container {
		width: 990px;
		padding: 5px;
		background-color: #ffffff;
	}
	
		#leftbar {
			width: 250px;
			float: left;
			padding-right: 10px;
		}
		
			.sideblock {
				width: 230px;
				padding: 5px;
				background-color: #F3D66F;
				border: #D7AC0D 1px solid;
				margin-bottom: 10px;
			}
			
				.sideblock h3 {
					font-family: arial;
					font-size: 15px;
					font-weight: bold;
					line-height: 25px;
					margin-top: 0px;
					margin-bottom: 5px;
					border-bottom: #D7AC0D 1px solid;
				}
				
				.sideblock a {
					display: block;
					width: 210px;
					height: 30px;
					margin-bottom: 5px;
					line-height: 30px;
					font-family: arial;
					font-size: 12px;
					font-weight: normal;
					color: #000000;
					text-decoration: none;
					background-image: url('images/sidenavbg.jpg');
					padding-left: 20px;
				}
				
					.sideblock a:hover {
						color: #ffffff;
						background-image: url('images/sidenavbg2.jpg');
					}
		
		#content {
			width: 540px;
			float: left;
		}
		
			#content h1 {
				font-family: arial;
				font-size: 20px;
				font-weight: bold;
				color: #ecc334;
			}
			
			#content h4 {
				font-family: arial;
				font-size: 15px;
				font-weight: bold;
				color: #000000;
				display: block;
				width: 540px;
				height: 22px;
				line-height: 30px;
				background-color: #F3D66F;
				border: #ecc334 1px solid;
				text-indent: 10px;
				margin-top: 0px;
				margin-bottom: 10px;
				padding-top: 8px;
			}
		
			.itemblock {
				width: 520px;
				padding: 10px;
				background-color: #f2f2f2;
				border: #e5e5e5 1px solid;
				clear: both;
				margin-bottom: 10px;
			}
			
				.itemblock img {
					margin-right: 10px;
				}
				
				.itemblock h3 {
					font-family: arial;
					font-size: 15px;
					font-weight: bold;
					height: 15px;
					margin-top: 0px;
					margin-bottom: 10px;
				}
				
					.itemblock h3 a {
						color: #333333;
						text-decoration: none;
					}
					
						.itemblock h3 a:hover {
							color: #ecc334;
						}
					
				.itemblock p a {
					display: block;
					width: 377px;
					height: 30px;
					line-height: 30px;
					text-align: center;
					border: #ecc334 1px solid;
					background-color: #F3D66F;
					float: right;
					color: #000000;
					text-decoration: none;
				}
				
					.itemblock p a:hover {
						background-color: #ecc334;
						color: #ffffff;
					}
		
			.tableleft, .tablelefthead {
				width: 250px;
				padding: 10px;
				float: left;
				clear: both;
			}
			
				.tablelefthead {
					background-color: #f2f2f2;
				}
				
			.tableright, .tablerighthead {
				width: 250px;
				padding: 10px;
				float: right;
				clear: both;
			}
			
				.tablerighthead {
					background-color: #f2f2f2;
				}
				
		
			#content h4 {
				font-family: arial;
				font-weight: bold;
				font-size: 15px;
				line-height: 15px;
				margin-top: 0px;
				margin-bottom: 10px;
			}
		
			.wide {
				width: 520px;
				border-bottom: #D7AC0D 1px solid;
				padding: 10px;
				margin-bottom: 10px;
			}
			
			.left {
				width: 245px;
				padding: 10px;
				float: left;
				border-bottom: #D7AC0D 1px solid;
				margin: 0px;
				margin-bottom: 10px;
			}
			 
			.right {
				width: 245px;
				padding: 10px;
				float: right;
				border-bottom: #D7AC0D 1px solid;
				margin: 0px;
				margin-bottom: 10px;
			}
			
				#content .left h4, #content .right h4 {
					width: 243px;
				}
				
				#content .left p, #content .right p {
					clear: both;
				}
			
				.wide a, .left a, .right a {
					color: #000000;
					text-decoration: none;
					text-align: center;
					display: block;
					width: 243px;
					height: 30px;
					line-height: 30px;
					background-color: #F3D66F;
					border: #D7AC0D 1px solid;
				}
				
					.wide a:hover, .left a:hover, .right a:hover {
						background-color: #D7AC0D;
						color: #ffffff;
					}
					
				#content .left a img, #content .left img, #content .right a img, #content .right img {
					width: 243px;
					height: 243px;
					border: 0px;
					margin: 0px;
					margin-bottom: 10px;
					background: none;
					padding: 0px;
				}
		
		#rightbar {
			width: 161px;
			float: right;
			padding-left: 9px;
			text-align: center;
		}
		
			#rightbar img {
				margin-bottom: 10px;
				border: 0px;
			}
			
#bottombar {
	min-width: 1000px;
	max-width: 2000px;
	height: 40px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
	margin-top: 10px;
	background-color: #D7AC0D;
}

	#bbcontent {
		width: 1000px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
	}
	
		#bbcleft {
			width: 500px;
			height: 40px;
			line-height: 40px;
			float: left;
		}
		
		#bbcright {
			width: 500px;
			height: 40px;
			line-height: 40px;
			float: right;
			text-align: right;
		}
		
			#bbcright a {
				color: #ffffff;
				text-decoration: none;
				margin-left: 15px;
			}
			
				#bbcright a:hover {
					text-decoration: underline;
				}
				
/* RIGHT BAR STYLES - Added 9/2011 by Matthew Brown */

#rightbar h5 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightbar .right-product-block {
	width: 161px;
	margin-top: 0px;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 10px;
}

	#rightbar .right-product-block h6 a, #rightbar .right-product-block h6 a:visited, #rightbar .right-product-block h6 {
		font-family: arial;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		line-height: 14px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#rightbar .right-product-block p {
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#rightbar .right-product-block p a, #rightbar .right-product-block p a:visited {
		display: block;
		width: 161px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		color: #000000;
		background-color: #ffcc00;
		text-decoration: none;
	}
	
		#rightbar .right-product-block p a:hover {
			background-color: #003399;
			color: #ffffff;
		}
		

	
		
