@charset "utf-8";
/*  
Theme Name: Awakers Theme Purple v1
Theme URI: http://www.awakers.com
Description: Designed for <a href="http://www.awakers.com">Awakers Templating</a>.
Version: 1.0
Author: Ferdie Lopez
Author URI: http://www.awakers.com

	This theme was designed and built by Ferdie Lopez.

*/

body {
	font-family: "HGS????????UB", "?????? Pro W6";
	font-size: 12px;
	color: #000;
	background: #adbfff;
	margin: 0px;
}
a {
	color: #5679d9;
	text-decoration: none;
	font-weight: normal
}
a:visited {
	color: #5679d9;
	text-decoration: none;
	font-weight: normal	
}
a:hover {
	color: #3356bc;
	text-decoration: none;
	font-weight: normal	
}



/* Main Menu Styles */
#topnav {
	height: 25px;
	clear: both;
	text-align: left;
	background: #666666 url(images/topnav.gif);
	color:#FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
	}
#topnav ul{
	margin: 0px;
	padding: 0px;
	}
#topnav li {
	float:left;
	line-height:normal;
	height: 20px;
	text-indent:0;
	list-style-type:none;
	padding-top: 4px;
	border-left: 1px solid white;
	border-right: 1px solid black;
	display: block;
	text-transform: uppercase
	

}
#topnav a {
	padding: 4px 8px 3px 8px;	
	color:#6272a3;
	margin-left: 10px;
	margin-right: 10px;
	
}
#topnav a:hover {
	color:#ffffff;
	background-color: #6272a3;
}


/* Footer Menu Styles */
#menubottom {
	height: 25px;
	clear: both;
	text-align: left;
	background: #666666 url(images/btmnav.gif) repeat-x;
	color:#FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
	}
#menubottom ul{
	margin: 0px;
	padding: 0px;
	}
#menubottom li {
	float:left;
	line-height:normal;
	height: 20px;
	text-indent:0;
	list-style-type:none;
	display: block;
	padding-top: 3px;
	text-transform: uppercase	
	

}
#menubottom a {
	padding: 3px 8px 3px 8px;	
	color:#6272a3;
	margin-left: 5px;
	margin-right: 5px;
	
}
#menubottom a:hover {
	color:#ffffff;
	background-color: #6272a3;
}



/* Clearer */
#clear{
	clear: both;
	}
