/*
// +---------------------------------------------------------------------------+
// | This file is part of the Openology FrameWork                              |
// | Copyright (c) 2004-2005 Openology.org Team                                |
// |                                                                           |
// | For the full copyright and license information, please view the COPYRIGHT |
// | file that was distributed with this source code. If the COPYRIGHT file is |
// | missing, please visit Openology homepage: http://www.openology.org/       |
// +---------------------------------------------------------------------------+
// 
// $Id:
//
// Standardised Style Setup
*/


@import url(basic.css); /* basic elements */
@import url(form.css);  /* form presentation css */
	
/*@import "master.css";*/

html {
	min-width: 770px;
}

body {
	text-align: center;	
	/*background: #fff url(../img/sinodotbg.png) repeat;*/
	color: #333;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: small;
    behavior: url(web/js/csshover.htc);
}

#wrap {
	width: 770px;
	text-align: left;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	/*border: 1px solid #e72c5d;*/
}
	
#innerwrap {
	width: 740px;
	margin: 0 15px;
	padding: 8px 0;
}

/********** header ***********/	

#header {
	width: 100%;
	height: 65px;
}
	
#SinoDotLogo {
	float: left;
	margin-left: 15px;
}

/********** main menu ***********/	

#mainNavOuter {
	width: 100%;
	background-image: url(../img/corner_mainnav_bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e72c5d;
}
	
#mainNav {
	width: 100%;
	font-weight: bold;
}
        
#mainNavInner {
	width: 100%;
	height: 45px;
	background-image: url(../img/corner_mainnav_top.png);
	background-position: top right;
	background-repeat: no-repeat;
}
	
#mainNav ul {
	list-style-type: none;
	background-image: url(../img/corner_mainnav_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	
#mainNav ul li {
	background: #d81447;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
	
#mainNav li#firstOn {
	background-color: #b50b37;
	height: 45px;
}	
#mainNav ul li a#firstLinkOn {
	background-image: url(../img/corner_mainnav_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#mainNav ul li a#firstLinkOff {
	background-image: url(../img/corner_mainnav_tl_hi.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}	
#mainNav li a#firstLinkOn {
	background-image: url(../img/corner_mainnav_tl.png);
}
#mainNav ul li#firstOn {
	background-image: url(../img/corner_mainnav_bl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mainNav ul li#firstOff {
	background-image: url(../img/corner_mainnav_bl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}	
body#mainone #mainNav li#firstOn {
	background-image: url(../img/corner_mainnav_bl_hi.png);
}
	
#mainNav ul li#midOn {
    background-color: #b50b37;
}
	
#mainNav ul li#lastOn {
    background-color: #b50b37;
}

#mainNav ul li#lastOn {
	background-image: url(../img/corner_mainnav_br1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#mainNav ul li a#lastLinkOn {
	background-image: url(../img/corner_mainnav_tr1.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainNav ul li a#lastLinkOff {
	background-image: url(../img/corner_mainnav_tr.png);
	background-position: top right;
	background-repeat: no-repeat;
}
	
body#mainend #mainNav li a#lastLinkOff {
	background-image: url(../img/corner_mainnav_tr_hi.png);
}
	
#mainNav ul li#lastOff {
	background-image: url(../img/corner_mainnav_br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
	
body#mainend #mainNav li#lastOff {
	background-image: url(../img/corner_mainnav_br_hi.png);
}
	
#mainNav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding:15px 20px 3px 10px;
	font-size: 1em;
	height: 27px;
}

#mainNav ul li a u {
	text-decoration: none;    
}

#mainNav ul li a:hover u {
	text-decoration: underline;    
}

/********** language menu ***********/	

#lang {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}
	
/* Hack Targets IE Win only \*/
* html #lang {margin: 0 7px 0 0;} /* have no clue WHY this works */
/* End Hack */
	
#lang ul {
	margin: 0; 
	padding: 0;
}
		
