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

/******************************************************** CSS RESET *************************************************/

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;
	font-family: Verdana, Geneva, sans-serif;
}

a{
	text-decoration: none;
	color: #060;
}

a:hover{
		text-decoration: underline;
}

img{
	vertical-align: baseline;
}

label{
	cursor:pointer;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #360;
	padding-bottom: 20px;
	text-shadow: 0px 1px 0px #ccc;
}

p{
	font-size: 90%;
}

body {
	line-height: 1.2;
	background-color: #C2E49C;
}
ol, ul {
	list-style: none;
	font-size: 90%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
}

div.clear{
	clear: both;
}
/************************************************************************** HEADER **************************************************/
#header{
	min-height:80px;
	padding: 10px 20px 0 20px;
}


#header img{
	display: inline;
	float:left;
	padding-top: 20px;
}

#header p{
	padding: 0;
	color: #C2E49C;
	padding: 5px;
	margin: -35px 0 15px 0;
	background-color: #476427;
	text-shadow: 0 -1px 0 #2d4019;
	font-size: 105%;
	text-align: right;
	float: right;
	clear: both;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#topnav{
	float:right;
}

#topnav ul{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#topnav ul li{
	display: inline;
	margin: 0;
}


#nav ul{
	clear: both;
	display: block;
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
}

#nav{
	display: block;
	clear: both;
}

#nav ul li {
	color: #069;
	display: inline;
	font-size: 110%;
	font-weight:bold;
	margin: 0 0 0 30px;
}

#nav a{
	color: #069;
	text-decoration: none;
}

#nav a:hover{
	color: #000;
}

/******************************************************************** CATEGORYNAV **********************************************/
#categorynav{
	padding: 10px 20px 10px 20px;
	background-color:#330;
	color: #C2E49C;
}

#categorynav a{
	color: #C2E49C;
	text-decoration: none;
}

#categorynav a:hover{
	text-decoration: underline;
}

#categorynav ul li{
	display: inline;
}
	
/******************************************************************** BREADCRUMBS ******************************************/
#breadcrumbs{
	background-image:url(../images/breadcrumbs.png);
	background-repeat:repeat;
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
}

#breadcrumbs ul{
	display: inline;
	padding-left: 20px;
	clear: left;
}

#breadcrumbs ul li{
	display: inline;
	padding: 0;
}

#breadcrumbs li strong{
	font-size: 110%;
}

#breadcrumbs img{
	display: inline;
	float: right;
	padding-right: 20px;
	clear: right;
}

/****************************************************************** CONTENT ***********************************************************/

#content{
	clear: both;
	padding: 20px;
	background-color: #F8F7EC;
}

#content blockquote{
	margin: 20px 80px 20px 80px;;
	font-style:italic;
	opacity: .7;
}

#content dl{
	padding-bottom: 40px;
	font-size: 90%;
}

#content dl dt{
	font-weight: bold;
}


.product{
	display: inline;
}

#productinfo{
	clear:both;
	padding-top: 20px;
	margin-bottom: 10px;
 
}

#productinfo h1{
	padding-bottom: 20px;
	font-size: 110%;
}

#productinfo p{
	padding-bottom: 20px;
}

#productinfo ul{
	padding: 0 0 20px 0;
}

#productinfo li{
	margin-left: 30px;
	list-style-type:disc;
	padding: 5px 0 5px 0;
}

/****************************************************************** CONTENT PRODUCTLIST ***********************************************************/

#productlist {
	float:left;
	padding: 5px;
}

#productlist img{
	float: left;
	display: inline;
	clear:left;
	padding: 0;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

#productlist dl{
	float: left;
	margin: 0px 0 20px 0;
	padding: 0px 0 0px 0;
	border: none;
	clear: right;
}

#productlist dt{
	float: left;
	margin: 0;
	padding: 0;
}

#productlist dd{
	margin:0;
	padding: 0;
}

#productlist em.price{
	color: #600;
	font-weight: bold;
	font-style:normal;
}

/****************************************************************** CONTENT tableofcontents***********************************************************/

#tableofcontents dd{
	padding-left: 30px;
}

#orderinfo{
	display: block;
	clear: both;
}

#orderinfo h1{
	padding-bottom: 20px;
	font-size: 150%;
}

#media{
	display: inline;
	width: 550px;
	text-align: center;
	float: left;
}

#media img{
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000;
}

h2.teachers{
	border-bottom: 2px solid #060;
	color: #060;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

img.float-left{
	float: left;
}

.float-left{
	float: left;
	margin-right: 40px;
}

.float-left img{
	display: block;
	margin-bottom: 20px;
	border: 1px solid #000;
}

.float-right{
	float: right;
	margin-left: 10px;
}

.float-right img{
	display: block;
	margin-bottom: 40px;
	border: 1px solid #000;
}

/************************************************************ AKA Form ********************************************/
#aka-form{
	font-size: 90%;
}

