body {
  background-color: #fff;
  font-family: sans-serif, arial;
  font-size: 14px;
  color: #414042;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4
{
    color: #b11116;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}


img {
  border: 0;
}

#top  {
  height: 81px;
}

#top .left{
  background: #db4342 url(../images/top-left.png) no-repeat top right;
  width: 50%;
}

#top .main {
  width: 940px;
  display: block;
  background: #d73533 url(../images/top-background.png) no-repeat left top;
  height: 81px;
  position: relative;  	
  z-index: 99999;
}

#top .right{
  background: #d42922 url(../images/top-right.png) no-repeat top left;
  width: 50%;
}

#homeLink {
	display: block;
	position: absolute;
	height: 81px;
	width: 180px;
	left: 0;
	top: 0;
}

/*
#top #languages {
  position: absolute;
  left: 617px;
  top: 31px;
}

#top #languages .selector {
  background: transparent url(../images/top-lang-arrow.png) no-repeat top left;
  padding-left: 12px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  cursor: pointer;
}
*/

#top #fontsize {
  position: absolute;
  left: 744px;
  top: 27px;
  font-size: 14px;
}

#top #fontsize .icon {
  vertical-align: bottom;
  margin-right: 5px;
  cursor: pointer;
}

#top #search {
  position: absolute;
  left: 813px;
  top: 24px;
  /*background: transparent url(../images/top-search-icon.png) no-repeat top left;*/
  /*padding-left: 20px;*/
}

/*#top #search .input */
#top #search
{
  /*width: 110px;*/
  width: 120px;
  height: 30px;
  background: transparent url(../images/top-search-background.png) no-repeat 40px 0;
  display: table-cell;
  border: solid 0px yellow;
}

#top #search td:first-child
{
  width: 40px;
}

#top #search input[type="text"]
{
  /*width: 110px;*/
  width: 75px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0;
  background-color: transparent;
  border: solid 0px white;
  padding: 0;
  left: 18px;
  top: 7px;
  margin-top: 7px;
}

#top #search {
  padding: 0 17px;
}

#top .community-links {
	position: relative;
}

#top .community-links > ul {
	position: absolute;
  left: 25px;
  top: 12px;
  width: 110px;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top .community-links > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
  margin-right: 5px;
}

#top .community-links > ul > li > a {
  border: 0px;
}

#top .community-links > ul > li > a > img {
  display: block;
  width: 16px;
  height: 16px;
}

#middle .left{
  width: 50%;
}

#middle .main {
  width: 960px;
}

#middle .right{
  width: 50%;
}

.contentRight {
	font-size: 85%;
}

#lang_dropdown
{
    display: none;
    position: absolute;
    /*padding-top: 7px;*/
    z-index: 2000;
	left: 10px;
	top: 15px;
}

#lang_box
{
    background: url(../images/top-panel-submenu-bg.png) repeat scroll 0 0 transparent;
    border: 1px solid #B11116;
    text-shadow: 2px 2px 3px #000000;
    width: 100px;
    padding: 5px 0 5px 10px;
	/* */
	position: relative;
	z-index: 99999;
	
}

#lang_dropdown a
{
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}

/* Menu */

.leftMenuBar, .rightMenuBar, .leftMenuBarBig, .rightMenuBarBig
{
    width: 15px;
    height: 19px;
    color: #ab1215;
}

.leftMenuBarBig, .rightMenuBarBig
{
    height: 32px;
}

.leftMenuBar {
    background: url(../images/menuBarLeft.png) no-repeat 0 0;
}

.rightMenuBar
{
    background: url(../images/menuBarRight.png) no-repeat top right;
}

.leftMenuBarBig
{
    background: url(../images/menuBarLeftBig.png) no-repeat 0 0;
}

.rightMenuBarBig
{
    background: url(../images/menuBarRightBig.png) no-repeat top right;
}

.centerMenuBar, .centerMenuBarBig 
{
    background-color: #ab1215;
    color: #fff;
    text-align: center;
}

.centerMenuBarBig 
{
	width: 215px;
}

/* ---------------
   TOPMENU
--------------- */
#topmenuzone .left{
  width: 50%;
}

#topmenuzone .main {
  width: 960px;
}

#topmenuzone .right{
  width: 50%;
}


#middle .left{
  width: 50%;
}

#middle .main {
  width: 960px;
}

