@CHARSET "ISO-8859-1";
@import "form.css" ;
/*
	Green Top Border : #5e807d
	Brown BG: #a5997f
	Baby Blue: #e9f3f2
	Mid Blue: #97cbc7
	Dk Brown:#8f8776
	Stamp Star BG: #d0d3c9
	Blue Text Highlight: #e9f2f1
	REd: 9c3600
	Cursive Red: #a14310
	Dk Brown: #a14310
	Orange: #e85100
*/


body {
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	background: url("../images/header_bg.gif") top left repeat-x ;
	background-color: #a5997f ;
	font-family: arial ;
	height: auto ;
	}


.red {
	
	color: #9C3600 ;
}


div#footer a:link,
div#footer a:visited {
	color: #000 ;
	font-weight: bold ;
	}


div#footer a:hover,
div#footer a.selected {
	color: #9c3600 ;
	text-decoration: underline ;
	}


div#wrapper {
	margin: 0 auto ;
	width: 800px ;
	padding: 0 ;	
	text-align: left ;
	height: 100% ;
	}


div#left_col {
	width: 260px ;
	margin: 0 ;
	padding: 0 ;
	float: left ;
	text-align: center ;
	}


div#right_col {
	margin: 0 0 0 260px ;
	padding: 0 ;
	height: 100% ;
	}


h1#masthead {
	background: url("../images/logo_bg.gif") top left no-repeat ;
	margin: 0 ;
	padding: 0 ;
	width: 260px ;
	height: 190px ;
	text-align: center ;
	}


h1#masthead img#logo {
	margin-top: 10px ;
	}


div#nav_container {
	background: url("../images/header_mnu_bg.gif") 48px 10px no-repeat ;
	padding-top:38px ;
	}

ul.nav {
	padding: 0 ;
	margin: 0 ;
	list-style: none ;
	}

ul.nav li a:link,
ul.nav li a:visited {
	text-decoration: none ;
	}

ul.main li {
	padding: 10px 2px 10px 9px ;
	margin: 0 ;
	display: inline ;
	}


ul.main li a:link,
ul.main li a:visited {
	color: #8f8776 ;
	font-weight: bold ;
	font-size: 13px ;
	line-height: 18px;
	}


ul.main li a:hover,
ul.main li a.selected {
	color: #9c3600 ;
	text-decoration: underline ;
	}
	
ul.main li a.howtopurchase,
ul.main li a.cart {
	color: #669b33 ;
	padding-left: 18px ;
	}
	
#cart {
	background-image: url(../images/shopping_cart.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-left: 5px;
	padding: 0;
	}

.cartTitle {
	color: #669b33;
	font-weight: bold;
}

.cartDesc {
	font-style: italic;
}

.cartTotal {
	border-top: 3px solid black;
}

.cartHelp {
	color: #008bda;
	font-size: 80%;
}	

ul.crumbs {
	margin: 15px 0 0 5px ;
	}

ul.crumbs li {
	margin: 0 ;
	display: inline ;
	font-size: .9em ;
	font-weight: bold ;
	padding: 0 2px 0 0 ;
	}

ul.crumbs li a:link,
ul.crumbs li a:visited {
	color: #FFF ;
	text-decoration: underline ;
	}


ul.crumbs li a:hover {
	color: #9c3600 ;
	}



ul.utility {
	margin: -32px 0 0 0 ;
	text-align: center ;
	}


ul.utility li {
	padding: 10px 5px 10px 5px ;
	margin: 0 ;
	display: inline ;
	}


ul.utility li a:link,
ul.utility li a:visited {
	color: black ;
	font-size: .9em ;
	}


ul.utility li a:hover {
	color: #9c3600 ;
	text-decoration: underline ;
	}


div#right_col h2 {
	font-size: 1.4em ;
	margin: 20px 0 0 10px ;
	color: #333 ;
	font-family: times ;
	}


div.pages {
	font-weight: bold ;
	padding-left: 5px;
	text-align: left ;
	margin-right: 25px ;
	color: white ;
	font-size: 18px;
	}
	
div.pages p {
	font-size: .8em ;
	margin: 0 ;
	padding: 0 ;
	}

