body {
	background-color: #aaaaaa;
	background-image:url(images/background_page.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #336699;
}

a:hover {
	color: #dd2211;
}

#frame {
	clear:both;
	width: 1010px;
	margin: 0px auto;
	height:100%;
	background-image:url(images/frame_background.gif);
	background-repeat: repeat-y;
	background-color:#000000;
	
}


#mainbody {
	clear: both;
	float: left;
	display: inline;
	width: 1010px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(images/menubar_background.jpg);
	background-repeat: repeat-y;
}

#frame_top {
	clear: both;
	width: 1010px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/frameborder_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#frame_bottom {
	clear: both;
	width: 1010px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/frameborder_bottom.gif);
	background-repeat: no-repeat;
}


#header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 85px;
	background-image:url(images/header.gif);
	background-color: #DD0000;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 20px 0px;
	text-align:center;
}

#credits {
	clear: both;
	font-size: .7em;
	margin-top:8px;
	margin-bottom: 30px;
	margin-left: 200px;
	text-align: center;
	color: #555555;
}

#credits a:link, #credits a:visited {
	color: #999999;
}

#credits a:hover {
	color: #336699;
}


#menubar {
	float: left;
	width: 201px;
	margin-left: 5px;
	padding: 0px;
	overflow: hidden;
	display: inline;
}

#menubar img {
	margin: 0px;
	padding: 0px;
}

#contentbox {
	width: 799px;
	background-repeat: repeat-y;
	background-color: #ffffff;
	overflow: hidden;
	float: left;
	display: inline;
}

#content {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #003366;
	clear: both;
	margin: 0px 29px 20px 30px;
	width: 740px;
	float: left;
	display: inline;
	text-align: left;
}


td {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
}

#pagetitle {
	margin: 4px 10px 4px 330px;
	clear: both;
}


#submenu {
	clear: both;
	width: 100%;
	margin: 10px 10px 30px 40px;
	padding: 0px;
	float: left;
	display: inline;	
	text-align: center;
}

#submenu li {
	float: left;
	display: inline;
	text-align: center;
	font-size: .9em;
	list-style: none;
	margin-right: 30px;
	padding-left: 16px;
	background: url(images/star_blue.gif) no-repeat left;
	font-weight: bold;
}

#submenu li a:link, #submenu li a:visited {
	color: #003366;
}

#submenu li a:hover {
	color: #ff0000;
}

h1,h2 {
	clear: both;
}

h2 {
	background-image: url(images/square_ding_title.gif);
	padding-left: 24px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 2px dotted #aaaabb;
}

h3 {
	clear: left;
	list-style: none;
	padding-left: 28px;
	background: url(images/star_heading_red.gif) no-repeat left;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 30px;
}

h4 {
	font-size: 1.2em;
}

.active a {
	font-size: 1.1em;
}

.highlight {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #dddddd;
	background-color:#059;
	padding:10px 20px;
	border:1px solid #024;
	margin: 8px;
}

.highlight a:link, .highlight a:visited, .introbox a:link, .introbox a:visited {
	color: #ffffff;
}

.highlight a:hover, .introbox a:hover {
	color: #ff3333;
}

.introbox {
	clear: right;
	float: right;
	margin-left: 20px;
	width: 250px;
	padding: 0px 20px;
	border: 4px solid #37a;
	color: #dddddd;
	background-color: #059;
	padding: 10px 20px;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
	background-repeat: repeat-x;
	display: block;	
}

.introbox ul {
	padding: 0px 10px;
	margin: 10px 10px;
}

.pullquote {
	clear: right;
	float: right;
	margin-left: 20px;
	width: 250px;
	padding: 20px;
	border: 4px solid #aaaacc;
	background-color: #fdfdfe;
	font-size: 1.0em;
	color: #333366;
	line-height: 2.0em;
	font-weight: bold;
	background-image: url(images/background_quote.jpg);
	background-repeat: repeat-x;
	display: block;
}

.testimonial
{
	width: 90%;
	margin: auto;
	padding:20px;
	border:4px solid #d6dee6;
	background-color:#fdfdfe;
	font-size: .85em;
	background-image: url(images/background_testimonials.jpg);
	background-repeat: repeat-x;	
}

.portrait {
	float: right;
	padding-left: 30px;
	border: 0px;
}

.sidephoto {
	float: right;
	padding: 10px;
	width: 200px;
	text-align: center;
}


.caption {
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	color: #dd2211;
}

.topline {
	margin-top: 0px !important;
}


/* Store CSS */

.PListLine {
	display: none;
}

h4 {
	margin: 0;
	padding: 0;
}

.extrafield, .productfield {
	font-weight: bold;
	padding: 5px 0;
}

#product_price {
	color: #aa1111;
}

.MarketPrice {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif !important;
}