* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body { margin: 0; padding: 0; font-size: 14px; font-family: 'Open Sans'; line-height: 27px; background: #fff; color: #5e5e5e; }
h1, h2, h3, h4, h5, h6 { line-height: normal; margin: 0; }
img { border: 0; }
a { color: #237fa6; }
a:hover {color: #a9a9a9; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
form { margin: 0; padding: 0; }
p { margin: 0 0 25px; line-height: 22px; }
table { border-collapse: collapse; }
table tr th, table tr td { margin: 0; padding: 0; }
input:not([type=checkbox]):not([type=radio]), textarea, select { font: 400 14px 'Open Sans', Tahoma, Verdana, sans-serif; margin:6px 0 6px 18px; padding: 0; border:1px solid #ddd; text-indent:10px;color: #5e5e5e; height:34px;-moz-box-shadow: 0 0 7px rgba(68, 68, 68, 0.15) inset;  -webkit-box-shadow: 0 0 7px rgba(68, 68, 68, 0.15) inset; box-shadow: 0 0 7px rgba(68, 68, 68, 0.15) inset;}
input:focus, textarea:focus, select:focus { outline: none; }
hr {margin: 10px 0; border-top: 1px #CCCCCC; border-left: 0}
.clr { clear: both !important; height: 0; line-height: 0; font-size: 0;margin: 0 !important;  padding: 0 !important;}

header, nav, section, article, hgroup, figure, figcaption, footer { display: block; }


	h1 {font-size:42px;}
	h2 {font-size:36px;}
	h3 {font-size:30px;}
	h4 {font-size:24px;}
	h5 {font-size:18px;}
	h6 {font-size:16px;}

	/* Paddings */
	.p0 { padding: 0 !important; }

	/* Floats */
	.fleft { float: left !important; }
	.fright { float: right !important; }

	/* Width */
	.w100per {width:100%;}
	.width115 {width:115px !important;}
	.width190 {width:190px !important;}
	.width260 {width:260px !important;}
	.width300 {width:300px !important;}
	.width414 {width:414px !important;}
	.width475 {width:475px !important;}
	.width626 {width:626px !important;}

	/* Aligns */
	.acenter { text-align: center !important; }
	.aleft { text-align: left !important; }
	.aright { text-align: right !important; }

	/* Caps */
	.uppercase { text-transform: uppercase; }

	/* Font Sizes */
	.fs0 { font-size: 0 !important; }
	.fs13 { font-size: 13px !important; }
	.fs18 { font-size: 18px !important; }

	/* Margins */
	.m0 { margin: 0 !important; }
	.mt10 { margin-top: 10px !important; }
	.mt20 { margin-top: 20px !important; }
	.mt27 { margin-top: 27px !important; }
	.mt40 { margin-top: 40px !important; }
	.mb27 { margin-bottom: 27px !important; }
	.ml18 { margin-left: 18px !important; }
	.mr10 { margin-right: 10px !important; }
	.mr30 { margin-right: 30px !important; }

	/* Bolds & Italics */
	.bold { font-weight: 700 !important; }
	.unbold { font-weight: 400 !important; }
	.italic { font-style: italic !important; }
	.unitalic { font-style: normal !important; }

	/* Labels */
	.standardformlabel { float: left; font-weight: 700; height: 24px; line-height: 24px; width: 124px; cursor: pointer;  } /* Positioned on the left side of the input. */
	.topformlabel { display: block; margin: 0 0 4px; font-weight: 700; width: 124px; cursor: pointer; } /* Positioned on top of the input. */

	/* Inputs */
	.input { background: #fff; border: 1px solid #a9a9a9; color: #000; padding:0 10px; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


html {
	height: 100%;
	margin: 0;
	padding: 0;
}

.wrapper {
	margin: 0 auto;
	height:100%;
	width: 980px;
}
.button  {color:#fff; border-radius:3px; height:36px; line-height:36px; padding:0 25px;display:inline-block; text-decoration:none;}
.butgreen { background:#75c22a;font-weight:700; font-size:14px;}
.butgreen:hover {background: #237fa6; color:#fff;}
.butblue { background:#237fa6;}
.butblue:hover {background: #75c22a; color:#fff;}
.butblack {background:#272727;}
.butblack:hover {background: #75c22a; color:#fff;}

.txtshadow {text-shadow:0 1px 0 rgba(0, 0, 0, 0.3); }


.to-top {
	width: 50px;
	height: 50px;
	cursor: pointer;
	content: '';
	background-color: rgb(219, 219, 219);
	background-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
	-moz-box-shadow:  inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);;
	box-shadow:  inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font: normal 30px/40px arial,sans-serif;
	color: white;
	position: fixed;
	bottom: 70px;
	left: 50%;
	margin-left: 500px;
	overflow: hidden;
	-webkit-transition: all 250ms ease-out 0;
    -moz-transition: all 250ms ease-out 0;
    -o-transition: all 250ms ease-out 0;
    transition: all 250ms ease-out 0;
}
.to-top:hover {
	background-color: rgb(219, 219, 219);
	background-color: rgba(0,0,0,0.5);
}
.to-top span {
	border-bottom: 15px solid white;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: relative;
	top: -20px;
	left: 50%;
	margin-left: -15px;
}

.as-link {
  border-bottom: 1px solid #a9c5d5;
  font: 600 13px/10px "Open Sans", "Arial", "sans-serif";
  color: #237fa6;
  cursor: pointer;
}

.value-to-display {
  margin-left: 10px;
  cursor: pointer;
}

/************* Header ****************/


#header {
	position:fixed; top:0; background:#fff; z-index:999;
}
.wrap #header {width: 100%;}
#header .head {width:980px;margin:0 auto; padding: 0 0 0 0; height:62px; border-bottom:1px solid #ccc; line-height:62px; vertical-align:middle; }
#header .head .logo { display:block; float:left; margin:0;}
#header .head .logo img {vertical-align: middle;}
#header .head h3 {
	line-height: 62px;
	display: inline-block;
	float: left;
	text-transform: uppercase;
	font-weight: 300;
	margin-left: 10px;
}
#header .head h3 a {color: #5e5e5e; text-decoration: none;}
#header .head ul.helpmenu { float:right; vertical-align:middle;}
#header .head ul.helpmenu li {display: inline-block;font-size:12px; border-left: 1px solid #ccc; height:12px; line-height:12px;padding:0 8px;}
#header .head ul.helpmenu li:first-child { border:none;}
#header .head ul.helpmenu li a { color:#237fa6;}
#header .head ul.helpmenu li a:hover { text-decoration:none;  color:#000; }
#header .head span { margin: 0 0 0 40px;  font-weight:300; display: inline-block; line-height: 65px; float: left;}
#header .head span.shortspan { width:175px;line-height:16px;}

.wrapper.noborderhead #header .head { border:none;}


/************* Content ****************/


#main {
	width:100%;
	margin:55px 0 0 0;
	padding:0 0 20px 0;
	min-width: 980px;
	zoom: 1;
}
#main:after {
	display: block;
	clear: both;
	content: " ";
}
.wrapper.noborderhead #main {margin:70px 0 0 0;}

#main h1 { padding:30px 0 15px; color:#237fa6;	font-weight: 300;text-align:center;}
#main .indexcontent { width:100%; background: #272727; padding:20px 0; margin:0 0 35px 0; display: inline-block;color:#fff; position:relative; min-width: 980px;}
#main .indexcontent .indexarrow { background: url(../images/arrow.png); position:absolute; width:26px; height:13px; bottom:-13px; left:50%; margin-left:-13px;}
#main .indexcontent h4 { font-weight:300; width:400px;}
#main .indexcontentleft { width:50%; padding:50px 0; background: url(../images/indexbgl.jpg) no-repeat top right #5e5e5e; float:left; height:330px; text-align:right; position:relative;}
#main .indexcontentleft .merarmp {background:url(../images/merar_mp2.png) no-repeat top right; height:70px;margin:0 30px 40px 0; min-width: 460px;}
#main .indexcontentleft h4 { float:right; margin-right:60px;}
#main .indexcontentleft a { position:absolute; right:60px; bottom: 50px; font-size:18px; font-weight:300;}
#main .indexcontentleft .indexcontent-link, #main .indexcontentright .indexcontent-link {
	width: 100%;
	color: #727272;
	position: static; 
	display: inline-block; 
	height:70px;
	/*margin:0 30px 50px 140px;*/
	padding: 14px 42px 0 170px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font: 32px/40px 'Open Sans';
	font-weight: lighter;
	background-image: url(../images/merar_mp_text_bg.png);
	background-repeat: no-repeat;
	background-position: 84px 22px;
}
#main .indexcontentleft a:hover { background-color:#75c22a;}
#main .indexcontentleft .indexcontent-link:hover{
	background-color: transparent;
}
#main .indexcontentleft .merarmp:hover {
	background-image: url(../images/arrowhover.png);
	background-repeat: no-repeat;
}
#main .indexcontentright { width:50%; padding:50px 0; background:url(../images/indexbgr.jpg) no-repeat top left #237fa6; float:right; height:330px; text-align:left; position:relative;}
#main .indexcontentright .merardr {background:url(../images/merar_mp1.png) no-repeat top left; height:70px;margin:0 0 40px 30px; min-width: 460px;}
#main .indexcontentright h4 { float:left;margin-left:60px;}
#main .indexcontentright a { position:absolute; left:60px; bottom: 50px; font-size:18px; font-weight:300;}
#main .indexcontentright a:hover { background-color:#75c22a;}
#main .indexcontentright .indextcontent-link-right {
	margin: 0;
	background-position: 48px 22px;
	padding: 14px 64px 0 146px;
}
#main .indexcontentright .indextcontent-link-right:hover {
	background-color: transparent;
}
#main .indexcontentright .merardr:hover {
	background-image: url(../images/arrowhover-left.png);
	background-repeat: no-repeat;
}

#main .container-title { width:980px; margin:0 auto;background: #F3F3F3; border: 1px solid #CCCCCC; color: #5E5E5E;padding: 10px 15px;min-height:63px; line-height:40px;}
#main .container-title .fright {margin-top: 2px;}
#main .container-title ul.topmenu {margin:12px 0 0 0; float:left;}
#main .container-title ul.topmenu li { float: left;line-height: 16px; border-left: 1px solid #ccc;}
#main .container-title ul.topmenu li:first-child { border:none;}
#main .container-title ul.topmenu li a { color: #5e5e5e; text-decoration:none; margin:0 10px; font-weight:600;text-transform: uppercase;  font-size: 16px;}
#main .container-title ul.topmenu li a:hover, #main .container-title ul.topmenu li a.titlesel { color:#237fa6;}

.lt-ie9 #main .container-title {min-height: 35px;}

#main .container-title  .top-level {min-width: 200px; width: 70%; display: inline-block;line-height: 34px;position: relative; text-decoration:none; /*background:url(../images/top-level.png) no-repeat; width:240px; height:34px; padding:0 0 0 20px;*/ }
#main .container-title  .top-level > li {min-width: 200px; width: 70%;}
#main .container-title  .top-level a {display: inline-block;width: 100%;text-decoration:none;}

#main .container-title .alarm {background:url(../images/alarm.png) no-repeat; color:#fff; width:42px; height:36px; display:block; font-size:12px; text-decoration:none; position:relative; margin:0 0 0 20px;}
#main .container-title .alarm span{line-height: 18px; position: absolute;right: 4px;}
#main .container-title .dropdown > a{
	padding-right: 49px;
	width: auto;
	white-space: nowrap;
	display: inline-block;
	background-image: url(../images/top-level-triangle.png);
	background-repeat: no-repeat;
	background-position: right;
	border-left: 1px solid #ddd;
}
#main .container-title .dropdown > a span {
	white-space: nowrap;
	padding-left: 15px;
	display: inline-block;
	background-image: url(../images/top-level-main.png);
	background-repeat: repeat-x;
	background-position: center;
}