ul.pages li {
	margin: 0 ;
	display: inline ;
	font-size: .8em ;
	padding: 0 2px 0 0 ;
	}


ul.pages li a:link,
ul.pages li a:visited {
	color:  #FFF ;
	text-decoration: underline ;
	}


ul.pages li a:hover {
	color: #9c3600 ;
	}


div#content {
	background: url("../images/content_top.gif") top left no-repeat ;
	background-color: #f9f9f9 ;
	margin: 0 ;
	padding: 5px 0 0 0 ;
	margin: 15px 0 15px 5px ;
	width: 510px ;
	height: auto ;
	}
	
div#content div#content_wrapper {
	margin: 0 20px 0 20px ;
	}
	
div#content h4 {
	margin-top: 15px ;
	}

div.product {
	margin: 0 ;
	padding: 0 0 15px 0 ;
	border-bottom: 1px solid #AAA ;
	overflow: auto;
}
	
div#content div#content_wrapper h3 {
	font-size: 1.1em ;
	margin: 0 ;
	padding-top:15px ;
	}
	
div.product div.detail {
	
	}
	
div.product div.detail a {
	float: left ;
	}	
	
div.product img {
	border: 1px solid #888 ;
	background-color: #FFF ;
	padding: 2px ;
	}	
	

div.product dl {
	font-weight: bold ;
	background: #e9f2f1 ;
	padding: 5px ;
	font-size: 1.05em ;
	margin: 0;
	width: 280px ;
	}
	
	
div.product dt {
	color: #5e807d ;
	float : left ;
	white-space: nowrap;
	text-align: right ;
	padding-right: 5px ;
	width: 160px ;
	}
	

div#content h2 {
	padding-top: 0 ;
	margin-top: 0 ;
	}
	
	
div#content .bottom {
	background: url("../images/content_bot.gif") bottom left no-repeat ;
	height: 9px ;
	margin: 10px 0 0 0 ;
	padding: 0 ;
	clear: both ;
	}
	

div#sidebar {
	background: url("../images/sidebar_top.gif") top left no-repeat ;
	background-color: #f9f9f9 ;
	margin-top: 20px ;
	margin-bottom: 20px ;
	margin-left: 10px !important;
	margin-left: 2px ;
	padding: 20px 0 0 0 ;
	width: 240px ;
	text-align: center ;
	}
	
	
div#sidebar .bottom {
	background: url("../images/sidebar_bot.gif") bottom left no-repeat ;
	height: 9px ;
	margin: 0 ;
	padding: 0 ;
	margin-top: 6px ;
	}


ul.categories li {
	font-size: 12px ;
	line-height:18px;
	font-family: verdana ;
	text-align: left;
	margin-left: 15px;
	}


ul.categories li a:link,
ul.categories li a:visited {
	color: #888 ;
	text-decoration: none ;
	}


ul.categories li a:hover {
	color: #9c3600 ;
	}


ul.categories li a.selected {
	color: #e85100 ;
	font-weight: bold ;
	}


div#footer {
	color: #FFF ;
	margin: 10px 0 0 0 ;
	padding: 5px 0 5px 0 ;
	clear: both ;
	width: 100% ;
	text-align: center ;
	font-size: .9em ;
	background-color: #8f8776 ;
	}


div#footer p {
	padding: 0 ;
	margin: 0 ;
	}

.homeImage {
	border: 1px solid black;
	margin-bottom: 30px;
}

.homeImagesLeft {
	width: 150px;
	padding-top: 15px;
}

.homeImagesRight {
	float: right;
}

.homeImages {
	text-align: center;
	clear: right;
	margin-bottom: 40px;
}

#imageGroup {
	text-align: center;
}

.homeIntro {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.homeImageCaption {
	color: gray;
	font-size: small;
	font-style: italic;
}

#disclaimer {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	clear: both;
	text-align: center;
}

.linkSmall {
	font-size: 12px;
	margin-top: 3px;
}

.lPage a:link,
.lPage a:visited {
	color: #000 ;
	}

.scLabel {
	font-size: 12px;
}