body {
	font: 78% Arial, Helvetica, sans-serif;
	background-color:gray;
}

#container {
width: 800px;
position: relative;
left:50%;
margin-left:-400px;
margin-top:5px;
border:1px solid black;
text-align: left;
background-color:white;
margin-bottom:5px;
}

#topbanner {
	width:100%;
	padding-top:13px;
	height:55px;
}

#logo {
	padding-left: 13px;
}

#strap {
	margin-top: 10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width: 800px;
	height:150px;
	background: url(../images/strap.gif);
}

#towelstrap {
	margin-top: 10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width: 800px;
	height:150px;
	background: url(../images/towelstrap.jpg);
}

#options {
	width: 800px;
	height:150px;
	text-align:right;
}

img.towel {
	border:1px solid silver;
}

#ttowel {
	margin-left:38px;
	width:150px;
	text-align:center;
	font: 78% Arial, Helvetica, sans-serif;
}

#retailprice {
	font:xsmall arial;
	text-decoration: line-through;
}

#shopprice {
	font:xsmall arial;
}

#saleprice {
	font:xsmall arial;
	color: Red;
}

#bold {
	font:xsmall arial;
	font-weight:bold;
}

#pages {
	margin-right: 60px;
	margin-bottom: 20px;
	width: 740px;
	margin-top: 20px;
	text-align: right;
}

#bottomlinks {
	background-color: silver;
	text-align:center;
	padding: 2px;
	border-top:1px solid black;
	#width:800px;
}

#midlinks {
	background-color: silver;
	text-align:left;
	padding: 2px;
	border-bottom:1px solid black;
	#width:800px;
	padding-left:10px;
	padding-right:10px;
	float:none;
}

img {
	border: none;
}

#trailimageid {
 width:50px;
}

.error {
	font:medium ariel;
	font-weight:bold;
	margin-bottom:200px;
	margin-top: -80px;
	padding-left: 20px;
	padding-right: 20px;
}

/***** TOWEL PAGE ****************************************************/

#towelprofilewrapper {
	margin-top: -100px;
	#margin-top: -90px;
	width: 800px;
}

#towelprofile {
	margin-left:20px;
	height:419px;
	width:400px;
	border:1px solid silver;
	text-align:center;
	float:left;
}

#towelotherpics {
	width:400px;
	border-top:1px silver solid;
	text-align:center;
	padding-top:2px;
	padding-bottom:3px;
}

#toweldetail {
	display:absolute;
	padding-left: 450px;	
	padding-bottom: 80px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#towelprofile img.towel {
	margin:0px;
	border:none;
	padding:none;
}

#title {
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#brand {
	font: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

p.stock {
	font:xsmall ariel;
	font-weight: bold;
	color: green;
}

/****** END TOWEL PAGE ***************************************************/

/***** CART PAGE ****************************************************/

#cart {
	width:700px;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
}

td.cartheader {
	background-image: url('../images/cart/header.gif'); 
	height: 25px; 
	font-weight: bold; 
	font:xsmall ariel;
}

td.cartheaderprice {
	background-image: url('../images/cart/header.gif'); 
	height: 25px; 
	font-weight: bold; 
	text-align:right;
	padding-right:20px;
}

td.cartprice {
 text-align:right;
 padding-right:20px;
}

/****** END CART PAGE ***************************************************/

/****** START CUST FEEDBACK PAGE ****************************************/

img.leftquote {
	vertical-align:top;
	margin-right:5px; 
	margin-bottom:-1;
}

img.rightquote {
	vertical-align:top;
	margin-left:5px;
	margin-top:3px;
}

span.custname {
	padding-left:5px;
	vertical-align:bottom;
}

/****** END CUST FEEDBACK PAGE ******************************************/

/****** OTHER PAGES *****************************************************/

#btitle {
	padding-left:30px;
	padding-bottom: 25px;
	margin-top: -130px;
}

#bbody {
	width:700px; 
	margin-left:50px; 
	padding-bottom:30px
}

#pressbody {
	width:730px; 
	margin-left: 30px;
	margin-right: 30px;
}

#pressimg {
	text-align:center;
	font: 78% Arial, Helvetica, sans-serif;
}

td.bcell {
	vertical-align:top;
	font: 78% Arial, Helvetica, sans-serif;
}

#artistimg {
	font: 78% Arial, Helvetica, sans-serif;
}

#sectionheader {
	font-weight: bold;
}

/****** END OTHER PAGES *****************************************************/

em, dfn {
font-weight: bold;	
}

acronym, abbr {
border-bottom: 1px dashed #D7541E;
cursor: help;
}

a, a:link, a:visited {
color: #1E6177;
text-decoration: underline;
}

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

a:active, a:focus {
color: #1E6177;
text-decoration: underline;
}