html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FEFEFE url(/i/bg.jpg) center top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
}

a {
	color: #0f5fbf;
	text-decoration: none;
}

a:hover {
	color: #0f5fbf;
	text-decoration: underline;
}

ul, li, p, form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

small {
	font-size: 10px;
}



h1 {
	color: #03528B;
	margin: 0;
	display: block;
	padding: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
}

h1.dash {
	color: #147EBA;
	margin: 0 0 10px 0;
	display: block;
	padding: 0 0 5px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background: url(/i/dash.gif) left bottom repeat-x;
}

h2 {
	color: #555;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
	color: #FFF;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

.form_fields h5 {
	padding-top: 20px;
	padding-left: 5px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 0;
}

.form_fields h6 {
	padding-top: 15px;
}


.yellowText {
	color: #FFFF00;
}

.orangeText,
.blueText {
	color: #4497C9;
}

.blueText2 {
	color: #479BCA;
}

.blueText3 {
	color: #147EBA;
}

.grayText {
	color: #9D9D9D;
}

#wrapper .biggerText {
	font-size: 11px;
}



#wrapper {
	width: 976px;
	margin: 0 auto;
}

#wrapper .show {
	display: block;
}

#wrapper .hide {
	display: none;
}





#header {
	padding: 10px 0;
	position: relative;
}

#header .slogan {
	position: absolute;
	top: 15px;
	left: 159px;
	height: 37px;
	font-size: 11px;
	border-left: 1px solid #70AFD8;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	padding: 3px 0 0 10px;
}

#header .lang {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(/i/lang_bg.jpg) right top no-repeat;
	width: 81px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
}

#header .lang li {
	display: inline;
	color: #FFF;
	padding: 4px 3px;
}

#header .lang li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#header .lang li a:hover {
	text-decoration: none;
	color: #8BDAF1;
	font-weight: bold;
}


/* --- Top Menu --- { --- */


#topMenu {
    width: 976px;
    /*margin-left: -10px;
    margin-right: -10px;*/
    position: relative;
    z-index: 1;
    height: 66px;
    background: url(/i/tm_bg.jpg) repeat-x;
    color: #FFF;
}

#topMenu td {
    vertical-align: top;
}

.topMenu_l {
    height: 66px;
    background: url(/i/tm_l.jpg) left top no-repeat;
    padding-left: 25px;
    position: absolute;
    z-index: 10;
    left: -10px;
    width: 971px;
}

.topMenu_ins_r {
	height: 66px;
	background: url(/i/tm_ins_r.jpg) right top no-repeat;
	padding-right: 25px;
}

.topMenu_ins {
	height: 66px;
	background: url(/i/tm_ins_bg.jpg) repeat-x;
}

.topMenu_ins_l {
	height: 58px;
	background: url(/i/tm_ins_l.jpg) left top no-repeat;
	padding-left: 16px;
	padding-top: 8px;
}


#topMenu table {
	height: 66px;
}

#topMenu table table {
	height: auto;
}


#topMenu ul{
	padding-top: 19px;
}

#topMenu .txt {
	padding-top: 15px;
	letter-spacing: 0px;
}


#topMenu ul li {
	display: inline;
	color: #CCE3F1;
	padding-right: 4px;
}

#topMenu ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#topMenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#topMenu .phoneNumber {
	font-size: 32px;
	color: #FFF;
	vertical-align: top;
	padding: 7px 0 0 0;
	letter-spacing: -2px;
}

#topMenu .inpt {
	color: #B7B7B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F6F8;
	border: 1px solid #F5F6F8;
	width: 100px;
	padding: 1px 3px;
	margin-top: 3px;
}

#topMenu .btn_enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: none;
	background: url(/i/btn_enter.gif) no-repeat;
	width: 62px;
	margin-top: 3px;
	padding: 0 0 4px 0;
}

/* --- } --- Top Menu --- */




#content {
}

#content td {
	vertical-align: top;
}


