/* CSS Document */

body {
	margin:0px;
	background-image: url(img/bg_lineSub.jpg);
	background-repeat: repeat-x;
	font-size:small;
}

.banner {
	background-image: url(img/bgSub2.jpg);
	background-repeat: no-repeat;
	height:160px;
	}

.email {
	position:absolute;
	left:700px;
	margin:7px 0px 0px 0px;
	height:30px;
	background-color:#C47C00;
	width:135px;
	}

.menu {
	position:absolute;
	left: 153px;
	top: 3px;
	}

#address {
	position:absolute;
	left:601px;
	top:45px;
	color:white;
	height: 99px;
	width: 113px;
}

#mailing {
	position:absolute;
	left:735px;
	top:50px;
	color:white;
	width: 190px;
	height: 89px;
}

.title {
	position:absolute;
	left: 0px;
	top: 166px;
	}

.bodywrap {
	
	}

.sidebar {
	background-color:red;
	float:left;
	}

.content {
	border-top:6px solid white;
	padding:60px 20px 20px 20px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#BB0F07;
	}

.text {
	width:680px;
	margin-top:30px;
	}

.submenu {
	float:left;
	padding:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight:bold;
	}

.submenu a, .submenu a:visited {
	color:black;
	text-decoration:none;
	}

.submenu a:hover {
	color:black;
	text-decoration:underline;
	}

.copyright {
	float:right;
	padding:20px;
	color:#C47C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight:bold;
	}
	
/* Added 9-21-06 for changes DW*/
	
.clear {
	clear:both;
	}
	
#textAbout {
	width:680px;
	margin-top:30px;
	}
	
#textAbout img {
	margin-left:40px;
	margin-bottom:40px;
	float:right;
	}
	
.soldOut {
	background-image:url(img/soldout.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
	
/* Added 04-25-07 for changes DW*/

#vendorInfo {
	width:680px;
	margin:30px 0 100px 0;
	}
	
#vendorInfo ul li {
	margin:0;
	list-style:none;
	padding:0 0 10px 0;
	}
	
#vendorInfo ul a {
	color:#ffffff;
	padding:1px 1px;
	font-weight:bold;
	}

#vendorInfo ul a:link, #vendorInfo ul a:visited {
	text-decoration:underline;
	}

#vendorInfo ul a:hover, #vendorInfo ul a:active {
	color:#ffffff;
	background:#000000;
	}
	
	
