@charset "utf-8";
/* CSS Document */


/* GLOBAL: BODY
---------------------------------------------------------- */
body{
	font-size: 9pt; 
	margin: 0px; 
	padding: 0px; 
	background: #e1e1e1; 
  	background-position: top; 
	background-repeat: repeat-x;
}
table{
	font-size: 9pt; 
	font-family: arial, tahoma, verdana; 
	border: 0; 
	color: #000000; 
  	border-collapse: collapse;
}


/* GLOBAL: DEFAULT LINK STYLE
-------------------------------------------------------------------------------------- */
a {text-decoration: underline; color: #1f4885;}
a:hover {text-decoration: none; color: #aa0000;}
a img {border: none;}


/* SPLASH PAGE
-------------------------------------------------------------------------------------- */
.cssSplashWrapper{
	margin: 15px 15px 10px 15px;
}
.cssSplashWrapper .cssTopSec{
	position: relative; 
	float: left;
}
.cssSplashWrapper .cssTopSec .cssLeft{
	position: relative; 
	float: left; 
	width: 620px; 
	height: 250px; 
}
.cssSplashWrapper .cssTopSec .cssLeft h1{
	font-size: 30px;
	margin: 0px;	
}
.cssSplashWrapper .cssTopSec .cssLeft h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;	
	margin-bottom: 10px;	
}
.cssSplashWrapper .cssTopSec .cssRight{
	position: relative; 
	float: left; 
	width: 230px;
}
.cssSplashWrapper .cssBotSec{
	position: relative; 
	float: left; 
	margin-top: 10px;
}


/* OVERVIEW PAGE
-------------------------------------------------------------------------------------- */
.cssOverviewWrapper{
	margin: 15px 15px 10px 15px;
}
.cssOverviewWrapper .cssTopSec{
	position: relative; 
	float: left; 
	width: 870px; 
	height: 250px; 
}
.cssOverviewWrapper .cssBotSec{
	position: relative; 
	float: left; 
	margin-top: 10px;
}


/* HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderWrapper{
	/*border: 1px #F00 dotted;*/
	z-index: 9;
	position: relative;
	width: 900px; 
	background: #fff;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 25px;
}
.cssHeaderBody{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	padding-top: 10px;
	width: 900px; 
	background: #fff;
}
.cssHeaderCorner{
	/*border: 1px #F00 dotted;*/
	/*background: #CCC;*/
	z-index: 7;
	left: 0px;
	top: 0px; 
	position: absolute;
	width: 900px;
	height: 10px;
}
.cssHeaderCorner .cssCorLeft{
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url(cor-top-left.gif);
}
.cssHeaderCorner .cssCorRight{
	float: right;
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url(cor-top-right.gif);
}
.cssHeaderLogo{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	width: 600px;
	height: 70px;
	background-image: url(logo-global.jpg);
}
.cssHeaderStatus{
	/*border: 1px #F00 dotted;*/
	position: relative;
	float: right;
	z-index: 6;
	top: -10px; 
	right: 15px;
	width: 200px;
	padding: 5px;
	background: #2d6dad;
}
.cssHeaderStatus .cssTblStatus{
	/*border: 1px #F00 dotted;*/
	color: #fff;
	font-size: 11px;
	font-family: tahoma;
}
.cssHeaderDate{
	/*border: 1px #F00 dotted;*/
	float: right;
	margin-right: 15px;
	margin-top: 50px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	color: #1f4885;
}
.cssHeaderMenu{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	width: 900px; 
	background: #fff;
}


/* SECTION
-------------------------------------------------------------------------------------- */
.cssSecWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
	background-color: #fff;
}
.cssSecBody{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	padding: 15px 15px 5px 15px;
	background: #fff;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentWrapper{
	/*border: 1px #F00 dotted;*/
	width: 900px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #fff;
}
.cssContentWrapper .cssLeftCol{
	/*border: 1px #F00 dotted;*/
	width: 220px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;	
}
.cssContentWrapper .cssRightCol{
	/*border: 1px #F00 dotted;*/
	width: 660px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;	
}


