/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FBFEFE url(images/pg_bk.jpg) no-repeat left top; 
	scrollbar-face-color: #3B4384;
 scrollbar-shadow-color: #ffffff;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-track-color: #FFFFFF;
 scrollbar-arrow-color: #FFFFFF;
}
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D1815;
	margin-left: 15px;
}
h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	margin-left: 15px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #B82130;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
	border-bottom: 10px none #CEEAF5;
	width: 750px;
	border-top: none;
	border-right: none;
	border-left: none;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #990000;
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
/* Creates the div container for the footer. */
div#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #81812C;
	border-top: 4px solid #CBC996;
	border-right: none;
	border-bottom: 4px solid #CBC996;
	border-left: none;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
	margin-top: 5px;
}
div#footer p {
}
div#footer a:link {
	text-decoration: none;
}
div#footer a:visited {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: none;
	color: #990000;
}
div#footer a:active {
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: #990000;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: right;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #A49F51;
	color: #FFFFFF;
}

/* ----------------- CUSTOM CLASSES ----------------- */
h1 {
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	color: #1E82A8;
	text-align: left;
	vertical-align: top;
	margin-left: 15px;
}
strong {
	color: #CD2934;
}
li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: url(images/bullet.gif);
}
div#container {
	padding: 5px;
	width: 750px;
	border: 0px dashed #990000;
	margin: 10px auto;
}
div#pics {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}


#pics img{ border:none;
			border-collapse:collapse;}

.border {
	height: 250px;
	width: 250px;
	border: 8px solid #C8CB96;
	background: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 0px;
}
.marquee {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #E96365;
	margin-top:-15px;
	padding-top:0;
	height:260px;
}
div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;

}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E181A;
	text-align: left;
}

.pricepic {
	border: solid 1px #000;
	margin: 0 auto 0 auto;
	text-align: center;
}

p.centered {
	margin: 0 auto 0 auto;
	text-align: center;
}

.bigger{ font-size:18px;}

.smaller{ font-size:14px;}

.dkred{ color:#8d1700;}

.products td{ vertical-align:top;}

.products p, .products h2{ margin:5px 5px 5px 15px; padding:0;}

.black{ color:#000000;}