* {
	margin:0;
	padding: 0;
}

body {
	background: #f3f3d0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color:#345112;
}

a {
	outline:none;
	text-decoration:underline;
	color:#345112;

}

img {
	border: none;
}

#content {
	width:900px;
	margin:10px auto 0 auto;
}

#nav {
	background: url(../images/nav-bg.jpg) center top no-repeat;
	width:902px;
	height:55px;
	margin:0px auto;
	padding:0;
	clear:both; 
	text-align:center;
}

#nav ul {
	margin: 0 auto;
	padding-top: 17px;
	width:830px;
}

#nav li {
	float:left;
	width:135px;
	border-right:1px solid #fff;
	list-style:none;
}	
		
#nav li.noBorder {
	border: none;
}

#nav li a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	display:block;
	width: 135px;
	height:12px;
	text-decoration:none;
	padding:3px 0 3px 0;
	line-height:12px;
		}

		
#nav li a:hover {
	text-decoration:underline;
}

#address {
	clear: both;
	margin-top:45px;
	font-size: 18px;	
	width:900px;
}

#contentTop {
	width:900px;
	margin:20px auto 0 auto;
	background: url(../images/content-main.jpg) top left;
	float: left;

	}
	
#contentMain {
	width:900px;
	margin:0 auto 0;
	background: url(../images/content-top.png) no-repeat center top;
	float: left;
}

#contentMain .store {
	width:850px;
	margin:20px auto 0 20px;
}

#copy {
	width:850px;
	margin:20px;
	background:#fff;
	border:2px solid #345112;
	float: left;
	}

#copy h1 {
	font-size: 24px;
	padding:20px 0 0 20px;
		
}

#copy p {
	font-size: 14px;
	padding:20px 0 0 40px;
	width:460px;
}

#copy .group {
	border:2px solid #345112;
}

#rightColumn {
	float:right;
	padding:10px 20px 0 0;
	width:259px;
}

#rightColumn img {
	margin-bottom:10px;
}


#map {
	float:right;
	padding:10px 20px 0 0;
	width:425px;
}

#message {
	width: 400px;
	margin:20px 0;
}

#message input {
	margin-top: 5px;
}

#message textarea {
	margin-top: 5px;
}


input:focus, textarea:focus {
  background:#f3f3d0;
}


#subNav {
	width:800px;
	margin:20px;
	float: left;
	border-top:1px dashed #345112;
	padding:15px 0 0 0;
}

#subNav p {
	padding:0 20px 0 0;
	width:auto;
	font-size: 12px;
}

#subNav ul {
	width:500px;
}

#subNav ul li {
	float:left;
	width:65px;
	text-align: center;
	list-style:none;
}

#subNav ul li a {
	text-decoration:none;
	color:#345112;
	font-size:12px;
	display:block;
	width: 65px;
	height:15px;
	text-decoration:none;
	padding:0 0 0 10px;
}

#subNav ul li a:hover {
	text-decoration:underline;

}

#photos {
	width:735px;
	margin:15px auto;
}

#photos img {
	margin-right:10px;
	margin-bottom:15px;
	border:4px solid #8da963;
}

#artist-wrap {
	width:800px;
	margin:15px auto;
}

#artists #copy a {
	font-size: 12px;
}

#artists .artists-list {
	width:250px;
	float:left;
	margin-right: 15px;
}

#products #copy ul {
	list-style: none;
	font-size:12px;
	padding:5px 0 0 40px;
	width:460px;
}



/*-----Classes-------*/

.needle {
	float:right;
	margin:0 -12px 0 0;
	padding:60px 0 0 0;
	
}

.clear {
	clear: both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

#nav ul li a.current {
	text-decoration: underline;
}
#subNav ul li a.current {
	text-decoration: underline;
}

#copy .smallText {
	font-size:12px;
	padding-bottom: 0;
	margin-bottom: 0;
}