#main .content { width:980px; margin:0 auto;}
#main .content .banner_blue { width:100%; padding:25px 0; background:#d3e5ed; text-align:right; margin:0;}
#main .content .banner_blue img { margin:0 45px 0 0;}
#main .content .box_blue { width:980px; padding:30px; background:#d3e5ed;margin:30px 0; overflow:hidden;}
#main .content .box_blue h3 { margin:0 0 35px 0; line-height:30px;}
#main .content .box_blue a.button{font-weight:700;text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);}
#main .content .box_blue p { float:left;width:700px; margin:0; line-height:24px;}
#main .content .recommendation { margin:20px 35px; float:left;}
#main .content .recommendation img { border-radius:50%; float:left; margin:0 35px 0 0;}
#main .content .recommendation span { float:left; width:735px;}
#main .content .recommendation span p { font-size:18px; font-style: italic; font-weight:300; line-height:26px;}
#main .content .recommendation span .recname { font-size:14px; font-weight:bold;}

#main .content .info_grey { width:980px; padding:30px; background:#f3f3f3; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin:30px 0; overflow:hidden; text-align:center;}
#main .content .info_grey p { font-size:18px;}
#main .content .info_grey .packages {color:#fff; padding:20px 30px; margin:0 0 1px 0; overflow:hidden;}
#main .content .info_grey .packages div { text-align:left; line-height:20px; font-size:16px;}
#main .content .info_grey .packages .packprice { float:right; text-transform:uppercase; width:210px; text-align:left;}
#main .content .info_grey .packages .packprice span { font-size:44px;line-height: 32px;}
#main .content .info_grey .packages.blackpack { background:#5e5e5e;}
#main .content .info_grey .packages.darkgreypack { background:#8a8a8a;}
#main .content .info_grey .packages.greypack { background:#b7b7b7; margin:0 0 45px 0;}
#main .content .info_grey .packages.bluepack { background:#237fa6; margin:0 0 45px 0;}
#main .content .info_grey .packlink {margin:0 0 8px 0;font-size:24px;}

