/*Notes--
1. Resize default content (default-content, default-bottom)
*/

/*Start page data */
body {
	margin: 0px;
	padding: 0px;
	background: #0c7407 url(../images/bg_gradient.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif, verdana;
	font-size:13px;
	}
	
table {
	border:0px;
	padding:0px;
	}
	
#bg-b {
	background:url(../images/b.png);
	height:100%;
	width:100%;
	z-index:10;
	}
	
#container {
	position:relative;
	width:823px;
	min-height:900px;
	margin:0px auto;
	padding:0;
	}	

#container-top{
	position:absolute;
	width:823px;
	height:11px;
	top:74px;
	}
	
#logo{
	position:absolute;
	top:3px;
	left:-40px;
	z-index:100;
}

#menu{
	position:absolute;
	top:74px;
	z-index:50;
	width:823px;
	height:58px;
	background:url(../images/menu.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:12px;
}

#menu a{
	color:#ffffff;
	text-decoration:none;
	}
	
#menu a:hover{
	color:#fcb520;
	}

#main-menu{
	position:absolute;
	height:37px;
	top:-1px;
	width:773px;
	z-index:60;
	color:#FFFFFF;
	}
	
	
/*#main-menu li{
	list-style-type:none;
	display:inline;
	vertical-align:middle;
	}

#main-menu li a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	}*/
	
#about{
	position:absolute;
	left:195px;
	width:63px;
	text-align:center;
	top:23px;
	}
	
#character-education{
	position:absolute;
	left:256px;
	width:148px;
	text-align:center;
	top:23px;
	}
	
#resources{
	position:absolute;
	left:408px;
	width:89px;
	text-align:center;
	top:23px;
	}
	
#presentation{
	position:absolute;
	left:499px;
	width:103px;
	text-align:center;
	top:23px;
	}
	
#demos{
	position:absolute;
	left:600px;
	width:66px;
	text-align:center;
	top:23px;
	}
	
#testimonials{
	position:absolute;
	left:663px;
	width:100px;
	text-align:center;
	top:23px;
	}

#shop{
	position:absolute;
	left:764px;
	width:50px;
	text-align:center;
	top:23px;
	}

#bottom-menu{
	position:absolute;
	width:823px;
	text-align:center;
	top:10px;
	left:-25px;
	}

#bottom-menu li{
	font-size:12px;
	font-variant:small-caps;
	font-weight:bolder;
	color:#999999;
	text-align:center;
	padding:20px;
	list-style-type:none;
	display:inline;
	}

#bottom-menu li a{
	color:#999999;
	text-decoration:none;
	}
	
#bottom-menu li a:hover{
	color:#a317b0;
	}
	
#footer-address{
	position:absolute;
	color:#ffffff;
	font-size:10px;
	left:20px;
	top:60px;
	}
	
#footer-copyright{
	position:absolute;
	color:#ffffff;
	font-size:10px;
	top:60px;
	right:20px;
	text-align:right;
	}
/*End page data */

/*default */
#default-image{
	position:absolute;
	top:122px;
	z-index:50;
	width:823px;
	height:346px;
	}

#default-content{
	width:823px;
	min-height:353px;
	background:#FFFFFF;
	}

#default-content-sub{
	width:465px;
	min-height:60px;
	}

#default-bottom{
	position:absolute;
	width:823px;
	height:49px;
	background:url(../images/bottom.png);
	background-repeat:no-repeat;
	}
	
#default-character-ed{
	width:320px;
	text-align:right;
	z-index:50;
}

#default-character-ed a{
	color:#a317b0;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	}
	
#default-character-ed a:hover{
	text-decoration:underline;
	}
	
/*End first page */