#leftColumn {
	width: 189px;
	background: url(/i/box1_bg.jpg) left repeat-y;
	padding-bottom: 15px;
}



/* --- Main Menu - Left Column --- { --- */

.mm_t {
	background: url(/i/mm_t.jpg) left top no-repeat;
	padding-top: 20px;
}

.mm_t ul {
	display: block;
	background-color: #63A7CE;
	padding: 0;
}

.mm_t ul li {
	display: block;
	width: 188px;
	padding: 0 0 1px 0;
}

.mm_t ul li a {
	color: #FFFFFD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 148px;
	padding: 6px 22px 6px 18px;
}

.mm_t ul li a:hover {
	text-decoration: none;
	background-color: #A8C7DC;
	color: #FFF;
}

.mm_t ul .sub ul {
	padding: 5px 0;
	border: none;
	background-color: #A8C7DC;
}


.mm_t ul .sub li a {
	font-weight: normal;
	padding: 4px 22px 4px 18px;
	display: block;
	width: 148px;
	font-size: 11px;
	color: #3C3B39;
}
.mm_t ul .sub li a:hover,
.mm_t ul .sub li a.act,
.mm_t ul .sub li a.act:hover {
	color: #3C3B39;
	background-color: #CDDFED;
}


.mm_b {
	background: url(/i/mm_b.jpg) left bottom no-repeat;
	padding-bottom: 16px;
}

/* --- } --- Main Menu - Left Column --- */




/* --- Box 1 --- { --- */

.box1_t {
	background: url(/i/box1_t.jpg) left top no-repeat;
	padding-top: 15px;
}

.box1 {
	background-color: #DBDCDE;
	padding: 0 12px;
	color: #424345;
}
.box1_b {
	background: url(/i/box1_b.jpg) left bottom no-repeat;
	padding-bottom: 15px;
}






.sepp1 {
	height: 10px;
	background-color: #FEFEFE;
}


.sepp2 {
	height: 15px;
	background-color: #FEFEFE;
}

.sepp3 {
	height: 17px;
	background-color: #FEFEFE;
}




/* --- } --- Box 1 --- */



.poll p {
	padding: 0 0 10px 0;
	font-size: 10px;
}
#wrapper .poll td {
	vertical-align: middle;
}
#wrapper .poll td span {
	display: block;
	padding: 4px 0 0 0;
}




.banners {
	padding: 20px 0 0 0;
	text-align: center;
}
.banners img {
	margin-bottom: 20px;
}












#middleColumn {
}

.home {
	background: url(/i/home_middle_bg.jpg) left repeat-y;
	padding-bottom: 124px;
	width: 573px;
}


.middle {
	background: url(/i/box6_b.jpg) left bottom no-repeat;
	padding-bottom: 124px;
	width: 573px;
}

.wide {
	background: url(/i/bigBox_bg.jpg) left repeat-y;
	padding-bottom: 15px;
	width: 777px;
}


/* --- Box 2 --- { --- */

.box2_t {
	background: url(/i/box2_bgt.jpg) left top repeat-x;
	height: 37px;
}

.box2_t h3 {
	height: 24px;
	padding: 12px 0 0 5px;
	margin-left: -7px;
	position: relative;
	z-index: 100;
}

.box2_t h3.icon_plane {
	background: url(/i/icon_plane.gif) left 5px no-repeat;
	padding: 12px 0 0 32px;
}
.box2_t h3.icon_hotels {
	background: url(/i/icon_hotels.gif) left 5px no-repeat;
	padding: 12px 0 0 32px;
}

.box2_lt {
	background: url(/i/box2_lt.jpg) left top no-repeat;
	height: 37px;
	padding-left: 15px;
}

.box2_rt {
	background: url(/i/box2_rt.jpg) right top no-repeat;
	height: 37px;
	padding-right: 15px;
}

.box2 {
	background-color: #E1E5E8;
	border-left: 1px solid #A6AFB6;
	border-right: 1px solid #A6AFB6;
}

