@charset "utf-8";
/* CSS Document */

body {
	background-color:#41485C;
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*the style definition below is used to preload hover image for navigation menu due to delays observed with some browsers */
/* ------------------------------------------------------------------------------------------------------ */
.himage {
	display:none;
}
/* ------------------------------------------------------------------------------------------------------ */

a, a:visited {
	color:#9B3333;
	text-decoration:none;
}
a:hover {
	color:#03C;
	text-decoration:underline;
}
h1 {
	font-size:1.7em;
	color:#9B3333;
}
h2 {
	font-size:1.4em;
	color:#4F5871;
}
h2.utube a {
	color:#4F5871;
}
.largeTopGap {
	margin-top:35px;
}
h3 {
	font-size:1.2em;
	color:#000000;
	margin-bottom:0;
	padding-bottom:0;
}
h3 + p {
	margin-top:5px;
	padding-top:0;
}
img a {
	border:none;
}
img a:hover {
	text-decoration:none;
}
.clearBoth {
	clear:both;
}
.centerText {
	text-align:center;
}
.top5 {
	margin-top:0;
	padding-top:5px;
}
.top20 { 
	margin-top:0;
	padding-top:20px;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.imgLeft {
	float:left;
	margin:10px 20px 10px 0;
}
.imgRight {
	float:right;
	margin:10px 0 10px 20px;
}
.imgBorder {
	border:1px solid #888;
}
#outerWrapper {
	width:800px;
	margin:auto;
	background-image:url(../images/pageBkg.jpg);
}
#leftPanel {
	float:left;
	margin:25px 0 25px 15px;
}
#mainContents {
	float:right;
	width:602px;
	margin:25px 30px 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContents #midFrame, #lowerNav {
	background-image: url(../images/contentsBkgMid.png);
	background-repeat:repeat-y;
	padding:10px 40px;
}
#lowerNav {
	text-align:center;
	font-size:1em;
	border-top:1px solid #bbbbbb;
	padding-top:10px;
}	
#lowerNav a, #lowerNav a:visited {
	color:#000;
	text-decoration:none;
}
#lowerNav a:hover {
	color:#03C;
	text-decoration:underline;
}

#footer {
	clear:both;
	width:800px;
	margin:auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	padding-top:15px;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#CCC;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}
#indexBanner {
	margin:0 auto;
}
#ratepoint {
	margin:30px auto 0 auto;
	text-align:center;
}
table#skillLevels {
	font-weight:normal;
	font-size:0.9em;
}
table#skillLevels td {
	padding:1px;
}
/* Class List Page */
/* Title Section */
/* ------------------------------------------------------------------------------------------------------ */
#WADAPageTitleArea {
}
#WADAPageTitleArea div, #WADAPageTitleArea p {
	font-size: 12px;
	padding-bottom: 10px;
}
#WADAPageTitleArea div#WADAPageTitle, #WADAPageTitle {
	font-size: 14px;
	font-weight: bold;
}

.WADAResults {
	font-size: 12px;
	margin-top: 10px;
}

.WADAResultsNavigation {
	padding: 2px;
	height: 22px;
	
}
.WADAResultsCount {

	padding-top: 4px;
	text-align: right;
	float: right;
}

.WADAResultsInsertButton {
	margin-left: 3px;
	float: right;
}
#WADAResultsTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
.WADAResultsEntry {
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
}

.WADAResultThumbArea {
	float: left;
}

.WADAResultInfoArea {
	margin-left: 170px;
}
.WADAResultTitle {
	font-size: 12px;
	font-weight: bold;
}
.WADAResultDescription {
	margin-top: 2px;
}
.WADAResultCommerceArea {
	margin-top: 10px;
}
.WADAResultCommerceButton {
	float: left;
}
.WADAResultPrice {
	float: right;
	font-weight: bold;
}
.WADAResultsBackTop {
	float: left;
}
.WADAResultsCountBottom {
	padding-top: 4px;
	text-align: right;
	float: right;
}
/* ------------------------------------------------------------------------------------------------------ */
#sectionClassSelection {
	margin-top:20px;
}
fieldset {
	background-color:#FCFBF8;
}
#categoryNav {
	text-align:center;
}
#categoryNav a, #categoryNav a:visited {
	font-weight:normal;
	color:#4F5871;
	text-decoration:none;
}
#categoryNav a:hover {
	color:#fff;
	background-color:#930;
	text-decoration:none;
}
#categoryHeading, .subHeadingLeft {
	float:left;
}
#categoryHeading h2 {
	font-size:1.6em;
}
#ppViewCart, .btnRight {
	float:right;
	margin-top:10px;
}
.itemCode {
	font-size:11px;
	text-align:center;
}
.productTitle {
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
}
.productPrice {
	font-size:13px;
	font-weight:bold;
	margin:10px 0;
}
.classRequest {
	font-style:italic;
	color:#4F5871;
	font-weight:bold;
}
#ads {
	width:250px;
}
