body,
h1,
h2,
h3,
h4,
h5,
p,
img,
ul,
li,
table {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: url(img/bg.gif) top center repeat-x #b6b6b6;
	text-align: center;
	}

ul#menu {
	margin: 0 auto;
	width: 800px;
	}

ul#menu li {
	display: inline;
	list-style: none;
	}

#faq {
	margin: 0 auto;
	width: 800px;
	background: url(img/faq_bg2.gif) center top repeat-y;
	text-align: left;
	}

div#faqcontents {
	background: url(img/faq_bg.gif) 0px 70px no-repeat;
	margin: 0 auto;
	width: 800px;
	}

table#faqmenu {
	margin: 0 auto;
	width: 800px;
	}

table#faqmenu td {
	vertical-align: top;
	}

table#faqmenu td ul {
	margin: 0;
	padding: 0;
	}

table#faqmenu td li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(img/Q.gif) 0px 0px no-repeat;
	list-style: none;
	}

#faq h2 {
	margin: 40px 40px 20px 40px;
	}

#faq h3.Q {
	font-size: 1em;
	margin: 0 45px 10px 45px;
	padding: 0 0 0 25px;
	background: url(img/Q.gif) 0px 0px no-repeat;
	}

#faq p.A {
	font-size: 1em;
	margin: 0 45px 30px 45px;
	padding: 0 0 0 25px;
	background: url(img/A.gif) 0px 0px no-repeat;
	}

table#price {
	margin: 0 auto;
	width: 800px;
	}

table#price th {
	color: white;
	text-align: left;
	}

table#price td {
	width: 400px;
	height: 165px;
	text-align: center;
	}

table#price th.price1a {
	padding: 10px 0 0 30px;
	background: url(img/price1a.gif) 0px 0px no-repeat;
	}

table#price th.price2a {
	padding: 10px 0 0 20px;
	background: url(img/price2a.gif) 0px 0px no-repeat;
	}

table#price th.price3a {
	padding: 10px 0 0 30px;
	background: url(img/price3a.gif) 0px 0px no-repeat;
	}

table#price th.price4a {
	padding: 10px 0 0 20px;
	background: url(img/price4a.gif) 0px 0px no-repeat;
	}

table#price td.price1b {
	background: url(img/price1b.gif) 0px 0px no-repeat;
	}

table#price td.price2b {
	background: url(img/price2b.gif) 0px 0px no-repeat;
	}

table#price td.price3b {
	background: url(img/price3b.gif) 0px 0px no-repeat;
	}

table#price td.price4b {
	background: url(img/price4b.gif) 0px 0px no-repeat;
	}

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#lightboxCaption {
	float: left;
	}

#keyboardMsg {
	float: right;
	}

#closeButton {
	top: 5px;
	right: 5px;
	}

#lightbox img {
	border: none;
	clear: both;
	}

#overlay img {
	border: none;
	}

#overlay {
	background-image: url(img/overlay.png);
	}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}