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

	/* Layout */
	
	#setup{
		width: 765px;
		height: 300;
		margin: 20px auto auto auto;
	}
			
	#nav{
		height: 40px;
		width: 745px;
		padding: 10px 0px 0px 10px;
	}
		
		.kwicks {  
			 font-size:0.85em;
			 list-style: none;  
			 position: relative;  
			 margin: 0;  
			 padding: 0; 
			 background-image:url(../images/no_flicker.jpg);
		  }  
		 
		 .kwicks li{  
			display: block;  
			overflow: hidden;  
			padding: 0;  
			cursor: pointer;  
			float: left;
			width: 124px;
			height: 40px;
			margin-right: 0px;
			background-image: url(../images/kwicks_sprite.jpg);
			background-repeat: no-repeat;
		  }
		  
		  .kwicks a{
			display:block;
			height:40px;
			text-indent:-9999px;
			outline:none;
		  }
		
		  #kwick1 {
			background-position:0px 0px;
		  }
		  
		  #kwick2 {
			background-position:-200px 0px;
		  }
		  
		  #kwick3 {
			background-position:-400px 0px;
		  }
		  
		  #kwick4 { 
			background-position:-600px 0px;
		  }
		  
		  #kwick5 { 
			background-position:-800px 0px;
		  }
		  
		  #kwick6 { 
			background-position:-1000px 0px;
		  }
		
		  #kwick1.active, #kwick1:hover { 
			background-position: 0 bottom;
		  }
		  
		  #kwick2.active, #kwick2:hover{
			background-position: -200px bottom;
		  }
		  
		  #kwick3.active, #kwick3:hover {
			background-position: -400px bottom;
		  }
		  
		  #kwick4.active, #kwick4:hover {
			background-position: -600px bottom; 
		  }
		  
		  #kwick5.active, #kwick5:hover {
			background-position: -800px bottom; 
		  }
		  
		  #kwick6.active, #kwick6:hover {
			background-position: -1000px bottom; 
		  }
		
		  #kwick1 a{
			background-image:url(../images/end.jpg);
			background-repeat:no-repeat;
			background-position: left 0px;
		  }
		
		  #kwick1 a:hover{
			background-position: left -80px;
		  }
		
		  #kwick6 a{
			background-image:url(../images/end.jpg);
			background-repeat:no-repeat;
			background-position: right -40px;
		  }
		  
		  #kwick6 a:hover{
			background-position: right -120px;
		  }
		  
		  
	#logo{
		
		height: 155px;
		width: 765px;
	}  
		  
	#main{
	
		width: 745px;
		padding: 10px 10px 10px 10px;
		
		float: left;
	
		}
		
	#breadcrumbs{
			
		width: 745px;
		float: left;
		
		padding: 10px 10px 10px 10px;
				
		font-size: 10px;
		
	}
	
	#productnav{
			
		width: 545px;
		height: 15px;
		float: left;
		
		padding: 10px 10px 10px 10px;
				
		font-size: 12px;
		text-align: right;
		
	}
		
	#base{
			
		width: 765px;
		float: left;
		
		margin: 10px auto auto auto;
				
		font-size: 10px;
		text-align: center;
		
	}
		
			#base a{
			
			font-size: 12px;
			
			}

	
	.rounded{
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	float: left;
	border-color: #0256a9;
	border-width: thin;
	border-style: solid;
	
	background: #FFF url(../images/banner.png) no-repeat;
	
	}
	
	.store{
	
	border-bottom-color: #0256a9;
	border-bottom-width: thin;
	border-bottom-style: solid;
	
	}
	
	.box{
	float: left;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	border-color: #0256a9;
	border-width: thin;
	border-style: solid;
	
	}		
	
	.lessonimage{
		
	border: none;
	padding: 0px 5px 4px 0px;
	
	}
	
	body{
	
	margin-top: 0px;
	
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size: 14px;
	
	background: url(../images/green.png);
	
	}
	
	p{
	
	margin: 5px;
	
	}
	
	h1{
	
	font-size: 18px;
	font-weight: bold;
	margin: 5px 5px 10px 5px;
	
	}
	
	h2{
	
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	
	}
	
	h3{
	
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	
	}
	
	h4{
	
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding-top: 5px;
	
	}
	
	a:link{
	
	color: #0256a9;
	text-decoration: none;
			
	}	
	
	a:active{
	
	color: #0256a9;
	text-decoration: none;
	
	}
	
	a:visited{
	
	color: #0256a9;
	text-decoration: none;
	
	}
	
	a:hover{
	
	color: #0256a9;
	text-decoration: underline;
	
	}
	
	
	#skip a{
		
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	
	}
	 
	#skip a:focus{
		
	position: static;
	width: auto;
	height: auto;
	
	} 