/* tabs */
div.panes div {
	display:none;		
	padding:35px 35px;
	border:1px solid #bdb492;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#faf5e1;
}


ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a { 
	background: url(http://www.learnkeyboardtyping.com/tabs.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	font-family: Verdana;
}

ul.tabs a:active {
	outline:none;		
}

ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}


ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* global */
body {
	background: #faf8bc;
	color: #000;
}

img {
	border: 0;
	font: 0 arial;
}


#container {
	width: 804px; 
	margin:0 auto;
}

#stage {
	width: 802px; 
	margin: 0 auto; 
	padding: 0; 
	min-height:500px; 
	border-left: 1px solid #bdb492; border-right: 1px solid #bdb492; border-bottom: 1px solid #bdb492; 
	background: #fff; 
	box-shadow:7px 7px 20px #666; -webkit-box-shadow:7px 7px 20px #666; -moz-box-shadow: 7px 7px 20px #666;
}

#topad {
	width:468px; 
	height:15px; 
	margin:0 auto 15px 0; 
	position: relative; 
	top: 10px;
}

#logo {
	width:200px; 
	height:116px; 
	margin:0 auto 15px auto;
	padding-top: 15px;
}

#content {
	width:730px; 
	margin:0 auto; 
	padding: 15px;
}

#bottomad {
	width:336px; 
	height:280px; 
	margin: 0 auto;
}

#footer {
	text-align: center; 
	padding-top:10px; 
	color: #333; 
	font:10px "Trebuchet MS" , sans-serif;
}




/* text */
h1 {
	margin: 0 auto 5px auto;
	padding: 0;
	font: bold 25px "Trebuchet MS" , sans-serif;
}

h2 {
	margin: 0 auto 5px auto;
	padding-top: 30px;
	font: bold 18px "Trebuchet MS" , sans-serif;
}

h3 {
	margin: 0 auto 5px auto;
	padding-top: 8px;
	font: bold 15px "Trebuchet MS" , sans-serif;
}

p {
	font-family: Times New Roman, Times, serif; 
	font-size: 15px;
	padding-bottom: 5px;
	line-height: 23px;
}
a {
	color: #522994;
}
.kb {
	width: 482px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.demo {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.hidedemo {
	text-decoration: underline; 
	cursor: pointer; 
	font-weight: bold; 
	font-size: 12px;
}

.action {
	width: 400px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-family: "Trebuchet MS" , sans-serif;
}

.action a {
	font-weight: bold;
	text-decoration: none;
}

.action a:hover {
	text-decoration: underline;
}

.practice {
	padding: 5px; 
	color: #000; 
	border: 1px solid #4a4842; 
	height: 50px; 
	width: 200px;
	background: #faf8bc;
}

