body{
	background: #3366cc;
	background-image: url('../images/bodyBackground.png');
	background-repeat:repeat-x;
	background-position:left top; 
}

#Wrapper{
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
}
	
/*header*/
#mastHead{
	width:100%;
	height: 100px;
	/*grads for diffrent browsers*/
	background: #0033cc; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0033cc), to(#ccccff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #0033cc,  #99ccff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0033cc', endColorstr='#ccccff'); /*ie*/
	/*end of grads*/
	border-radius:10px;
 	-moz-border-radius:10px;
}
	
#headLeft{
	float:left;
}

#headright{
	float:right;
}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:25px;
	color:#fff;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin-right:25px;
	margin-top:15px;
	margin-bottom:-12px;
	color:#fff;
}
/*header end*/

/* Nav */

#Nav{
	margin-bottom:0px;
	margin-top:10px;
}

#navBar ul li a{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#fff;
	text-decoration: none;
	/*grads for diffrent browsers*/
	background: #3333cc; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3333cc), to(#6666ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #3333cc,  #6666ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3333cc', endColorstr='#6666ff'); /*ie*/
	/*end of grads*/
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius:10px;
 	-moz-border-radius:10px;
}

#navBar li{
	display: inline;
	margin-left:0px;
	margin-right:0px;
}

#navBar ul li a:visited{
}

#navBar ul li a:hover{
	/*grads for diffrent browsers*/
	background: #6666ff; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#6666ff), to(#3333cc)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #6666ff,  #3333cc); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6666ff', endColorstr='#3333cc'); /*ie*/
	/*end of grads*/
}

#navBar ul li a.Act{
	background:#ccc;
}

/* End of Nav */

#main{
	margin-top:10px;
	padding: 10px;
	width:980px;
	/*grads for diffrent browsers*/
	background: #0066ff; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#6699ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #0066ff,  #6699ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066ff', endColorstr='#6699ff'); /*ie*/
	/*end of grads*/
	border-radius:10px;
 	-moz-border-radius:10px;
}

.endPage
{
	clear:both;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:normal;
	color:#ccc;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#fff;
}

ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#fff;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#ccc;
	text-decoration: none;
}

a:visited{
}

a:hover{
	text-decoration: underline;
	color:#fff;
}

#makes{

}

#locations{
	width:680px;
	float:left;
}

#locationsImg{
	width:250;
	float:right;
}

#Testimonals{
	width:620px;
	float:left;
}

.testi{
	font-size:10pt;
}

#testiImg{
	width:300;
	padding:10px;
	height:320;
	float:right;
	background:#FFf;
	border-radius:10px;
 	-moz-border-radius:10px;
}

#leftH{
	width:300px;
	float:left;
	padding:10px;
}

#centH{
	width:300px;
	float:right;
	padding:10px;
}

#rightH{
	width:250px;
	float:right;
	padding:5px;
	margin-right:30px;
	margin-left:30px;
	margin-top:10px;
}

#rightPic{
	width:250px;
	padding:5px;
	background:#FFF;
	border-radius:10px;
 	-moz-border-radius:10px;
	margin-top:10px;
}

#why{
	list-style-image: url("../images/tick.png");
}

#cons{
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

#leftCU{
	width:450px;
	float:left;
	padding:10px;
}
#rightCU{
	width:450px;
	float:right;
	padding:10px;
}

label{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.textline{
	color: #000;
	/*grads for diffrent browsers*/
	background: #ccccff; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#9999ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #ccccff,  #9999ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#9999ff'); /*ie*/
	/*end of grads*/
	border: 1px solid #fff;
}

textarea{
	color: #000;
	/*grads for diffrent browsers*/
	background: #ccccff; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#9999ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #ccccff,  #9999ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#9999ff'); /*ie*/
	/*end of grads*/
	border: 1px solid #fff;
}

#QQform{
	width:500px;
	height:400px;
	/*grads for diffrent browsers*/
	background: #3366ff; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3366ff), to(#0033cc)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #3366ff,  #0033cc); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366ff', endColorstr='#0033cc'); /*ie*/
	/*end of grads*/
	border: 5px solid #000;
	margin-left: 100px;
	margin-top: 100px;
	}

#QQformBack{
	width:700px;
	height:600px;
	/*grads for diffrent browsers*/
	background-image:url('../images/QQformShadow.png');
	/*end of grads*/
	position:fixed;
	top:50%;
	left:50%;
	right:50%;
	bottom:50%;
	margin-left:-350px;
	margin-top:-250px;
	visibility:hidden;
	}

#submit{
	margin-left: 6em;
}

#footer{
	margin-top:20px;
}

a.foot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:#300;
	text-decoration: none;
}

a.foot:visited{
}

a.foot:hover{
	text-decoration: underline;
	color:#000;
}

#quickQ{
	width:200px;
	height:100px;
	margin-top:50px;
	margin-left:30px;
}

#quickQu{
	width:200px;
	height:100px;
	float:right;
	color:#fff;
	/*grads for diffrent browsers*/
	background: #cc0000; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#990000)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #cc0000,  #990000); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000'); /*ie*/
	/*end of grads*/
	border: 5px solid #ff3300;
	font-size:20pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius:20px;
 	-moz-border-radius:20px;
}

#quickQu:hover{
	color:#ccc;
	/*grads for diffrent browsers*/
	background: #990000; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#cc0000)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #990000,  #cc0000); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#cc0000'); /*ie*/
	/*end of grads*/
}


 /* info box */

#infoH{
	width:290px;
	/*grads for diffrent browsers*/
	background: #003399; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#0033ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #003399,  #0033ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#0033ff'); /*ie*/
	/*end of grads*/
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	clear:left;
	float:left;
	border-radius:10px;
 	-moz-border-radius:10px;
}
	
#infoEor{
	width:320px;
	/*grads for diffrent browsers*/
	background: #003399; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#0033ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #003399,  #0033ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#0033ff'); /*ie*/
	/*end of grads*/
	padding:10px;
	margin-top:-200px;
	float:right;
	border-radius:10px;
 	-moz-border-radius:10px;
}

#infoTesti{
	width:300px;
	/*grads for diffrent browsers*/
	background: #003399; /*gets superseeded, so is just in case next bit screws up*/
	background: -webkit-gradient(linear, left top, left bottom, from(#003399), to(#0033ff)); /*everything that isn't the following*/
	background: -moz-linear-gradient(top,  #003399,  #0033ff); /*moz*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#0033ff'); /*ie*/
	/*end of grads*/
	padding:10px;
	margin-top:50px;
	float:right;
	border-radius:10px;
 	-moz-border-radius:10px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
	margin:0px;
	color:#ccc;
	margin-bottom:10px;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	color:#fff;
}

 /* end of info box */
 
 div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	background:#ffffff;
	height:52px;
	width:950px;
	border:5px solid #cc0000;
	border-radius:3px;
 	-moz-border-radius:3px;
	margin-left:10px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#makeMeScrollable
{
	width:100%;
	height: 62px;
	position: relative;
	overflow: hidden;
}

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.validation
{
	padding-left:10px;
	font-size:14px;
	display:none;
}

