body {
	font-family:  verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-top : 0px;
	margin-left : 0;
	background-image:url(/images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	background-color: #0000F6;
	margin: 0;
	padding: 0;
}

td, th, a, a.main, a.main1, a.inline, .blog, h1, h2, h4  {
	font-family:  verdana, arial, sans-serif;
}
td {
	color: #000000;
	font-weight: normal;
	padding: 2px;
}
table, tr, td, th {
	border-collapse: collapse;
}
th {
	font-size: 10px;
	color:#953F28;
	text-align: center;
	padding: 2px;
}



a:link, a:visited {
	color:  #48ABD4;
	
}

a:hover {
	color: #000066;
	text-decoration:underline;
}
.blog {

	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
a.blog:link {
	color:  #FFF;
	text-decoration:underline;
	font-size: 12px;
}
a.blog:visited {
	color: #CFF;
	font-size: 12px;
	text-decoration:underline;
}
a.blog:hover {
	color: #000066;
	font-size: 12px;
	text-decoration:underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #071758;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0000f6;
}
h4 {    
	font-size: 14px;
	font-weight: bold;
	color: #0000f6;
	margin-bottom:8px;
}
.BSCText {
	color: #0000f6;
	font-weight: bold;
}
.img-right {
	float: right;
	padding-left: 15px;
	padding-right: 0px;
}
#wrap {
	background-image: url(/images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.clear {
	clear: both;
}

#main {
	width: 960px;
	float: left;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#sidebar {
	background-image: url(/images/bg-sidebar-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 314px;
	float: left;
	color: #FFF;
	padding-top: 180px;
}
.sidebar-book {
	float: left;
	width: 133px;
	text-align: center;
	padding-left: 17px;
	height: 150px;
}
.sidebar-blog {
	float: left;
	width: 150px;
	text-align: center;
}
.published .sidebar-blog img , .published .sidebar-book img{
	display: none;
}

#navbar {
	clear: both;
	padding-top: 15px;
}
#sidebar #navbar ul li   {
	list-style: none;
	padding: 5px 70px 5px 0;
	text-align: right;
	background-image: url(/images/inactive.gif);
	background-repeat: no-repeat;
	background-position: 230px center;
}
#sidebar #navbar ul li:hover {
	background-image: url(/images/active.gif);
}
#sidebar a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;

}
.home #wrap #main #sidebar #navbar ul .home,
.sap #wrap #main #sidebar #navbar ul .sap,
.supply #wrap #main #sidebar #navbar ul .supply,
.import #wrap #main #sidebar #navbar ul .import,
.china #wrap #main #sidebar #navbar ul .china,
.law #wrap #main #sidebar #navbar ul .law,
.published #wrap #main #sidebar #navbar ul .published,
.about #wrap #main #sidebar #navbar ul .about,
.contact #wrap #main #sidebar #navbar ul .contact,
.press #wrap #main #sidebar #navbar ul .press{
	background-image: url(/images/active.gif);
}


.home  #main #sidebar #navbar ul .home a,
.sap  #wrap #main #sidebar #navbar ul  .sap a,
.supply  #wrap #main #sidebar #navbar ul  .supply a,
.import  #wrap #main #sidebar #navbar ul  .import a,
.china  #wrap #main #sidebar #navbar ul  .china a,
.law  #wrap #main #sidebar #navbar ul .law a,
.published  #wrap #main #sidebar #navbar ul .published a,
.about  #main #sidebar #navbar ul .about a,
.contact  #wrap #main #sidebar #navbar ul  .contact a,
.press  #wrap #main #sidebar #navbar ul  .press a{
	color: #C0B053
}
#sidebar a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
#sidebar a:hover {
	color: #48ABD4;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
}
#sidebar a:active {
	color: #48ABD4;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
}




#content {
	background-image: url(/images/bg-content-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 586px;
	padding: 30px;
	line-height: 1.5em;
	text-align: left;
}
.more {
	font-size: 10px;
}



#footer {
	clear: both;
	background-image: url(/images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	float: left;
	width: 960px;
}
.header-img {
	padding-bottom: 15px;
	width: 586px;
	border: none;
}
.legal-case tr td{

}
table.legal-case {
	font-size: 10px;
	line-height: normal;
	width: 100%;
}

.highlight {
	color: #C00;
	background-color: #FF0;
}
/* ROUNDED TABLES 
--------------------------------------------------------------------------------------- */

.rounded-table {
	font-size: 12px;
	border-collapse:separate;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	margin:25px auto 25px auto; 
	behavior: url(/includes/css/PIE.htc);     
}
.rounded-table tr, .rounded-table td, .rounded-table th{
vertical-align: top;
}
.rounded-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	-pie-background: #fbf8e9; 
	behavior: url(/includes/css/PIE.htc);   
}    
    
.rounded-table td, .rounded-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;
	vertical-align: top;
}

.rounded-table th {
	background-color: #E5E5E5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -moz-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -ms-linear-gradient(top, #ccc, #E5E5E5);
	background-image:  -o-linear-gradient(top, #ccc, #E5E5E5);
	background-image: linear-gradient(top, #ccc, #E5E5E5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	-pie-background: #e5e5e5; 
	behavior: url(/includes/css/PIE.htc);  
}

.rounded-table tr:nth-child(even) {background-color: #EBEBEB}
.rounded-table tr:nth-child(odd) {background-color: #FFF}
.rounded-table tr:hover      {
	background-color: #E8E8FF;
	color: #000;
}
.rounded-table tr:hover {
	color: #000;
	background-color: #CCC;
}
.rounded-table td:first-child, .rounded-table th:first-child {
    border-left: none;
}

.rounded-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.rounded-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.rounded-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.rounded-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.rounded-table td p {
	padding: 0;
	margin: 0;
	line-height:16px;
}

.rounded-table th , .rounded-table tr, .rounded-table td{
	font-size: 11px;
	border: solid #999 1px;
	border-collapse: collapse;
	
	color: #333;

}
.rounded-table td {
	color: #333;
}
.rounded-table caption{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table .rounded-table {
	margin-bottom: 10px;
	width: 580px;
}
.rounded-table tfoot tr td , .rounded-table tfoot tr th{
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #F5F4F9;
}

