html, body {
    height: 100%;
}

.header {
    background-color: #6699FF;
    padding: 0 0 0 0;
    min-height: 100px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 15px;
    position: relative;
}

.siteLogo {
    margin: 12px 0 0 0;
}
.siteTitle {
    margin: 20px 0 0 0;
}

.content_wrapper {
    min-height: 79.5%;
    height: auto !important;
    height: 79.5%;
}

.footer_separator {
    padding-bottom: 60px;
}

.footer {
    /*position: relative;*/
    width: 100%;
    /*bottom: 0px;*/
    background-color: #E6E6E6;
    padding: 0 0 0 0;
    /*min-height: 60px;*/
    border-top: 1px solid #CECECE;
    /*margin-top: 15px;*/
    height: 60px;
    margin-top: -60px;
}

/*.boxSection {*/
    /*padding: 10px 10px 10px 10px;*/
    /*margin: 0 0 1em 0;*/
    /*border: 1px solid #CCC;*/
    /*-webkit-border-radius: 8px;*/
    /*border-radius: 8px;*/
    /*width: auto;*/
    /*overflow: hidden;*/
    /*background: white;*/
/*}*/

/*.leftMenu ul {*/
 /*list-style: none;*/
 /*margin: 0;*/
 /*padding: 0 0 10px 0;*/
/*}*/

/*.leftMenu ul li {*/
 /*font-weight: bold*/
/*}*/

/*.leftMenu ul ul li {*/
/*}*/

/*.leftMenu > ul > li > a > img {*/
 /*vertical-align: middle;*/
 /*margin: 0 5px 0 0;*/
 /*width: 46px;*/
 /*height: 46px;*/
/*}*/

/*.leftMenu li {*/
 /*list-style: none;*/
 /*float: none;*/
 /*width: 100%;*/
 /*margin: 0 0 5px 0;*/
 /*padding: 0;*/
/*}*/

/*.leftMenu li ul {*/
 /*margin: 5px 0 0 20px;*/
 /*display: none;*/

/*}*/

/*.leftMenu li ul li {*/
 /*padding: 0;*/
 /*margin: 0*/
/*}*/

/*.leftMenu li ul li + li {*/
 /*border-top: 1px solid #ddd;*/
/*}*/

/*.leftMenu li ul li.current,*/
/*.leftMenu li ul li.current a {*/
 /*color: #1586BA;*/
 /*background: #e9e9e9;*/
/*}*/

/*.leftMenu li.current ul,*/
/*.leftMenu li:hover ul {*/
 /*display: block;*/
/*}*/

/*.leftMenu > ul > li > a{*/
 /*font-size: 14px;*/
 /*display: block;*/
 /*width: 100%;*/
 /*margin: 0;*/
 /*padding: 2px;*/
 /*color: #555;*/
 /*background: #f1f1f1;*/
/*}*/

/*.leftMenu > ul > li > a:hover {*/
 /*color: #1586BA;*/
 /*background: #ddd;*/
/*}*/

/*.leftMenu li ul a{*/
 /*display: block;*/
 /*width: 100%;*/
 /*margin: 0;*/
 /*padding: 2px;*/
 /*color: #555;*/
 /*background: #f1f1f1;*/
/*}*/

/*.leftMenu li ul a:hover {*/
 /*color: #1586BA;*/
 /*background: #ddd;*/
/*}*/

.adminContent {
    min-height: 127px;
}

h1.pagetitle {
    margin: 0 0 0.4em 0;
    padding: 0 0 2px 0;
    border-bottom: solid 7px #E1E1E1;
    /*font-family: "trebuchet ms",arial,sans-serif;*/
    color: #646464;
    /*font-weight: bold;*/
    /*font-size: 220%;*/
}

#subNavBox {
    float: right;
    font-size: 14px;
    line-height: 26px;
}

#subNavBox a.add {
    background-image: url(/admin/img/add.jpg);
    background-position: left center;
}
#subNavBox a.list {
    background-image: url(/admin/img/many.png);
    background-position: left center;
}

#subNavBox a {
    height: 22px;
    padding: 4px;
    margin: 3px 6px;
    padding-left: 22px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #555;
}

#subNavBox a:hover {
    color: #1586BA;
}

.contactform input[type="submit"] {
    margin: -1px 5px 0 0;
    float: right;
}

.contactform fieldset {
    padding: 25px 10px 0 10px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    margin: 0 0 20px 0;
    border: solid 1px gainsboro;
}

.contactform fieldset legend {
    margin: 0 0 20px 5px;
    padding: 0 2px 0 2px;
    color: #505050;
    font-weight: bold;
    font-size: 130%;
}

span.required, label.error {
    color: red;
}

table.icon {
	width:100%;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

td.icon {
    border: none !important;
	padding:0 20px;
	width:50px;
}

a.menu,span.menu, a.menu:hover, a.menuselected {
    font: bold 15px 'ff-meta-web-pro', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: white;
    padding: 15px 5px 15px 5px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin-right: 4px;
    float: left;
    cursor: pointer;
}
span.menu:hover, a.menu:hover {
	color: #777777;
}

.smallText {
    font-size: 11px;
}

.grey {
    color: grey;
}

.sideBar_box {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc;
}
.sideBar_box h1 {
    background: #ccc;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 10px;
    margin: 0;
}

.sideBar_content {
    padding: 10px;
}

.services_list_item h3 {
    color: RGB(54, 95, 145);
    margin: 10px 0 10px 0;
}
.services_list_item h3 a {
    color: RGB(54, 95, 145);
}

.leftMenu > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 25px 0;
}