#middle .right{
  width: 50%;
}


#topmenu {

  width: 100%;
  height: 43px;
  background: transparent url(../images/top-shadow.png) no-repeat top center;
  padding: 0 10px 20px 10px;
  /*position: relative;*/
}

/*
#top
{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
*/

#topmenu ul, #topmenu li { margin: 0; padding: 0; }

#topmenu ul.subCMSListMenuUL a
{
    color: #fff;
    background: transparent url(../images/submenuBg-gray.png) repeat scroll 0 0;
}

#topmenu ul.subCMSListMenuUL
{
    /*
    background: transparent url(../images/submenuBg-gray.png) repeat scroll 0 0;
    */
    z-index: 999;
    border: solid 1px #C2C2C2;
}

#topmenu ul.subCMSListMenuUL a.oddMenuLink
{
    background: transparent url(../images/submenuBg-white.png) repeat scroll 0 0;
    color: #414042;
}


#topmenu li.mainCMSListMenuHighlightedLIfirst,
#topmenu li.mainCMSListMenuLIfirst,
#topmenu li.mainCMSListMenuLI,
#topmenu li.mainCMSListMenuHighlightedLI
{
    float: left;
    list-style: none outside none;
    margin: 0;
    /*padding:  0 10px 0 14px; */
    padding:  0 0px 0 4px;
    background: transparent url(../images/topmenu-spacer.png) 0 .3em no-repeat;
    list-style-type: none;
    position: relative;
    /**/
    /*display: inline; */
    /*width: 11.5em;*/
    height: 43px;
    line-height: 43px;
	z-index: 999;
}

#topmenu a.mainCMSListMenuLinkHighlighted,
#topmenu a.mainCMSListMenuLink {

    display: block;
    height: 19px;
    line-height: 19px;
    margin-top: 21px;
    padding: 0 12px 0 6px;

    /*
    height: 43px;
    line-height: 43px;
    */
}

#topmenu a.mainCMSListMenuLinkHighlighted:hover,
#topmenu a.mainCMSListMenuLink:hover,
#topmenu a.mainCMSListMenuLinkHighlighted
{
    /*background: #ae1212 url(../images/menuTopRight.png) top right no-repeat;*/
    background: transparent url(../images/menuTopRight.png) right center no-repeat;
    color: #fff;
}

#topmenu li.subCMSListMenuHighlightedLIfirst,
#topmenu li.subCMSListMenuLIfirst,
#topmenu li.subCMSListMenuLI,
#topmenu li.subCMSListMenuHighlightedLI
{
    list-style-type: none;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

#topmenu a.subCMSListMenuLinkHighlighted,
#topmenu a.subCMSListMenuLink {

    display: block;
    height: 24px;
    line-height: 24px;
    /*color: #fff;*/
    padding: 0 5px 0 10px;
    /*
    background: transparent url(../images/submenuBg-gray.png) repeat scroll 0 0;
    color: #fff;
    */
    /*padding-left: 20px;     */
}

div#topmenu li:hover ul ul,
div#topmenu li li:hover ul ul,
div#topmenu li li li:hover ul ul,
div#topmenu li li li li:hover ul ul
{display:none;}

div#topmenu li:hover ul
/*div#topmenu li li:hover ul,
div#topmenu li li li:hover ul,
div#topmenu li li li li:hover ul*/
{

/*
    display:block;
*/
    /*
    */
    position: absolute;
    display: block;
    left: 0;
    top: 43px;
    /*width: 100%;*/

}

#topmenu li:hover li, #navbar li.hover li {
   /*float: left; */
}



#topmenu li:first-child, #topmenu li.mainCMSListMenuHighlightedLIfirst {background:none; padding-left:0;}

#topmenu li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: black;
  text-decoration: none;
}

#topmenu li ul {
    display: none;
    position: absolute;
    top: auto;
    z-index: 500;
}



#topmenu .link {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
}

#topmenu .link a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: black;
  text-decoration: none;
}

#topmenu .link a:hover {
  color: red;
}

#topmenu .spacer {
  background: transparent url(../images/topmenu-spacer.png) no-repeat top center;
  width: 4px;
  height: 43px;
  display: table-cell;
  padding: 0 10px;
}


/* --------------------------------------------------
   BIGBANNER
   Slide (mouse over animation) images on home page
-------------------------------------------------- */

