/* Start of CMSMS style sheet 'navicron_home' */
body {
	background: #F7F7F7 url(img/bg_body_front_03.jpg) repeat-x;
	color: #8C8C8C;
	font: 69% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
        text-align: center;
}

div#wrap {
	margin: 0 auto;
        text-align: left;
	width: 808px;
}

div#header {
	height: 97px;
}

div.smallbanner {
	float: left;
	margin: 15px 18px 0 0;
}

div#footer {
	clear: left;
	float: left;
	margin-top: 35px;
text-align: center;
width: 808px;
}

/* -------
	HEADERS
------- */

div#header h1 {
	background: url(uploads/images/logo_navicron_03.jpg) no-repeat;
	float: left;
	height: 33px;
	margin: 30px 0 0 0;
	padding: 0;
	width: 448px;
}

div#header h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* ---------
	NAVIGATION
--------- */

ul#langmenu {
	background: url(img/bg_langmenu_02.jpg) no-repeat;
	float: right;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 208px;
}

ul#langmenu li {
	float: left;
        display: inline;
	margin-left: 20px;
}

ul#langmenu li#en {
	background: url(img/flag_usa_03.jpg) left center no-repeat;
}

ul#langmenu li#ch {
	background: url(img/flag_china_05.jpg) left center no-repeat;
}

ul#langmenu li a {
	height: 27px;
	line-height: 27px;
	padding-left: 20px;
}

ul#mainmenu {
	clear: both;
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

ul#mainmenu li {
	background: url(img/bg_mainmenu_r.jpg) right top no-repeat; 
	float: left;
	margin-right: 1px;
}

ul#mainmenu li a {
	background: url(img/bg_mainmenu_l.jpg) no-repeat; 
        color: #2D2D2D;
	display: block;
	line-height: 25px;
	padding: 0 14px;
}

ul#mainmenu li a:hover {
	color: #4E7DB3;
}

ul#mainmenu li.selected {
	background: url(img/bg_mainmenu_over_r.jpg) right top no-repeat; 
}

ul#mainmenu li.selected a {
	background: url(img/bg_mainmenu_over_l.jpg) no-repeat; 
}

/* ---------
	LINKS
--------- */

a {
	color: #4E7DB3;
	text-decoration: none;
}

a:hover {
	color: #2D2D2D;
}

a.footerlink {
	background: url(img/bg_footerlink_35.jpg) left center no-repeat;
	padding-left: 7px;
}

/* -------
	TEXT
------- */

div#footer p {
	margin: 0;
	padding: 0;
}
/* End of 'navicron_home' */

