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


/* GLOBAL: BODY
-------------------------------------------------------------------------------------- */
body{
	font-size: 9pt; 
	margin: 0px; 
	padding: 0px; 
	background: #000; 
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(../../images/global-bg.jpg);
}
table{
	font-size: 9pt; 
	font-family: arial, tahoma, verdana; 
	border: 0; 
	color: #000; 
  	border-collapse: collapse;
}


/* GLOBAL: DEFAULT LINK STYLE
-------------------------------------------------------------------------------------- */
a {text-decoration: underline; color: #0071b5;}
a:hover{text-decoration: none; color: #000;}
a img {border: none;}


/* GLOBAL: IMAGE STYLE
-------------------------------------------------------------------------------------- */
.cssImgStep  img{
	border: 4px #ccc solid;
}
.cssImgStep:hover img{
	border: 4px #009a6a dotted;
}


/* HEADER
-------------------------------------------------------------------------------------- */
.cssHeaderWrapper{
	/*background: #CCC;*/
	z-index: 1;
	width: 790px; 
	margin-left: auto; 
	margin-right: auto;
	
}
.cssHeaderBody{
	float: left;
	position: relative;
	width: 790px; 
	height: 100px;
	padding-top: 20px;

}
.cssHeaderLangbar{
	right: 0px;
	top: 20px; 
	position: absolute;
	width: 200px;
	height: 35px;
}

.cssHeaderLine{
	left: 0px;
	top: 0px; 
	position: absolute;
	width: 790px;
	height: 20px;
}
.cssHeaderLine .cssHeaderLine_1{
	float: left;
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #008066;
}
.cssHeaderLine .cssHeaderLine_2{
	float: left;
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #daecf8;
}
.cssHeaderLogo{
	z-index: 10;
	position: relative;
	float: left;
	position: absolute;
	width: 403px;
	height: 70px;
	margin-top: 0px;
}


/* MAIN MENU
-------------------------------------------------------------------------------------- */
* {margin:0; padding:0}
.cssMainMenu{
	z-index: 3;
	position: relative;
	float: left;
	width: 790px; 
	height: 20px;
	font-family: arial;
	font-size: 12px;	
	font-weight: bold;
	padding-bottom: 7px;
	margin-top: 80px;
}
.cssMainMenu ul {
	list-style: none;
	position:relative;
}
.cssMainMenu li {
	background: #0071b5;
	display:block;
	height:20px;
	float: left;
	margin-right: 3px;
	padding-top: 5px;
	-moz-border-radius:5px;  
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.cssMainMenu li:hover {
	background: #008066;
}
.cssMainMenu a{
	margin: 18px;
	color: #fff;
	text-decoration: none;
	text-transform:normal;
}
.cssMainMenu a:hover{
	text-decoration: none;
	color: #fff;
}
.cssMainMenu #endbtn{
	margin-right: 0px;
	text-align: center;
	width: 80px;
}


/* SLIDER MENU
-------------------------------------------------------------------------------------- */
* {margin:0; padding:0}
.cssSliderMenuWrapper{
	z-index: 4;
	width: 790px; 
	height: 320px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 25px; 
	padding:0 0 25px 0;
	background: url(../../upload/slider/simple_bg.png) no-repeat bottom;
}


/* PHOTO SLIDER
-------------------------------------------------------------------------------------- */
.row-slider{ 
	height:320px; 
	width:790px
}
.coin-slider {  position: relative;  }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 19px 0 0 0 !important; float: left; margin:0 !important; left:320px !important;}
.cs-buttons a { margin-left: 11px; height: 10px; width: 10px; float: left; text-indent: -1000px; background:url(../_plugin/coinslider/slider_button.png) 0 0 no-repeat;}
.cs-buttons a:hover, .cs-active { background:url(../_plugin/coinslider/slider_button_act.png) 0 0 no-repeat !important;}
.cs-title { width: 810px; padding: 0; background-color: #000000; color: #FFFFFF; margin:16px 0 0 0;}
.cs-prev,
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 13px; margin:16px 0 0 0;}



/* SECTION
-------------------------------------------------------------------------------------- */
.cssSecWrapper{
	/*border: 1px #F00 dotted;*/
	z-index: 5;
	position: relative;
	width: 790px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
}
.cssSecWrapper .cssSecBody{
	float: left;
	position: relative;
	color: #000;
	font-size: 16px;
	padding: 0px 0px 15px 0px;
	border-bottom: #0071b5 1px solid;
}
.cssSecWrapper .cssSecImg{
	width: 790px;
	height: 70px;
	padding: 15px 0px 15px 0px;
	background-image: url(../../upload/section/sec-bg.jpg);

}
.cssSecWrapper .cssSecTitle{
	z-index: 5;
	top: 40px;
	width: 750px;
	position:relative; 
	font-size: 20px;
	text-align: right;
	padding: 0 20px 0 20px;
	color: #fff;
	font-weight: bold;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentWrapper{
	/*border: 1px #F00 dotted;*/
	width: 790px;
	position: relative;
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
}
.cssContentWrapper .cssLeftCol{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;	
}
.cssContentWrapper .cssRightCol{
	width: 220px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;	
}
.cssContentWrapper .cssSpaceCol{
	width: 35px;
}
.cssContentWrapper .cssSpaceCol2{
	width: 15px;
}
.cssContentWrapper .cssSpaceRow{
	width: 100%;
	height: 15px;
}
.cssContentWrapper .cssHorzLine{
	width: 100%;
	height: 25px;
	border-bottom: #656565 1px solid;
}
.cssContentWrapper .cssVertLine{
	width: 15px;
	border-left: #cccccc 1px solid;
}


/* CONTENT
-------------------------------------------------------------------------------------- */
.cssContentBlock{
	/*background: #CFF;*/
	float: left;
	width: 100%;
	position: relative;
	color: #000; 
	font-family: arial; 
}
.cssContentBlock .cssContentTitle_Main{
	float: left;
	position: relative;
	width: 100%;
	font-size: 18px; 
	font-weight: bold;
}
.cssContentBlock .cssContentTitle_Sub{
	float: left;
	position: relative;
	width: 100%;
	font-size: 18px; 
	font-weight: bold;
	margin-top: 10px;
}
.cssContentBlock .cssContentDesp_Solid{
	float: left;
	position: relative;
	margin-top: 5px;
	font-size: 18px; 
	width: 100%;
	font-size: 12px; 
}
.cssContentBlock .cssContentDesp_Txt{
	float: left;
	position: relative;
	width: 100%;
	font-size: 12px; 
}
.cssContentBlock .cssCbMore a{
	float: left;
	width: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cssContentSpacer{
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
}
.cssContentImg{
	position: relative;
	width: 100%;
	float: left;
}


/* FOOTER
-------------------------------------------------------------------------------------- */
.cssFooterWrapper{
	/*border: 1px #F00 dotted;*/
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width: 790px;
}
.cssFooterBody{
	float: left;
	position: relative;
	width: 790px; 
	padding: 20px 0 5px 0;
}
.cssFooterMenu {
	width: 790px; 
	position: relative;
	float: left;
	padding-top: 5px;
}
.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 #b293be;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	font-family: arial;
}
.cssFooterMenu li a:hover{
	color: #0071b5;
	text-decoration: underline;
}
.cssFooterCopy{
	float: left;
	position: relative;
	margin-top: 10px;
	font-family: arial;
	color: #000;
	Font-size: 9pt;
	width: 790px; 
	height: 30px; 
}
.cssFooterSpacer{
	height: 20px; 
	float: left; 
	width: 870px; 
	position: relative; 
}









/* FORM OBJECT
-------------------------------------------------------------------------------------- */
.txt_newsletter{
	height: 17px; 
	font-family: arial; 
	font-size: 9pt; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #a2a39f; 
	background-color: #ffffff; 
	color: #000000; 
	padding: 2px;
	color: #4f4f4f;
}

.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;
}

/* OTHER STYLE
---------------------------------------------------------- */
.cssZoomBlockS{
	float: left;
	position: absolute;
	top: 85px;
	left: 168px;
	padding: 5px 10px 5px 25px;
	font-size: 12px; 
	color: #fff;
	background:  #2f302c url(btn-zoom.jpg) no-repeat;
}
.cssZoomBlockM{
	float: left;
	position: absolute;
	top: 90px;
	left: 83px;
	padding: 5px 10px 5px 25px;
	font-size: 12px; 
	color: #fff;
	background:  #2f302c url(btn-zoom.jpg) no-repeat;
}
.cssZoomBlockH{
	float: left;
	position: absolute;
	top: 90px;
	left: 43px;
	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: 10px;
	position: relative;
}
.cssRateMsg{
	margin-top: 5px;
	margin-left: 5px;
	color: #577900; 
}
.cssMetaTag{
	color: #929292; 
}
.cssHorzLine-1{
	width: 490px; 
	float: left; 
	margin-top: 2px; 
	margin-bottom: 2px; 
	background: #f0f0f0; 
	height: 10px;
}
.cssSecurityCode{
	margin-top: 5px; 
	width: 37px; 
	height: 20px; 
	padding: 3px 8px 3px 8px; 
	background: #255294; 
	font-size: 12pt; 
	color: #fff; 
	font-weight: bold;
}