@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #333333 url(../images/bodybackground.gif) repeat-x left top;
	text-align: center;
	}
.Debug {
	clear: both;
	}
	
/*Wrapper*/
.Wrapper {
	margin: 0 auto;
	width: 970px;
	}
a.BtnMore {
		padding: 5px;
		position: relative;
		width: 60px;
		height: 16px;
		display: block;
		background: none;
		}
a.BtnMore img {
		position:absolute;
		top:10px;
		left:0;
		border: 0;
		}
/*Header*/
.Header {}
.Logo {
	height: 86px;
	}
.Logo a {
	margin: 0 0 0 30px;
	background: url(../images/logo.gif) no-repeat left center;
	display: block;
	height: 86px;
	}
/*Navi*/
.Navi {
	padding: 5px 5px 0 5px;
	background: #333333 url(../images/navibg.jpg) no-repeat left top;
	}
.NaviBar {
	display: block;
	background:url(../images/navibar.jpg) repeat-x left top;
	width: 960px;
	height: 37px;
	text-align: left;
	}
.NaviBar li {
	float: right;
	list-style: none;
	position: absolute;
	}
.NaviBar li a {
	padding: 10px 0;
	text-decoration: none;
	font-size: 12px;
	display: block;
	position: relative;
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	-khtml-opacity: 0;
	opacity: 0;
	}
.NaviHome {
	background: url(../images/navi_home.gif) no-repeat left top;
	width: 64px;
	height: 36px;
	z-index: 6;
	}
.NaviPortfoios {
	margin: 0 0 0 44px; 
	background: url(../images/navi_portfolios.gif) no-repeat left top;
	width: 155px;
	height: 36px;
	z-index: 5;
	}
.NaviProfessionals {
	margin: 0 0 0 179px; 
	background: url(../images/navi_professionals.gif) no-repeat left top;
	width: 165px;
	height: 36px;
	z-index: 5;
	}
.NaviKnowledge {
	margin: 0 0 0 324px; 
	background: url(../images/navi_knowledge.gif) no-repeat left top;
	width: 165px;
	height: 36px;
	z-index: 5;
	}
.NaviAbout {
	margin: 0 0 0 469px; 
	background: url(../images/navi_about.gif) no-repeat left top;
	width: 155px;
	height: 36px;
	z-index: 5;
	}
.NaviContact {
	margin: 0 0 0 604px; 
	background: url(../images/navi_contact.gif) no-repeat left top;
	width: 155px;
	height: 36px;
	z-index: 5;
	}
.NaviHome a {
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	width: 64px;
	}
.NaviPortfoios a,
.NaviProfessionals a,
.NaviKnowledge a {
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	width: 165px;
	}
.NaviAbout a,
.NaviContact a {
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	width: 155px;
	}
/*Container*/
.Container {
	padding: 0 5px;
	background: #333333 url(../images/subcontainer.jpg) center top;
	text-align: left;
	}	
/*Search*/
.SearchBar {
	background: #000000;
	height: 25px;
	text-align: right;
	border: 0;
	}
.Search {
	background: #252525;
	width: 180px;
	height: 25px;
	display: block;
	float: right;
	}
.SearchInput {
	padding: 3px 4px 0 4px;
	background: #252525;
	width: 145px;
	height: 20px;
	border: 0;
	color:#999999;
	font-family: Verdana;
	font-size: 11px;
	float: left;
	}
.SearchBtn {
	background: #252525 url(../images/icon_search.jpg) no-repeat center center;
	width: 25px;
	height: 25px;
	border: 0;
	float: left;
	cursor: pointer;
	}
	/*Main*/
	.ColLeft {
		padding: 0 0 60px 0;
		width: 780px;
		float: left;
		}
	.ColRight {
		padding: 0 0 20px 0;
		width: 180px;
		float: left;
		}
/*Footer*/
.Footer {
	padding: 5px;
	background: #333333 url(../images/footer.jpg) no-repeat center top;
	text-align: left;
	height: 20px;
	}
.Footer span {
	font-size: 12px;
	}
.Footer a {
	color: #999999;
	text-decoration: none;
	}
.Footer a:hover {
	color: #cccccc;
	text-decoration: underline;
	}
.FooterInfo, .FooterLink {
	font-family: Tahoma;
	color:#999999;
	}
.FooterInfo {
	width: 780px;
	font-size: 12px;
	float: left;
	}
.FooterLink {
	width: 180px;
	font-size: 12px;
	text-align: center;
	float: left;
	}
	
/*Menu Slide*/
#Menu {
	}
.MenuTitle {
	padding: 0 0 0 40px;
	line-height: 36px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	}
.MenuTitle a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
.MenuContent {
	padding: 0 0 0 20px;
	}

/*Right colume Box*/
.RecommendBox {}	
.RecommendImgBox {
	margin: 5px auto;
	background: url(../images/portfolio_bg.gif) no-repeat center center;
	width: 130px;
	height: 100px;
	text-align: center;
	position: relative;
	}
