/* author: Scott Marlow, Marketing By Marlow | 206.784.5454, muse@marketingbymarlow.com */
/* updated: December 2011 

SITE COLORS
olive green:	#666633,	rgb(102,102,51)
lt olive green: #999966, rgb(153,153,102))
*/

body {
	background-color: rgb(102,102,51);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
	margin-top: 0
}
#utility {
float: right;
margin-top: 10px;
width: 40px
}
#utility img, #utility a {
background: transparent;
border: none

}
#wraphome {
	background-image: url(../images/yps-home-08.jpg);
	background-repeat: no-repeat;
	height: 656px;
	margin-left: auto;
	margin-right: auto;
	width: 936px
}
#wrapper {
	background-image: url(../images/yps-vendors.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 656px;
	width: 936px
}
#wrapabout {
	background-image: url(../images/yps-about.jpg);
	background-repeat: no-repeat;
	height: 656px;
	margin-left: auto;
	margin-right: auto;
	width: 936px
}
#wrapcontact {
	background-image: url(../images/yps-contact.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 656px;
	width: 936px
}
#about {
	position: relative;
	left: 400px;
	top: 80px;
	width: 410px
}
#contact {
	position: relative;
	left: 520px;
	top: 160px;
	width: 380px
}
h1 {
	color: #78251c;
	font-size: 16px;
	text-transform: uppercase
}
h2 {
	color: #78251c;
	font-size: 14px
}
p {
	font-size:12px;
	line-height: 1.4em
}
a {
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none
}
a:hover {
	color: black;
	text-decoration: none
}
/* NAVIGATION */

#nav ul {
	margin: 0;
	position: relative;
	left: 400px;
	top: 14px;
	padding: 0;
	width: 400px
}
#nav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	margin-right: 1em;
	text-transform: uppercase
}
#nav a {
padding: 8px 6px
}
#nav a.select {
	color: black
}
#vendors ul {
	float: left;
	position: relative;
	left: 140px;
	top: 120px;
	padding: 0;
	width: 170px
}
#vendors li {
	border-bottom: 1px solid white;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	list-style-type: none;
	padding: .5em 0;
	text-transform: uppercase;
	width: 170px
}
#vendors li a {
	display: block;
}
#products {
	margin-left: 420px;
	margin-top: 130px;
	width: 350px
}
#products img {
	margin-bottom: 20px
}
#products p {
	line-height: 1.4em
}
#products a {
	color: black
}
#products a:hover {
	color: white
}
/* FOOTER */

#footer {
	padding-left: 250px
}
#footer p {
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: absolute;
	top: 636px
}
.color {
	color: #78251c;
	margin-left: 0.9em
}
#design {
	position: absolute;
	top: 696px;
	left: 800px
}
#design a {
	color: rgb(153,153,101);
	font-size: 10px
}
#design a:hover {
	color: black
}

