html,body {
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

body{
	background: #68960A;
	font-size: 14px;
}

#wrapper{
	background: #fff;
	width: 900px;
	padding: 0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
}

header#pageHeader{
	width: 100%;
	height: auto;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	}

	section#locationDD{
		float: left;
		width: 180px;
		height: 50px;
		text-align: left;
		margin: 15px 0 0 15px;
	}
	
	section#locationDD option{
		font-size: 10px;
	}
			
	section#locationDD a:link, section#locationDD a:visited {
		color: #8AAD3C;
		text-decoration: none;
	}
		
	section#locationDD a:hover, section#locationDD a:active {
		background: #8AAD3C;
		color: #ffffff;
		text-decoration: none;
	}
			
	section#facebook {
		float: right;
		margin: 10px 0 0 0;
	}
	
	section#locationDD form{
		padding: 0;
		margin: 0;
	}

	img#logo{
		margin: 0 0 0 120px;
	}
	
	/*img#mobilelogo{
		display: none;
	}*/
	
	#mobileLogo{
		display: none;
	}
		
	header>h1{
		font-size: 14px;
		font-weight: normal;
		padding: 0;
		margin: 0 0 20px 0;
		text-align: center;
	}
	
	header>p{
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	header>p>em{
		color: #68960A;
		font-weight: normal;
		font-size: 24px;
		font-family: 'Sue Ellen Francisco', arial, serif;
		font-style: normal;
		padding: 0;
		margin: 0;
	}
	
section#middle{
	padding: 0;
	margin: 0;
	}
	
	section#middle form{
		padding: 0;
		margin: 0;
	}
	
	/* home page elements */
	
	nav#categories ol{
		list-style: none;
		padding: 0;
		margin: 10px 0 50px 50px;
		font-size: 14px;
	}
	
	nav#categories li{
		display: inline-block;
		vertical-align: top;
		width: 160px;
		padding: 0;
		margin: 0;
		text-align: center;
		
	}
	
	nav#categories li a:link, nav#categories li a:visited {
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #8AAD3C;
		text-decoration: none;
	}
		
	nav#categories li a:hover, nav#categories li a:active {
		display: block;
		width: 100%;
		background: #8AAD3C;
		color: #ffffff;
		text-decoration: none;
	}
	
	section#middle p{
		text-align: center;
	}
	
	input{
		padding: 6px 0 0 0;
		vertical-align: top;
	}
	
	input#searchText{
		 width: 300px;
	}
	
	input#submit{
		background: none;
		border: none;
		color: #8AAD3C;
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
		width: 120px;
		cursor: pointer;
		padding: 0;
		margin: 0;
	}
	
	input#submit:hover{
		font-size: 26px;
		line-height: 28px;
	}
	
	p.error{
		color: #68960A;
		font-weight: bold;
		font-size: 16px;
		margin: 0 0 40px 0;
	}
	/* end home page elements */
	
	section#sortDrop{
		float: left;
		margin: 7px 30px 0 110px;
		}
		
		section#sortDrop a:link, section#sortDrop a:visited {
			color: #8AAD3C;
			text-decoration: none;
		}
			
		section#sortDrop a:hover, section#sortDrop a:active {
			background: #8AAD3C;
			color: #ffffff;
			text-decoration: none;
		}
		
	section#resultsPageSearch{
		padding: 0;
		margin: 0;
		}
		
		section#resultsPageSearch p{
			display: inline;
			padding: 0;
			margin: 0 0 0 275px;
		}
		
		h2.resultsHeader{
			color: #087C16;
			font-size: 12px;
			font-weight: bold;
			margin-left: 25px;
		}
		
		article.results{
			display: inline-block;
			width: 90%;
			padding: 2% 5%;
			text-align: left;
			font-size: 12px;
			}
			
			article.results h3{
				color: #087C16;
				font-size: 12px;
				font-weight: bold;
				padding: 0;
				margin: 0 0 4px 0;
				border-bottom: dotted 1px #087C16;
			}
			
			article.results p{
				width: 80%;
			}
			
			article.results:nth-of-type(even){
				background: #d9ff84;
			}
			
			article.results:last-child{
				-webkit-border-radius-bottomleft: 4px;
				-webkit-border-radius-bottomright: 4px;
				-moz-border-radius-bottomleft: 4px;
				-moz-border-radius-bottomright: 4px;
				border-bottom-left-radius: 4px;
				border-bottom-right-radius: 4px;
			}
			
			article.results aside.price{
				float: right;
				color: #087C16;
				font-weight: bold;
				text-align: right;
				padding: 0 0 40px 20px;
			}
			
			section#middle article.results p{
				padding: 0 20px 0 0;
				margin: 0;
				text-align: left;
			}
			
			section#middle article.results span.date{
				float: right;
				color: #949494;
				font-weight: normal;
			}
			
			section#middle article.results img.resultsImage{
				float: left;
				margin: 0 10px 0 0;
			}
			
			section#middle article.results a:link, section#middle article.results a:visited {
				color: #328F3D;
				text-decoration: none;
			}
				
			section#middle article.results a:hover, section#middle article.results a:active {
				color: #328F3D;
				text-decoration: underline;
			}
		
		#nextSet a{
			display: block;
			width: 20%;
			margin: 0 40%;
			font-size: 16px;
			line-height: 18px;
		}
		
		#nextSet a:link, #nextSet a:visited {
			color: #68960A;
			text-decoration: none;
		}
			
		#nextSet a:hover, #nextSet a:active {
			color: #68960A;
			text-decoration: none;
			font-size: 18px;
		}

footer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
	footer section#bottomMotto{
		padding: 0 0 25px 0;
		margin: 5px 0 0 0;
		text-align: left;
		color: #fff;
		font-weight: bold;
	}
	
	footer section#bottomMotto p{
		padding: 0;
		margin: 2px 0 0 0;
	}
	
	footer a:link, footer a:visited {
		color: #a8e71e;
		text-decoration: none;
	}
		
	footer a:hover, footer a:active {
		color: #ffffff;
		text-decoration: none;
	}
	
	
a:link, a:visited {
	color: #8AAD3C;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #68960A;
	text-decoration: none;
}

img{
	border: none;
}

.roundCorners{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadows{
	-moz-box-shadow: 2px 2px 15px #000;
	-webkit-box-shadow: 2px 2px 15px #000;
	box-shadow: 2px 2px 15px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