.box2_b {
	background: url(/i/box2_b.jpg) left bottom no-repeat;
	height: 15px;
}

.txt {
	padding: 20px 15px;
}

.txt p {
	padding-bottom: 12px;
}

/* --- } --- Box 2 --- */






.map {
	background: url(/i/map.jpg) left top no-repeat;
	height: 284px;
	display: block;
	border-top: 1px solid #EEEFF1;
	border-bottom: 1px solid #C2C7CB;
	clear: both;
}

.steps {
	display: block;
	height: 24px;
	padding: 7px 0 0 12px;
	border-bottom: 1px solid #C2C7CB;
	border-left: 1px solid #EEEFF1;
	border-right: 1px solid #EEEFF1;
	background: #C7D0D7;
}
.steps li {
	display: block;
	float: left;
	height: 24px;
	font-size: 10px;
	color: #686866;
	padding-right: 18px;
}
.steps li.last {
	padding: 0;
}

.steps li span,
.steps li b {
	display: block;
	float: left;
}

.steps li span {
	width: 18px;
	padding: 3px 0 0 7px;
	height: 21px;
	background: url(/i/home_steps.gif) left top no-repeat;
}

.steps li b {
	padding: 3px 0 0 0;
	height: 21px;
}

.steps .active {
	padding: 0;
	margin-right: 18px;
	color: #2B88C3;
}

.steps .active span {
	background: url(/i/home_steps_.gif) left top no-repeat;
	color: #FFF;
}

.steps .active b {
}







.form_steps {
	/*background-color: #B2E1FB;
	border-top: 1px solid #DCF2FF;
	border-bottom: 1px solid #92CAEF;
	border-left: 1px solid #2CADF1;
	border-right: 1px solid #2CADF1;*/
	padding: 0 1px 1px 1px;
}



.blueBg,
.form_fields .tbl .blueBg {
	/*background-color: #E0F4FF;*/
	background-color: #ECEDEE;
}

.blueBg2,
.form_fields .tbl .blueBg2 {
	/*background-color: #D6ECF8;*/
	background-color: #E6E6E6;
}

.blueBg3,
.form_fields .tbl .blueBg3 {
	/*background-color: #D0EDFD;
	color: #006BB1;*/
	background-color: #E6E6E6;
	color: #585858;
}


.blueBox_lt {
	background: #E0E0E0 url(/i/blue_box_lt.gif) left top no-repeat;
	margin-top: 5px;
}
.blueBox_rt {
	background: url(/i/blue_box_rt.gif) right top no-repeat;
}
.blueBox_rb {
	background: url(/i/blue_box_rb.gif) right bottom no-repeat;
}
.blueBox_lb {
	background: url(/i/blue_box_lb.gif) left bottom no-repeat;
	padding: 12px;
	height: 40px;
}




.orangeBg1,
.form_fields .tbl .orangeBg1 {
	background-color: #FDFBEC;
}

.orangeBg2,
.form_fields .tbl .orangeBg2 {
	background-color: #F9ECBF;
}

.orangeBg3,
.form_fields .tbl .orangeBg3 {
	background-color: #FFDF87;
}

.orangeBg4,
.form_fields .tbl .orangeBg4 {
	background-color: #FFD46F;
}

.orangeBg5,
.form_fields .tbl .orangeBg5 {
	background-color: #FFF1BA;
}

.orangeBg6,
.form_fields .tbl .orangeBg6 {
	background-color: #FDF3C6;
}






.info {
	padding: 10px 13px;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
}

.info_b {
	border-bottom: 1px solid #C2C7CB;

}

.form_fields {
	padding: 4px;
}

