/*
Top Bar
Content Page Div
Category Listing
Footer
*/

/*Top Bar*/
#top1, #top2, #top3{
	clear:both;
	width:950px;
}

#top1Logo {
	width:200px;
	float:left;
	padding:10px 0 0 0;
}

#top1Banner {
	height:60px;
	width:490px;
	float:left;
	padding:2px 0 0;
}

#top1Lang {
	height:1px;
	padding:0;
	margin:-1px 0 0 120px;
}

#top1Left {
	background:#FFFFFF url(http://76.my/images/top-menu1-left.gif);
	height:40px;
	width:60px;
	float:right;
	padding:0;
	margin:25px 0 0 0;
}

#top1Bg {
	background:#FFFFFF url(http://76.my/images/top-menu1-bg.gif);
	height:40px;
	width:195px;
	float:right;
	padding:0;
	margin:25px 0 0 0;
}

#top1Right {
	background:#FFFFFF url(http://76.my/images/top-menu1-right.gif);
	height:40px;
	width:5px;
	float:right;
	padding:0;
	margin:25px 0 0 0;
}

#top2Left {
	background:#FFFFFF url(http://76.my/images/top-menu2-left.gif);
	height:38px;
	width:5px;
	float:left;
	padding:0;
	margin:0;
}

#top2Bg {
	background:#FFFFFF url(http://76.my/images/top-menu2-bg.gif);
	height:38px;
	width:940px;
	float:left;
	padding:0;
	margin:0;
}

#top2Right {
	background:#FFFFFF url(http://76.my/images/top-menu2-right.gif);
	height:38px;
	width:5px;
	float:left;
	padding:0;
	margin:0;
}

#top3Left {
	background:#FFFFFF url(http://76.my/images/top-menu3-left.gif);
	height:50px;
	width:5px;
	float:left;
	padding:0;
	margin:0;
}

#top3Bg {
	background:#FFFFFF url(http://76.my/images/top-menu3-bg.gif);
	height:50px;
	width:940px;
	float:left;
	padding:0;
	margin:0;
}

#top3Right {
	background:#FFFFFF url(http://76.my/images/top-menu3-right.gif);
	height:50px;
	width:5px;
	float:left;
	padding:0;
	margin:0;
}

.text11White {	
	color: #ffffff; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial;
}

.text11Blue {	
	color: #6699cc; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: arial;
}	

.text11Grey {	
	color: #3B3B3B; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: arial;
}	

.text11Grey a, .text11Grey a:visited {	
	color: #6699cc; 
	font-weight: bold; 
	text-decoration:none;
}	

.text11Grey a:hover {	
	color: #6699cc; 
	font-weight: bold; 
	text-decoration:underline;
}	

.smallmenulink_orange{
	color: #ffcc00; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: arial;
	text-align: center;
	padding: 0px 0px;
}

.smallmenulink_orange a, .smallmenulink_orange a:visited {
	color: #ffcc00;
	font-weight: bold; 
	text-decoration: none; 
}

.smallmenulink_orange a:hover{
	color: #ffcc00;
	font-weight: bold; 
	text-decoration: underline; 
}	

.smallmenulink{
	color: #ffffff; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial;
	text-align: center;
	padding: 0px 0px;
}

.smallmenulink a, .smallmenulink a:visited {
	color: #ffffff;
	font-weight: normal; 
	text-decoration: none; 
}

.smallmenulink a:hover{
	color: #ffcc00;
	font-weight: normal; 
	text-decoration: underline; 
}

.menuSpan {
	padding:0 15px;
}

#nav{
	height:36px;
	line-height:36px;
	padding:0 10px 0 30px;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	position: relative;
	display: inline;
	float: left;
}

#nav ul li a:link,
#nav ul li a:visited{
	padding:0 15px 0 6px;
	display:block;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: arial;
	text-align: center;
	text-decoration:none;
}

#nav ul li a:hover{
	color:#ffcc00;
	font-weight: bold
}

#nav ul li ul{
	left: 0;
	position: absolute;
	visibility: hidden;
	z-index:10000; 
}

#nav ul li ul li{
	float:none;
	display: block;
	z-index:10000; 
}

#nav ul li ul li a:link,
#nav ul li ul li a:visited{
	color:#444;
	font-size:12px;
	text-decoration:none;
	padding: 1px 10px 1px 10px;
	border-bottom:1px solid #DEDEDE;
	width:113px;
	text-align:left;
	z-index:10000; 
}
#nav ul li ul li a:hover{
	color:#3B5998;
	background:#EBEFF7;
	z-index:10000; 
}

.submenu {
	background: #FFF;
	border: solid 1px #2E4B88;
	border-top: none;
	line-height: 22px;
	z-index: 10000;
}



/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%;}
* html .nav ul li a { height: 1%;}
* html .nav ul li ul li { float: left;height: 1%;}
/* End */


/*Content Page Div*/
#FPContent {
clear:both;
margin:0 auto;
padding:5px 0px;
text-align:left;
width:950px;
}

#FPContentLeft {
	float:left;
	width:200px;
	padding-right:5px;
}

#FPContentRight {
	float:left;
	width:745px;
}

.section-title2, .section-title2 a, .section-title2 a:visited { 
	color: #16387c; 
	font-weight: bold; 
	font-size: 15px; 
	font-family: arial; 
	text-decoration: none; 
}

.section-title2 a:hover { 
	color: #648DE3; 
	font-weight: bold; 
	text-decoration:none;
}

/*Category Listing*/
ul#FPCategory {
list-style-type:none;
margin:0 1px;
padding:1px;
/*position:relative;*/
color: #444444; 
font-weight: bold; 
font-size: 12px; 
font-family: arial;
height:380px;
overflow-y:scroll;
z-index:1; 
}

ul#FPCategory li{
background:transparent url(http://76.my/images/FP_arrow3.gif) no-repeat scroll 0 8px;
padding:5px 3px 0px 20px;
text-align:left;
z-index:1; 
}

ul#FPCategory li a, ul#FPCategory li a:visited{
color: #444444; 
font-weight: bold; 
font-size: 12px; 
font-family: arial;
text-decoration:none;
z-index:1; 
}

ul#FPCategory li a:hover{
color: #0080FF; 
font-weight: bold; 
font-size: 12px; 
font-family: arial;
text-decoration:none;
z-index:1; 
}

/*Footer*/
#bottom1{
	clear:both;
	width:950px;
}

.bottomText {
	line-height:18px;
	color:#353535;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
}

.bottomText a, .bottomText a:visited {
	color:#3366CC;
	cursor:pointer;
	text-decoration:none;
}

.bottomText a:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}

#bottomSearch {
	clear:both;
	background-color: #EFEFEF;
	border-bottom:1px solid #C4C4C4;
	text-align:center;
	padding:10px 0 0 5px;
	margin:0px;
}
.text11DarkGrey, .text11DarkGrey a, .text11DarkGrey a:visited {
	font-size: 11px;
	color: #707070;
	text-decoration: none;
}
.text11DarkGrey a:hover {
	color: #707070;
	text-decoration: underline;
}

.space5px {
	clear:both;
	height:5px;
	margin:0;
	padding:0;
}

.space10px {
	clear:both;
	height:10px;
	margin:0;
	padding:0;
}
