/* CSS Document */
/****** Silver City, Sarasota FL */
/******	Designed September 2006 by Web Wise Concepts, LLC */

/* Set margin and padding to 0 to even out browser differences. */
body, div, h1, h3, h4, h5, h6, p, ol, ul, li, a, form {
	margin: 0;		
	padding: 0;
}
body {
	border: 0;
	background-color:#fcfcfa;
	color: #333; 
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;/* Sets default font size and compensates for several browser bugs */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div */
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}
h1, h3, h4, h5, h6 {
	color:#009933;
	background-color: transparent;
	font-family:Papyrus, Verdana, Arial, sans-serif;
	margin-top: 15px;
}
h2 {
	text-align: center;}
ol li{
	list-style-type:decimal;
	list-style-position: outside;
}
#wrapper {
	margin: 5px auto;
	width: 770px;
	position: relative;
	background-color:#fcfcfa;
	color: #000;
	border: 1px solid #006600;
	text-align: left;
	font-size: 80%;
	line-height: 1.3;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	overflow:hidden;
	left: 770;
}
#banner {
	height: 150px;
	margin:0 0 0 60px;
	width: 100%;
	background-color: transparent;
	background-image:url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.printhead {
	display: none;
}
#tagline {
	margin: 12em 0 0 2.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color:#009933;
	background-color: transparent;

}
#sidebar {
	float: left;
	margin-left: 20px;
	width: 150px;
}
#sidebar h1 {
	margin: 0;
	font-size: 120%;
	color: #ccc;
	background-color: transparent;
}
#sidebar ul{
	margin-left: 2.5em;
	font-size: 90%;
}
#sidebar img  {
	margin-top: 5em;
}
#content {
	padding: 5px;
	width: 550px;
	margin: 0 0 0 20px;
	float: left;
	
}
#content h1 h1 {
	clear: both;
	font-size: 140%;
}
#content p {
	padding-bottom: 3px;
}
.rtflt {
	float: right;
	margin: 0;
}
.ltflt2{
	float: left;
	margin: 20px 5px 5px 0;
}
.ltflt {
	float: left;
}
.smtxt {
	font-size: 65%;
}
.box {
	float: right;
	margin: 5px 10px;
	color: #006600;
	background-color: #fff;
	border: 2px double #006600;
	width: 130px;
	padding: 5px;
}
.title {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
ul.list {
	margin: 2em 4em;}
.clears {clear: both;}
.space {margin-top: 2em;}
/****** Navigation */
.crumbs {
	clear: both;
	font-size: 75%;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}
#nav {
	line-height: 1.6;
	font-weight: bold;
	margin-top: 30px;
}
a:link, a:visited {
	color:#006600;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:link img, a:visited img {
	border: none;
}
a:focus, a:hover {
	color: #FFFFCC;
	background-color:#006600;
}
a:focus img, a:hover img{
	color: #ffffcc;
	background-color: #fff;
}
#nav a:link, #nav a:visited{
	padding-left: .9em;
	list-style-type: none;
	background-image: url(../images/3dcube.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.button a:focus, .button a:hover
#nav a:focus, #nav a:hover{
	color: #FFFFCC;
	background-color:#006600;
	background-image: none;
	}
#nav a:focus, #nav a:hover {
	margin-left: 1.5em;
	font-weight: bold;
}
/****** Shopping Cart */
.button {
	font-weight: bold;
	float: left;
	padding: 5px 0;
}
.button a:link, .button a:visited {
	color:#006600;
	background-color: #fff;
	border: 1px solid #006600;
	padding: 2px 5px 2px 20px;
	background-image:url(../images/cart.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
.button a:focus, .button a:hover {
	border: 1px inset #ffffcc;
	padding: 2px 5px;
}
/****** Tables */
table#catalog, table.shipping, table#sitemap {
	width: 420px;
	margin-top: 2.5em;
	margin-bottom: 2em;
	margin-left: 8%;
}

table#catalog td  {
	text-align: center;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	width: 25%;
	font-size: 70%;
}
.addspace {
	padding: 5px;
}
table#sitemap td.addspace {
	padding:5px;
	width: 50%;
	font-size: 70%;
	vertical-align: top;
}
.tab {
	margin-bottom: 15px;
	margin-left: 3em;
}
table#product {
	width: 480px;
	clear: both;
}
table#product th {
	font-size: 100%;
	font-weight: bold;
	color: #009933;
	background-color:#ccc;
	text-align: center;
	background-image: url(../images/th_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
table#product td {
	text-align: left;}
table#product tr {
	padding: 5px 0;
}
table#product td#description {
	padding-bottom: 25px;
	padding-left: 5px;
}
td#description p {
	margin-bottom: 5px;
}
	
table#product td#cost {
	font-weight: bold;
	vertical-align: top;
	font-size: 105%;
	padding-top: 8px;
}
caption, h2 {
	font-family:Papyrus, Verdana, Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #009933;
	background-color:transparent;
	background-image: url(../images/caption_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 2em;
}
caption {
	margin-bottom: 1.5em;}
table.shipping {
	border: 1px solid #006600;
}
table.shipping th {
	color: #006000;
	background-color: #fff;
	text-align: center;
}	
table.shipping td {
	padding: 0 3px 0 6px;
}
table.shipping tr.odd {
	background-color: #ccc;
	color: #000;
}
.category {
	font-size: 95%;
	font-weight: bold;
}
td#more {
	text-align: center;
	padding: 5px;
	border:thin dashed #336600;
	font-size: 75%;
}
/****** Footer */
#footer {
	clear: both;
	font-size: 70%;
	color:#999999;
	background-color: transparent;
	margin-bottom: 25px;
	overflow: hidden;
}
#line {
	margin: 0 0 0 60px;
}
#update {
	float: right; 
	width: 45%;
	font-size: 75%;
	line-height: normal;
	text-align: right;
	margin-top: -30px;
	padding-right: 5px;
	margin-bottom: 8px;
}
dt {
	font-weight: 500;
	padding-top: 10px;
}
p#ppinfo {
	margin-top: 25px;
	border-top:1px dashed #339900;
	font-size: 70%;
	}

/****** Form */
form {
	width: 75%;
	padding: 5px 10px;;
}
legend {
	color: #006600;
	background-color: #fff;
	font-size: 110%;
	font-weight: bold;
}
label {
	margin-left: 8px;}
#submit {
	margin: 0 20px;
	}
#view {
	margin-left: 10px;}