#aka-form fieldset{
	border: 1px solid #ccc;
	padding: 10px;
}

#aka-form legend{
	font-weight: bold;
}

#aka-form input[type=submit]{
	display: block;
}
/************************************************************ Contact Form ********************************************/
#contactform label{
	display: block;
}

#contactform ul li{
	list-style-type: none;
}
	

/************************************************************ Cart ********************************************/
.cart input[type=submit]
{
	font-weight: bold;
	color: Green;
	background-image: url(../images/sprite-add-to-cart.gif);
height: 30px;
line-height: 30px;
background-position: 0px 0px;
padding: 0px;
border-style: none;
background-color: Transparent;
cursor: pointer;
}

.cart input:hover[type=submit]
{
	font-weight: bold;
	color: Green;
	background-image: url(../images/sprite-add-to-cart.gif);
height: 30px;
line-height: 30px;
padding: 0px;
border-style: none;
background-color: Transparent;
background-position: 0px -32px;
}

#cart input[type=submit]
{
	font-weight: bold;
	color: Green;
	background-image: url(../images/sprite-add-to-cart.gif);
height: 30px;
line-height: 30px;
background-position: 0px 0px;
padding: 0px;
border-style: none;
background-color: Transparent;
cursor: pointer;
}

#cart input:hover[type=submit]
{
	font-weight: bold;
	color: Green;
	background-image: url(../images/sprite-add-to-cart.gif);
height: 30px;
line-height: 30px;
padding: 0px;
border-style: none;
background-color: Transparent;
background-position: 0px -32px;
}


#cart{
	display: inline;
	font-size: 90%;
	width: 300px;
	background-image:url(../images/breadcrumbs.png);
	background-repeat:repeat;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}

#cart legend{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding: 10px 0 3px 0;
	font-weight: bold;
	color: #476427;
}

#cart label{
	font-weight: bold;
	font-size: 100%;
	color: #566445;
}

#cart select{
	border: 1px solid green;
	padding: 4px;
	margin-top: 10px;
}

#cart em.price{
	font-size: 110%;
	font-weight: bold;
	color: #900;
	font-style: normal;
}

#cart li{
	margin: 3px 0 3px 0;
}

input.order-button{
	margin-top: 10px;
	width: 150px;
	height: 30px; 
}

input.tail{
	border: 1px solid green;
	padding: 2px;
}

/************************************************************ Home Page ***************************************************/
#flash{
	width: 500px;
	display: inline;
}

#flashcontent{
	width: 500px;
	display: inline;
	float: left;
}
	
#text{
	float: right;
	padding: 0;
	width: 400px;
	display: inline;
	clear: right;
	
}

#text h1{
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 140%;
}

#text h2{
	padding-left: 10px;
}

#text p{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
}

p.center{
	margin-top: 10px;
	font-weight:bold;
	text-align: center;
	color: #360;
	text-shadow: 0px 1px 0px #ccc;
}
/*********************************************************** FOOTER ****************************************/

#footer{
	clear: both;
	padding: 0 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 100%;
}

p.copyright{
	margin-top: 20px;
	font-size: 75%;
}

.a2a_dd {
	float: right;
	dispaly: inline;
}


/*********************************************************** MOOTOOL BUBBLES ****************************************/

	#siteWrap { /* The wrapper for my page icons and bubbles */
		position: relative;
		background: transparent url(images/bg_pageWrap.jpg) no-repeat top left;
	}

	#ready-to-fly { /* Wrapper for my page icons */
		z-index: 5;
	}
	
	#beginner { /* Wrapper for my page icons */
		z-index: 5;
	}
	
	#intermediate { /* Wrapper for my page icons */
		z-index: 5;
	}
	
	#bubbleWrap { /* Wrapper for my bubbles */
		position: absolute;
		z-index: 10;
		left: 200px;
		top: 70px;
	}
	
	#bubble2 { /* Wrapper for my bubbles */
		position: absolute;
		z-index: 10;
		left: 458px;
		top: 390px;
	}
	
	#bubble3 { /* Wrapper for my bubbles */
		position: absolute;
		z-index: 10;
		left: 200px;
		top: 690px;
	}
	
	.bubble {
		position: absolute;
		left: 50px;
		top: -100px;
		border: 5px solid #C2E49C;
	}
	
	.bubble img{
			padding: 5px;
			background-color: #336600;
	}
	
	.page{
		display: inline;
	}