#main .content .justmargin { margin:20px 35px; float:left; text-align:center;}
#main .content .justmargin p { font-weight:300; line-height:24px; margin:35px 0 0 0;}

#main .content .infoboxes {float:left; text-align:center; line-height:24px;}
#main .content .infoboxes div { float:left;margin:0; width:326px;}
#main .content .infoboxes div div { margin:60px 0 0;width:276px; padding:0 25px;}
#main .content .infoboxes div img {margin: 0 0 30px 0;}
#main .content .infoboxes div p { margin:0 0 10px 0;}
#main .content .infoboxes div div.borderright {  border-right:1px solid #dfdfdf;}
#main .content .infoboxes div div.borderleft { border-left:1px solid #dfdfdf;}

#main .transaction .infoboxes div div { margin:0; padding:25px;text-align:left;}
#main .transaction .infoboxes div div img {margin: 0 30px 0 0; float:left;}
#main .transaction .infoboxes div div h5 { margin: 0 0 20px; font-weight:500; width:168px; float:left; text-align:left;}
#main .transaction .infoboxes div div p { margin: 0 0 10px 0; font-weight:500; float:left; text-align:left;}
#main .transaction .infoboxes div div ul {text-align:left;}
#main .transaction .infoboxes div div ul li { list-style:disc inside; line-height:22px; margin:0 0 10px 0;}
#main .transaction .infoboxes div div ul.listborderbottom {border-bottom: 1px solid #CCCCCC;margin: 0 0 15px; padding: 0 0 10px;}