.leftMenu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftMenu li {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

.leftMenu > ul li + li {
    border-top: 1px solid #ddd;
}

.leftMenu > ul ul li + li {
    border-top: 1px solid #f1f1f1;
}

.leftMenu li.current,
.leftMenu li.current > a {
    color: #1586BA;
    /*background: #e9e9e9;*/
}

.leftMenu li > a{
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px;
    color: #555;
    /*background: #f1f1f1;*/
}

.leftMenu li li > a{
    padding: 2px 2px 2px 10px;
    font-style: italic;
}

.leftMenu li > a:hover {
    color: #1586BA;
    /*background: #ddd;*/
}

.leftMenu > ul > li:hover {
    background: #ddd;
}
.leftMenu li li {
    background: #ddd;
}
.leftMenu li li:hover {
    background: #f1f1f1;
}

h2.article_category_title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: RGB(54, 95, 145)
}
.articles_list ul {
    list-style: decimal;
}
.articles_list ul li {
    margin-bottom: 3px;
}
.articles_list ul li a {
    text-decoration: none;
    color: #555;
}

.article_content h2 {
    margin-bottom: 10px;
}

.article_content img {
    margin-bottom: 10px;
}

.statii {
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 10px;
    border: 1px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.statii_left {
    width: 65%;
    display: block;
    float: left;
}
.statii_left h2 {
    margin-bottom: 8px;
}
.statii_right {
    width: 35%;
    display: block;
    float: left;
}

.authentication {
    margin-right: 65px;
    display: block;
    float: right;
}
.authentication a {
    color: white;
}

.form_wrapper label {
    margin-bottom: 20px;
    float: left;
    width: 120px;
}
.form_wrapper label.error {
    margin: 0;
    float: none;
    width: 100%;
}

.form_wrapper .message {
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
}

.add_review_wrapper {
    margin-bottom: 20px;
}

.add_review_wrapper a{
    text-decoration: underline;
}

.reviews_wrapper {
    margin-bottom: 20px;
}

.review_item {
    color: black;
    background-color: #FBFBFB;
    border-top: 1px solid white;
    font-size: 12px;
    padding: 8px 8px 10px 10px;
    margin: 20px 0px 0px 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3451);
}
.review_item_top {
    background-color: transparent;
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 15px 0;
    padding: 5px 0;
    position: relative;
    color: #999999;
    font-size: 12px;
    width: 100%;
    clear: both;
}

.review_item_name {
    color: #2B414B;
    font-weight: bold;
}
.review_item_left {
    display: block;
    float: left;
    width: 22%;
}
.review_item_right {
    display: block;
    float: left;
    width: 76%;
}

.novoe_list ul {
    list-style: decimal;
}
.novoe_list ul li {
    margin-bottom: 3px;
}
.novoe_list ul li a {
    text-decoration: none;
    color: #555;
}

.novoe_content h2 {
    margin-bottom: 10px;
}

.novoe_content img {
    margin-bottom: 10px;
}

.novoe {
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 10px;
    border: 1px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.novoe_left {
    width: 65%;
    display: block;
    float: left;
}
.novoe_left h2 {
    margin-bottom: 8px;
}
.novoe_right {
    width: 35%;
    display: block;
    float: left;
}

.messages_wrapper {
    margin-bottom: 20px;
}

.message_item {
    color: black;
    background-color: #FBFBFB;
    border-top: 1px solid white;
    font-size: 12px;
    padding: 8px 8px 10px 10px;
    margin: 20px 0px 0px 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3451);
}

.message_item_top {
    background-color: transparent;
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 15px 0;
    padding: 5px 0;
    position: relative;
    color: #999999;
    font-size: 12px;
    width: 100%;
    clear: both;
}

.message_item_name {
    color: #2B414B;
    font-weight: bold;
}
.message_item_left {
    display: block;
    float: left;
    width: 22%;
}
.message_item_right {
    display: block;
    float: left;
    width: 76%;
}

.add_message_wrapper {
    margin-bottom: 20px;
}

.add_message_wrapper a{
    text-decoration: underline;
}

.message_content h2 {
    margin-bottom: 10px;
}

.message_content img {
    margin-bottom: 10px;
}

.message_list ul {
    list-style: decimal;
}
.message_list ul li {
    margin-bottom: 3px;
}
.message_list ul li a {
    text-decoration: none;
    color: #555;
}

.message_content h2 {
    margin-bottom: 10px;
}

.message_content img {
    margin-bottom: 10px;
}

.message {
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 10px;
    border: 1px solid grey;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.message_left {
    width: 65%;
    display: block;
    float: left;
}
.message_left h2 {
    margin-bottom: 8px;
}
.message_right {
    width: 35%;
    display: block;
    float: left;
}

#captcha-message{
    color:red;display:none;font-weight: bold;padding-left: 120px;
}
#recaptcha{
    padding-left: 120px;
}