#lang ul li {
	position: relative; 
	list-style: none; 
	margin: 0; 
	background-color: #e72c5d;
	z-index:9;
}

#lang ul li.language:hover { 
    z-index:10; 
}
	
#lang ul li a {
	display: block; 
  	text-decoration: none;
}
  	
#lang ul li a.langTop {
	width: 70px;
	height: 27px;
}
	
#lang ul ul {
	position: absolute; 
	top: 35px;
	left:20px;
	display: none;
	width: 90px;
	background: url(../img/corner_wwDrop_top.gif) top left no-repeat;
	padding-top: 10px;
}

#lang ul li:hover ul {
	display: block;
}
	
#lang ul ul li a {
	width: 60px;
	padding: 5px 15px 5px 5px;
	font-weight: normal;
	text-align: right;
	height: auto; /* recovers from height of "ul li a" above */
	background-color: #999;
}
	
#lang ul ul li.langLast {
	background: url(../img/corner_wwDrop_bottom.gif) bottom right no-repeat;
	padding-bottom: 10px;
}
    	
/********** sec menu ***********/	

#secNavOuter {
	width: 100%;
	background-image: url(../img/corner_secnav_bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #e6e6e6;
}
	
#secNav {
	width: 100%;
	font-size: small;
}
	
#secNavOuter:after {
    content: "."; 
    display: block; 
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    clear: both; 
    visibility: hidden;
}
    
#secNavInner {
	width: 100%;
	height: 7px;
	background-image: url(../img/corner_secnav_top.png);
	background-position: top right;
	background-repeat: no-repeat;
}
	
#secNav ul {
	list-style-type: none;
	background-image: url(../img/corner_secnav_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	
#secNav ul li {
	background: #999;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
	
ul#secF li#secFirst,
ul#secM li#secMid,
ul#secL li#secLast {
	background-color: #565656;
}
	
#secNav ul li a#secFirstLink {
	background-image: url(../img/corner_secnav_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
	
#secNav ul#secF li a#secFirstLink {
	background-image: url(../img/corner_secnav_tl_hi.png);
}
	
#secNav ul li#secFirst {
	background-image: url(../img/corner_secnav_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
	
#secNav ul#secF li#secFirst {
	background-image: url(../img/corner_secnav_bl_hi.png);
}
	
#secNav ul li a#secLastLink {
	background-image: url(../img/corner_secnav_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}
	

#secNav ul#secL li a#secLastLink {
	background-image: url(../img/corner_secnav_tr_hi.png);
}
	
#secNav ul li#secLast {
	background-image: url(../img/corner_secnav_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
	

#secNav ul#secL li#secLast {
	background-image: url(../img/corner_secnav_br_hi.png);
}
	
#secNav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px 5px 10px;
	font-size:12px;
}
	
#mainNav ul li a:hover, #lang ul ul li a:hover, #secNav ul li a:hover {
	color: #000;
}

/********** basic html ***********/	
p {
	line-height: 1.25em;
	margin-bottom: 8px;
}

h1+p, h2+p, h3+p, h4+p {
	margin-top: .25em;
}	

strong {
    font-weight: bold;
}
/********** page ***********/	

/********** page structure ***********/
#pageIMG  {
    clear: both;
	margin-top: 15px;
	text-align: center;
}

#content {
    margin: 0 10px;
    padding: 0;
}

#content #content1col {
    width: 100%;
}

#content1col #main1colLeft {
    width: 74%;
    float: left;
    margin: 2px;
}

#content1col #side1colRight {
    width: 24%;
    float: right;
    margin: 2px;
    text-align:center;
}

#content1col #main1colRight {
    width: 74%;
    float: right;
    margin: 2px;
}

#content1col #side1colLeft {
    width: 24%;
    float: left;
    margin: 2px;
    text-align:center;
}

#content #content2col {
    width: 100%;
}

#content #main2colLeft {
    width: 52%;
    float: left;
    margin: 3px;
}