#bigbanner .left{
  width: 50%;
  background: #fff url(../images/shadow-left1.png) no-repeat center right;
}

#bigbanner .main {
  width: 960px;
}

#bigbanner .right{
  width: 50%;
}

.main a {
	color: #B11116;
}

/* -----------------------------------
   PAGECONTENT
   Main content area (on sub pages)
----------------------------------- */

#pagecontent .left{
  width: 50%;
  background: #fff url(../images/shadow-left2.png) no-repeat top right;
}

#pagecontent .main {
  width: 960px;
}

.zoneContent
{
    padding: 0 10px;
}

#pagecontent .right{
  width: 50%;
}

.contentLeft
{
    width: 300px;
}

.contentSpace
{
    width: 20px;
}

.contentRight
{
    width: 620px;
}



/* ----------------------------------------------------
   DUALBLOCK
   Home page dual block element (news + blue banner)
---------------------------------------------------- */

#dualblock .left, #footer .left {
  width: 50%;
  background: #fff url(../images/shadow-left2.png) no-repeat center right;
}

#dualblock .main {
  width: 960px;
}

#dualblock .right{
  width: 50%;
}

#dualblock #container .leftbox,
#dualblock #container .rightbox{
  width: 460px;
  height: 210px;
  vertical-align: top;
}

#dualblock #container .rightbox {
  text-align: right;
}

#dualblock .spacer {
  width: 20px;
  height: inherit;
  background: transparent url(../images/line-vertical.png) repeat-x left top;
  display: table-cell;
}

#dualblock #news {
  position: relative;
  width: inherit;
  height: inherit;
}

#dualblock #news .title {
  color: #b11116;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
}

#dualblock #news .arrows {
  position: absolute;
  right: 10px;
  top: 10px;
}

#dualblock #news .arrow {
  position: relative;
  top: -5px;
  cursor: pointer;
  padding: 2px;
}

#dualblock #news .data {
  position: absolute;
  top: 40px;
  left: 10px;
  width: inherit;
  vertical-align: top;
  font-size: 12px;
  color: #414042;
}

#dualblock #news .image {
  float: left;
  margin: 0 10px;
}

#dualblock #news .more {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

#dualblock #news .more a {
  /*font-size: 13px;*/
  font-weight: bold;
  color: #414042;
  text-decoration: none;
}

#dualblock #news .more a:hover {
  color: black;
}

/* ---------------------------------------------
   TICKER
   Home page News and Exchange Rates info box
---------------------------------------------- */

#ticker .left{
  width: 50%;
}

#ticker .main {
  width: 960px;
}

#ticker .right{
  width: 50%;
}

#ticker #container {
  background: transparent url(../images/ticker-background.png) repeat-x right top;
  height: 86px;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
}

#ticker .title {
  font-size: 13px;
  font-weight: bold;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}

#ticker .text {
  display: table-cell;
  font-size: 13px;
  padding-left: 20px;
}

#ticker #news,
#ticker #rates {
	width: 920px;
}

#ticker #news {
  position: absolute;
  top: 27px;
  left: 20px;
}

#ticker #news .title {
  color: #003f80;
}

#ticker #news .head {
  color: #003f80;
  font-weight: bold;
}

#ticker #news .details {
  color: #000;
  font-weight: normal;
}

#ticker #rates {
  position: absolute;
  top: 62px;
  left: 20px;
}

#ticker #rates .text span {
  display: table-cell;
  vertical-align: middle;
}

#ticker #rates .title {
  color: #b11116;
}

#ticker #rates .flag {
  padding-right: 10px;
}

#ticker #rates .rate1 {
  color: #b11116;
  font-weight: bold;
  padding-right: 10px;
}

#ticker #rates .rate2 {
  color: #003f80;
  font-weight: bold;
  padding-right: 40px;
}

/* ----------------------------------------------------------------------
   FOOTER
   Columns with site map and subscribe feature (Facebook, Tweeter, etc)
----------------------------------------------------------------------- */

#footer .left{
  width: 50%;
}

#footer .main {
  width: 960px;
}

#footer .right{
  width: 50%;
}

.footerTop
{
    background: url(../images/footer-top.png) no-repeat 0 0;
    height: 28px;
    width: 960px;
}

#footer #container {
  font-size: 11px;
  margin-bottom: 15px;
  margin-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .column {
  padding: 0 10px 20px 0;
  width: 15%;
  vertical-align: top;
}