/* EXTRAS
-------------------------------------------------------------------------------------- */
.cssExtrasWrapper{
	/*border: 1px #F00 dotted;*/
	width: 220px;
	position: relative;
	padding-left: 15px;
	height: auto;
}
.cssExtrasBlock{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 220px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
}
.cssExtrasBlock .cssTitle{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 220px;
	position: relative;
	font-size: 17px; 
	color: #000; 
	font-family: arial; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cssExtrasBlock .cssContent{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 220px;
	position: relative;
	font-size: 12px; 
}
.cssExtrasSpacer{
	/*border: 1px #F00 dotted;*/
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentBody{
	/*background: #a0e5a3;*/
	float: left;
	position: relative;
	width: 635px;
	padding-left: 15px;
	padding-right: 15px;
}
.cssContentBlock{
	/*background: #a0e5a3;*/
	float: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.cssContentBlock .cssContentTitle{
	/*background: #CCC;*/
	float: left;
	width: 100%;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #e1e1e1;
}
.cssContentBlock .cssContentTitle h1{
	/*background: #CCC;*/
	float: left;
	position: relative;
	width: 100%;
	font-family: arial;
	font-size: 17px; 
	font-weight: bold;
	color: #000;
	padding-left: 5px;
	margin: 0;
}
.cssContentBlock .cssContentDesp{
	float: left;
	position: relative;
	width: 100%;
	font-size: 12px; 
	margin-top: 5px;
}
.cssContentBlock .cssCbMore a{
	float: left;
	width: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cssContentSpacer{
	/*border: 1px #F00 dotted;*/
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
}


/* LISTING CONTENT
-------------------------------------------------------------------------------------- */
.cssListingBody{
	float: left;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.cssListingCatTitle{
	/*background: #CCC;*/
	float: left;
	position: relative;
	width: 490px; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 14pt; 
	color: #234f72; 
	margin-bottom: 10px;
}
.cssListingNav{
	float: left;
	position: relative;
	width: 620px;
	color: #000000; 
	font-family: arial; 
	padding: 5px;
	background: #e2e2e2;
}
.cssListingBlock{
	float: left;
	position: relative;
	width: 630px;
	color: #000000; 
	font-family: arial; 
	padding-top: 5px;
	padding-bottom: 5px;
}


/* MAIN MENU
-------------------------------------------------------------------------------------- */
.cssMainMenu{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 195px;
	position: relative;
	font-family: arial;
	font-size: 12px;	
}
.cssMainMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.cssMainMenu li {
	float: left
	width: 100%;
	margin-bottom: 5px;
}
.cssMainMenu li a{
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 8px;
	display: block;
	color: #344e89;
	text-decoration: none;
	text-align: left;
	border-left: #1f4885 5px solid;
	background: #efefef;
}
.cssMainMenu li a:hover{
	text-decoration: none;
	color: #aa0000;
	border-left: #aa0000 5px solid;
	background: #ebf0f3;	
}


/* GALLERY
-------------------------------------------------------------------------------------- */
.cssGalleryBlock{
	position: relative;
	font-family: arial; 
}
.cssGalleryBlock .cssGalleryPhoto{
	float: left;
	width: 190px;
	position: relative;
	font-size: 12px; 
	margin-top: 15px;
	/*margin-bottom: 10px;*/
}
.cssGalleryPhotoClip{
	float: left;
	position: relative;
	width: 190px;
	height: 100px;
}
.cssGalleryPhotoClip .cssClip{
	position: absolute;
	clip:rect(0px 190px 100px 0px);
}


/* NEWS
-------------------------------------------------------------------------------------- */
.cssNewsBlock{
	/*border: 1px #F00 dotted;*/
	background: #CCC;
	position: relative;
	font-family: arial; 
}
.cssNewsBlock .cssNewsDate{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 100%;
	position: relative;
	font-size: 20px; 
	color: #000000; 
	margin-bottom: 10px;
}
.cssNewsBlock .cssNewsPhoto{
	float: left;
	width: 185px;
	position: relative;
	font-size: 12px; 
	margin-bottom: 8px;
	margin-top: 8px;
}
.cssNewsBlock .cssNewsPhotoPrev{
	float: left;
	width: 200px;
	position: relative;
	font-size: 12px; 
	margin-bottom: 8px;
	margin-top: 8px;
}
.cssNewsPhotoClip{
	float: left;
	position: relative;
	width: 190px;
	height: 100px;
}
.cssNewsPhotoClip .cssClip{
	position: absolute;
	clip:rect(0px 190px 100px 0px);
}
.cssNewsBlock .cssNewsTitle a{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 100%;
	position: relative;
	font-size: 13px; 
	color: #1f4885; 
	font-weight: bold;
	margin-bottom: 5px;
}
.cssNewsBlock .cssNewsIntro{
	/*border: 1px #F00 dotted;*/
	float: left;
	width: 100%;
	position: relative;
	font-size: 12px; 
	margin-bottom: 5px;
}
.cssNewsBlock .cssNewsMore a{
	float: left;
	width: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* PRODUCT
-------------------------------------------------------------------------------------- */
.cssProjectWrapper{
	float: left;
	width: 490px;
	position: relative;
}
.cssProjectBlock{
	width: auto;
	position: relative;
	font-family: arial; 
}
.cssProjectBlock .cssProjectPhoto{
	float: left;
	width: 303px;
	position: relative;
	color: #000000; 
	margin-top: 10px;
	margin-bottom: 7px;
	background: #CCC;
	border: 1px #ccc solid;
}
.cssProjectPhotoClip{
	float: left;
	position: relative;
	width: 303px;
	height: 160px;
}
.cssProjectPhotoClip .cssClip{
	position: absolute;
	clip:rect(0px 303px 160px 0px);
}
.cssProjectBlock .cssProjectTitle a{
	float: left;
	width: 303px;
	position: relative;
	font-size: 14px; 
	color: #234f72; 
	font-weight: bold;
	padding-bottom: 5px;
}
.cssProjectBlock .cssProjectIntro{
	float: left;
	width: 303px;
	position: relative;
	font-size: 12px; 
	padding-bottom: 5px;
}

/* FAQ
-------------------------------------------------------------------------------------- */
.cssFAQBlock{
	position: relative;
	font-family: arial; 
}
.cssFAQBlock .cssFAQDate{
	float: left;
	width: auto;
	position: relative;
	font-size: 20px; 
	color: #000000; 
	margin-bottom: 10px;
}
.cssFAQBlock .cssFAQTitle a{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px; 
	color: #1f4885; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}
.cssFAQBlock .cssFAQIntro{
	float: left;
	width: auto;
	position: relative;
	font-size: 12px; 
	border-bottom: 1px dashed #6f6f6f;
	padding-bottom: 15px;
}


/* CONTENT TABLE
---------------------------------------------------------- */
.cssTblBasic{
	float: left;
	position: relative;
	border: 1px #bcbcbc solid;
	width: 100%;
} 
.cssTblBasic td{
	padding: 4px 2px 4px 6px; 
	font-size: 9pt; 
	font-family: arial; 
	border: 1px #bcbcbc solid;
} 
.cssTblNoStyle{
	width: 100%;
	float: left;
	position: relative;
} 
.cssTblCareer{
	border: 1px dashed #bcbcbc;
	width: 100%;
} 
.cssTblCareer td{
	padding: 4px 2px 4px 6px; 
	font-size: 9pt; 
	font-family: arial; 
	border: 1px #bcbcbc dashed;
} 

/* FOOTER
-------------------------------------------------------------------------------------- */
.cssFooterWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFF;
	width: 900px;
}
.cssFooterBody{
	/*border: 1px #F00 dotted;*/
	float: left;
	position: relative;
	width: 870px; 
	padding: 10px 15px 5px 15px;
}
.cssFooterCopy{
	/*border: 1px #F00 dotted;*/
	margin-top: 5px;
	position: relative;
	font-family: arial;
	color: #222;
	Font-size: 9pt;
	float: left; 
	width: 870px; 
	/*border-top: #676767 1px dashed;*/
}
.cssFooterMenu {
	width: 855px; 
	position: relative;
	float: left;
	background: #2d6dad;
	padding: 8px;
}
.cssFooterMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -5px;
	float: left;
}
.cssFooterMenu li {
	float: left;
}
.cssFooterMenu li a{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-right: 0.1em solid #dcdce9;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: arial;
}
.cssFooterMenu li a:hover{
	text-decoration: underline;
}
.cssFooterLine{
	height: 30px; 
	float: left; 
	width: 900px; 
	position: relative; 
	background: #e1e1e1;
}
.cssFooterCorner{
	/*border: 1px #F00 dotted;*/
	/*background: #CCC;*/
	z-index: 7;
	float: left;
	position: relative;
	width: 900px;
	height: 10px;

}
.cssFooterCorner .cssCorLeft{
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url(cor-bottom-left.gif);
}
.cssFooterCorner .cssCorRight{
	float: right;
	position: relative;
	width: 10px;
	height: 10px;
	background-image: url(cor-bottom-right.gif);
}
.cssFooterSpacer{
	/*border: 1px #F00 dotted;*/
	/*background: #CCC;*/
	height: 20px; 
	float: left; 
	width: 870px; 
	position: relative; 
}


/* FORM OBJECT
-------------------------------------------------------------------------------------- */
.frm_general{
	height: 20px; 
	font-family: arial; 
	font-size: 12pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	padding: 2px;
	margin-top: 5px;
	color: #4f4f4f;
}

.frm_browse{
	width: 280px; 
	font-family: tahoma; 
	font-size: 10pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	margin-left: 1px; 
	margin-right: 1px; 
	padding: 2px;
}

.frm_textarea{
	font-family: arial; 
	font-size: 12pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	margin-top: 5px;
	padding: 2px;
	color: #4f4f4f;
}


/* DETAIL STYLE
---------------------------------------------------------- */
.cssZoomBlock{
	float: left;
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 5px 10px 5px 25px;
	font-size: 12px; 
	color: #fff;
	background:  #2f302c url(btn-zoom.jpg) no-repeat;
}
.cssRatingBlock{
	float: left;
	width: 100%;
	position: relative;
	margin-left: -5px;
	margin-top: 20px;
	position: relative;
}
.cssRateMsg{
	margin-top: 5px;
	margin-left: 5px;
	color: #577900; 
}
.cssMetaTag{
	color: #929292; 
}


/* EXTRA
-------------------------------------------------------------------------------------- */
.cssHorzLine-1{
	width: 100%; 
	float: left; 
	margin-bottom: 5px; 
	background: #f0f0f0; 
	height: 10px;
}
.cssSecurityCode{
	margin-top: 5px; 
	width: 37px; 
	height: 20px; 
	padding: 3px 8px 3px 8px; 
	background: #1f4885; 
	font-size: 12pt; 
	color: #fff; 
	font-weight: bold;
}