.RecommendImgBox img {
	padding: 5px;
	width: 120px;
	height: 90px;
	display: block;
	border: 0;
	}
.RecommendInfoBox {
	padding: 5px 5px 0px 5px;
	}
.RecommendInfoBox h4 {
	margin: 0 0 5px 0;
	font-size: 12px;
	}
.RecommendInfoBox h4 a {
	padding: 0 0 0 10px;
	color: #000000;
	text-decoration: none;
	}
.RecommendInfoBox h4 a:hover {
	color: #0099FF;
	text-decoration: none;
	}
.RecommendInfoBox p {
	padding: 5px 10px 0 10px;
	background: url(../images/line_dash.gif) repeat-x left top;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	letter-spacing: 2px;
	line-height: 1.3em;
	}
/*Right colume News Box*/
.ColNewsBox {
	padding: 0 10px;
	}
.sideboxLink {
	padding: 4px 0;
	background: url(../images/line_dash.gif) repeat-x left bottom;
	}
.sideboxLink small {
	padding: 0 5px 5px 15px;
	background: url(../images/dot_1.gif) no-repeat left center;
	color: #999999;
	}
.sideboxLink a {
	padding: 0 0 0 15px;
	background: url(../images/dot_1.gif) no-repeat left center;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	/* font-size: 11px; */
	line-height: 1.5em;
	display: block;
	}
	
/*Content*/
.ContentText p, .ContentText td, .ContentText li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 2em;
	}

/*Path Detail*/
.Path {
	margin: 5px 30px;
	}
.Path span {
	padding: 5px 3px 5px 18px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
	font-size: 12px;
	}
.Path span a {
	color: #333333;
	text-decoration: underline;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.PathCurrent a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	}
/*Page Style*/
	.PageTop {
		padding: 0;
		border-bottom: 1px solid #D6D6D6;
		position: relative;
		width: 780px;
		}
	.PageBottom {
		padding: 0;
		border-top: 1px solid #D6D6D6;
		position: relative;
		width: 780px;
		}
	.PageTop .PageSort {
		bottom: 5px;
		}
	.PageBottom .PageSort {
		top: 0px;
		_top: 5px;
		}

/*google search page*/
.GoogleSearh {
	padding: 30px 40px 0 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.GoogleSearh p {
	font-size: 13px;
	color: #333333;
	}
#prs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#prs b {
	color: #000000;
	}
.med {
	padding: 0 40px;
	}
.GoogleSearh  p, .med p {
	font-size: 13px;
	color: #333333;
	}
.GoogleSearh  b, .med b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	}
.med ul {
	padding: 10px 0 0 0;
	list-style: none;
	}
.med ul li {
	padding: 0 0 0 20px;
	background: url(../images/s_list_dot.gif) left center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 2em;
	}
.med ol {
	padding: 10px 0 0 20px;
	}
.med ol li {
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.5em;
	color:#333333;
	}
.med em {
	padding: 0 5px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	}
.med cite {
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.s {
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.l {
	color: #003399;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.l:hover {
	color:#FF0000;
	text-decoration: underline;
	}
.gl a {
	color:#666699;
	}
.gl a:hover {
	color: #6666FF;
	}
a.rsl {
	color: #003399;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.std {
	width: 5em;
	color:#666666;
	font-size: 12px;
	}
.ts {
	border-collapse:collapse;
	}
.ts td {
	padding:0;
	}
.cur {
	color:#a90a08;
	font-weight:bold;
	}
.b {
	font-weight:bold;
	}
.csb {
	background:url(http://www.google.com/images/nav_logo4.png) no-repeat;
	height:26px;
	display:block;
	}
.ch {
	cursor:pointer;
	}
.hd {
	padding: 2em 0 0 0;
	font-size: 13px;
	}
	
#nav a,#nav a:visited{color:#000;}
#nav a{display:block;font-size: 12px; text-decoration: none;}
#nav .b a,#nav .b a:visited{color:#00c}
#nav .i{color:#a90a08;font-weight:bold}
#nav td{padding:0;text-align:center;font-family: Verdana, Arial, Helvetica, sans-serif;}
#nav a img {
	border-bottom: 1px solid #FFFFFF;
	}
#ofr {
	padding: 0 0 10px 0;
	line-height: 1.5em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.Slogan {
        float: right;
        font-size: 12px;
	font-weight: normal;
        color: #696969;
        text-decoration: none;
        height: auto;
        width: auto;
        text-align: left;
        align: bottom;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-right: 20px;
}
.Slogan strong {
	font-weight: normal;
}

/*
.ContentDetail,
.ContentDetail p,
.ContentDetail a,
.ContentDetail ul,
.ContentDetail ol,
.ContentDetail li {
	color: rgb(102, 102, 102);
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
*/

.ContentSummary, .ContentSummary li {
	color: rgb(102, 102, 102);
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
        margin: 0px;
	padding: 0px;
}

.W3C,
.W3C p,
.W3C p a,
.W3C p a img {
	color: rgb(51, 51, 51);
	border: 0;
	float: left;
}
