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

BODY {
	background-color:#000810;
	text-align:center;
	margin:0;
	padding:0px;
}

a:link.retail, a:visited.retail { 
	background:url(images/nav_retail.png) no-repeat top left;
	background-position:0px 0px;   
	width:137px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}  
 
a:hover.retail { 
	background-position:0px -21px;
}  

a:link.instructor, a:visited.instructor { 
	background:url(images/nav_instructor.png) no-repeat top left;
	background-position:0px 0px;   
	width:135px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}

a:hover.instructor{ background-position:0px -21px; }  

a:link.lesson, a:visited.lesson { background:url(images/nav_lessons.png) no-repeat top left;
	background-position:0px 0px;   
	width:135px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}   

a:hover.lesson { 
	background-position:0px -21px; 
}  

a:link.student, a:visited.student { 
	background:url(images/nav_student.png) no-repeat top left;
	background-position:0px 0px;   
	width:139px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}   

a:hover.student{ 
	background-position:0px -21px; 
}  

a:link.special, a:visited.special { 
	background:url(images/nav_special.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}   
a:hover.special{ 
	background-position:0px -21px; 
}  

a:link.repair, a:visited.repair { 
	background:url(images/nav_repair.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}   

a:hover.repair{ 
	background-position:0px -21px; 
}

a:link.location, a:visited.location { 
	background:url(images/nav_location.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:20px;   
	display:block;   
}   

a:hover.location { 
	background-position:0px -21px; 
}

a:link, a:visited {  
	color:#CCC;   
}   

a:hover.location { 
	color:#CCC;   
}

.bodytxt {  /* this is for display content area  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:14px;
	text-align:left;
}

.getbutton { /* this is for get button on home page */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}




/* CSS hack for FF, IE6 and IE7 */
* a:link.retail, a:visited.retail { 
	background:url(images/nav_retail.png) no-repeat top left;
	background-position:0px 0px;   
	width:137px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}  

* a:hover.retail { 
	background-position:0px -51px;
}  


* a:link.instructor, a:visited.instructor { 
	background:url(images/nav_instructor.png) no-repeat top left;
	background-position:0px 0px;   
	width:135px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}   

* a:hover.instructor{ background-position:0px -51px; }  


* a:link.lesson, a:visited.lesson { background:url(images/nav_lessons.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}   

* a:hover.lesson { 
	background-position:0px -51px; 
}

* a:link.special, a:visited.special { 
	background:url(images/nav_special.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:0px;   
	display:block;
}   
* a:hover.special{ 
	background-position:0px -51px;
} 

* a:link.student, a:visited.student { 
	background:url(images/nav_student.png) no-repeat top left;
	background-position:0px 0px;   
	width:139px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}   

* a:hover.student{ 
	background-position:0px -51px; 
}  

* a:link.special, a:visited.special { 
	background:url(images/nav_special.png) no-repeat top left;
	background-position:0px 0px;   
	width:135px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}   
* a:hover.special{ 
	background-position:0px -51px; 
} 




* a:link.repair, a:visited.repair { 
	background:url(images/nav_repair.png) no-repeat top left;
	background-position:0px 0px;   
	width:138px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}   

* a:hover.repair{ 
	background-position:0px -51px; 
}

* a:link.location, a:visited.location { 
	background:url(images/nav_location.png) no-repeat top left;
	background-position:0px 0px;   
	width:137px;   
	height:51px;   
	padding-top:0px;   
	display:block;   
}

* a:hover.location{ 
	background-position:0px -51px; 
}