#footer .spacer {
  border-left: solid 1px #d5d5d5;
  padding-right: 10px;
}

#footer .title,
#footer .link {
  display: block;
  color: #414042;
  padding-top: 4px;
}

#footer .link a,
#footer .title a
 {
  color: #414042;
  text-decoration: none;
}

#footer .link a:hover,
#footer .title a:hover
 {
  color: red;
  text-decoration: underline;
}

#footer .title {
  margin-bottom: 20px;
  white-space: nowrap;
}

#footer .column .icons {
  margin-top: 20px;
}

#footer .column .icon {
  vertical-align: top;
  padding-right: 20px;
}

/* -------------------
   COPYRIGHT
   Very bottom info
-------------------- */

#copyright .left{
  width: 50%;
}

#copyright .main {
  width: 940px;
}

#copyright .right{
  width: 50%;
}

#copyright #container {
  background: transparent url(../images/copyright-background.png) no-repeat center top;
  height: 50px;
  text-align: center;
  padding: 20px 0;
  color: #0a408a;
  font-size: 14px;
}



/* Home/Slider */
#bigbanner ul, #bigbanner li {margin:0; padding:0;}
.sm
{
    list-style:none; width: 940px; height: 375px; display:block; overflow:hidden;		
}
.sm li
{
    float:left; display:inline; overflow:hidden;
    position: relative;
	z-index: 10;
}

.sm a
{
    text-decoration: none;
}

/**/
.sm .slide
{

}
/**/

.sm .line1 , .sm .line2
{
    cursor: pointer;
    display: none;
    position: absolute;
    left: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 18px 0 18px;
    font-size: 18px;
    font-weight: bold;
}

.sm .line1
{
    top: 268px;
    background-color: #fff;
    color: #A61E22;
}

.sm .line2
{
    top: 312px;
    background-color: #065596;
    color: #fff;
}


/*#BreadCrumbs#*/
.CMSBreadCrumbsLink, .CMSBreadCrumbsCurrentItem, .BreadCrumbsText
{
    color: #b11116;
    text-decoration: none;
}


/* Left Menu */
.leftCMSTreeMenuTable
{
   width: 100%;
}

.leftTableTop
{
    background: url(../images/left-menu-hr.png) no-repeat 0 0;
    height: 4px;
    width: 300px;
}

.leftCMSTreeMenuItem, .leftCMSTreeMenuSelectedItem
{
    background: #fff url(../images/left-menu-hr.png) no-repeat bottom center;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    /*line-height: 40px;*/
    /*padding: 4px 0;    */
}

.leftCMSTreeMenuItem a
{
    text-decoration: none;
    color: #414042;
	/* */
	width: 215px;
	margin-left: 42px;	
	display: block;
}

.leftCMSTreeMenuSelectedLink
{
    color: #b11116;
    text-decoration: none;
}

.centerMenuBar .leftCMSTreeMenuSelectedLink {
	color: #FFFFFF;
}

/* Offices */
/*officeListMap*/

.GeneralList .Header {
    /*background: url("../App_Themes/CorporateSite/Images/genbackground.gif") repeat-x scroll left top #000000;*/
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 5px;
}

.GeneralList .Header a {
    color: #B11116;
    font-weight: bold;
    text-decoration: none;
}


.officeListMap .GeneralList
{
    /*float: left;
    width: 188px; */
}

.officeListMap .Map
{
    /*float: left;*/
}

.officeListMap .zoneLeft {
    width: 250px;
}

.officeListMap .zoneRight {
    width: 440px;
}


.pagebox
{
    position: relative;
}

.pagebox h2
{
    color: #414042;
    padding-top: 0;
    margin-top: 0;
    font-weight: normal;
}

.backToTop {
	margin-bottom: 15px;
}

.backToTop a {
	color: #414042;
	text-decoration: none;
	background: url(../images/up-arrow.png) no-repeat right center;
	padding-right: 20px;
}

.pagebox .bleft,
.pagebox .bright,
.pagebox .vbar
{
    float: left;
}

.pagebox .btext
{
    /*font-size: 85%;*/
    margin-bottom: 15px;
}

.pagebox a.moreinfo
{
    color: #003f80;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    left: 315px;
    bottom: 30px;
    font-size: 118%;
}

.pagebox .bleft
{
    width: 295px;
}

