/* GENERAL STYLES */

/* Body styles */
body,b, td, p,ul {color: #999999; font-family: Verdana, Arial, Helvetica; font-size: 11px; background-color: #000000;}
.window {background-color: #ffffff;}
.window-library {color: #999999; background-color: #000000; margin: 5px;}

/* Font size fix */
div, ul, td, li, th, span, span, p, select, input, form, textarea, label, table	{font-size:1em;}

/*Main Container*/
#container {	
	width: 745px;
	text-align: left;
	background-color: #000000;	
	/*border: 1px #ff0000 solid;	*/
}

#topNav {	
	padding: 2px 0px 5px 0px;
	
}	
#menu_bottom {
	height:8px;
	background: url(images/menu_bottom.gif) no-repeat;
}
#main {
	width: 850px;
	margin: 32px 0px 32px 0px;
	min-height: 375px;
	/*border: 1px #800000 solid;*/
	
}

#left-nav {	
	width: 250px;
	line-height:24px;
	background-color: #000000;	
	/*border: 1px #0033ff solid;*/
	
}

#content {	
	width: 531px;
	border-left: 0px solid #3e3f2d;
	min-height: 275px;
	padding-top: 25px;
	/*border: 1px #ff6600 solid;*/
	
}

#footer {
	border-top: 0px solid #000000;
	height: 15px;
	padding: 0 0 0 20px;
}

div.spacer {
    clear:both;
}

/* HTML styles */
p, td {line-height:1.5em;}
p,.normal {margin: 0px; padding: 0px;}
h1 {font-size: 1.8em; line-height: 1.1em; font-weight: normal; margin: 0px; padding: 0px;}
h2 {font-size: 1.6em; line-height: 1.1em; font-weight: normal; margin: 0px; padding: 0px;}
h3 {font-size: 1.5em; line-height: 1.1em; font-weight: bold; color: #a4a59c; margin: 0px; padding: 0px;}
h4 {font-size: 1.3em; line-height: 1.2em; font-weight: bold; margin: 0px; padding: 0px;}
h5 {font-size: 1.3em; line-height: 1.2em; font-weight: bold; color: #a4a59c; margin: 0px; padding: 0px;}
h6 {font-size: 1.1em; line-height: 1.2em; font-weight: bold; margin: 0px; padding: 0px;}
blockquote {font-size: 1em; line-height: 1.5em; margin: 0px 20px 0px 20px;}
ol {font-size: 1em; line-height: 1.35em; margin: 0px; padding:0px; margin-left: 32px;}
ul {font-size: 1em; line-height: 1.35em; list-style-type:square; margin: 0px; padding:0px; margin-left: 25px;}
li {margin: 0px 0px 5px 0px; padding :0px;}
hr {border: none 0; height: 0px; border-top: solid 0px #5A5B4D;}
a:link, a:visited, a:active {color: #a4a59c; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
img {border: none; padding:0; margin:0;}
.cart {font-size:9px; padding: 10px 0 0px 0px; }
.cart a:link, a:visited, a:active {color: #a4a59c; text-decoration: none;font-size:9px;}
.cart a:hover {color: #ffffff; font-size:9px;}

.utility {font-size:9px; padding-right:20px;}
.utility a:link, a:visited, a:active {color: #a4a59c; text-decoration: none;font-size:9px;}
.utility a:hover {color: #ffffff; font-size:9px;}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/