html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #565656;
	color: #ffffff;
	margin-top: 20px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 816px;
	text-align: left;
	text-align: left;
	background-color: #0391D3;
	scrollbar-base-color: #565656;
	scrollbar-face-color: #0091D7;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-track-color: #565656;
}

#top {
	background: url( '../images/cornertr.gif' ) no-repeat top right;
}

#bottom {
	background: url( '../images/cornerbr.gif' ) no-repeat top right;
}

img.corner {
	width: 8px;
	height: 8px;
	border: none;
	display: block !important;
}

#innerwrapper {
	margin: 0 8px;
	width: 800px;
}

#header {
	border-bottom: 4px solid #0391D3;
}

#navigation {
	border-bottom: 1px solid #0391D3;
	background-color: #565656;
}

a {
	color: #0091D7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#rightbar .moduletable {
	margin-bottom: 20px;
	border: 1px solid #0391D3;
	background-color: #565656;
	padding: 5px;
}

#rightbar .moduletable a {
	background-image: url( '../images/arrow.png' );
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 12px;
	display: block;
	
}

#rightbar .moduletable h3 {
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	font-size: 10pt;
}

#content {
	padding: 20px;
	width: 760px;
	background-color: #000000;
}

html>/**/body  #content {
	padding-bottom: 10px;
}

#innercontent {
	float: left;
	height: 310px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	width: 584px;
}

#rightbar {
	float: right;
	width: 150px;
	padding-left: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

#footer {
	color: #0091d7;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-weight: bold;
	font-size: 8pt;
}

#footer-left {
	float: left;
	width: 250px;
	display: block;
	text-align: left;
}

#footer-right {
	float: right;
	width: 400px;
	display: block;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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

.contentheading, .componentheading, h1, h2 {
	color: #0091D7;
	font-size: 16pt;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
}

hr {
	color: #0091d7;
	background-color: #0091d7;
}

fieldset {
	border: 1px solid #0091d7;
}

li.faq {
	background-image: none;
	padding-left: 0;
}

li.faq div {
	border: 1px solid #000000;
	background-color: #565656;
	margin: 10px;
	padding: 0px 15px;
}

.button {
	padding: 5px 10px;
	background-color: #565656;
	border: 2px solid #0091d7;
	color: #0091d7;
}

input.button {
	padding: 0px;
}

.shop_tip {
	background-color: #0091D7;
}