.pagebox .vbar
{
    width: 25px;
    height: 231px;
    background: url(../images/box-vbar.png) no-repeat left top;
}

.pagebox .bright
{
    width: 300px;
}

.contentRight hr,
.pagebox .hbar, .pagebox .emptybar
{
    width: 100%;
    height: 5px;
    background: url(../images/box-hbar.png) no-repeat left center;
    padding: 10px 0 20px 0;
	border: none;
}

.pagebox .emptybar
{
    background: none;
}


/*#Global/Message & Errors labels#*/
.EditingFormErrorLabel, .EventManagerRegError, .ErrorLabel
{
	color: #ff0000;
}

.ErrorLabel {
	font-size: 125%;	
}



/*#Events#*/

.EventCalendar
{
	width: 100%;
}

.EventCalendar *
{
	padding: 0px;
}

.EventCalendar .Title
{
	background:#000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	height: 35px;
	font-weight: bold;
	vertical-align: middle;
}

.EventCalendar .Navigation
{
	font-weight: bold;
	width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.EventCalendar .DayHeader
{
	height: 25px;
	background-color: #222222;
	color: White;
	font-weight: bold;
	border-style: none;
	vertical-align: middle;
	font-size: 11px;
}

.EventCalendar .Day, .EventCalendar .OtherMonth, .EventCalendar .Weekend, .EventCalendar .Today
{
	height: 50px;
	padding: 3px;
	background-color: #eeeeee;
	font-size: 11px;
}

.EventCalendar .Today
{
	background-color: #222222;
	color: White;
	font-weight: bold;
}

.EventCalendar .Today a
{
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.EventCalendar .ContentEvent a

{
	margin-top: 3px;
	color: Orange;
	font-weight: bold;
}

.EventCalendar .OtherMonth
{
	color: Gray;
	background-color: White;
}

.EventManagerRegTitle
{
	display: block;
	color: #002756;
	font-weight: bold;
	margin-bottom: 5px;
}
.EventManagerOutlookLink
{
	display: block;
	margin-top: 5px;
}

.EventManagerRegLabel
{
	font-weight: bold;
}



.readmore
{
	width:80px;
}

.readmore a
{
	color: #003F80;
	text-decoration: none;
	font-weight: bold;
	font-size: 118%;
	cursor: pointer;
}

.leftMenu
{
	width: 50px;
	background: #fff url(../images/shadow-left2.png) no-repeat top right;
}

.tabCarieers td
{
	padding: 0px;
}

.tabCarieers
{
	border-spacing: 0px;
}

.tabForm
{
	background-color: #EFD2C4;
}

.tabForm td
{
	text-align: left;
	vertical-align: top;
}

.tabForm .bigger input
{
	width: 280px;
}

.tabForm .date input[type="text"]
{
	width: 130px;
}

.tabForm input[type="text"]
{
	width: 100%;
}

.tabForm2 textarea
{
	width: 100%;
	max-width: 600px;   
} 

.tabForm2 input[type="radio"]
{
	margin: 3px 3px 0px 10px   
} 

.IE9 .tabForm2 input[type="radio"], .IE8 .tabForm2 input[type="radio"], .IE7 .tabForm2 input[type="radio"]
{
	margin: 3px 3px 0px 6px   
} 

.tabForm2Header 
{
	color:white;
	background-color: #707173;      
}

.tabForm2 
{
	background-color: #ECECED;   
}

/* --------------------------------------------------
   SELECT COUNTRY
   Top Select Country widget
-------------------------------------------------- */

#top #languages
{
	position: absolute;
	left: 617px;
	top: 31px;
	color: white;
}

#top #countryListContainer
{
	position: relative;
	top: 35px;
}

#top #countryList
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 536px;
	height: 225px;	
	z-index:2000005;
	background: transparent url(../ZepterFinance/media/ZepterFinance/CountrySelector/selector_bg.png) no-repeat left top;
}

#top #countryList img
{
    border: solid 2px #aa1111;
    position: relative;
    top: 4px;
}

#top #countryList a
{
	color: white;
	font-size: 13px;
	text-decoration: none;
}

#top #countryList a:hover
{
	text-decoration: underline;
}

#top .country_item
{
    margin-top: 1px;
}

#top #div_select_country
{
	position: relative;
}
#top #select_country
{
    cursor: pointer;
	position: relative;
}