/*<General Styles>*/

body {
	text-align: left;
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	line-height: 13px;
	font-style: normal;
	background: #fff;
	color: #222;
	margin: 0;
	padding: 0 2px;
}

p {
	margin: 5px;
}

.shadowcat {
	display:none;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover, a:active {
	background: #00cc00;
	color: #222;
	text-decoration: none;
}

.current_page {
	background: #00cc00;	
	color: #222;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*<End General Styles>*/

/*<Layout>*/

#main { 
	width: 811px;
	margin: 0 auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.clearer {
	clear: both;
}

#pageHeader {
	width: 811px;
	height: 150px;
	background: url(../images/top.gif) repeat-y;
}

#contentContainer #top {
	width: 811px;
	height: 10px;
	background: url(../images/top.gif) repeat-y ;
}

#contentContainer #bottom {
	width: 811px;
	height: 20px;
	background: url(../images/bottom.gif) no-repeat;
}

#contentContainer #content {
	background: url(../images/top.gif) repeat-y;
	height: auto;
}

h1 {
	background: #00cc00;
	color: #222; 
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	text-indent: 5px;
	font-weight: normal;
	height: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

h2 {
	background: #222;
	color: #00cc00; 
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	text-indent: 5px;
	font-weight: normal;
	height: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

h2 font {
	display:inline;
	margin-right: 2px;
	margin-left: 2px;
}

h2 a:visited {
	color: #fff;
	margin-right: 2px;
	margin-left: 2px;
}

h2 a:hover, #current {
	background: none;
	color: #00cc00;
}

h3 {
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin-left: 0;
	margin-top: 0;
}

h4 {
	background: #888;
	color: #222; 
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	text-indent: 5px;
	font-weight: normal;
	height: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

.metaLabel {
	color: #00cc00; 
	font-weight: bold;
}

.price {
	color: #000;
	font-weight: bold;
}

.select {
	text-align: left;
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	line-height: 13px;
	font-style: normal;
	background: #00cc00;
	color: #fff;
	margin-left: 10px;
}

#footer { 
	color: #aaa;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}

#copy {
	float: left;
	margin-left: 20px;
	color: #aaa;
}

#backontop {
	float: right;
	margin-right: 22px;
}

#backontop a img {
	border: 0
}

.select_list {
	background: #888;
	color: #fff;
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}