/* CSS Document */

.menu {
	padding:10px 0px 0px 10px;
	text-transform:uppercase;
}

.menu a:link {
	text-decoration: none;
	color: #039;
}

.menu a:visited {
	text-decoration: none;
	color: #039;
}

.menu a:hover {
	color: #09C;
	text-decoration: underline;
}

.promo a:link {
	text-decoration: none;
	color: #900;
}

.promo a:visited {
	text-decoration: none;
	color: #900;
}

.promo a:hover {
	color: #900;
	text-decoration: underline;
}


body {
	margin:0px; padding:0px;
	background-color:#99CC66;
	text-align:center;
	font: 78%/1.5  "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}
	
#header {
	width:100%;
	text-align:left;
	background-color:#99CC66;
	background-repeat: repeat-x;
	height:75px;
}

#left {
	width:125px;
	float:left;
	margin:0px;
	text-align:left;
}

.design {
	margin-top:40px;
	padding:10px 0px 0px 10px;
}
.design a {
	text-transform:uppercase;
	font-weight:bold;
	color:#039;
}

.design a:hover {
	color:#09C;
}

#middle {
	width:565px;
	float:left;
	margin:0px;
	background-color:#D2F499;
}

#right {
	width:130px;
	float:left;
	margin:0;
	text-align:left;
	padding:15px 10px 0px 10px;
	font-size: 0.9em;
}
	
#Content {
	width:845px;
	margin:0px auto;
	/*border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;*/
	background-color:#FFC;
	}
	
#footer {
	clear:both;
	padding:20px 10px 10px 10px;
	background-color: #99CC67;
}

/*#footerBar {
	width:100%;
	text-align:left;
	background-color:#99CC66;
	background-image:url(../images/footerSpacer.jpg);
	background-repeat: repeat-xt;
	height:30px;
}*/

.boilerplate {
	font-size: 0.85em;
	color: #036;
	line-height: 1.6em;
}

.boilerplate a:link, a:visited {
	text-decoration:underline;
	color: #036;
}

.boilerplate a:hover {
	color: #FFF;
}


/*.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
}*/

.imageborder {
	border-bottom: dotted #666666 1px;


}

.mail {
	margin-bottom: -4px;
}


.catSubhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#09C;
	font-size:1.5em;
	line-height:1.1em;
	letter-spacing:.1em;
}

.vendorMenu {
	margin:10px 0px 10px 0px;
}

.vendorMenu a:link {
	text-decoration: none;
	color: #999999;
}

.vendorMenu a:visited {
	text-decoration: none;
	color: #999999;
}

.vendorMenu a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

#credit {
	margin-top:10px;
	text-align:right;
	padding-right:150px;
}

/*-----Ugly Couch Promo-----*/

#couch {
	width:535px;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	padding:15px;
	
}

.couchheadline {
	text-transform:uppercase;
	font-weight:bold;
	color:#603;
	font-size:1.4em;
	line-height:1.1em;
}

.boldcopy {
	font-weight:bold;
}

#about {
	width:535px;
	padding:15px;
	text-align:left;
	line-height:2em;
}
