body {
	background: #333;
	color: #333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h1 {
	color: #1f7ea1;
	margin-bottom: 0;
	}
	
h2 {
	border-bottom: 1px solid #ccc;
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
	}

h3 {
	margin: 25px 10px 5px;
	}

h6 {
	font-size: 12px;
	margin: 0 8px;
	}

p {
	margin: 10px;
	}
	
li {
	list-style: url('images/list_bullet.gif');
	}
	
dt {
	font-weight: bold;
	margin: 20px 0 5px 10px;
	}	

img {
	border: 0;
	}

a {
	color: #4087ad;
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wrap {
	background: #fff;
	margin: 8px auto;
	padding: 5px;
	width: 760px;
	}
	
#wrap_popup {
	margin: 0;
	padding: 5px;
	width: 280px;
	}

#content {
	padding: 8px;
	}
	
#topper {
	background: url('images/bg_topper.jpg') repeat-x;
	height: 23px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#topper p {
	color: #fff;
	margin: 0;
	padding: 5px;
	}


/* ------------ GLOBAL HEADER ------------ */	
#header {
	/* NO STYLES DEFINED */
	}	

	#logo {
		margin: 3px 0 0 15px;
		}


/* ------------ GLOBAL NAV ------------ */	
ul#nav {
	background: url('images/nav_bg.jpg') repeat-x;
	height: 20px;
	margin: 8px 0 0 0;
	padding: 0;
	}
	
	#nav li {
		float: left;
		margin: 3px 20px 0 10px;
		list-style: none;
		}	
		
	#nav a {
		color: #fff;
		}
	

/* ------------ SPLASH/PROMO BOX FOR HOMEPAGE ------------ */
#splash {
	background: url('images/splash_bg.jpg') no-repeat;
	height: 280px;
	margin-top: 1px;
	width: 762px;
	}
	

/* ------------ ROW OF BOXES FOR BOTTOM OF HOMEPAGE ------------ */		
#homerow {
	height: 200px;
	margin: 0 auto 10px auto;
	width: 760px;
	}
	
	.homebox {
		float: left;
		margin: 3px;
		width: 247px;
		}
		
		.homebox h3 {
			background: #4087ad;
			border: 1px solid #ccc;
			color: #fff;
			margin: 0 0 2px 0;
			padding: 5px;
			width: 239px
			}
			
		.homebox p {
			margin-left: 8px;
			}
		
/* ------------ GLOBAL FOOTER ------------ */				
#footer {
	border-top: 8px solid #f3f8dc;
	clear: both;
	margin: 30px 0 20px 0;
	padding-top: 10px;
	text-align: center;
	}
	
	#footer p {
		color: #666;
		margin: 2px auto;
		width: 75%;
		}

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

#nav_footer {
	margin: 20px auto;
	width: 75%;
	}

#sidebar {
	border-left: 1px solid #ccc;
	float: right;
	margin-left: 20px;
	padding-left: 10px;
	width: 150px;
	}



/* ------------ 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: 10px;
	}
	
#banner {
	margin: 0 auto;
	padding: 30px 0;
	width: 730px;
	}
	
/* 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:33px
	}

.sIFR-hasFlash h2{
	visibility:hidden;
	letter-spacing:-9px;
	font-size:18px
	}
/* END: Flash Replacement ================== */