* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px 0px 0px 0px; 
	background-color: #4C5B61;
	font-size: 13px;
	text-align: center;
}

div, span, td {
	font-family: arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 29px;
	font-family: Times;
	color: #000066;
}

h2 {
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #cc0033;
}

#wrapper {
	width: 900px;
	border: 5px solid white;
	margin-top: 10px;
	position: relative;
}

#header {
	width: 900px;
	border: 0px solid red;
	background: url('images/banner.jpg') repeat-x 0% 0%;
	height: 132px;
}

#banner {
	width: 900px;
	border: 0px solid red;
	background: url('images/back.gif') repeat-x 0% 0%;
	height: 49px;
}

#nav {
	padding: 10px;
	text-align: left;
}


#nav ul {
	padding: 10px;
}


#nav li {
	background: url('images/bullet-star-white.gif');
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none none;
	padding-left: 25px;
	padding-top: 5px;
}

#nav li:hover {
	background: url('images/bullet-star-red.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#nav a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.photo {
   padding: 2px;
   border: 2px solid #003366;
   background-color: #ffffff;
}

#author {
	font-size: 11px;
	color: #999999;
}
#author .author-nolink a {
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
#author .author-link a {
	font-size: 11px;
	text-decoration: underline;
	color: #cccccc;
}
#author .author-link a:hover {
	font-size: 11px;
	color: #999999;
}

.caption {
	color: #333333;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#store-info {
	padding-left:20px;
	color: #cccccc;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: left;
}

.product-back {
	text-align: center;
	background: url('images/product-back.jpg') no-repeat top left;
	width: 200px;
	height: 280px;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;
	border: 0px solid red;
}

.product-back a {
	font-size: 13px;
	font-family: Trebuchet MS, Arial;
	color: #006699;
	font-weight: bold;
}

#detailLinks a {
	font-size: 9px;
	font-family: Trebuchet MS, Arial;
	color: #666666;
}

#tblCart {border: 1px solid #CCCCCC;}
#tblCart td, th {border: 1px solid #CCCCCC; padding:5px;}

#tblCart th, .subtotal, .note {
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	color: #003366;
}

