


/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



/* ----- IDS ----- */

/* NB --- do NOT style base HTML tags
body{}
*/

html > body #container {
	height: auto;
	min-height: 100%;
}


#pageBody {
	background: #FFF url(/images/background/backgroundWhiteRepeat.gif) repeat-x left top;
}

#bodyContainer { text-align:center;}
		
/* 1. header */
#header{
	display:block; width:100%; height:60px; 
	margin:0; padding: 0;
}

#logotypeBox {
	width:70%;
	float:left;
}

#searchBox {
	width:30%;
	float:left;
}

/* 2. navigation */
#navigation {
	display:block; width:100%; height:30px;
}

/* 3. Main Content */

#mainContentBox { display:block; width:100%;}

.sidePanel-left, .mainContent, .sidePanel-right { 
	display:block;
	float:left; margin:0; padding:0;
}

.sidePanel-left, .sidePanel-right { width:24%;}
.mainContent { width:50%;}

/* 3.1 sidePanel-left  */
.sidePanel-left {}

#secondaryNav {}


/* 3.2 main content */
.mainContent {}


/* 3.3 sidePanel */
.sidePanel-right {}


/* 4. footer */
	
#footer { clear:both; display:block; width:100%; margin:20px 0 0 0; }
#footerNav { display:block; width: 75%; height:20px; float:left; }
#KpoweredByBox {  display:block; width: 25%; height:20px; float:right; }


/* ----- CLASSES ----- */

.hide{}
.show{}

.col2 { display:block; width:100%; }
.lhcol { float:left; width: 50%; }
.rhcol { float: right; width:50%; }

.content { margin: 0; padding:0;}



/* ----- HEADINGS ----- */

/* NB --- do NOT style base HTML tags
h1{}
h2{}
h3{}
h4{}
h5{}
*/

.mainContent h2 { display:block; }



/* ----- PARAGRAPHS ----- */

/* NB --- do NOT style base HTML tags
p{}
*/

p.breadcrumbs { font-size:77%; margin-bottom: 10px; }



/* ----- QUOTES ----- */

/* NB --- do NOT style base HTML tags
blockquote{}
blockquote p{}
cite{}
blockquote cite{}
*/



/* ----- CODE ----- */

/* NB --- do NOT style base HTML tags
pre{}
code{}
p code{}
pre code{}
*/



/* ----- LISTS ----- */

/* NB --- do NOT style base HTML tags
ol{}
ul{}

li{}

ol li{}
ul li{}
*/

#navigation ul, #footerNav ul {
	float:left;
	list-style-type:none;
	margin:0; padding:0;
	font-size:75%;
}

#navigation li, #footerNav li {
	display:inline;
	margin:0; padding:0;
}

#secondaryNav ul {
	margin:0; padding:0;
	font-size:75%;
}

#secondaryNav li {
	margin:0 0 0 1em; padding:0 0 0 0.5em;
}

#secondaryNav li a { 
	display:block; padding: 3px 0 2px 0;	
}

#secondaryNav ul ul { font-size:100%;}
#secondaryNav li li {}
#secondaryNav li li a {}




/* ----- IMAGES ----- */

/* NB --- do NOT style base HTML tags
img{ }
img a{ }
img a:hover{ }
*/



/* ----- BREAK ----- */


/* NB --- do NOT style base HTML tags
hr{}
*/

.clearer hr { display:none; }



/* ----- LINKS ----- */

/* NB --- do NOT style base HTML tags
a{ }
a:hover{ }
a:visited, a:active, a:focus{ }
a:visited{ }
a:active{ }
a:focus{ }
*/

p.breadcrumbs a { }
p.breadcrumbs a:hover { }

a img { border-width:0;}



/* ----- TABLES ----- */

/* NB --- do NOT style base HTML tags
table{ }
caption{ }
thead{ }
tbody{ }
tfoot{ }
tr{ }
tr .alt{ }
th{ }
td{ }
*/