.icon_plane_sm {
	display: block;
	height: 16px;
	padding-left: 24px;
	padding-top: 3px;
	background: url(/i/icon_plane_sm.gif) left top no-repeat;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.icon_plane_sm2 {
	display: block;
	height: 16px;
	padding-left: 24px;
	padding-top: 3px;
	background: url(/i/icon_plane_sm2.gif) left top no-repeat;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.form_fields .tbl th,
.form_fields .tbl2 th,
.form_fields .tbl3 th {
	/*background-color: #86C9FD;*/
	background-color: #C4C9CC;
	color: #FFF;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #D7EDFB;
}

.form_fields .tbl td,
.form_fields .tbl2 td {
	background: url(/i/dots_h.gif) left bottom repeat-x;
	color: #585858;
}

.form_fields .tbl3 td {
	border-bottom: 1px solid #C5DFF0;
	padding: 10px;
}
.form_fields .tbl3 td td {
	border: none;
	padding: 0;
}

.form_fields .tbl td {
	padding: 5px;
}

.form_fields .tbl2 td {
	padding: 10px 5px;
}

.form_fields .tbl td td,
.form_fields .tbl2 td td {
	padding: 0;
	background: none;
}

#middleColumn .form_fields .tbl td {
	vertical-align: middle;
}

#middleColumn .form_fields .tbl td td {
	padding: 2px 0;
	background: none;
}

#middleColumn .tbl2 .row1 td {
	background-color: #D6DBDF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background-image: none;
	padding: 5px 7px;
}

#middleColumn .none td {
	background-image: none;
	border: none;
}

#content #middleColumn .dots_v {
	background: url(/i/dots_v.gif) right top repeat-y;
}

#content #middleColumn .blueBg3 {
	background-color: #E6E6E6;
	color: #585858;
}



#middleColumn .nav_links td {
	vertical-align: middle;
}
.nav_links a {
	font-size: 11px;
	font-weight: bold;
}


.blueTbl {
	width: 100%;
}

.blueTbl td {
	padding: 5px 15px 5px 20px;
}
#wrapper #middleColumn .blueTbl td td {
	padding: 0;
	border: none;
	vertical-align: middle;
}
.blueTbl .row1 {
	border-bottom: 1px solid #C0C7CD;
}
.blueTbl .row2 {
	border-top: 1px solid #EFF9FF;
}



.blueTbl2 .row1 {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D2DB;
}
.blueTbl2 .row2 {
	border-top: 1px solid #EFF9FF;
	padding-top: 7px;
}



/* --- Box 3 --- { --- */

.box3_t {
	background: url(/i/box3_bgt.jpg) left top repeat-x;
	height: 38px;
}

.box3_lt {
	background: url(/i/box3_lt.jpg) left top no-repeat;
	height: 38px;
	padding-left: 15px;
}

.box3_rt {
	background: url(/i/box3_rt.jpg) right top no-repeat;
	height: 25px;
	padding: 12px 15px 0 0;
}

.box3 {
	padding: 14px 13px 0 13px;
	background-color: #FFF;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.box3_txt {
	padding: 15px;
}

.box3_txt .row1 td {
	border-top: 1px solid #DBF2FF;
}

.box3_txt .row2 td {
	border-bottom: 1px solid #DBF2FF;
	padding: 2px 6px;
}

.box3 p, .box3_bg p {
	padding-bottom: 12px;
}
.box3_bg {
	background: #FFF url(/i/box3_bg.gif) left top repeat-y;
}

.box3_bg_ins {
	padding: 14px 13px 0 13px;
}

.box3 .date,
.box3_bg .date {
	display: block;
	padding-bottom: 3px;
}

.box3_b {
	background: url(/i/box3_b.jpg) left bottom no-repeat;
	height: 16px;
}

.box3_ins {
	background-color: #DBF2FF;
}

.box3_ins_t {
	background: url(/i/box3_ins_bg.jpg) repeat-y;
	padding: 14px 13px 0 13px;
}

/* --- } --- Box 3 --- */





#rightColumn {
	width: 195px;
	background: url(/i/box3a_bg.jpg) left repeat-y;
	padding-bottom: 124px;
}


