.logo {
	padding: 10px;
	width: 200px;
	margin: 0 auto;
	
	display: inline-block;
}

.EducatorBtnDiv {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	margin-left: 5%;
}

.EducatorBtn{
	color: white;
	font-size: 150%;
	border-radius: 10px;
	background: rgb(223, 117, 20);
}

.BuyNowBtnDiv {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	margin-right: 5%;
}

.BuyNowBtn{
	color: white;
	font-size: 150%;
	border-radius: 10px;
	background: #00D6FC; /* this is a light blue */
}

.spacer {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1		
}	

.TitleBar {		
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;

	max-width: 1200px;
	margin: 0 auto;
}

.NavigationBar {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;

	/* just for demo */
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}



.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

h2 {
	margin: 10px;
}

hr {

}

.hr-footer{
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;

}

.info-bar{
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;

	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.about-bar {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	margin-left: 2%;
	width: auto;
}

.contact-bar {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	margin-left: 2%;
	margin-bottom: 10px;
	width: auto;
	color: #555;
}	

.social {
	vertical-align: top;
	display: inline-block;
	*display: inline;
	margin-left: 2%;
	margin-bottom: 10px;
	width: auto;
	color: #555;
}					

.masked-link {
	text-decoration: none;
}

.masked-link-text {
	text-decoration: none;
	color: #555;
}

@font-face {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif; 
}	

.bottom-bar-link-div {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif; 
	font-size: 150%;
	color: #555;
	margin-bottom: 5px;
}

.small-text {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif; 
	font-size: 75%;
	color: #555;
	margin-bottom: 5px;			
}

.top-link {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif; 
	min-width: 110px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	text-decoration: none;
	color: #555;
}

.top-link:hover {
	background: #00D6FC;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
}

.top-images {
	
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;	
	margin-top: 10px;
}

.product-image {
	display: inline-block;
	*display: inline;
	display: inline-block; 
	width:45%; 
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}

#container {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    background: white;
	margin-top: 20px;
}

