﻿/* other.css    Last modified on May 22, 2010  */

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFCC;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif; /* "@Arial Unicode MS" , Arial, Sans-Serif; */
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: None;
}

h1
{
	text-align: center;
	font-style: italic;
	color: #005300;
}

h2
{
	text-align: center;
	font-family: Arial Black;
	font-style: normal;
	font-size: 20pt;
	font-weight: bold;
	color: blue;
}

h4
{
	font-style: italic;
	text-decoration: underline;
	font-family: Arial Black;
	font-size: 16pt;
	font-weight: bold;
	color: #005300;
}

p
{
	margin: 10px 5px 15px 5px;
	font-style: normal;
}

blockquote
{
	margin: 0px 55px 0px 55px;
	font-style: italic;
}

.highlight
{
	background-color: yellow;
}

.highlight-green
{
	background-color: #33FF00;
}


ul
{
	margin: 0px 30px 0px 50px;
	font-style: normal;
	font-size: 14px;
}

.banner
{
	margin: 2px 30px 0px 50px;
	font-style: normal;
	font-size: 8px;
}

li.list
{
	margin: 0px 30px 0px 60px;
	font-style: normal;
}

img
{
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: outset;
	border-width: 5px;
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
}

hr
{
	clear: left;
	color: #ffcc00;
	background-color: #ffcc00;
	width: 980px;
	height: 3px;
}

.bullets
{
	margin: 10px 50px 10px 20px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.footer
{
	margin: 3px 10px 3px 10px;
	text-align: center;
	font-style: normal;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

#whole-enchilada
{
	width: 980px;
	margin: auto;
}

a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: Bold;
}

a:link
{
	color: green;
	text-decoration: None;
}

a:visited
{
	color: #A52A2A;  /* brown */
	text-decoration: None;
}

a:hover
{
	color: maroon;
	text-decoration: None;
}

a:active
{
	color: maroon;
	text-decoration: None;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: inline;
	font-family: arial, sans-serif;
	font-size: 8px;
}

#navcontainer ul li a
{
	padding: .2em .2em;
	color: #000000; /* Black text. */
	background-color: #ffcc00; /* Gold background for buttons. #ffcc00; */
}

#navcontainer ul li a:hover
{
	color: #fff; /* White text */
	background-color: #997; /* Gray background for buttons. */
}


/* The following navcontainer with a "v" is for the vertical buttons. */

#navcontainerv
{
	background: #005300; /* A dark green background. */
	width: 300px;
	float: left;
	margin: 20px 50px 30px 0px; /* top, right, bottom, left */
	font-family: "arial black" , arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	background: #009900; /* A bit lighter green when hovering. */
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.6em 0.5em 0.5em 0.5em; /* top, right, bottom, left */
	border-width: 3px 5px 3px 5px; /* top, right, bottom, left */
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
	border-style: outset;
	color: #777;
	background: #005300;
}

#navcontainerv > ul#navlist li a
{
	width: auto;
	color: #ffcc00;
	text-decoration: None; /* Keeps URL underlining from occuring.*/
}

ul#navlist li#active a
{
	background: #f0e7d7;
	color: #ffcc00;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #ffcc00;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

.itemsforsale
{
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-style: outset;
	border-width: 5px;
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
	text-align: justify;
	width: 70%;
	background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

/* Google Shopping Cart Styles */
.product-image
{
	border: solid 4px;
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
}
.product-title, .product-price, .product-shipping
{
	font-weight: bold;
}
.data-cell
{
	padding: 0px 50px 0px 10px;
	border: solid 0px #fff;
	vertical-align: top;
}
.align-cart
{
	padding-left: 680px;
}
p.cart
{
	margin-left: 0px;
}
/* End of Google Shopping Cart Styles. */

/* Popup pictures of Products */
.popup
{
	position: relative;
	width: 320px;
}

/* Small thumbnail images */
.popup a img
{
	width: 300px;
	margin: 0.5em 0;
	border: outset 4px;
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
}

/* Large image size */
.popup a span img
{
	width: 45em;
}

/* Span that surrounds large image */
.popup a span
{
	position: absolute; /* Hidden at first */
	visibility: hidden;
	border: outset 6px;
	border-color: #33ff33 #027a02 #669966 #99ff99; /* top, right, bottom, left */
	background-color: #ddd;
	padding: 1em;
	color: black;
}

/* IE6 needs this style rule */
.popup a:hover
{
	background-color: transparent; 
	z-index: 5;
	text-decoration: none;
}

/* Make large image visible on hover */
.popup a:hover span
{
	visibility: visible;
	z-index: 5;
	top: -1em;
	left: 24em;
}

/* End of Popup pictures of Products */

.level1
{
	margin: 0px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.level2
{
	margin: 25px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.level3
{
	margin: 50px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.level4
{
	margin: 75px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.level5
{
	margin: 100px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.level6
{
	margin: 125px;
	font-style: normal;
	font-family: "@Arial Unicode MS" , Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

