/*  
Theme URI: http://manyufung.com/
Description: MANYU THEME
Author: Nelson Sanchez
Author URI: http://nelsonsanchez.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #A31A1A url(images/manyu_bg.jpg) top repeat-x;
	color: #FFF;
}

#page {
	margin: 0 auto 25px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


#language {
	width: 100%;
	background-color: #000;
	height: 15px;
	text-align: right;
	color: #FFF;
	font-size: 8px;
	}

#header {
	padding: 0 10px;
	width: 740px;
	background: #FFF url(images/manyu_headerpic.jpg) center no-repeat;
	height: 110px;
	text-align: left;
	}

#header .logo {
	margin-top: 0;
	margin-left: 0;
}

#maintable {
	width: 740px;
	margin-left: 10px;
	}
* html #maintable
    {
	margin: 0 0 25px 0;
    }

#sidebar {
	background: #C7D5DE url(images/pp_menu.gif) bottom no-repeat;
	padding: 0;
	text-align: left;
	width: 159px;
	}

.content {
	text-align: left;
	width: 500px;
	background: #990000 url(images/manyu_content_bg.jpg) top left no-repeat;
	padding: 25px 50px 0 50px;
	}

.content img {
	border: 5px solid white;
	margin: 0 10px 10px 10px;
	}

td {
	vertical-align: top;
	}

p {
	padding: 0;
	margin: 0 0 25px 10px;
	max-width: 100%;
	line-height: 16px;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 28px;
	}

h2 {
	font-size: 22px;
	color: #FFF;
}	
	
h3 {
	font-size: 14px;
	border-top: 1px solid #FFF;
	padding-top: 5px;
}

strong, b {
	font-weight: bolder;
}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.promo {
	margin: 10px 0 0 10px;
}	

#promos {
	/*margin-left: 10px;*/
	width: 100%;
	font-style: italic;
}

#promos td {
	width: 33%;
	border-right: 1px solid #C7D5DE;
}	


#promos p {
	font-size: 11px;
	margin: 0 10px 10px;
	line-height: 14px;
	font-style: italic;

	}

#promos a
{
display: block;
text-align: right;
font-weight: bolder;
padding: 7px;
background-color: #C7D5DE;
text-decoration: none;
text-transform: uppercase;
}

#promos a:hover
{
color: #FFF;
background-color: #000;
}

#promos h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}	

#footer {
	margin: 0 0 15px 10px;
	padding: 3px 20px 0 0;
	width: 600px;
	height: 35px;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	font-style: italic;
	}
* html #footer
    {
	margin-left: 0;
    }

#footer a {
	color: #FC0;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	}


/* MENU */

.menu {
	background-color: #660000;
	}

#navcontainer { width: 100%; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
* html #navcontainer ul {
padding-top: 15px;
}

#navcontainer li
{
display: inline;
}


#navcontainer a
{
display: inline;
padding: 7px;
width: 100%;
background-color: #660000;
text-transform: uppercase;
/*border-bottom: 1px solid #eee;*/
}



#navcontainer a:link, #navlist a:visited
{
color: #FFF;
font-weight: bolder;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #A31A1A;
color: #fff;
}


.content a { color: #FC0; text-decoration: none; }
.content a:hover { color: #000; }


/* EXPO */
.expo {
	background: #000 url(images/banner_expobg.jpg) top left no-repeat; height: 250px;
	text-align: right;
	padding: 10px;
}

.expo h1 {
	font-size: 20px;
	color: #FC0;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.expo h2 {
	font-size: 14px;
	color: #FFF;
	/*font-weight: normal;*/
	margin: 15px 0 0 0;
	padding: 0;
}