@CHARSET "UTF-8";

body {
	margin:0px auto; padding:0px; text-align:center; font:14px/18px sans-serif; color:#505050; text-decoration:none;
}

img {
	border:0px;
}

a {
	color:#606060; text-decoration:none;
}

.clear {
     clear:both; height:1px; margin-top:-1px; overflow:hidden;
}

/*------------------------------------- navigate section -------------------------------------*/

#sec_nav {	
	margin:0px; padding:0px; background-image:url(style_res/navsec-bkgnd.gif); background-repeat:repeat-x;
}
#sec_nav .menubar {
	width:960px; height:130px; margin:0px auto; padding:50px 0px 0px 0px; list-style-type:none; background-image:url(style_res/navbar-bkgnd.gif);
}
#sec_nav .menubar .logo {
	display:block; float:left; margin:0px 81px 0px 0px;
}
#sec_nav .menubar .menuitem {
	float:left; margin:52px 0px 0px 0px; padding:0px; width:115px; height:78px; line-height:78px; vertical-align:middle;
}
a.mitem {
	display:block; width:115px; height:78px; font-size:18px; color:#ffffff;
}
a.mitem:hover {
	background:url(style_res/menuitem-lightbkgnd.gif);
}
a.sitem {
	display:block; width:115px; height:78px; font-size:18px; color:#ffffff; background:url(style_res/menuitem-checkbkgnd.gif); background-repeat:repeat-x;
}

/*---------------------------------- footer section ----------------------------------*/
#sec_footer {
	width:960px; margin:18px auto; border-style:dotted none none none; border-width:1px; border-color:#d0d6d8;
}