/* --- Box 4 --- { --- */

#rightColumn .box4,
#rightColumn .box4 .box4_t,
#rightColumn .box4 .box4_b,
#rightColumn .box4 .box4_t2 {
	display: block;
	width: 195px;
}

.box4 {
	background: #DBDCDE url(/i/box4_bg.jpg) center 15px no-repeat;
	position: relative;
	width: auto;
	height: auto;
}

.box4_t {
	background: url(/i/box4_t.jpg) left top no-repeat;
	padding-top: 33px;
}

.box4_t2 {
	background: url(/i/box4_t.jpg) left top no-repeat;
	padding-top: 15px;
}

.box4_ins {
	padding: 10px 20px 0 15px;
	color: #025287;
}

.box4_ins .date {
	color: #FFF;
	font-size: 10px;
	padding-bottom: 4px;
}

.box4_ins h1 {
	font-size: 16px !important;
}

.box4_ins #offerdesc {
	height: 90px;
}

.box4_b {
	background: url(/i/box4_b.jpg) left bottom no-repeat;
	padding-bottom: 15px;
	margin-top: 15px;
}

.box4_t2 .box4_b {
	margin: 0;
}

.box4 .ttl {
	padding: 0 0 10px 14px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin-top: -2px;
	background: #DBDCDE url(/i/box4_bg.jpg) no-repeat scroll center top
}

.box4 .ttl_ins {
	background-color: #BDC1C4;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 0 10px 12px;
}

.box4 div.row1 {
	border-left: 1px solid #BFC3C6;
	border-right: 1px solid #BFC3C6;
	background-color: #E0E1E3;
}
.box4 div.row2 {
	border-left: 1px solid #BFC3C6;
	border-right: 1px solid #BFC3C6;
	background-color: #EEEEEE;
}
.box4 div.row3 {
	border-left: 1px solid #DBDCDE;
	border-right: 1px solid #DBDCDE;
	background-color: #DBDCDE;
}


.box4 .row_t {
	border-top: 1px solid #F7F7F7;
}

.box4 .row_b {
	border-bottom: 1px solid #C8CDD1;
}

.box4 .row_padd {
	padding: 7px 8px;
}

.box4 .padd_t td {
	padding: 5px 0 0 8px;
}
.box4 .padd_b td {
	padding: 0 0 5px 8px;
}

.row_padd p {
	padding: 5px 0;
}

.pages {
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 99;
}

.pages li {
	display: inline;
}

.pages li a {
	display: block;
	float: left;
	width: 19px;
	height: 16px;
	padding-top: 3px;
	background: url(/i/page_.gif) left top no-repeat;
	background: url(/i/page.gif) left top no-repeat;
	color: #686868;
	text-decoration: none;
	font-size: 10px;
	margin-right: 5px;
	text-align: center;
}

.pages li a:hover,
.pages li a.act,
.pages li a.act:hover {
	background: url(/i/page_.gif) left top no-repeat;
	text-decoration: none;
	color: #FFF;
}


.img_frame {
	width: 193px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: url(/i/img_frame_bg.gif) left top repeat-y;
	padding: 0 0 0 1px;
}

.img_frame_t {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}

.img_frame_b {
	position: absolute;
	z-index: 100;
	bottom: -1px;
	left: 0;
	display: block;
	height: 33px;
	width: 177px;
	background: url(/i/img_frame_b.gif) left bottom no-repeat;
	text-align: right;
	color: #FFF;
	padding: 0px 18px 0 2px;
}

html>body .img_frame_b {
	bottom: 0;
}

.img_frame span {
	font-weight: bold;
	font-size: 13px;
}