#main .transaction .infoboxes.speclistagain div { width:310px;}
#main .transaction .infoboxes.speclistagain div div { margin:20px 0 0;width:285px; padding:0 25px 0 0;text-align:left;}
#main .transaction .infoboxes.speclistagain div.width626 {margin: 20px 0 30px 44px;}
#main .transaction .infoboxes.speclistagain div.width626 p { text-align:left;}
#main .transaction .infoboxes.speclistagain div.width626 table { float:right; margin:0 30px 0 0;}
#main .transaction .infoboxes.speclistagain div.width626 table td { line-height:45px;}
#main .transaction .infoboxes.speclistagain div.width626 table td select { padding:0 10px 0 0;}
#main .transaction .infoboxes.speclistagain div.width626 table td textarea { height:83px;}
#main .transaction .infoboxes.speclistagain div.width626 table td.error { color:#ff0000; font-size:12px;}
#main .transaction .infoboxes.speclistagain div.width626 table td.error span { margin:0 0 0 20px; font-weight: 600;}
#main .transaction .infoboxes.speclistagain div.width626 table td.error input { border:1px solid #ff0000;}

#main .transaction .infoboxes.speclistagain .withborder { border:1px solid #ccc; padding:20px; margin:20px 0 0 0; position:relative; text-align:left;}
#main .transaction .infoboxes.speclistagain .withborder h6 { position:absolute; top:-12px; left:15px; background:#fff; padding:0 5px; text-transform:uppercase;}
#main .transaction .infoboxes.speclistagain .withborder img { margin:0 0 30px 0; }
#main .transaction .infoboxes.speclistagain .withborder p { margin:0 0 10px 0;  float:none !important; text-align:left;}

#main .content ul.specialul { border-bottom:1px solid #ccc; margin:20px 0 20px 0; padding:0 0 20px 0;}
#main .content ul.specialul li, #main .content ul.specialul_noborder li { background:url(../images/icon_li.png) no-repeat 0 5px; padding:0 0 0 32px; line-height:21px; margin:15px 0 0 0; list-style:none !important;}
#main .content ul.specialul_noborder { border-bottom:none; margin:20px 0 0 0; padding:0;}

#main .content .bluebox {background:#237fa6; color:#fff; margin:20px 0 0 0; float:left; padding:40px;}
#main .content .bluebox .topborder {border-top:1px solid #65a6c1; text-align:center; padding:20px 0 0;}

