html {
	height: 100%;
	}

body {
	background-color: #eee;
	border-top: 5px solid #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
h1 {
	color: #000;
	margin: 0;
	}
	
h2 {
	color: #000;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0;
	}

h6 {
	font-size: 11px;
	}
	
ul li {
	list-style: disc;
	}
	
dt {
	font-weight: bold;
	margin: 20px 0 5px 10px;
	}	

img {
	border: 0;
	}

table, td {
	text-align: center;
	}

a {
	color: #900;
	font-weight: bold;
	}

a:link {
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
blockquote {
	background: #f2f2f2;
	border-left: 3px #e3cdac solid;
	padding: 8px;
	}

.highlight {
	background: #ffc;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	clear: both;
	display: block;
	margin: 8px;
	padding: 8px;
	}

#wrap {
	background: #fff;
	border: #ccc;
	margin: 10px auto;
	padding: 5px;
	width: 770px;
	}
	
#wrap_popup {
	padding: 5px;
	width: 280px;
	}

/* ------------ GLOBAL HEADER ------------ */	
#header {
	background: url('images/bg_header.jpg') top right no-repeat;
	height: 200px;
	}	

	#logo {
		margin: 80px 0 0 5px;
		}


/* ------------ GLOBAL NAV ------------ */	
ul#nav {
	background-color: #1d1a1a;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	height: 20px;
	margin: 8px 0;
	padding: 5px 0;
	}
	
	#nav li {
		float: left;
		margin: 3px 20px 0 10px;
		list-style: none;
		}	
		
	#nav a {
		color: #ccc;
		text-decoration: none;
		}
	

/* ------------ SPLASH/PROMO BOX FOR HOMEPAGE ------------ */
#splash {
	margin-bottom: 10px;
	padding: 1px;
	}
	
	#action {
		background: url('images/splash_bg.jpg') no-repeat;
		color: #fdfae4;
		height: 253px;
		margin: 0;
		padding: 0;
		}
		
	#action h1 {
		margin: 0 0 0 30px;
		padding: 0;
		}
		
	#action h1 img {
		margin-top: 27px;
		}
		
	#action p {
		border-top: 1px dashed #999;
		color: #000;
		margin: 50px 0 0 185px;	
		width: 250px;	
		}
	
	#getstarted {
		background: url('images/bg_getstarted.gif') no-repeat;
		float: right;
		height: 228px;
		margin: 10px 6px 0 5px;
		position: relative;
		width: 201px;
		}

		#getstarted ul {
			margin: 35px 0 0 0;
			width: 150px;
			}
			
		#getstarted li {
			color: #333;
			list-style: url('images/li_getstarted.gif');
			}


/* ------------ ROW OF BOXES FOR BOTTOM OF HOMEPAGE ------------ */		
#content {
	border-left: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 0;
	padding: 0 20px;
	width: 490px;
	}
	
	#content p {
		line-height: 18px;
		margin: 10px 0;
		}


/* ------------ GLOBAL FOOTER ------------ */				
#footer {
	border-top: 1px solid #999;
	clear: both;
	margin: 16px 0 20px 0;
	text-align: center;
	}
	
	#footer p {
		color: #666;
		margin: 2px 0 0 0;
		}
		
	#footer a {
		color: #666;
		}

	#footer div#banner {
		border-bottom: 8px solid #938549;
		padding-bottom: 8px;
		}

#nav_footer {
	margin-top: 20px;
	}

#sidebar {
	float: left;
	padding: 0 5px;
	width: 210px;
	}
	
	#sidebar h2 {
		font-size: 14px;
	}


/* ------------ GLOBAL GENERAL STYLES ------------ */			
.highlight_darkbg {
	color: #ffc;
	font-weight: bold;
	}
	
span.regprice {
	text-decoration: line-through;
	}
	
span.saleprice {
	color: #900;
	font-weight: bold;
	}

.note {
	background: #ffc;
	border: 1px solid #999;
	margin: 20px;
	}
	
.banner {
	margin: 15px auto;
	width: 470px;
	}
	
/* BEGIN: Flash Replacement ================== */
/* 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;
	letter-spacing:-9px;
	font-size:24px
	}

.sIFR-hasFlash h2{
	visibility:hidden;
	letter-spacing:-9px;
	font-size:18px
	}

.sIFR-hasFlash #sidebar h2{
	visibility:hidden;
	letter-spacing:-1px;
	font-size:14px
	}	
/* END: Flash Replacement ================== */