.img_frame b {
	font-weight: normal;
	font-size: 23px;
	padding: 0 4px;
}
/**

.img_frame {
	padding-top: 18px;
	text-align: center;
	position: relative;
	height: 300px;
}

.img_frame p {
	position: absolute;
	bottom: 2px;
	right: 0;
	display: block;
	width: 142px;
	height: 32px;
	color: #FFF;
	text-align: center;
	padding: 4px 0 0 0;
}

html>body .img_frame p {
	bottom: 0;
	right: 0;
}

.img_frame span {
	font-weight: bold;
	font-size: 16px;
}

.img_frame b {
	font-weight: normal;
	font-size: 23px;
	padding: 0 4px;
}
*/
/* --- } --- Box 4 --- */









/* --- Box 5 --- { --- */

.box5 {
	background: url(/i/box5_bg.jpg) repeat-x;
	height: 98px;
	color: #FFF;
}

.box5_l {
	background: url(/i/box5_l.jpg) left top no-repeat;
	height: 98px;
	padding-left: 25px;
}

.box5_r {
	background: url(/i/box5_r.jpg) right top no-repeat;
	height: 86px;
	padding-right: 25px;
	padding-top: 12px;
}

.box5_r td img {
	margin-bottom: 4px;
	border: 1px solid #C8CBC9;
}

#wrapper .box5 td {
	text-align: left;
}

/* --- } --- Box 5 --- */





/* --- Box 7 --- { --- */

#wrapper #content .box7 {
	background: url(/i/box7_bg.jpg) repeat-y;
}

td.box7 {
	padding-bottom: 10px;
}

.box7_b {
	background: url(/i/box7_b.jpg) left top no-repeat;
	height: 14px;
}

/* --- } --- Box 7 --- */


/* --- Form Elements --- { --- */

input,
select,
.shortInput,
.shortInput2,
.normalInput1,
.normalInput2,
.mediumInput1,
.mediumInput2,
.longInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #777;
}


input,
select,
input.shortInput,
input.shortInput2,
input.normalInput1,
input.normalInput2,
input.mediumInput1,
input.mediumInput2,
input.longInput {
	padding-left: 3px;
	/*padding-right: 3px;*/
}

#wrapper input.radio {
	background-color: transparent;
	border: none;
}

.shortInput {
	width: 35px;
}
input.shortInput {
	width: 29px;
}

.shortInput2 {
	width: 45px;
}
input.shortInput2 {
	width: 39px;
}

.normalInput1 {
	width: 120px;
}
input.normalInput1 {
	width: 114px;
}

.normalInput2 {
	width: 140px;
}
input.normalInput2 {
	width: 134px;
}

.mediumInput1 {
	width: 154px;
}
input.mediumInput1 {
	width: 148px;
}

.mediumInput2 {
	width: 190px;
}
input.mediumInput2 {
	width: 184px;
}

.subscribeForm .mediumInput2 {
	margin: 5px 0;
}

.longInput {
	width: 250px;
}
input.longInput {
	width: 244px;
}


.bnt_35,
.bnt_70,
.bnt_90 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	border: none;
}

.bnt_35 {
	background: url(/i/btn_35.gif) no-repeat;
	width: 35px;
	padding: 1px 0 3px 0;
	height: 19px;
}

.bnt_70 {
	background: url(/i/btn_70.gif) no-repeat;
	width: 72px;
	padding: 1px 0 4px 0;
	height: 18px;
}

.bnt_90 {
	background: url(/i/btn_90.gif) no-repeat;
	width: 93px;
	padding: 0 0 3px 0;
	height: 24px;
}

/* --- } --- Form Elements --- */







/* --- Sub Content - Home --- { --- */

#subContent {
	position: absolute;
	left: 0;
	bottom: 86px;
	width: 976px;
	z-index: 100;
    margin-bottom: 15px;
}

#subContent2 {
	position: absolute;
	left: 0;
	bottom: 86px;
	width: 976px;
	z-index: 100;
	margin-bottom: 15px;
}

#subContent .left {
    width: 189px;
    background: url(/i/box1_b.jpg) -1px bottom no-repeat;
}
html>body #subContent .left {
    background: url(/i/box1_b.jpg) left bottom no-repeat !important;
}

