html, body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #FFF; 
	font-family: verdana, arial, sans serif; 
	font-size: 12px; 
	color: #FFF;
	height: 100%;
}
	
p, td, li { 
	font-family: verdana, arial, sans serif; 
	font-size: 12px; 
	color: #FFF; 
	line-height: 140%; 
}

h1 { 
	color: #FFF; 
	font-size: 20px; 
	line-height: 100%; 
}

h2 { 
	color: #FFF; 
	font-size: 18px; 
	line-height: 100%;
}

h3 { 
	color: #FFF; 
	font-size: 16px; 
	line-height: 100%;
}

h4 { 
	color: #FFF; 
	font-size: 14px; 
	line-height: 100%;
}

h5 { 
	color: #FFF; 
	font-size: 12px; 
	line-height: 100%;
}

a { 
	color: #CCCCFF; 
}

a:hover { 
	color: #FFF; 
	text-decoration: none; 
}

#wrapper {
  margin: 0 auto;
  width: 100%;
	text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#top {
  background: #FFF;
	height: 85px;
	text-align: right;
	}

#middle {
	padding: 0px;
	margin: 0px;
	background-color: #336699;
	border-bottom: 42px solid #FFF;
}

.body {
	position: relative;
	padding: 0px;
	margin: 10px 70px 20px 250px;
	height: auto;
}

#menupos {
  position: absolute;
	top: 123px;
	left: 20px;
	padding: 0px;
	margin: 0px;
}

.menupad {
	margin:3px 0px 0px 0px; 
}

.menu { 
	background-color: #6CB3D7; 
	border: 1px solid #FFF;
	color: #003366; 
	font-family: verdana, arial, sans serif; 
	font-size: 11px; 
	padding: 4px; 
	text-decoration: none;
	display: block; 
	font-weight: bold; 
	width: 142px; 	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:134px;
}
html>body .menu {
  width:134px;
}

.menu:hover { 
	background-color: #ACE3FF; 
	color: #003366;
}

/* Cart styles */
.shopping { 
	background-color: #FFF; 
	height: 20px; 
	text-align: center; 
}

.checkout_table_bgcol { 
	background-color: #333; 
}

.checkout_toprow { 
	background-color: #336699; 
	color: white;
	font-weight: bold; 
}

.checkout_td_bgcol { 
	background-color: #EEE; 
	color: black; 
}

.checkout_input { 
	font-family: verdana, arial, sans serif; 
	font-size: 12px; 
	color: black; 
}

.checkout_button { 
	font-family: verdana, arial, sans serif; 
	font-size: 12px; 
	color: white; 
	background-color: #3399CC; 
	border: 1px solid #003366; 
}

.breadcrumbs { 
	font-size: 12px; 
	font-weight: bold 
}
.cart_button { 
	font-family: verdana, arial, sans serif; 
	font-size: 12px; 
	color: white; 
	background-color: #3399CC; 
	border: 1px solid #003366; 
}