#content #main2colRight {
    width: 46%;
    float: right;
    margin: 3px;
}

/********** page main 1col ***********/

#content h1 {
    border-bottom: 1px solid #aaa;
    color: #c00;
    padding: 5px 15px 5px 5px;
    margin: 5px 0;
    font-size: 200%;
}

#content h1 img {
    margin-right: 15px;
    vertical-align: middle;
}

.halfColLeft {
    float: left;
}

.halfColRight {
    float: right;
}

.halfColRight, .halfColLeft {
    width: 49%;
    padding-top: 0pt;
}

#content h2.section {
    padding: 2px 15px;
    margin: 5px 0;
    background-color: #ccc6ac;
    color: #c00;
}

#content h3 {
}

#content p, #content ul {
    padding: 0 10px;
    margin-bottom: 1.1em;
}

#content li {
    margin: 0 10px 1.1em 10px; 
    list-style: circle inside;
}

/********** page main 2col ***********/


/********** content ***********/	
#intro {
    font-size: 120%;
    font-weight: bold;
    color: #009;
    margin-bottom: 15px;
}

#content strong {
    color: #300;
}

#content u {
    text-decoration: none;
    background-color: #fde;
}

/********** footer ***********/	

p#footer {
	padding-top: 40px;
	margin-left: 15px;
	line-height: 1.5em;
	color: #999;
	font-size: xx-small;
	clear: both;
}
	
p#footer a {
	text-decoration: none;
}
	
#footer-resource {
	color: #aaa;
}

p#footer-resource a {
	color: #aaa;
}

#footer-info {
	color: #aaa;
}

#comments {
    margin: 0 15px;
}
.pp{
margin-left:24px;
}
.pp2{
margin-left:42px;
}
.pp3{
margin-left:25px;
}
.pp4{
margin-left:60px;
}

.contentHomeMainBox {
 	background: url(../img/corner_homelinebox_top.png) top right no-repeat;
 	padding-top: 7px;
}
	
.contentHomeMainBoxInner {
 	background: url(../img/corner_homelinebox_bottom.png) bottom left no-repeat;
 }
 	
.contentHomeMainBoxBody {
 	padding: 10px 8px 5px 8px;
 	border-left: 1px solid #b4b4b4;
 	border-right: 1px solid #b4b4b4;
 }
 	
.contentHomeMainBox {
 	width: 100%;
 	margin-bottom: 8px;
}
	
.contentHomeMainBoxInner  {
 	padding-bottom: 7px;
}
#contentHomeMain {
	width: 360px;
	float: left;
}
#contentRightMain {
	width: 340px;
	float: right;
}

.contentHomeMainBoxBody h2 {
    margin-bottom: 15px;
    color: #b50b37;
}

#main2colRight p {
    margin: 0;
    padding: 3px;
}
#imgready {
display:none;
}

.jishuf {
padding:0;
margin-top:10px;
}

.jishu ul {
text-decoration:none;
padding:0;
display:none;
list-style:none;
text-align:left;
background-color:#e6e6e6;
}
table {
	border-collapse:collapse;
	height:100%;
}
.aa {
    width:160px;
    background:#b7b7b7;
	color:#fff;
	border-bottom:1px solid #fff;
	display:block;
	font:12px/30px Tahoma, sans-serif;
	text-decoration:none;
	}
.aa:hover {
    width:160px;
	display:block;
	display:table;
	background:#b7b7b7;
	}
.aa:hover ul {
	display:block;
	width:160px;
	height:100%;
	margin:0
	}
.jishu:hover ul {
	display:block;
	width:160px;
	*width:140px;
	height:100%;
	margin:0
	}	
.jishu:hover ul {
	display:table;
	}
.jishu ul li {
    text-decoration:none;
	width:100%;
	font-size:12px;
	line-height:20px;	
	}
.PortfolioImg{
margin:10px 0 10px 10px;
}