/* ----- FORMS ----- */

form.searchForm {
	display:block; float:right;
	margin:4px 22px 0 0; padding:0;
	width:230px;
}

#searchLabel {
	display:block; float:left;
	width:20px; height:20px;
	margin:2px 0 0 0; padding:0;
	overflow:hidden;
	text-indent:-1000em;
	background:transparent url(/images/form/searchLabel.gif) no-repeat scroll left top;
}

#searchCriteria {
	color:#333333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:75%;
	height:16px; width:150px; /* [height] OR [width]- padding = [actual height] OR [actual width] */
	margin-top:0 !important; padding:4px 0 0 5px;
	border:0 solid #000;
	background:transparent url(/images/form/searchInput.gif) no-repeat scroll left top;
}

#searchGo {
	margin-top:3px !important; padding:0;
	vertical-align:top;
}

/* NB --- do NOT style base HTML tags
form{}

fieldset{}
legend{}
label{}
input{}
textarea{}
select{}
optgroup{}
option{}
*/



/* ----- DEFINITIONS ----- */

/* NB --- do NOT style base HTML tags

dl{}
dt{}
dd{}
*/
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Verdana, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#all{
	width:100%;
  	color:#000;
	/*font:12px/16px Arial, Verdana, sans-serif;*/
	background:url(/images/background/bg.gif) #ffffff repeat-x;
	min-height:100%;
	min-width:964px;
}
#all.inner-all{background:url(/images/background/bg-inner.gif) #ffffff repeat-x;}
.all-bg{
	width:100%;
	background:url(/images/background/bg.jpg) no-repeat 50% 0;
	min-height:100%;
}
.inner-all .all-bg{background:url(/images/background/bg-inner.jpg) no-repeat 50% 0;}
.all-bg:after{
	height: 0;
	clear: both;
	content: '';
	display: block;
}
#page{
	width:958px;
	margin:0 auto;
	padding:0 0 235px;
}
#page:after{
	height: 0;
	clear: both;
	content: '';
	display: block;
}
#header{
	width:100%;
	height:118px;
	position:relative;
	z-index:20;
}
.holder{
	width:100%;
	overflow:hidden;
}
.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/background/logo.gif);
	margin:27px 0 0 12px;
	display:inline;
	width:124px;
	height:52px;
}
.logo a{
	display:block;
	height:100%;
}
.top-menu{
	float:right;
	list-style:none;
	padding:26px 4px 0 9px;
	margin:0;
	font:11px/14px Arial, Verdana, sans-serif;
	background:url(/images/background/blt-top-menu.gif) no-repeat 0 29px;
}
.top-menu li{
	float:left;
	background:url(/images/background/sep-menu.gif) no-repeat 0 2px;
	padding:0 9px 0 7px;
}
.top-menu li:first-child{background:none;}
.top-menu a{color:#00a3d6;}
.nav-box{
	margin:-3px 0 0;
	width:100%;
	position:relative;
}
.search-box{
	float:right;
	overflow:hidden;
	padding:0 12px 0 0;
	display:inline;
	width:157px;
}
.search-box form,
.search-box fieldset{float:right;}
.search-box .text{
	float:left;
	background:url(/images/background/bg-search-box.gif);
	width:100px;
	height:30px;
	overflow:hidden;
	margin:0 4px 0 0;
}
.search-box .text input{
	float:left;
	border:0;
	color:#231f20;
	font:11px/14px Arial, Verdana, sans-serif;
	height:14px;
	padding:7px;
	width:86px;
	background:none;
}
.search-box .btn-search{float:left;}
#nav{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}
#nav li{
	float:left;
	margin:0 3px 0 0;
	background:url(/images/background/bg-nav.gif) no-repeat;
}
#nav a{
	float:left;
	background:url(/images/background/bg-nav-right.gif) no-repeat 100% 0;
	color:#00a3d6;
	font:14px/16px Arial, Verdana, sans-serif;
	padding:7px 7px 19px 9px;
}
#nav li a:hover{text-decoration:none;}
#nav li.active,
#nav li:hover,
#nav li.hover{background:url(/images/background/bg-nav-over.gif) no-repeat;}
#nav li.active a,
#nav li:hover a,
#nav li.hover a{
	color:#fff;
	background:url(/images/background/bg-nav-right-over.gif) no-repeat 100% 0;
	position:relative;
}
#nav li ul{
	position:absolute;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	top:41px;
	left:0;
	width:178px;
	background:url(/images/background/none.gif);
}
#nav li li{
	width:100%;
	float:left;
	clear:both;
	margin:2px 0 0;
	vertical-align:top;
	background:none;
}
#nav li.hover li a,
#nav li:hover li a,
#nav li li a {
	float:left;
	width:100%;
	margin:6px 0 0;
	padding:0;
	cursor:pointer;
	background:url(/images/background/nav-drop-over.png) no-repeat 0 100%;
	color:#00a3d6;
}
#nav li li a span {
	display:block;
	overflow:hidden;
	width:162px;
	margin:-6px 0 6px;
	padding:7px 7px 1px 9px;
	position:relative;
	z-index:11;
	background:url(/images/background/nav-drop-over.png) no-repeat;
}
#nav li li a:hover{
	background:url(/images/background/nav-drop.png) no-repeat 0 100%;
	color:#fff;
}
#nav li li a:hover span {background:url(/images/background/nav-drop.png) no-repeat;}
#nav li li:hover,
#nav li li.hover{background:none;}
#nav li:hover,
#nav li.hover{
	position:relative;
}
#nav li:hover ul,
#nav li.hover ul{
	display:block;
}
#content{width:100%;}
.main{
	float:left;
	width:758px;
	margin:-12px 0 0;
	position:relative;
	z-index:2;
}
.inner-main{
	margin:0;
	padding:56px 0 0;
}
.main-title{
	width:744px;
	overflow:hidden;
	background:url(/images/background/dashed.gif) repeat-x 0 100%;
	padding:0 0 7px;
}
.main-title .toolbar{
	list-style:none;
	padding:0 0 0 5px;
	margin:0;
	float:left;
	width:172px;
}
.main-title .toolbar li{
	display:inline;
	padding:0 8px 0 0;
}
.breadcrumbs{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	color:#7e7e7e;
	font:14px/16px Arial, Verdana, sans-serif;
}
.breadcrumbs li{
	float:left;
	background:url(/images/background/sep-breadcrumbs.gif) no-repeat 0 2px;
	padding:0 14px 0 16px;
}
.breadcrumbs li:first-child{background:none;}
.breadcrumbs a{color:#00a3d6;}
.column{
	float:left;
	width:189px;
}
.side-nav{
	list-style:none;
	padding:5px 0 0;
	margin:0;
	font:14px/16px Arial, Verdana, sans-serif;
}
.side-nav li{
	padding:5px 0 0;
	width:100%;
}
.side-nav a{
	color:#00a3d6;
	display:block;
	padding:0 0 3px;
	background:url(/images/background/side-nav.gif) 0 100%;
	width:100%;
	overflow:hidden;
	cursor:pointer;
}
.side-nav a span {
	display:block;
	padding:7px 14px 4px;
	width:161px;
	overflow:hidden;
	background:url(/images/background/side-nav.gif);
}
.side-nav .active a,
.side-nav a:hover{
	text-decoration:none;
	color:#fff;
	background:url(/images/background/side-nav-over.gif) 0 100%;
}
.side-nav a:hover {width:178px;}
.side-nav a:hover span {padding-right:3px !important;}
.side-nav .active a span,
.side-nav a:hover span {background:url(/images/background/side-nav-over.gif);}
.side-nav li ul{
	list-style:none;
	padding:4px 0 0 14px;
	margin:0;
	font:12px/14px Arial, Verdana, sans-serif;
	display:block;
}
/*.side-nav li.opened ul{display:block;}*/
.side-nav li li{
	padding:0;
	width:175px;
}
.side-nav li.active li a{
	color:#00a3d6;
	padding:1px 0 1px 15px;
	width:160px;
	background:url(../images/background/blt-top-menu.gif) no-repeat 0 4px;
}
.side-nav li li a:hover{
	text-decoration:underline;
	background:url(/images/background/blt-top-menu.gif) no-repeat 0 4px;
	color:#00a3d6;
}
.visual{
	height:237px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.visual .gallery{
	list-style:none;
	padding:0;
	margin:0;
	width:9999px;
}
.visual .gallery li{float:left;}
.visual .opacity{
	position:absolute;
	top:16px;
	left:0;
}
.visual .opacity .title{
	width:482px;
	height:39px;
	background:url(/images/background/opacity-title.png);
	overflow:hidden;
	padding:8px 8px 0;
}
.visual .opacity .title h2{
	margin:0 0 0 0;
	padding-left: 5px;
	color:#00a3d6;
	float:left;
	display:inline;
	overflow:hidden;
	font:bold 30px/32px Arial, Verdana, sans-serif;
}
.visual .opacity .hold{
	overflow:hidden;
	position:relative;
	background:url(/images/background/opacity-hold.png);
	width:485px;
	height:125px;
	padding:18px 10px 0 13px;
	margin:5px 0 0;
}
.visual .opacity p{
	margin:0;
	color:#7e7e7e;
	font:23px/26px Arial, Verdana, sans-serif;
	display:block;
}
.visual .opacity a{position:relative;}
.visual .opacity .btn-more{
	position:absolute;
	left:10px;
	bottom:15px;
	/*float:left;*/
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/background/btn-more.gif);
	height:32px;
	width:88px;
	margin:4px 0 0;
}
.visual .opacity .btn-next{
	position:absolute;
	right:10px;
	bottom:15px;
	/*float:right;*/
	overflow:hidden;
	text-indent:-9999px;
	background:url(/images/background/btn-next.gif);
	width:58px;
	height:32px;
	cursor:pointer;
}
.visual .opacity .btn-next:hover{
	background:url(/images/background/btn-next-over.gif);
	width:56px;
	height:30px;
	cursor:pointer;
}
.visual .opacity .btn-more:hover{
	background:url(/images/background/btn-more-over.gif);
	height:30px;
	width:88px;
}
.center{
	float:left;
	width:556px;
	padding:0 0 0 13px;
}
.center .photo-col{
	float:right;
	width:149px;
}
.center .photo-col img{
	display:block;
	position:relative;
	margin:-82px 0 0;
}
.center .photo-col .descriptiom{
	margin:-80px -7px 0 76px;
	position:relative;
	width:80px;
}
.center .photo-col p{
	margin:0;
	color:#7e7e7e;
	font:11px/14px Arial, Verdana, sans-serif;
}
.center .text-column{
	height:1%;
	width:407px;
	overflow:hidden;
	padding:20px 0 0;
}
.text-column ul {
	list-style:url(/images/background/blt-top-menu.gif) none;
	padding-left: 5px;
}
.main-text-column ul {
	list-style:url(/images/background/blt-top-menu.gif) none;
}


.main-text-column{
	width:541px;
	clear:both;
	padding:32px 7px 0;
}
.main-text-column .box{
	width:541px;
	background:url(/images/background/dashed.gif) repeat-x;
	padding:0 7px 38px;
	margin:0 -7px;
	position:relative;
}
.sidebar{
	float:right;
	display:inline;
	width:208px;
	margin:0 -4px;
	position:relative;
	padding:2px 0 0;
	z-index:9;
}
.side-top-box{
	overflow:hidden;
	background:url(/images/background/side-top-box.png);
	width:170px;
	height:79px;
	padding:16px 16px 0 22px;
}
.side-top-box h2{
	color:#0072ad;
	font:15px/18px Arial, Verdana, sans-serif;
}
.side-top-box .search-box{
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
}
.side-top-box .search-box .text{
	background:url(/images/background/bg-search-box1.gif);
	width:113px;
}
.side-top-box .search-box .text input{width:99px;}
.side-top-box .search-box a,
.side-top-box .search-box input{position:relative;}
.side-top-box .search-box a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/form/btn-search.gif);
	width:53px;
	height:30px;
}
.side-top-box .search-box a:hover{background:url(/images/form/btn-search-over.gif);}
.side-box{
	height:1%;
	padding:0 4px;
	background:url(/images/background/side-box.png);
	overflow:hidden;
}
.side-box-bg{
	width:100%;
	overflow:hidden;
	/*background:url(/images/background/dashed.gif) repeat-x;*/
	padding:17px 0 15px;
}
.side-box .lnk-box{
	width:162px;
	overflow:hidden;
	margin:0 0 0 19px;
	background:url(/images/background/lnk-box.gif);
}
.side-box .lnk-box-top{
	width:100%;
	overflow:hidden;
	background:url(/images/background/lnk-box-top.gif) no-repeat;
}
.side-box .lnk-box-bottom{
	height:1%;
	background:url(/images/background/lnk-box-bottom.gif) no-repeat 0 100%;
	padding:18px;
	overflow:hidden;
}
.side-box .lnk-box h3{
	color:#0072ad;
	font:15px/18px Arial, Verdana, sans-serif;
}
.side-box .lnk-box ul{
	list-style:none;
	padding:8px 0 0;
	margin:0;
	font:12px/17px Arial, Verdana, sans-serif;
}
.side-box .lnk-box li{
	width:100%;
	overflow:hidden;
}
/*
.side-box .lnk-box a{
	color:#029cd4;
	float:left;
	background:url(/images/background/blt-top-menu.gif) no-repeat 0 5px;
	padding:0 0 0 16px;
}
.side-box .lnk-box a span{
	float:left;
	cursor:pointer;
	padding:0 11px 0 0;
}
.side-box .lnk-box a:hover{
	background:url(/images/background/side-lnk-over.gif);
	text-decoration:none;
	color:#fff;
}
.side-box .lnk-box a:hover span{background:url(/images/background/side-lnk-over-right.gif) no-repeat 100% 0;}
*/
.side-bottom-box{
	background:url(/images/background/side-bottom-box.png);
	width:164px;
	height:162px;
	padding:0 22px 20px;
	font-size:17px;
}
.partner-logo{
	margin:0 0 0 11px;
	position:relative;
	float:left;
	display:inline;
}
.side-bottom-box ul{
	list-style:none;
	padding:10px 0 0;
	margin:0;
}
.side-bottom-box li{
	width:100%;
	vertical-align:top;
	padding:6px 0 0;
	position:relative;
}
.side-bottom-box li a{
	display:block;
	background:url(/images/background/side-bottom-box-list.gif);
	width:127px;
	height:24px;
	padding:6px 0 0 36px;
	color:#00a3d6;
	position:relative;
}
.side-bottom-box li a:hover{
	color:#fff;
	background:url(/images/background/side-bottom-box-list-over.gif);
	text-decoration:none;
	position:relative;
}
.side-bottom-box li .popup{
	position:absolute;
	left:-320px;
	top:-9999px;
	width:320px;
	z-index:10;
	color:#fff;
	padding:0 10px 0 0;
	background:url(/images/none.gif);
}
.side-bottom-box li:hover .popup,
.side-bottom-box li.hover .popup{top:-98px;}
.side-bottom-box .popup .popup-bg-right{
	position:absolute;
	display:block;
	background:url(/images/background/popup-bg-right.gif);
	width:19px;
	height:17px;
	right:10px;
	top:98px;
}
.side-bottom-box .popup .popup-top{
	display:block;
	width:308px;
	height:8px;
	overflow:hidden;
	background:url(/images/background/popup-top.png);
	float:left;
	clear:both;
}
.side-bottom-box .popup .popup-bottom{
	display:block;
	width:308px;
	height:9px;
	overflow:hidden;
	background:url(/images/background/popup-bottom.png);
}
.side-bottom-box .popup .popup-hold{
	width:294px;
	overflow:hidden;
	background:url(/images/background/popup-hold.png);
	padding:0 7px;
	clear:both;
}
.side-bottom-box .popup .popup-bg{
	width:168px;
	overflow:hidden;
	background:url(/images/background/popup-bg.jpg) repeat-x;
	padding:18px 22px 34px 104px;
}
.side-bottom-box .popup .text{
	overflow:hidden;
	width:247px;
	background:url(/images/background/popup-bg.jpg) repeat-x;
	padding:18px 21px 34px 26px;
}
.side-bottom-box .popup .text .text-box{
	width:247px;
}
.side-bottom-box .popup img{
	display:block;
	position:absolute;
	left:7px;
	bottom:8px;
	overflow:hidden;
	z-index:15;
}
.side-bottom-box .popup .title{
	width:163px;
	overflow:hidden;
	background:url(/images/background/dashed-popup.gif) repeat-x 0 100%;
	padding:0 0 7px;
}
.side-bottom-box .popup h3{font:20px/22px Arial, Verdana, sans-serif;}
.side-bottom-box .popup .text-box{
	width:134px;
	overflow:hidden;
}
.side-bottom-box .popup p{margin:8px 0 0;}
.side-bottom-box .popup .lnk-more{
	float:left;
	width:auto;
	height:auto;
	padding:0 0 0 16px;
	background:url(/images/background/more-blt.gif) no-repeat 0 4px;
	margin:8px 0 0;
	color:#fff;
}
.side-bottom-box .popup .lnk-more:hover{
	text-decoration:underline;
	background:url(/images/background/more-blt.gif) no-repeat 0 4px;
}
#footer{
	width:100%;
	background:#04b6e1 url(/images/background/footer.gif) repeat-x;
	height:174px;
	position:relative;
	margin:-174px 0 0;
	font:11px/14px Arial, Verdana, sans-serif;
	color:#fff;
}
.footer-holder{
	background:url(/images/background/footer-bg.gif);
	height:77px;
	overflow:hidden;
	margin:0 auto;
	width:958px;
	padding:97px 0 0;
}
#footer a{color:#fff;}
#footer .lnk-box{
	float:left;
	overflow:hidden;
	width:540px;
}
#footer .lnk-box ul{
	list-style:none;
	padding:0 0 16px;
	margin:0 0 0 -4px;
	overflow:hidden;
	height:1%;
}
#footer .lnk-box li{
	float:left;
	background:url(/images/background/sep-footer.gif) no-repeat 0 4px;
	padding:0 6px 0 7px;
}
#footer .lnk-box li:first-child{background:none;}
#footer .lnk-box a{
	padding:1px 5px;
	position:relative;
	float:left;
}
#footer .lnk-box a:hover{
	text-decoration:none;
	border:1px solid #68d3ed;
	padding:0 4px;
}
#footer .contact-box{
	float:right;
	text-align:right;
	overflow:hidden;
}
#footer .contact-box strong{
	display:block;
	font:21px/24px Arial, Verdana, sans-serif;
	margin:10px 0 0;
}
/*sifr start. do not modify*/
object, embed {
	margin:0;
	padding:0;
}
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {visibility:visible !important;}
span.sIFR-alternate {
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:0 !important;
	height:0 !important;
	display:block !important;
	overflow:hidden  !important;
}
.sIFR-flash + div[adblocktab=true] {display:none !important;}
/*sifr end*/