body {
	background: #000000 url("images/bg.png") fixed center;
	text-align: center;
	color: #000000;
	font-family: Helvetica;
	font-size: 14px;
}

* {
     margin: 0;
 }
 
#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{

	height: 189px; /*Height of top section*/
	width: 895px;
	text-align: center;
	margin-top: 22px; 
}

#headerImages {
	float: left;
	width:228px;
	height: 152px;
	border: 1px solid #444444;
	width:228px;
	height:152px;
	background-color: #ffffff;
	padding: 3px;
}

#imageHolder {
	position: relative;
	float: left;
	text-align: left;
	
}


#header h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
margin-bottom: 5px;
text-align: left;
}


#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/

}

.lessons {
	min-height: 250px;
}

.news {
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid black;
	min-height: 50px;
}

.news h4 {
	text-align:center;
	color: #FF0000;
}

#footer{
	font-size: 10px;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

.bottomBar {
	font-size: 16px;
	vertical-align: text-top;
	width: 100%;
}

li.bottomBar {
	width: 100%;
	vertical-align: super;
}

#warranty {
	font-size: 16px;
	
}

#footer li{
	display: inline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: red;
}

a:hover{
	text-decoration: underline;
}

a img {
	border: none;
}



/*New Menu Stuff */

/* common styling */
.menu {
	width:160px;
	position:relative;
	margin:0;
	font-size:18px;
	text-align: center;
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#ffffff; 
	width:160px;
	height:34px;
	text-align:center;
	background: url('images/button.png') no-repeat;	
	line-height:19px;
	font-size:18px;
}

.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff; 
	background: url('images/buttonOver.png') no-repeat;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:160px;
	width:105px;
}

.menu ul li:hover ul li a.hide {
	background: url('images/buttonSmall.png') no-repeat;
	height: 26px;
}

.menu ul li:hover ul li:hover a.hide {
	width:120px;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background: url('images/buttonSmall.png') no-repeat;
	color:#ffffff; 
	width:120px;
	height: 26px;
	font-size: 12px;
}

.menu ul li:hover ul li a:hover {
	background: url('images/buttonOverSmall.png') no-repeat;
	color:#ffffff;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:151px;
	top:0; 
	color:#000;
}

.menu ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:#dfc184; 
	color:#000;
}

.menu ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e; 
	color:#fff;
}



/*End of New Menu */


.content {
	width: 650px;
	text-align: left;
	margin-left: 10px;
	float: right;
}

.teachers {
	list-style: none;
	font-family: Helvetica;
	/*font-family: Verdana, Helvetica, Arial;*/
	font-size: 12px;
	
}

.center {
	text-align: center;
}

#clearance {
	text-align: center;
	min-height: 150px;
	border-bottom: 1px solid black;
}

#clearance-bottom {
	text-align: center;
	min-height: 150px;
}

#clearance h1, #clearance-bottom h1 {
	color: red;
}
    
div.imageWithCaptionLeft {
	text-align: center;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: left;
	margin-right: 5px;
	font-style: italic;
}

div.imageWithCaptionRight {
	text-align: center;
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: right;
	margin-left: 5px;
	font-style: italic;
}
    
img.teachers {
	border: 1px solid black;
	background: white;
	padding: 5px;
	margin-right: 5px;
	float: left;
}

img.right {
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: right;
	margin-left: 5px;
}

img.left {
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: left;
	margin-right: 5px;
}

li.teachers {
	border-bottom: 1px solid black;
	min-height: 225px;
	padding-top: 10px;
}


li.teachersLast {
	border-bottom: none;
	height: 225px;	
	padding-top: 10px;	
}



#productLogos  {
	background: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

a.not-button {
	background: none;
	color: #000000;
}
