/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
a { color: #79669a; text-decoration: none;}
a:hover {color: #3d226a;}

body {
	background: #feffdc url('../images/background.jpg') repeat;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}
p,code,ul {padding-bottom: 1.2em;}

/*li {list-style: none;}*/

h1 {font: normal 1.8em Tahoma,sans-serif; padding-bottom: 4px; border-bottom: 1px dashed #CCC;}
h2 {font: normal 14px sans-serif; padding-bottom: 10px;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('../images/quote.gif') no-repeat;
	display: block;
	font-style: italic;
	padding-left: 28px;
}
h1,h3 {padding-top: 6px; color: #333; margin-bottom: 4px;}

table {
	width: 400px;
	border-collapse: collapse;
	border-color: #FFF;
	margin-bottom: 1em;
}
thead {
	background: #333;
	color: #FFF;
	font-size: 13px;
	border: 0;
}
tr {
	background: #F9F9F9;
	padding: 3px;
}
td {
	padding: 5px;
	border-bottom: 1px dashed #d0d0d0;
}
fieldset {
	padding: 0;
	margin: 1em 0 0 0;
	border: 0;
}
.center { text-align: center;}
/* misc */
.clearer {clear: both; font-size: 0;}
span.left {float: left; font-size: 10px; line-height: 40px; font-weight: normal; color: #FFF;}
.legal { color: #333;}
.right {float: right; font-size: 9px;}
.logo { margin-top: 5px; border: 0;}
/* structure */
.inner-container {
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}
.outer-container {
	padding-bottom: 64px;
}
/* headere & title */
.header {
	background: #FFF/* url('../images/header.jpg') no-repeat*/;
	height: 160px;
	text-align: left;
	position: relative;
}
.header .title {
	color: #FFF;
	padding-top: 40px;
}
.header .title .sitename {
	color: #000;
	margin-bottom: 0;
	text-indent: -9999px;
	font: normal 4em sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	border: 0;
}
.header h1 {
	display: none;
}
.header .title .slogan {
	font: normal 10px Verdana,sans-serif;
	color: #999;
}
/* image rotator */
#rotator img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.headimage {
	display: none;
}
/* path */
.path {
	background: #bcaade url(../images/slogan.jpg) no-repeat 13px 13px;
	width: 766px;
	float: left;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 7px;
}
.path a {
	color: #000;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}
.path .search {
	float: right;
	width: 250px;
}
input.keywords {
	padding: 5px 0 0 3px;
	width: 180px;
	border: 1px solid #333;
	height: 20px;
	float: left;
}
.path .search input.submit {
	width: 60px;
	height: 28px;
	padding: 3px;
	color: #FFF;
	border: 1px solid #000;
	background: #333;
	float: right;
}
.send {
	width: 80px;
	height: 28px;
	padding: 3px;
	color: #FFF;
	border: 1px solid #000;
	background: #333;
}
.textarea {
	background: url(../images/input-background.jpg) repeat-x;
	width: 320px;
	height: 90px;
	border: 1px solid #CCC;
	margin: 3px 0 1em 0;
}
/* main */
.main {
	background: url('../images/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 0 0 0 12px;
	margin-top: 45px;
}
/* content */
.content {
	float: left;
	width: 520px;
	padding-bottom: 1em;
}
.content .descr {
	color: #999;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content h1 {
	margin-bottom: 10px;
}
.productbox {
	margin-top: -20px;
}
.content .productimagesmall {
	float: left;
	margin:  28px 5px 0 0;
}
.content .newsimagesmall {
	width: 70px;
	height: auto;
	float: left;
	margin:  0 10px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
}
.content .newsimagelarge {
	width: 150px;
	height: auto;
	float: left;
	margin:  10px 10px 0 0;
	padding: 3px;
	border: 1px solid #CCC;
}
.result {
	width: 538px;
	min-height: 60px;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCC;
}
.news-item {
	width: 538px;
	min-height: 110px;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #CCC;
}
a.newstitle {
	font-size: 14px;
}
.newscontent {
	margin-top: 10px;
	clear: both;
}
.product-box {
	padding-top: 1em;
}
.tinyimage {
	width: 30px;
	height: auto;
	border: 0;
	float: left;
	margin-right: 5px;
}
.content li {
	margin-left: 18px;
}
.product {
	padding-bottom: 20px;
}
.content .url {
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif; color: #333;}
/* navigation */
.navigation {
	float: right;
	width: 241px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	list-style: none;
}
.navigation li {border-bottom: 1px solid #d6e0c4;}
.navigation li a {
	font-size: 1.1em;
	height: 18px;
	color: #333;
	display: block;
	padding: 10px 0 8px 5px;
	text-decoration: none;
	width: 98%;
}
.navigation li a:hover {
	background: #aeda66;
	color: #333;
}
.navigation li a.current {
	background: #aeda66;
	color: #333;
}
.mail {
	margin: 10px 10px 0 10px;
}
/* footer */
.footer {
	background: #bcaade;
	color: #FFF;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 3px 12px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #EFEFEF;
}
.photos {
	padding: 3px;
	border: 1px solid #fff;
}
a:hover .photos {
	border: 1px solid #999;
}
#mailinglist {
	height: 17px; width: 147px; border: 1px solid #999; float: left; color: #999; font-size: 11px; padding: 3px 0 0 3px;
}
.button { 
	border :0;
	margin: 0 0 10px 0; padding: 0;
	clear: both;
	width: 125px;
	height: 31px;
	background: url(../images/button.jpg) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
.input {
	background: url(../images/input-background.jpg) repeat-x;
	width: 200px;
	height: 19px;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 5px 0 0 3px;
}
.captcha {
	margin-bottom: 1em;
}
table.products {
	width: 538px;
}
/******* NEWS ********/

ul#article_list {
	list-style: none;
}
ul#article_list li {
margin-bottom: 2em;
	clear: both;
}
img.thumbnail {
	width: 80px;
	float: left;
	margin: 0 10px 10px 0;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}
h1.title {
	border: 0;
	color: rgb(97, 72, 121);
	font-size: 15px;
}

#static-home {
	width: 800px;
	margin: 0 auto;
}

#static-home .main {
	height: 807px;
	position: relative;
	background: url(../images/static-home.jpg) no-repeat;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 1.1em;
}

#static-home .main p {
    font-size: 1.2em;
    left: 73px;
    position: absolute;
    top: 210px;
    width: 210px;
    line-height: 1.6em;
    color: #999;
}

#static-home .main a {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 100px;
	overflow: hidden;
	text-indent: -999px;
	color: #FFF;
}

#static-home .main strong {
	font-size: 2em;
	display: block;
	padding-bottom: 6px;
}

#static-home #about-us {
	height: 150px;
    left: 15px;
    top: 355px;
    width: 240px;
}

#static-home #latest-news {
	height: 150px;
    left: 275px;
    top: 355px;
    width: 240px;
}

#static-home #learn-more {
	height: 150px;
    left: 545px;
    top: 355px;
    width: 240px;
}

#static-home #parent-info {
	text-indent: 0;
	left: 48px;
    top: 554px;
    width: 163px;
    padding-top: 10px;
}

#static-home #educators-info {
	text-indent: 0;
	left: 240px;
    top: 554px;
    width: 163px;
    padding-top: 10px;
}

#static-home #contact {
	left: 39px;
    top: 680px;
    width: 290px;
}

