body {
	background-image: url(../images/backpattern.gif);
	font-family: Helvetica;
	margin: 0px 0px 0px 0px;
}
#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
}
#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	min-height:355px; /* UNTIL I FIX THIS LAYOUT */
}

#middle {
	background-image: url(../images/mid.gif);
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	height: 80px;
	position:relative;
}

	
#footer {
	width:910px;
	border-top:1px solid #333;
}
#topnav {
	color: #FFF;
	font-size: 14px;
	padding-top: 40px;
}

#topnav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:hover {
	color: #FFFF66;
	text-decoration: underline;	
}
#openingtext {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 7%;
	width: 728px;
	min-height: 60px;
}
#openingtext p {
	font-size:22px;
	font-weight:normal;
	line-height:1.5;
}
#openingtext .subtitle {
	line-height:1.2;
	font-size:14px;
}
#maintext {
	width: 728px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 7%;
	padding-left: 0px;
	min-height: 300px;
	z-index:10;
}

	
/*
we're going to eliminate all their typography rules
#maintext p {
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	line-height: 1.25;
	margin-left: 0px;
	padding-left: 0px;
}*/
#symbols {
	width: 95px;
	float: right;
	margin-right: 80px;
	
}

#footer, #footer a {
	font-size: 12px;
	text-align: center;
}
.smalltext {
	font-size: smaller;
	text-transform: uppercase;
}

hr {
	height: 1px;
	width: 88%;
	background: #333;
	margin-top: 0px;
	border: 0;
	background-color: #333;
	text-align: center;
   }
#maintext a {
	color: #669;
	text-decoration: none;
}
#footer a {
	color: #669;
	text-decoration: none;
}

#footer a:hover {
	color: #669;
	text-decoration: underline;	
}

#footer a:visited {
	color: #669;
	text-decoration: none;
}
	
#maintext ul {
	list-style-type: circle;
	line-height: 24px;
	font-style: italic;
	font-size: 16px;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
.floatright {
	float: right;
	margin-left: 15px;
}
.floatleft, .floatright {
	margin-top:7px;
	margin-bottom:1em;
}
.hide {
	display:none;
}
.centerbox {
	margin:0 auto;
	display:block;
}
.top {
	margin-top:0;
}
.bottom {
	margin-bottom:0;
}
.subtitle {
	margin-top:-0.8em;
}
.red {
	color: #761624;
}
.yellow {
	color: #FEF466;
}
.yellow-bg {
	background: #F0E44C;
}
.right {
	float:right;
}
.left {
	float:left;
}
#banner {
	min-height: 80px;
}
/*** PRODUCT DISPLAY TABLE  ***/
#product_table .primage img {
	display:block;
	height: 125px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #CDBC30;
}
#product_table td {
	padding: 3px 7px;
	vertical-align: middle;
}
#product_table td.primage {
	padding-left:0;
}
#product_table td.pradd {
	padding-right:0;
	width:80px;
}
#product_table label input {
	display: block;
}
#product_table label {
	padding:5px 3px;
}
img.product_divider {
	height: auto;
	width: 500px;
	margin:0 auto;
	display:block;
}
.prdesc p, .prdesc h4 {
	margin-left:12px;
	margin-right:42px;
}
div.product_divider {
	border-bottom:1px solid #747D41;
	height:1px;
	margin:10px auto;
	display:block;
}
p.size_price {
	font-weight: bold;
	text-align:right;
}
input.quan {
	text-align: right;
	border:1px solid #CDBC30;
}
#orderbutton {
	background: url(../images/order-button.png) no-repeat scroll center top;
	height: 37px;
	width: 150px;
}
#orderbutton:hover {
	background-position:center -37px;
}
#orderbutton:active {
	background-position:center -74px;
}
#viewcartbutton {
	background: url(../images/cart-button.png) no-repeat scroll center top;
	height: 37px;
	width: 150px;
	position:relative;
	top:-30px;
}
#viewcartbutton:hover {
	background-position:center -37px;
}
#viewcartbutton:active {
	background-position:center -74px;
}
.clear {
	clear: both;
}

