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

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

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

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

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

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

a { 
	color: #CC6633; 
}

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

#wrapper {
  position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#left {
	background-image: url(/affiliate/templateimages/design03_orange_bg.jpg);
	background-color: #CC6633;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 160px;
}

#middle {
	padding: 0px;
	margin: 0px 40px 0px 160px;
	background-color: #FFF;
	min-height: 100%;
	height: auto;
	height: 100%;
}

#right {
	background-image: url(/affiliate/templateimages/design03_orange_bg.jpg);
	background-color: #CC6633;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: auto;
	height: 100%;
	width: 40px; /* ie5win fudge begins */
	}
	
.body {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 40px 0px 40px;
	margin: 0px;
	float: left;
	background-color: #FFF;
}

#menupos {
  position: relative;
	top: 30px;
	left: 11px;
	padding: 0px;
	margin: 0px;
}

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

.menu { 
	background-color: #CC6633; 
	border: 1px solid #663300;
	color: #FFFFFF; 
	font-family: verdana, arial, sans serif; 
	font-size: 11px; 
	padding: 4px; 
	text-decoration: none;
	display: block; 
	font-weight: bold;
	width: 128px;
	}
*html, .menu {
	width: 136px; /* ie5win fudge ends */
	}

.menu:hover { 
	background-color: #BC5822; 
	color: #FFF;
}

/* 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 
}

.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; 
}
