/* CSS Document */

body{
	text-align:center;
	background-color:#7392a5;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}

div.pageFrameWrapper{
	width:1032px;
	min-height:500px;
	background-image:url(images/midPageFrame.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
div.pageFrameWrapper2{
	width:1032px;
	background-image:url(images/topPageFrame.jpg);
	background-repeat:no-repeat;
	min-height:500px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

div.pageFrameWrapper3{
	width:1032px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(images/bottomPageFrame.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:smaller;
	color:#999999;
	}


div.pageFrame{
	width:886px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	/*height:620px;*/
	text-align:left;
	}
	
div.pageFrame2{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333333;
	background-color:#FFFFFF;
	height:620px;
	text-align:left;
	}

div.logo{
	position:relative;
	left:0px;
	top:0px;
	text-decoration:none;
	border:none;
	}
	
div.mainSection{
	width:800px;
	/*background-image:url(images/splashPage/valuePropBackdrop.jpg); 
	background-repeat:no-repeat; */
	margin-left:30px;
	padding:30px;
	padding-top:40px;
	margin-top:-40px;
	font-size:small;
	}
	
div.lead{
	width:860px;
	padding-left:30px;
	margin-top:-15px;
	}
	
div.testDrive{
	position:relative;
	top:-28px;
	left:750px;
	width:125px;
	height:65px;
	text-align:left;
	}
	
	
div.pricePoint{
	position:relative;
	top:-20px;
	left:375px;
	width:500px;
	height:65px;
	text-align:left;
	}
	
div.floatRight{
	float:right;
	}
	
div.mainSectionWrapper{
	padding-left:95px;
	}
	
div.section{
	width:720px;
	margin-bottom:25px;
	}
	
.sectionIcon{
	float:left;
	}
	
div.sectionText{
	margin-left:-15px;
	margin-top:-10px;
	}
	
a.noBorder{
	border:none;
	text-decoration:none;
	}
	
img.noBorder{
	border:none;
	}
	
img.logo{
	border:none;
	text-decoration:none;
	}
	
div.basket{
	position:relative;
	left:240px;
	top:-45px;
	}

a{
	font-weight:bold;
	}
	
div.bodyText{
	position:relative;
	top:-65px;
	left:0px;
	margin-left:56px;
	margin-right:50px;
	}
	
div.sevenQuest{
	position:relative;
	top:-125px;
	left:300px;
	width:580px;
	}
	
div.sidebar{
	position:relative;
	top:340px;
	left:35px;
	width:200px;
	text-align:center;
	}
	

div.sidebar3{
	position:relative;
	top:50px;
	left:350px;
	width:200px;
	text-align:center;
	}
	
	
span.focus{
	color:#336666;
	}
	
span.big{
	font-size:medium;
	}
	
img.bottomPhotos{
	margin-left:60px;
	}
	
div.bottom{
	text-align:center;
	}
	

div.bottom2{
	text-align:center;
	margin-top:200px;
	}
	
p.centeredText{
	display:inline;
	}
	
div.centeredDivWrap{
	text-align:center;
	margin-top:-20px;
	}
	
div.centeredDiv{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
.redText{
	color:#990000;
	}
	
h3{
	display:inline;
	}
	
div.chatLive{
	float:right;
	width:350px;
	height:220px;
	margin-left:15px;
	margin-right:10px;
	}
	
h2.chatLive{
	display:inline;
	}
	

	
/* ------------ Begin Top Menu --------------- */
#buttons_inner {
	background-image:url(images/navbarBackup.jpg);
	height: 37px;
	clear:both;
	margin-left:188px;
	margin-bottom:30px;
	width:446px;
	
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
/*	width: auto; */
	white-space: nowrap;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 31px;
	white-space: nowrap;
	width:111px;
	text-align:center;
}

ul#mainlevel-nav li a
{
	display: block;
	width:100px;
	text-decoration: none;
	font-variant:small-caps;
	background: transparent;
	color:#000000;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #566f88;
}	