body {
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProRegular', sans-serif;
	font-size: 18px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#topBarContainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

header {
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 14px;
	height: 30px;
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(240,240,240), rgb(250,250,250));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(250,250,250)));
	-pie-background:linear-gradient(-90deg,#fafafa,#f0f0f0);behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	-webkit-box-shadow: 0px 1px 0px rgb(221, 221, 221);
	-moz-box-shadow: 0px 1px 0px rgb(221, 221, 221);
	box-shadow: 0px 1px 0px rgb(221, 221, 221);
	
	margin-bottom: 20px;
}



nav {
/*	float: left; */
/* 	border: 1px black solid; */
}

nav ul {
	margin: 0px;
}

nav ul li {
	
	list-style: none;
	float: left;
}



#main {
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    -webkit-box-shadow: 0px 0px 5px rgba(128, 128, 128,.1) inset;
    -moz-box-shadow: 0px 0px 5px rgba(128, 128, 128,.1) inset;
    box-shadow: 0px 0px 5px rgba(128, 128, 128,.1) inset;
    
    padding: 20px;
    /* padding-bottom: 0px; */
    width: 920px;
    background-color: #eee;
    border: 1px solid #ddd;
    float: left;
}

#mainAdSpot {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #333;
	height: 400px;
	width: 600px;
	float: left;
}

#adGroup {
	float: left;
}

.secondaryAdSpot {
	width: 300px;
	height: 120px;
	margin-left: 20px;
	margin-bottom: 20px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #333;
}


footer {
	/* float: left; */
	margin: 0 auto;
/* 	border: 1px black solid; */
	width: 960px;
}

footer ul {
	margin: 0px;
/* 	width: 200px; */
	margin-left: auto;
	margin-right: auto;
}

footer ul li {
	list-style: none;
	float: left;
	margin: 12px;
}

#copyright {
	clear: both;
/* 	text-align: center; */
	margin: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #AAA;
/* 	border: 1px black solid; */
}

a, a:active, a:visited { color: #444; text-decoration: none; }
a:hover { color: #81AA45; }



/* Discount Code - Courses*/

a.workshop:link,
a.workshop:visited {
    text-decoration: underline;
    color: #81AA45;
}

.hiddenBox {
    display: none;
}


#enterDiscount {
    margin-bottom: 25px;
    text-align: center;
}

#discountBox {
    padding: 50px 20px 50px 25px;
    height: 150px;
    width: 350px;
}

#discountBox label {
    display: block;
    font-size: 24px;
}

#discountBox input {
    margin: 5px 0 15px 0;
}

#discountBox input#promoCodeDiscount {
    height: 25px;
    width: 300px;
}
