* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5% Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  padding-bottom: .6em;
}

h1 {
  font-size: 1.8em;
  padding-bottom: 1em;
}

h2 {
  font-size: 1.6em;
}

p {
  font-size: 1.2em;
  line-height: 1.8em;
  padding-bottom: 1.2em;
}

p.note {
  font-size: 1.1em;
  font-style: italic;
}

a {
  color: #222222;
  text-decoration: underline;
}

a:hover {
  color: #666666;
}

img {
  border: 1px solid #CCCCCC;
}

#pageWrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin: 1.4em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #CCCCCC;
}

#header a img {
  border: none;
}

#header h1 {

  padding: 0;
  font-size: 1.1em;
  font-style: italic;
  text-align: right;
  font-weight: normal;
}

#header h1 strong {
  font-weight: normal;
}

#content {
  float: left;
  width: 580px;
  margin-bottom: 2em;
  /*border-right: 1px solid #CCCCCC;*/
}

#sidebar {
  margin-left: 620px;
  margin-bottom: 2em;
}

#sidebar a img {
  border: none;
}

#footer {
  clear: both;
  /*margin-top: 2em;*/
  border-top: 1px solid #CCCCCC;
  padding: .5em 0;
  color: #666666;
}

#footer #footLeft {
  float: left;
  width: 380px;
}

#footer #footRight {
  margin-left: 380px;
  text-align: right;
}

#footer a {
  font-size: 1.1em;
  text-decoration:none;
  color: #666666;
}

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

#footer p {
  margin: .4em 0;
  font-size: 1.1em;
  text-align: center;
}

/* mainNav */

ul#mainNav {
  padding: .8em 2em .3em 2em;
  list-style-type:none;
  background-color: #444444;
}

ul#mainNav li {
  display:inline;
  margin-right: 2em;
}

#mainNav a {
  color: #FFFFFF;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}

#mainNav a.highlight {
  color: #FFC977;
}

#mainNav a:hover {
  color: #FF9900;
}

/* navBorder */

#navBorder {
  height: 6px;
  background: url('../images/exported/borders/nav_border.gif') no-repeat left bottom;
}

/* ****************************************************************
        INDEX
**************************************************************** */

#left {
  float: left;
  width: 170px;
}

#middle {
  margin: 0 205px 0 205px;
}

#right {
  float: right;
  width: 170px;
}

#left img, #middle img, #right img {
  margin-bottom: .6em;
}

#left p, #middle p, #right p {
  text-align: justify;
}

/* ****************************************************************
        TOUR
**************************************************************** */

.tour {
  margin-bottom: 2em;
}

.tour #screenshot {
  float: left;
  width: 200px;
}

.tour #text {
  margin-left: 220px;
}

#tourBack {
  float: left;
  width: 170px;
}

#tourMiddle {
  margin: 0 205px 0 205px;
  text-align: center;
}

#tourNext {
  float: right;
  width: 170px;
  text-align: right;
}

#tourBack, #tourNext, #tourMiddle {
  font-size: 1.4em;
}


/* ****************************************************************
        PRICING
**************************************************************** */

table#pricing {
  font-size: 1.2em;
}

table#pricing th {
  font-weight: normal;
  text-align: left;
}

table#pricing th.option {
  font-size: 1.4em;
  text-align: center;
}

table#pricing td {
  padding: 1em 0;
  text-align: center;
}

table#pricing td a img {
  margin: 0 auto;
  border: 1px solid #CCCCCC;
}

table#pricing td img {
  border: none;
}


/* ****************************************************************
        COURSES
**************************************************************** */

#coursesBorder {
  height: 7px;
  background: url('../images/exported/borders/courses_border.gif') no-repeat left bottom;
}

#topBar {
  padding: 0 0 6px 1.5em;
  font-size: 1.1em;
  color: #FFFFFF;
  background-color: #444444;
}

#courseWindow {
  height: 340px;
  overflow: auto;
  border: 1px solid #CCCCCC;
}

/* NAVIGATION */
ul#courses {
  margin: 0;
  padding: 0;
  list-style: none;
}
               
ul#courses li {
  /*display: inline; remove annoying gaps */
  color: #444444;
  font-size: 1.1em;
  display: block;
  padding: .6em .5em .6em 3em;
}

ul#courses a {
  text-decoration: none;
}

ul#courses li.alt {
  background-color: #EEEEEE;
}

ul#courses li.white {
  background-color: #FFFFFF;
}

ul#courses a:hover {
  font-weight: bold;
  background: #FF9900;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html ul#courses a {
	height: 1px;
}


/* ****************************************************************
        CONTACT
**************************************************************** */

.contactBreak {
  clear: both;
  border-top: 1px dotted #CCCCCC;
  height: 1px;
  margin: 2em 10em;
}

#type {
  float: left;
  width: 160px;
}

#number {
  margin-left: 180px;
}

#type p, #number p {
  padding-bottom: 0;
}

#contact p {
  padding-bottom: 1em;
}

#contact .label {
	float: left;
	clear: left;
	width: 160px;
	margin-right: 20px;

}

input.contact, textarea.contact {
	width: 260px;
        font: 1.1em Arial, Helvetica, sans-serif;
        color: #444444;
	margin-top: -2px;
}

textarea.contact {
  height: 100px;
}

input#send {
  margin-left: 180px;
}

ul.errors {
  margin: 0 0 2em 2em;
  padding: 0 0 0 2em;;
  list-style-type: decimal;
}

ul.errors li {
  padding: .3em 0;
  font-size: 1.2em;
  font-style: italic;
  color: #F35812;
}


/* ****************************************************************
        REGISTER
**************************************************************** */

.line {
  clear: both;
  border-top: 1px dotted #CCCCCC;
  height: 1px;
  margin: 2em 4em;
}

#register p {
  padding-bottom: 1em;
}

#register .label {
	float: left;
	clear: left;
	width: 160px;
	margin-right: 40px;
	text-align: right;
}

input.register {
	width: 300px;
        font: 1.1em Arial, Helvetica, sans-serif;
        color: #444444;
	margin-top: -2px;
}

input#signup {
        clear: left;
	margin: 2em 0 0 200px;
}


/* ****************************************************************
        LOGIN
**************************************************************** */

.loginBox {
  width: 225px;
  margin: 10em auto;
}

.loginBox p {
  padding-bottom: 0;
}

input#email, input#pass {
  width: 225px;
}

input#login {
  margin: 1em;
}

/* ****************************************************************
        CONTROL PANEL
**************************************************************** */

#controlPanel {
        clear: both;
        margin: 0;
        padding: 40px 20px;
        min-height: 300px;
        border: 1px solid #C8C8C8;
}

ul#cpNav {
        margin: 2em 0 0 1em;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}

#cpNav li {
	float: left;

	margin-right: 2em;
}

#cpNav a, #cpNav a:visited, #cpNav a:active {
	background: #E7E7E7;
	border: 1px solid #C8C8C8;
	border-bottom: none;
	color: #444444;
	display: block;
	font-size: 1em;

	padding: .6em 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#cpNav a:hover {
        color: #FF6600;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #cpNav a {
	height: 1px;
}

/* ****************************************************************
        CP ACCOUNT DETAILS
**************************************************************** */


/* ****************************************************************
        CP MANAGE FLYOVER
**************************************************************** */