#subContent .right {
	text-align: right;
}
#subContent .right td {
	text-align: left;
}

/* --- } --- Sub Content - Home --- */





/* --- Partners --- { --- */


#partners {
	clear: both;
	padding: 15px 0;
	width: 976px;
	position: relative;
}

#partners .tbl {
	width: 960px;
	border-bottom: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	margin: 0 auto;
}

#partners .tbl td {
	padding: 15px 0;
}

/* --- } --- Partners --- */





#footer {
	padding: 8px 48px 25px 0;
	margin-right: 10px;
	text-align: right;
}

#footer a,
#footer a:hover {
	text-decoration: none;
}

.txt_t {
	background: #DBDCDE url(/i/txt_t.jpg) left top no-repeat;
	padding: 25px 20px 5px 20px;
}

.txt_t .txt1 {
	font-size: 15px;
	line-height: 20px;
	color: #404040;
	font-weight: bold;
}

.txt_t .txt2 {
	color: #404040;
}

.txt_t .txt2 p {
	padding-bottom: 10px;
}

.txt_b {
	background: url(/i/txt_b.gif) left bottom no-repeat;
	height: 16px;
}

.ttl1 {
	color: #81E3FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	padding-left: 18px;
	padding-bottom: 7px;
}

.ttl2 {
	color: #DADCDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 44px;
	padding-left: 18px;
	letter-spacing: -3px;
}

.ttl3 {
	font-size: 13px;
	color: #3099D5;
	display: block;
}

#wrapper .whiteText {
	color: #FFF;
}

.txt_thmb {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/txt_thmb.png', sizingMethod='scale');
}
html>body .txt_thmb {
  background: url(/i/txt_thmb.png) no-repeat !important;
  filter: none !important;
}



/* --- Pages Nav --- { ---  */

.page_nav {
	padding: 10px 0;
	text-align: center;
}
#wrapper .page_nav table td {
	vertical-align: middle;
	font-size: 11px;
}
.page_nav table td span {
	padding: 0 5px;
}
.page_nav table td span.curr {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}


/* --- } --- Pages Nav ---  */

#printButton {
	text-align:right;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	left: 0px;
	top: 0px;
}


.box4_ins a {
	text-decoration:none;
}
.box4_ins  a:hover {
	text-decoration:underline;
}

.so_href a {
	text-decoration:none;
}
.so_href a:hover {
	text-decoration:underline;
}

.middle2 {
    background: url(/i/mdl_bg2.gif) left top repeat-y;
    padding-bottom: 124px;
    width: 573px;
}




.box8_t {
	background: url(/i/box8_t.gif) left top no-repeat;
	padding: 17px 0 0 0;
}
.box8 {
	background-color: #EFF0F1;
	padding: 10px 13px 0 13px;
}
.box8_b {
	background: #EFF0F1 url(/i/box8_b.gif) left bottom no-repeat;
	padding: 0 13px 17px 13px;
}

.normalText p {
	padding-bottom: 10px;
}

.dash {
	background: url(/i/dash.gif) left center repeat-x;
	padding: 15px 0;
}

.icon_fire,
.icon_star {
	color: #5D5D5D;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	padding-left: 25px;
}

.icon_fire {
	background: url(/i/icon_fire.gif) left top no-repeat;
	padding-top: 3px;
	height: 16px;
}
.icon_star {
	background: url(/i/icon_star.gif) left top no-repeat;
	padding-top: 3px;
	height: 16px;
}



/* --- Box 9 --- { ---  */

.box9_t {
	background: url(/i/box9_t.jpg) left top no-repeat;
	padding-top: 15px;
}
.box9 {
	background-color: #DBDCDE;
	padding: 0 12px;
	color: #424345;
}
.box9_b {
	background: url(/i/box9_b.jpg) left bottom no-repeat;
	padding-bottom: 15px;
}


/* --- } --- Box 9 ---  */

