@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover{
	text-decoration: none;
	color:#09F;
}

.required {
  color: #ff0000;
  font-weight: bold;
  font-size:smaller;
}

.phoneNO {
  color: #ff0000;
  font-weight: bold;
  font-size:larger;
}

	
#wrap {
	width: 800px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	background:#eee;
	border: 1px solid #000;
}

body {
	background: url(images/CarbonFiber2.jpg) #000 fixed;
	font-family: "Segeo UI", Verdana, Helvetica, sans-serif;
	font-size: small;
}

#masthead {
	width: 800px;
	height: 200px;
	background:#89A5F9;
	padding: 0;
	margin: 0;
}

#masthead-alt {
	width: 800px;
	height: 135px;
	padding: 0;
	margin: 0;
	background:url(Masthead-bg.png);
}

#navbar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 30px;
	background-image: url(navbar-buttons/navbar-bg.png);
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#navlinks {
	position: absolute;
	top: 0px;
	left: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 763px;
}


#navlinks li {
	display: inline;
	list-style-type: none;
	margin: 0; 
	padding: 0;
}

#navlinks a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height/**/:45px;/* for IE5/Win */
}

#navlinks a:hover {
	background-position: 0 -30px;
}

#getting-started-btn a  {
	width: 127px;
	background: url(navbar-buttons/getting-started-btn.png) top left no-repeat;
}

#our-cars-btn a  {
	width: 90px;
	background: url(navbar-buttons/our-cars-btn.png) top left no-repeat;
}

#our-courses-btn a  {
	width: 107px;
	background: url(navbar-buttons/our-courses-btn.png) top left no-repeat;
}

#lesson-prices-btn a  {
	width: 113px;
	background: url(navbar-buttons/lesson-prices-btn.png) top left no-repeat;
}

#areas-covered-btn a  {
	width: 122px;
	background: url(navbar-buttons/areas-covered-btn.png) top left no-repeat;
}

#book-a-lesson-btn a  {
	width: 120px;
	background: url(navbar-buttons/book-a-lesson-btn.png) top left no-repeat;
}

#contact-us-btn a  {
	width: 128px;
	background: url(navbar-buttons/contact-us-btn.gif) top left no-repeat;
}

#careers-btn a  {
	width: 84px;
	background: url(navbar-buttons/careers-btn.png) top left no-repeat;
}

#main {
    float:left;
    width:454px;
	padding: 2em;
}

#main h3 {
	color:#000;
	padding-bottom: 1em;
}

#main h4 {
	color:#666;
	padding-bottom: 0.7em;
}

#main h5 a {
	color:#09F;
	padding-bottom: 0.7em;
}

#main p {
	padding-bottom: 1em;
}

#main img.illus1 {
	float: left; 
	margin: 0em 1em 0em 0em; 
	border: 1px solid #000; 
}

#main img.illus2 {
	float: right; 
	margin: 0em 1em 1em 1em; 
	border: 1px solid #000; 
}
	
#sidebar {
    float:right;
    width:238px;
	padding: 2em;
}

#sidebar a {
	color: #06f;	
}

#sidebar img {
	padding-bottom: 1em;;
}

#boxheader {
	background-image:url(images/top-box.png);
	height: 33px;
	width:240px;
}

#boxmiddle {
	background-image:url(images/box-background.png);
	color:#fff;	
	width:240px;
}

#boxcontent {
	padding: 0 1em 0 0.85em;	
}

#boxfooter {
	background-image:url(images/bottom-box.png); 
	height: 33px;
	width:240px;
}


#footer {
	height: 30px;
    background: url(footer-bg.png);
    clear:both;
	border-top: 1px solid #000;
}

#footer p {
	text-align: center;
	padding: 0.5em;
	font-size: small;
	color:#fff;
}

#footer-links {
	width: 100%;
	height: 10px;
}

#footer-links p {
	text-align: center;
	padding: 0.5em;
	color:#fff;
	font-size: 0.8em;
	font-weight: bold;
}

#footer-links a {
	color:#fff;
}

#footer-links a:hover {
	color:#0080FF;
}

#map {
	width: 462px; 
	height: 222px; 
	border: 1px solid #000;
}