
body{
	background:#333;
	margin:40px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
	/*height:512px;*/
	width:875px;
	/*background:#ccc;*/
	text-align:left;
}

#head{
}
#top1menu{
	border-bottom:1px solid #e68a00;	
}
#top1menu ul{
	margin:0 0 5px 0;
	padding:0px;
	background:url('../images/logo.gif') top right no-repeat;
}

#top1menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	padding-right:10px;
}
#top1menu ul li a{
font-size:14px;
color:#6F6F6F;
text-decoration:none;
text-transform:uppercase;
}
#top1menu ul li a:hover, #top1menu ul li a.selected{
color:#fff;
}
#top2menu ul{
	margin:0 0 3px 0;
	padding:0px;
}

#top2menu ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	padding-right:4px;
}
#top2menu ul li a{
	font-size:12px;
	color:#6F6F6F;
	text-decoration:none;
}
#top2menu ul li a:hover, #top2menu ul li a.selected{
	color:#e68a00 !important;
}

.hidden{
	visibility:hidden;
}

#content{
	height:440px;
	background:#111;
}
#contentCategory{
	height:440px;
	background:#111 url('../images/bg_category.gif');
	overflow:hidden;
}
#contentAbout{
	height:440px;
	background:#111 url('../images/bg_about.gif');
	overflow:hidden;
}
#cLeft{
	width:160px;
	float:left;
	/*background:red;*/
}
#cLeft ul{
	margin:8px;
	padding:0px;
}

#cLeft ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-bottom:4px;
}
#cLeft ul li a{
	font-size:11px;
	color:#676767;
	text-decoration:none;
}
#cLeft ul li a:hover, #top2menu ul li a.selected{
	color:#ccc;
}
#cLeft ul li.selected a{
	color:#eee;
}
#cLeft p strong{
font-size:13px;
font-weight:bold;
color:#ccc;
}

#cCenter{
	width:210px;
	float:left;
/*	background:blue;*/
}
#cDesc{
	height:340px;
	overflow:hidden;
/*	background:#ccc;*/
}
#cDesc p, #cLeft p{
	padding:8px 10px 6px 10px;
	margin:0px;
	font-size:11px;
	color:#888;
}
#cDesc table{
	width:190px;
	margin:6px 0 6px 10px;
	font-size:11px;
	color:#888;
}
.tdRight{
	text-align:right;
}

#cNum{
	padding:1px 0px 0px 110px;
}

#cNum a img, #cNum span img{
border:none;
margin-right:8px;
margin-bottom:8px;
width:20px;
}
#cNum a img{
background:#232323;
border:1px solid #888;
}
#cNum a:hover img{
background:#444;
}
#cNum a img.selected{
background:#111;
}


#cRight{
	width:505px;
	float:left;
	background:orange;
	overflow:hidden;
}
#cRight img{
margin:0px; 
padding:0px;
}
ul#leftMenu1{
	margin:0px 8px;
	padding:0px;
}
ul#leftMenu1 li{
	margin:0px;
	list-style:none;
	padding:0px;
}
ul#leftMenu1 li a{
	color:#555;
	padding:0px;
}

.cAbout{
	width:237px;
	height:440px;
	float:left;
}
.cAbout p{
	padding:8px 10px 26px 50px;
	margin:0px;
	font-size:11px;
	color:#888;
}
.cAbout p a, .cAbout p a:visited{
color:#fff;
text-decoration: none;
}
.cAbout p a:hover{
color:#000;
}
#foot{
	text-align:right;
	padding:2px 0px;
	color:#ccc;
	font-size:10px;
}


/*common styles*/

.justified{
text-align:justify;
/*color:#888 !important;*/
}