/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #481e4b;
	margin: 0px;
	color: #ffffff;
	line-height: 16px;
	text-align: justify;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
/**************************************
* Layout Info
**************************************/
#container {
	position: relative;
	width: 900px;
	height: 583px;
	background-image: url(../images/car.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#topBanner {
	width: 900px;
	height: 156px;
	text-align: center;
}
#leftColumn {
	width: 200px;
	float: left;
	padding: 0px 10px 0px 10px;
	text-align: center;
}
#rightColumn {
	position: absolute;
	right: 0px;
	width: 170px;
	padding: 10px 15px 0px 0px;
}
#middleColumn {
	left: 240px;
	top: 170px;
	position: absolute;
	width: 440px;
	padding: 30px 10px 0px 10px;
}
#middleColumn a {
	color: yellow;
	text-decoration: none;
	}
#middleColumn a:hover {
	text-decoration: underline;
}
#featuresColumn {
	left: 240px;
	top: 170px;
	position: absolute;
	width: 640px;
	padding: 30px 10px 0px 10px;
}
#clear {
	clear: both;
}
#logo {
	margin-left: 50px;
}
h1 {
	margin: 0;
	padding: 0;
}
	
h1 span {
	display: none;
}
/*********************************
*   Home Page
*********************************/
#menu {
	width: 188px;
	margin-top: 90px;
	border-bottom: solid 1px #d79adf;
	margin-bottom: 15px;
}
#menu a{
	display: block;
	width: 188px;
	min-width: 188px;
	margin: 0;
	padding:7px 0;
	text-align: center;
	border-top: solid 1px #d79adf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background: url("../images/menu-back.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
}
#menu a:hover {
	background-position: -188px 0;
	color: #000000;
}
#bullets ul ol{
	padding-left: 10px;
}
#bullets li {
	list-style-image: url(../images/wheel.gif);
	margin: 20px 0px 0px 0px;
	vertical-align: middle;
	font-weight: 600;
	list-style-position: outside;
	text-align: left;
}
.seeClip {
	margin: 6px 0;
	font-size: 1.2em;
	text-align: center;
	font-weight: 600;
}
.seeClip a{
	text-decoration: none;
	color: #fff;
}
seeClip a:hover {
	text-decoration: none;
}
/*********************************
*    Payment Page
*********************************/
.paypal {
	margin: 50px 0px 0px 0px;
}
/********************************
*    Features Page
********************************/
.features a {
	color: #FFFFFF;
	text-decoration: none;
}
.features a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.features a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.features p {
	text-align: left;
	}
/********************************
*       Lessons
********************************/
.lessons a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.lessons a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.indent {
	margin-left: 12px;
}
.iRight {
	float: right;
	margin: 5px 5px 5px 10px;
}
#botNav td {
	width: 50%;
	padding: 2px;
	border: none;
	padding-bottom: 10px;
}
#botNav a {
	font-size: 14px;
}
#botNav a:hover {
	font-size: 14px;
}
#affiliate {
	text-align: center;
	margin-top: 0;
	font-size: 11px;
}
#affiliate a {
	color: #FFFFFF;
		text-decoration: none;
}
#affiliate a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.textArea {
	text-align: center;
	width: 500px;
	height: 40px;
	margin: 10px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.imageBox {
	border-color: #000000;
	margin-left: 10px;
}
.links td{
	width: 25%;
	font-size: 13px;
}
.links a {
	color: #ffffff;
	text-decoration: none;
}
.links a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#quote {
	color: #FFFF00;
	font-size: 1.1em;
}
#offer {
	position: absolute;
	top: 30px;
	left: 180px;
	z-index: 700;
	}
#dia {
	color: yellow;
	}