body {
	margin: 0;
	background-color: #e7e7de;
	font-family: Arial;
	font-size: 16pt;
}

strong          { font-weight: bolder }

div#container {	
}

div.centered {
	margin: 0 auto;
	width: 990px;
}

.rounded
{
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/*
 *	HEADER 
 */
div#header {
	background-color: #e7e7de;
	height: 100px;
}

table#header-menu {
	padding:0;
	margin:0;
	width:100%;	
}


div#header-menu-top {
	width:100%;
	height: 45px;
	background-image:url('/images/header-menu-top-bg.jpg');
	background-repeat:no-repeat;
}

div#header-menu-top table {
	margin: 0;
	color: white;
	font-size: 12pt;
	height: 100%;
	width: 100%;	
	text-align: center;	
}

tr#header-menu-bottom {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	height: 55px;	
}

td.header-menu-top-item a {
	color: white;
	text-decoration: none;
}

td.header-menu-top-item a:hover {
	color: #dddddd;
}

td.header-menu-bottom-item a {
	color: black;
	text-decoration: none;
	font-size: 90%;
}

td.header-menu-bottom-item a:hover {
	color: #666666;
	text-decoration: none;
}

/*
 *	COURSES MENU AREA
 */
div#main-menu {
	background-color: #172322;
	color: white;
	padding-top: 1em;
	padding-bottom: 1em;
}

table#courses-menu {	
	font-size: 10pt;
	font-weight: normal;
}

table#courses-menu th {
	border-bottom: none;
}
	
table#courses-menu td, th {
	border: solid #2c3735 1px;
	text-align: center;
	width: 16.6%;
	padding: 5px;
}

div.menu-menu-item-root {
	cursor: pointer;
}

div.menu-menu-item-root a {
	color: white;
	text-decoration: none;
}

div.menu-menu-item-root a:hover {
	color: #dddddd;
	text-decoration: none;
}

div.drop-menu {
	background-color: #fbca54; 
	width: 210px; 
	position: absolute;
	visibility: hidden;
	margin-left: -35px;
}

div.drop-menu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fbca54;
	color: #172322;
	font: 11px arial;
	font-weight: bold;
}

div.drop-menu a:hover {
	color: white;
}


/*
 *	CONTENT AREA
 */
div#content-outer {
	background-color: white;
	padding-top: 1em;
	padding-bottom: 1em;	
}

div#content-main {
	margin-right: 240px;
}

div#content-main h1 {
	padding:5px;
	margin:0;
	background-color: #fbca54;
	font-size: 18pt;
}

div#content-main h2 {
	padding:5px;
	margin:0;
	border-bottom: solid #fbca54 1px;
	font-size: 14pt;
	font-style: italic;
}

div#content-main p {
	text-align: justify;
	font-size: 12pt;
} 

div#content-main td {
	font-size: 12pt;
}

div#content-main li {
	font-size: 12pt;
} 

div#content-main a {
	color: blue;
	text-decoration: none;
}

div#content-main a:hover {
	text-decoration: underline;
}

/*
 *	SIDE BAR
 */ 
div#content-sidebar {
	width: 220px;
	float: right;
}

div#content-sidebar h1 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	color: white;
	font-family: Arial;
	font-size: 16pt;
	text-align: center;
}

div#newsletter-signup {
	margin-left: 10px;
	width: 210px;
	background-color: #172322;
}

div#newsletter-signup p {
	color: white;
	font-size: 10pt;
	text-align: left;
	padding: 25px;
	padding-top:0;
}

div#newsletter-form {
	padding: 15px;
	padding-top: 0;
	margin-top: 0;
	
}

div#newsletter-form label {
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

div#newsletter-form input {
	width: 100%;
	border: solid black 1px;
	padding-top: 3px;	
}

div#testimonials {
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 15px;
	width: 210px;
	background-color: #82bcd4;
	text-align: center;
}

div#testimonials a {
	text-decoration: none;
	color: white;
}

div#testimonials a:hover {
	text-decoration: none;
	color: white;
}

div#testimonials a:visited {
	text-decoration: none;
	color: white;
}

div#testimonials img {
	border: 0;
}

div#testimonials p {
	color: white;
	font-size: 12pt;
	text-align: left;
	padding: 25px;
	padding-top: 0;
}

div#testimonials img {
	text-align: center;
}

div#friend-us-up {
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 15px;
	width: 210px;
	background-color: #ed5c39;
}

div.friend-us-up-item {
	text-align: center;
	margin-top: 10px;
}

div.friend-us-up-item img {
	border:none;
}

div#videos {
	margin-top: 20px;
	margin-left: 10px;
	width: 210px;
	height: 210px;
	background-color: #9fc54e;
}

/*
 *	FOOTER
 */
div#footer {
	padding-top: 0.5em;
	text-align: center;
}

div#footer-menu {
	color: #9a9a9a;
	font-size: 11pt;
	width: 100%;
	text-align: center;
}

div#footer-menu a {
	color: #9a9a9a;
	text-decoration: none;
	margin-right: 1.5em;
}

div#footer-menu a:hover {
	color: #cccccc;
}

table#footer-affiliates {
	margin-top: 0.5em;
	width: 100%;
	text-align: center;
}

div#copyright {
	color: #9a9a9a;
	font-size: 10pt;
	width: 100%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

div#copyright a {
	color: #9a9a9a;
	text-decoration: none;
}

div#copyright a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}

/*
 *  Goodbarry Crap
 */
.catalogueItemNotFound  {
	display: none;
}

.productItemNotFound {
	display: none;
}

.catProdAttributeTitle {
	display: none;
}

.shop-product-small {
	padding: 5px;
	font-size: 12pt;
}

.shop-product-small-header a {
	color: #000000;
	background-color: none;
	font-size: 12pt;
	font-weight: bold ;
}

.productItem h1 a:hover {
	text-decoration:underline;
}

div.shop-product-small-price {
	float:right;
	text-align: right;
	font-family: Arial;
}

div.price-with-gst strong {
	font-size: 150%
}

div.shop-product-small div.productAttributes {
	padding: 5px;
}

div.shop-product-small input.productSubmitInput {
	float: right;
}

div.shop-product-large { 
	padding: 10px;
}

div.catalogue-description {
	font-size: 10pt;
}

/*
 * Checkout page
 */
div.shop-checkout table.form {
	width: 100%;
}

div.shop-checkout table.form th {
	width: 25%;
	font-weight: bold;
	border: none;
	font-size: 10pt;
	text-align: left;
}

div.shop-checkout table.form td {
	vertical-align: middle;
}

div.shop-checkout input.cat_textbox
{
	border: solid silver 1px;
	width: 375px;	
}

div.shop-checkout select.cat_dropdown
{
	border: solid silver 1px;
	width: 375px;	
}

div.shop-checkout input.PaymentMethodType
{
	
}
