body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #8093B3;
	margin: 0px;
	padding: 0px;
}
body a {
	text-decoration:none;
}
body.frontPage #header {
	background-image:  url("../imgs/logo_head.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	visibility: hidden;
}
body.insidePage #header {
	background-image:  url("../imgs/logo_head_in.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 733px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
body.frontPage #mainBody {
	background-color:#F0F0F0;
	background-image:  url("../imgs/main_body.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 330px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	visibility: hidden;
}
body.insidePage #mainBody {
	background-image:  url("../imgs/main_body_in.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 25px 40px 3px;
}
body.insidePage #ma\inBody {
   width: 705px;
}

body.frontPage #footer{
	background-image:  url("../imgs/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	visibility: hidden;
}
body.insidePage #footer{
	background-image:  url("../imgs/footer_in.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
body.insidePage #beyondfooter{
	text-align:center;
	color: #333333;
	height: 40px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
body.frontPage #beyondfooter{
	text-align:center;
	color: #666666;
	height: 40px;
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 30px;
	visibility: hidden;
}
img.spacer {
	width: 1px;
	height: 88px;
}

html>body #mainMenu {
	position:relative;
	display:block;
	list-style-type: none;
	padding: 0px;
	top: 88px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
* html #mainMenu {
	position:absolute;
	display:block;
	list-style-type: none;
	padding: 0px;
	margin-top: 88px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#mainMenu li {
	list-style-type: none;
	float: left;
/*	
	font-weight: bold;
*/	
	height: 34px;
	display: block;
	margin: 0px;
}

#mainMenu li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #462300;
	display:block;
	margin-top: 16px;
	margin-right: 2px;
	padding-bottom: 1px;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
}
#mainMenu li a:hover, li a.hovered {
	background-image: url("../imgs/menu_sel_bg.gif");
	color: #000000;
}
#mAbout {
	background-image: url("../imgs/menu_about.jpg");
	width: 155px;
}
#mAbout a {
	margin-left: 1px;
	padding-left: 57px;
}
#mFeat {
	background-image: url("../imgs/menu_features.jpg");
	width: 116px;
	text-align: center;
}
#mTour {
	background-image: url("../imgs/menu_tour.jpg");
	width: 136px;
	text-align: center;
}
#mSupport {
	background-image: url("../imgs/menu_support.jpg");
	width: 92px;
	text-align: center;
}
#mDemo {
	background-image: url("../imgs/menu_demo.jpg");
	width: 90px;
	text-align: center;
}
#mFaq {
	background-image: url("../imgs/menu_faq.jpg");
	width: 87px;
	text-align: center;
}
#mContact {
	background-image: url("../imgs/menu_contact.jpg");
	width: 143px;
}
#mContact a {
	padding-left: 15px;
}

/*
	resto of styles
*/
img.frontHeader {
	margin: 55px 0px 0px 280px;

}
div.frontContent {
	display:block;
	padding: 40px 30px 0px 310px;
}
blockquote.frontExplanation {
	margin: 0px  0px  5px 0px;
	color:#666666;
	line-height: 14px;
}
span.frontName {
	text-align:right;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	float: right;
}
span.frontTitle {
	text-align:right;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	float: right;
}
body.insidePage #mainBody ul.main, body.insidePage #mainBody ul.faq {
	list-style-image:  url("../imgs/li_dot.gif");
	padding-left: 0px;
	margin: 10px opx 5px 40px;
}
body.insidePage #mainBody ul.faq {
	margin: 20px 0px 10px 15px;
}
body.insidePage #mainBody ul.main li a, body.insidePage #mainBody ul.faq li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
body.insidePage #mainBody ul.main li a:hover, body.insidePage #mainBody ul.faq li a:hover{
	color: #333333;
}
body.insidePage #mainBody ul{
	margin-right: 10px;
	margin-top: 10px;
}

body.insidePage #mainBody li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
body.insidePage #mainBody p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 6px 0px;
}
body.insidePage #mainBody .subHead {
	width:auto;
	border-bottom: 1px solid #000000;
	color:#666666;
	height: 45px;
	margin-left: 12px;
}
body.insidePage #mainBody h1 {
	font:bold 28px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:0px;
	position:relative;
	left: 8px;
	top: 18px;
}
body.insidePage #mainBody h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	position:relative;
	left: 175px;
	top: -2px;
}
/*
counters IE6 quirk ?
===
*/
body.insidePage #mainBody h1, [dummy="dummy"] {
	top: 14px;
}
body.insidePage #mainBody h2, [dummy="dummy"] {
	top: -6px;
}
/*
===
*/

body.insidePage #mainBody div.menu {
	float:left;
	width: 150px;
	padding: 0px 0px 5px 20px;
}

body.insidePage #mainBody div.pics {
	float:left;
	clear:left;
	margin-top: 15px;
	margin-left: 3px;
}

body.insidePage #mainBody div.content {
	margin-left: 185px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left: 2px;
	padding-right: 5px;
}
/* Stupid 3px CSS floating bug in IE6 ...*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body.insidePage #mainBody div.content {
	height: 1%;
}
/* End hide from IE5/mac */

body.insidePage #mainBody div.bttop {
	border-top: 1px solid #000000;
	clear: both;
	width: 130px;
	padding-right: 15px;
	text-align:right;
	margin: 20px auto 20px 120px;
}
body.insidePage #mainBody div.bttnx {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
	border-bottom: 1px solid #000000;
	clear: both;
	width: 150px;
	padding-right: 15px;
	padding-bottom: 2px;
	text-align:right;
	margin: 0px auto 10px 120px;
}

body.insidePage #mainBody div.bttop a{
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
body.insidePage #mainBody div.bttop a:hover{
	text-decoration:none;

}

body.insidePage #footer div.botomMenu {
	text-align:center;
}
body.insidePage #footer div.botomMenu a, body.insidePage #footer div.botomMenu a:hover {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
body.insidePage #mainBody div.menu  ul{
	list-style: url(none) none outside;
	margin: 0px;
	padding: 0px;
}
body.insidePage #mainBody div.menu  a{
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
body.insidePage #mainBody div.menu  a.selected, body.insidePage #mainBody div.menu  a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
body.insidePage #mainBody div.content  h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	margin: 10px 0px 2px 0px;
	padding:0px 0px 0px 0px;
}
body.insidePage #mainBody div.content  h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #663300;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
p .alRight {
	display:block;
	text-align:right;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	border:1px solid #999999;
}
form {
	display:inline;
}
input.imgBtn {
	border-style:none;
	margin-left: 83px;
}