#popUp #header {
	padding-left: 10px;
	background-color: #FFF;
	position: relative;
	z-index: 10;
}
#popUp .slogan {
	left: 165px;
	color: #0071BB;
}


#popUp #header .lang {
    right: 12px;
    background-image: url(/i/lang_bg.gif);
}

#popUp .slogan {
	left: 165px;
	color: #0071BB;
}
#popUp #tabs {
	height: 25px;
	border-bottom: 4px solid #B8B8B8;
	padding-left: 15px;
	background-color: #FFF;
}

	#popUp #tabs ul,
	#popUp #tabs ul li,
	#popUp #tabs ul li a {
		display: block;
		height: 25px;
	}
#popUp #tabs ul li,
#popUp #tabs ul li a,
#popUp #tabs ul li a span {
float: left;
}
	#popUp #tabs ul li a {
		color: #575757;
		background: url(/i/tabs.gif) left bottom no-repeat;
		padding-left: 30px;
		font-size: 11px;
		text-decoration: none;
	}
	#popUp #tabs ul li a span {
		display: block;
		height: 18px;
		background: url(/i/tabs.gif) right bottom no-repeat;
		padding: 7px 30px 0 0;
		cursor: pointer;
	}
	
	#popUp #tabs ul li a:hover,
	#popUp #tabs ul li .act {
		color: #FFF;
		background: url(/i/tabs.gif) left top no-repeat;
		text-decoration: none;
	}
	#popUp #tabs ul li .act {
		font-weight: bold;
	}
	#popUp #tabs ul li a:hover span,
	#popUp #tabs ul li .act span {
		background: url(/i/tabs.gif) right top no-repeat;
	}
	
#popUp .content {
	padding: 10px 15px;
}
#popUp .content p {
	padding-top: 14px;
	width:		520px;
}

#popUp .ttl {
	font-size: 14px;
	font-weight: bold;
	color: #5597BF;
}

hr {
	border:0;
	height: 1px;
	border-bottom: 1px dashed #999999;
}

.box4 .ttl {
 width: 181px;
}

.box4 .row1,
.box4 .row2,
.box4 .row3 {
 width: 193px;
}

/* --- Box 10 --- { ---  */

.box10_t {
	background: url(../i/box10_tb.gif) left top no-repeat;
	padding-top: 15px;
}

.box10 {	
}

.box10_b {
	background: #CBDDE8 url(../i/box10_tb.gif) right bottom no-repeat;
	padding: 0 8px 15px 12px;
	color: #434343;
	font-size: 10px;
}

.box10_b .inpt {
	border-left: 1px solid #7F9DB9;
	border-top: 1px solid #7F9DB9;
	margin-bottom: 8px;
}


.box10_b td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.box10_b .td {
	padding-top: 1px;
}
.box10_b .td2 {
	padding-bottom: 8px;
}

/* --- } --- Box 10 ---  */


div.box11 {
	background-color: #EAEEF1;
	border-left: 1px solid #A9AEB1;
	border-right: 1px solid #A9AEB1;
	padding: 15px 25px;
}

table.box11 .lb,
table.box11 .b,
table.box11 .rb {
	height: 15px;
}

table.box11 .lb,
table.box11 .rb {
	width: 15px;
}

table.box11 .lb {
	background: url(../i/box11_b.gif) left bottom no-repeat;
}
table.box11 .rb {
	background: url(../i/box11_b.gif) right bottom no-repeat;
}

#wrapper table.box11 .b {
	background-color: #EAEEF1;
	vertical-align: bottom;
}
table.box11 .b img {
	background-color: #A9AEB1;
	width: 100%;
}


.form .shortInput,
.form .shortInput2,
.form .normalInput1,
.form .normalInput2,
.form .mediumInput1,
.form .mediumInput2,
.form .longInput {
	margin: 3px 0 12px 0;
	padding: 2px;
}

.err {
	color: #CC0000;
}

#partners .tbl {

	height:71px;

}