/* CSS Document */

/*********MAIN STYLES*********/

body {
	text-align: center;
	background-color:#8dafd3;
	border: 0;
	padding: 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	text-decoration: underline;
	margin-left: 10px;
	padding-top: 10px;
}

h3 { 
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
	padding-top: 10px;
}

h4 {
	margin-left: 10px;
}

.testimonial_italic {
	font-style: italic;
	margin-bottom: 30px;
	margin-top: -10px;
}

div#wrapper {
	width: 830px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg_tile.gif) repeat-y;
}

div#container {
	width: 790px;
	margin: 0 auto;
}

div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 73px;
	position: relative;
	top: 4px;
	left: 1px;
}

div#nav {
	width: 790px;
	height: 35px;
	margin-left: 1px;
}
/*********NAV STYLES*********/

#nav ul {
	width: 790px;
	list-style: none;
	margin: 0;
	padding:0;
}

#nav ul li {
	display: inline;
	text-align: center;
	margin: 0;
}

#nav li a {
	text-align: center;
	color: #FFF;
	line-height: 38px;
	height: 35px;
	display: block;
	float: left;
}

#menu_home a{
	background-color:#efac56;
	width: 88px;
}

#menu_home a:hover {
	background-color:#f29722;
}

#menu_program a{
	background-color:#e85b5f;
	width: 147px;
}

#menu_program a:hover {
	background-color:#d90e14;
}

#menu_sample a{
	background-color:#79c784;
	width: 167px;
}

#menu_sample a:hover {
	background-color:#39b44a;
}

#menu_testimonial a{
	background-color:#e9d06e;
	width: 144px;
}

#menu_testimonial a:hover{
	background-color:#e4b600;
}

#menu_authors_note a{
	background-color:#8a56b1;
	width: 154px;
}

#menu_authors_note a:hover {
	background-color:#662d91;
}

#menu_faqs a{
	background-color:#967350;
	width: 90px;
}

#menu_faqs a:hover {
	background-color:#754c24;
}

a:link, a:active {
	text-decoration: none;
}	

a:visited {
	text-decoration: none;
	color:#0000FF;
}	



/*********SIDEBAR STYLES*********/

div#sidebar {
	width: 203px;
	float:left;
	margin-top: 2px;
	padding: 0;
}

div#sample_mod ul, div#shop_mod ul, div#testimonial_mod ul, div#contact_mod ul {
	list-style: none;
}

div#sample_mod {
	border: 1px solid #999;
	background-color: #a92d33;
	margin: 2px;

}

div#shop_mod {
	border: 1px solid #999;
	height: 250px;
	background-color: #8db665;
	margin: 2px;
	padding: 0;
}

div#testimonial_mod {
	border: 1px solid #999;
	background-color: #d99048;
	margin: 2px;
	
}

div#contact_mod {
	border: 1px solid #999;
	background-color: #c7c596;
	margin: 2px;
	height: 160px;
}

/*********MOD LINK STYLES*********/

.mods {
	width: 190px;
	margin: 0;
	padding:5px 0 10px 0;	
}

.mods a:link, .mods a:active {
	color: #FFFFFF;
	margin-left: 40px;
	display: block;
}

.mods a:visited {
	color:#FFF;
	margin-left: 40px;
	display: block;
}


.mods a:hover {
	text-decoration: underline;
}

/*********#SAMPLE STYLES*********/

#sample_icon {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	background: url(images/program_icon.gif) 0% 0% no-repeat;
	padding-top: 10px; /** vertical location of header**/
	padding-left: 40px; /**space between icon and header**/
}

#wmp {
	background:url(images/wmp_icon.gif) 5% 20% no-repeat;
	height: 40px;
	width: 190px;
}

#qt {
	background:url(images/qt_icon.gif) 5% 20% no-repeat;
	height: 40px;
	width: 190px;
}

#pdf {
	background:url(images/acrobat_icon.gif) 5% 20% no-repeat;
	height: 40px;
	width: 190px;
}

#sample_mod img {
	margin: 5px 0 0 0 !important;
	margin: 5px 0 0 -5px;
}

/*********#SHOP STYLES*********/


#shop_icon {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: url(images/shop_online.jpg) 0% 0% no-repeat;
	color:#fff;
	padding: 5px;
	width: 200px;
	height: 60px;
	text-align: right;
	border: 1px solid orange;
}

#teachers {
	/*background: url(images/apple_icon.gif) 0% 0% no-repeat;*/
	height: 50px;
	width: 180px;
}

#parents {
	height: 50px;
	width: 180px;
}

#shop_mod ul {
	width: 199px;
	height: 251px;
	margin: 0;
	padding: 0;
}

#shop_mod ul li{
	position: relative;
	top: 10px;
	width: 190px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: 1px solid green;	
}

#shop_mod a:link, #shop_mod a:visited {
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}

#shop_mod a:hover, #shop_mod a:active{
	text-decoration: underline;
}

/*********#TESTIMONIAL STYLES*********/

#testimonial_icon {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	background: url(images/testimonial_icon.gif) 0% 0% no-repeat;
	padding-top: 10px;
	padding-left: 50px;
}

li.testimony {
	color:#FFF;
	width: 180px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#testimony_link {
	font-weight: bold;
	margin-left: -12px;
}

hr {
	border: 1px solid #ba7a3c;
	width: 180px;
	margin-left: 5px;
}
/*********#CONTACT STYLES*********/

#contact_icon {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	background: url(images/envelope_icon.gif) 0% 0% no-repeat;
	padding-top: 7px;
	padding-left: 45px;
	width: 100px;
}

#contact_mod p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -5px;
}

/*********#CONTENT SECTION STYLES*********/

div#content {
	width: 580px;
	float:right;
	margin-top: 2px;
}

div#content p {
	line-height: 1.6em;
	padding: 10px 5px 0 10px;
}

div#content img {
	margin-top: 2px;
	margin-left: -4px !important;
	margin-left: 0;
}

div#windows {
	border: 1px solid #CCC;
	float: left;
	margin-left: 25px;
	width: 250px;
}

div#windows ul {
	list-style-type: none;
	line-height: 20px;
}

div#quicktime {
	border: 1px solid #CCC;
	float: left;
	margin-left: 25px;
	width: 250px;
}

div#quicktime ul {
	list-style-type: none;
	line-height: 20px;
}

div#quicktime img, div#windows img {
	padding-left: 60px;
	padding-top: 10px;
}

.center {
	text-align: center;
	margin-left: -30px;
	font-weight: bold;
}

div#product {
	border: 1px solid #CCC;
	padding: 30px 0 0 20px;
	width: 510px;
	margin-left: 20px;
}

div#product img {
	float: left;
	padding: 0 5px 5px 5px;
}

div#pdf_sample {
	border: 1px solid #CCC;
	margin: 40px 0 0 100px;
	width: 330px;
}

div#pdf_sample ul {
	list-style-type: none;
	line-height: 20px;
}


p.left {
	float:left;
}

p.right {
	float:right;
}

.happyboy {
	float:right;
	padding: 5px;
}

.product {
	float: left;
	padding-right: 10px;
}

/*********#FOOTER STYLES*********/

div#footer {
	height: 120px;
	background: url(images/footer.gif) no-repeat bottom;
	color: #FFF;
	text-align: center;
}

#footer ul {
	padding-top: 40px;
}

#footer li {
	margin: 0;
	list-style-type:none;
	display: inline;
}

#footer a:link, #footer a:active {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:hover {
	color:#FFCC00;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#footer a:visited {
	color:#0000FF;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.clear {
	clear: both;
}