/*CSS DOCUMENT */
/*CREATED BY OLIVER SMITH 2009*/

/*MEYER RESET.CSS

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


END OF MEYER RESET.CSS*/


body {
font-family: arial, verdana, tahoma, sans-serif, sans;
font-size: 12px;
color: #000;
background: url('bentley.jpg') repeat-y 50% 50%;
background-attachment: fixed;
}

.body2 /*AKA REGISTER PAGE */
{
background: url('2.jpg') repeat-y 50% 50%;
background-attachment: fixed;
}

.clear
{
clear:both;
}

.main-container {
width: 950px;
margin: 0px auto;
background: #fff;
opacity: 0.9;
border: 1px solid #a69d94;
}
.header {
height: 100px;
}
.banner-top-left, .banner-top-right
{
width: 475px;
float: left;
}
.banner-top-left {
}
.banner-top-right {
text-align: center;
padding-top: 10px;
}

h1
{
margin-left: 10px;
}

.tagline
{
border-top: 5px solid #610090;
background: #222222;
color: #ffffff;
padding: 5px;
font-weight: bold;
}

.menu {
text-align: center;
clear: both;
}
      .menu a
      {
       color: #640391;
       font-size: 14px;
       font-weight: bold;
       text-decoration: none;
      }
              .menu a:hover
              {
               border-bottom: 3px solid #640391;
              }
              .menu ul
              {

              }
              .menu ul li
              {
               display: inline;
               padding: 0;
                      padding: 10px;
               margin: 0;
              }
.middle-left, .right-sidebar
{
float: left;
}
.middle-left {
width: 750px;
}
.middle-left p{
padding: 10px;
}

FORM#signup {
	padding: 5px;
	margin: 5px;
border-top: 8px solid #610090;
border-left: 2px solid #610090;
border-right: 2px solid #610090;
border-bottom: 8px solid #610090;
	width:720px;
	margin: auto;
}
FORM#signup FIELDSET {
	padding: 15px;
	border: 1px solid #eee;
}
FORM#signup FIELDSET LABEL {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	width: 100px;
	float: left;
}
FORM#signup FIELDSET LABEL SPAN {
	font-weight: bold;
	color: #640391;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 0 6px;
}
FORM#signup FIELDSET INPUT {
	padding: 4px;
	border: 1px solid #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	margin: 3px;}

.right-sidebar {
width: 200px;
background: #f1f1f1;
padding-bottom: 20px;
text-align: center;
}
.right-sidebar h2
{
border-bottom: 1px solid #666666;
color: #6E1898;
background: #f1f1f1;
}

.right-sidebar a
{

}

.right-sidebar a img
{
border:0;
}
.footer {
clear:both;
margin-top: 25px;
padding-top: 0px;
padding-bottom: 5px;
font-weight: bold;
background: #222222;
}
.footer a
{
color: #ffffff;
padding: 10px;
}
.footer
{
color: #fff;
font-size: 24px;
vertical-align: middle;
}

.footer .heading
{
font-size: 25px;
color: #ffffff;
text-align: center;
}

.footer .heading img
{
vertical-align: middle;
}
, .foot-center, .foot-right
{
text-align: left;
font-size: 14px;
}


.foot-left
{
float: left;
width: 315px;
}

.foot-left ul, .foot-center ul, .foot-right ul
{
margin-left: 40px;
font-size: 14px;
text-align: left;
}

.foot-center
{
width: 315px;
float: left;
}

.foot-right
{
float: left;
width: 315px;
}


.footer-links
{
background: #222222 url('footer-links.png');
height: 30px;
}

.footer-menu {
text-align: center;
clear: both;
}
      .footer-menu a
      {
       color: #ffffff;
       font-size: 14px;
       font-weight: bold;
       text-decoration: none;
      }
              .footer-menu a:hover
              {
              }
              .footer-menu ul
              {

              }
              .footer-menu ul li
              {
               display: inline;
               padding: 0;
               text-align: center;
               margin: 0;
              }