#main .content.documents {margin-top:30px;}
#main .content a.linksettings {background: url(../images/linksettings.png) no-repeat right top; padding:0 25px 0 0; font-size:12px; line-height:18px; margin:6px 0 0;}
.nav-tabs {
	border-bottom: 1px solid #ccc;
}
.nav {
	list-style: none outside none;
	padding-left: 0;
	display: table;
	margin-bottom: -1px;
}
.nav > li {
	display: block;
	position: relative;
}
.nav-tabs > li {
	float: left;
	margin-right: 10px;
	border-bottom:1px solid #fff;
}
.nav-tabs > li > a {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 14px;
	margin-right: 2px;
	background:#f3f3f3;
	border-color: #ccc;
	margin-bottom: -1px;
}
.nav > li > a {
	display: block;
	padding: 10px 15px;
	position: relative;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #5E5E5E;
	cursor: default;
	margin-bottom: -2px;
}
.tab-content {border:1px solid #ccc; padding:15px;}
.tab-content .toolbar li { border-left:1px solid #d2d2d2; padding:0 10px; float:left}
.tab-content .toolbar li:first-child { border-left:none; padding:0 10px 0 0;}
.tab-content .toolbar li .withpad {padding:0 0 0 30px;}
.tab-content .toolbar li > * {display:block; font-size:12px; text-decoration:none; color:#5e5e5e; cursor: pointer;}
.tab-content .toolbar li > .newfile { background:url(../images/icon_newfile.png) no-repeat; min-width:21px; height:22px;}
.tab-content .toolbar li > .newfolder { background:url(../images/icon_newfolder.png) no-repeat; min-width:28px; height:22px;}
.tab-content .toolbar li > .delete { background:url(../images/icon_delete.png) no-repeat; min-width:18px; height:20px;}
.tab-content .toolbar li > .deletered,
.tab-content .toolbar li > .delete:hover { background:url(../images/icon_delete_red.png) no-repeat; min-width:18px; height:20px; color:#F00;}
.tab-content .toolbar li > .file { background:url(../images/icon_file.png) no-repeat; min-width:21px; height:22px;}
.tab-content table.oddlisttable { width:100%; text-align:right; font-size:12px;}
.tab-content table.oddlisttable tr:nth-child(even) {background: #f3f3f3}
.tab-content table.oddlisttable tr:hover,
.tab-content table.oddlisttable tr.active {background:#d3e5ed;}
.tab-content table.oddlisttable tr th { padding: 5px 20px; line-height:20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; text-transform:uppercase; font-weight:300;}
.tab-content table.oddlisttable tr td{ padding:10px; line-height:20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.tab-content table.oddlisttable tr td:first-child { padding:0 0 0 25px; text-align:left;}

.tab-content .settings .withborder { border:1px solid #ccc; padding:20px; margin:30px 0 0 0; position:relative; text-align:left;}
.tab-content .settings .withborder h6 { position:absolute; top:-12px; left:15px; background:#fff; padding:0 5px; text-transform:uppercase;}
.tab-content .settings .withborder table.nameandlogo { margin:0 0 0 30px;text-align:left;}
.tab-content .settings .withborder table.nameandlogo tr td {padding: 10px 5px; font-size:12px; vertical-align:top}
.tab-content .settings .withborder table.nameandlogo tr td:first-child { width:120px; text-align:right;}
.tab-content .settings .withborder table.nameandlogo input {margin:0; color:#5e5e5e;}
.tab-content .settings .withborder table.nameandlogo .button {padding:0;}
.tab-content .settings .withborder a.calendar { background:url(../images/icon_calendar.png) no-repeat; min-width:20px; height:24px;padding: 0 0 0 40px; text-decoration:none; display:inline-block;margin: 0 0 0 20px;}

/************* Footer ****************/


#footer {
	padding: 15px;
	background-color: #5e5e5e;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 15px auto 0;
	width:980px;
	color:#fff;
	font-size:12px;
}
#footer p {
	margin: 0 0;
	padding: 0 0;
}
#footer ul {float:right;}
#footer ul li {display:inline; border-left: 1px solid #fff; margin:0 0 0 15px; padding:0 0 0 15px;}
#footer ul li:first-child {border-left: none; margin:0; padding:0;}
#footer ul li a {color:#fff; text-decoration:none;}

.footer-slogan {
  display: inline-block;
  float: left;
  font-size: 22px !important;
  margin-bottom: 20px;
  letter-spacing: -0.5px; }

.socials {
  display: inline-block;
  float: right;
}
.socials .fb, .socials .tw, .socials .gplus, .socials .lin {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	text-decoration: none;
	border-bottom: 0;
	background-repeat: no-repeat;
}
.socials .fb {
	background-image: url(../images/icons/FaceBook.png);
}
.socials .tw {
	background-image: url(../images/icons/twitter.png);
}
.socials .gplus {
	background-image: url(../images/icons/google.png);
}
.socials .lin {
	background-image: url(../images/icons/in.png);
	margin-right: 0;
}

.footer-menu {
  clear: both; }