@import url("fonts.css");
@import url("reset.css");
@import url("menu.css");
@import url("buttons.css");

p { padding: 0; margin: 0 0 15px 0; }
br { margin: 0; padding: 0; }

a { outline: none; color: #b93d3d; text-decoration: underline; }
a:hover { outline: none; color: #000; text-decoration: underline; }
a:focus { outline:none; }

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	font-family: "Segoe Ui", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background: #fff;
	color: #676767;
}
h1#name {
    display: none;
}
#mainHeader {
    width: 100%;
    height: 136px;
    background: url(../images/bg_header.gif) left top repeat-x #fff;
    position: relative;
    z-index: 9999;
}
#mainHeader .holder {
    width: 1040px;
    height: 136px;
    margin: 0 auto;
    position: relative;
}
#mainHeader .holder a.logo,
#mainHeader .holder a:hover.logo {
    width: 256px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    display: block;
    background: url(../images/logo.gif) left top no-repeat;
    position: absolute;
    top: 19px;
    left: 390px;
}
#mainHeader .holder .lang {
    width: 130px;
    height: 30px;
    background: url(../images/lang.gif) left top no-repeat;
    position: absolute;
    top: 34px;
    right: 50px;
    display: none;
}
#mainHeader .holder a.hu,
#mainHeader .holder a:hover.hu,
#mainHeader .holder a.de,
#mainHeader .holder a:hover.de,
#mainHeader .holder a.en,
#mainHeader .holder a:hover.en {
    width: 28px;
    height: 22px;
    padding: 6px 0 0 0;
    display: block;
    text-align: center;
    background: #b54442;
    border: 1px solid #b54442;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 90px;
    color: #daa2a1;
    text-decoration: none;
    font-size: 11px;
}
#mainHeader .holder a.de,
#mainHeader .holder a:hover.de {
    right: 50px;
}
#mainHeader .holder a.en,
#mainHeader .holder a:hover.en {
    right: 10px;
}
#mainHeader .holder a:hover.hu,
#mainHeader .holder a:hover.de,
#mainHeader .holder a:hover.en {
    color: #fff;
}
#mainHeader .holder a.on,
#mainHeader .holder a:hover.on {
    color: #fff;
}
#mainHeader .holder nav {
    width: 950px;
    height: 35px;
    padding: 10px 0 0 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;

    font-family: "droid_serif", "Segoe Ui", Arial;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
    overflow: hidden;
}
#mainHeader .holder nav span {
    width: auto;
    display: block;
    height: 25px;
    float: left;
}
#mainHeader .holder nav a,
#mainHeader .holder nav a:hover {
    width: auto;
    height: 22px;
    padding: 3px 13px 0 13px;
    display: block;
    text-decoration: none;
    color: #989898;
    border-right: 1px solid #c4c4c4;
}
#mainHeader .holder nav a:hover {
    color: #000;
}
#mainHeader .holder nav a.home,
#mainHeader .holder nav a:hover.home {
    /*width: 35px;*/
    height: 20px;
    padding: 0 10px 0 42px;
    margin: 3px 0 0 0;
    /*font-size: 0;
    line-height: 0;*/
    background: url(../images/home.gif) left top no-repeat;
}
#mainHeader .holder nav a:hover.home {
    background-position: left bottom;
}
#mainHeader .holder nav a.no,
#mainHeader .holder nav a:hover.no {
    border: 0;
}
#mainHeader .holder nav a.on,
#mainHeader .holder nav a:hover.on {
    color: #000;
    background-position: left bottom;
}

#covers {
    width: 100%;
    height: 474px;
    background: url(../images/bg_pattern.gif) left top repeat;
}
#covers .holder {
    width: 1040px;
    height: 474px;
    margin: 0 auto;
    position: relative;
}
#covers .holder .item {
    width: 1040px;
    height: 474px;
    position: absolute;
    top: 0;
    left: 0;
    background: left top no-repeat;
    display: none;
	cursor: pointer;
}
#covers .holder .item span {
    position: absolute;
    bottom: 42px;
    right: 816px;
    z-index:9999;

    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#covers .holder .item .overlay {
    width: 920px;
    height: 102px;
    position: absolute;
    bottom: 0;
    left: 60px;
    background: #fff;
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
#covers .holder .item .txt {
    width: 659px;
    height: 59px;
    padding: 3px 18px 0 18px;
    position: absolute;
    bottom: 20px;
    right: 60px;
    border-left: 1px solid #969696;
}
#covers .holder .item .txt h2 {
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    font-family: "droid_serif", "Segoe Ui", Arial;
    color: #1f1f1f;
    padding: 0;
    margin: 0;
}
#covers .holder .btn_left {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 90px;
}
#covers .holder .btn_left a,
#covers .holder .btn_left a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_left.gif) center center no-repeat;
}
#covers .holder .btn_right {
    width: 108px;
    height: 31px;
    padding: 9px 12px 0 0;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 142px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#covers .holder .btn_right a,
#covers .holder .btn_right a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_right.gif) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
#middle {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}
#middle .promo {
    width: 920px;
    height: 420px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
#middle .promo article {
    width: 286px;
    height: 420px;
    float: left;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #e3e3e3;
}
#middle .promo article.last {
    margin: 0;
    border: 0;
    padding: 0;
}
#middle .promo article .img {
    width: 286px;
    height: 190px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
    position: relative;
	overflow: hidden;
}
#middle .promo article .img img {
    /*width: 286px;*/
    height: 190px;
    position: absolute;
    top: 0;
    right: 0;
}
#middle .promo article .img .hover {
    width: 286px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/hover.png) left bottom no-repeat;
    display: none;
}
#middle .promo article h2 {
    width: auto;
    height: 60px;
    display: block;
    padding: 0 10px;
    margin: 0 0 15px;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
    color: #000;
    border-bottom: 4px solid #f4f4f4;
}
#middle .promo article h2 a,
#middle .promo article h2 a:hover {
    color: #000;
    text-decoration: none;
}
#middle .promo article h2 a:hover {
    text-decoration: underline;
}
#middle .promo article span {
    width: auto;
    display: block;
    padding: 0 10px;
    font-size: 9px;
    line-height: 10px;
    color: #b3b3b3;
    margin: 0 0 4px;
}
#middle .promo article p {
    padding: 0 10px;
    margin: 0 0 15px;
}
#middle .promo article a.btn_tovabb,
#middle .promo article a:hover.btn_tovabb {
    width: 95px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#middle .promo article a:hover.btn_tovabb {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#middle a.btn_tovabbi,
#middle a:hover.btn_tovabbi {
    width: 834px;
    height: 47px;
    padding: 31px 67px 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 auto 30px auto;
    background: url(../images/arrow_big.gif) 602px 16px no-repeat #fff;
    border: 4px solid #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #464646;
    text-transform: uppercase;
}
#middle a:hover.btn_tovabbi {
    border-color: #edebeb;
}
#middle .boxes {
    width: 948px;
    height: 303px;
    padding: 30px 0 0 30px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    background: url(../images/bg_boxes.gif) left top repeat;
}
#middle .boxes .box_1,
#middle .boxes .box_2,
#middle .boxes .box_3 {
    width: 286px;
    height: 274px;
    float: left;
    margin: 0 31px 0 0;
    position: relative;
}
#middle .boxes .box_1 { background: url(../images/box_1.jpg) left top no-repeat; }
#middle .boxes .box_2 { background: url(../images/box_2.jpg) left top no-repeat; }
#middle .boxes .box_3 { background: url(../images/box_3.jpg) left top no-repeat; margin: 0; }
#middle .boxes a,
#middle .boxes a:hover {
    width: 206px;
    height: 39px;
    padding: 3px 60px 0 20px;
    display: block;
    background: url(../images/buttons/btn_more.jpg) 231px top no-repeat;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 13px;
    left: 0;
}
#middle .boxes a:hover {
    background-position: 231px bottom;
}
#middle .about {
    width: 918px;
    height: 333px;
    padding: 30px 30px 0 30px;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3;
    color: #676767;
    line-height: 17px;
}
#middle .about .left {
    width: 276px;
    height: 313px;
    padding: 0 25px 0 0;
    float: left;
    border-right: 1px solid #e4e4e4;
}
#middle .about .right {
    width: 593px;
    height: 313px;
    float: right;
}
#middle .about h4 {
    width: auto;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    padding: 25px 0 0 0;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/line.gif) left 31px repeat-x;
}
#middle .about h4 span {
    padding: 0 15px;
    background: #f3f3f3;
}
#middle .about a.btn_tovabb,
#middle .about a:hover.btn_tovabb {
    width: 95px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    background: #f3f3f3;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#middle .about a:hover.btn_tovabb {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#middle .about .holder {
    width: auto;
    height: 200px;
    overflow: hidden;
}
#middle .about .holder p {
    padding: 0 10px;
}
#middle .about .holder ul {
    width: 280px;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 0 0 10px;;
    list-style-type: none;
}
#middle .about .holder ul li {
    margin: 0 0 12px;
    padding: 0 0 0 14px;
    background: url(../images/bull.gif) left 7px no-repeat;
}
#middle .about .holder ul li span {
    font-weight: bold;
}
#mainFooter {
    width: 100%;
    height: 173px;
    background: url(../images/bg_footer.gif) left top repeat-x #fff;
    position: relative;
    z-index: 9999;
}
#mainFooter nav {
    width: 920px;
    height: 36px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 4px solid #d2d2d2;
    color: #858585;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
    position: relative;
}
#mainFooter nav a,
#mainFooter nav a:hover {
    padding: 0 12px;
    text-decoration: none;
    color: #858585;
    border-right: 1px solid #c4c4c4;
}
#mainFooter nav a:hover {
    text-decoration: underline;
}
#mainFooter nav a.no,
#mainFooter nav a:hover.no {
    border: 0;
}
#mainFooter .seo {
    width: 920px;
    height: 27px;
    padding: 14px 0 0 0;
    margin: 0 auto;
    text-align: center;
    color: #858585;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
}
#mainFooter .copyright {
    width: 920px;
    height: 30px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    color: #792e2c;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
    overflow: hidden;
}
#mainFooter .copyright .left {
    width: 408px;
    height: 17px;
    float: left;
    padding: 3px 40px 0 0;
    text-align: right;
    border-right: 1px solid #a63f3d;
    position: relative;
}
#mainFooter .copyright .right {
    width: 408px;
    height: 17px;
    float: left;
    padding: 3px 0 0 10px;
}
#mainFooter .copyright .right a,
#mainFooter .copyright .right a:hover {
    color: #792e2c;
    text-decoration: none;
}
#mainFooter .copyright .right a:hover {
    color: #fff;
}

/*********** content ***********/
#pattern {
    width: 100%;
    height: 100px;
    background: url(../images/bg_pattern.gif) left top repeat;
}
#content {
    width: 920px;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    position: relative;
}
#content .main {
    width: 559px;
    padding: 0 30px;
    float: left;
    position: relative;
    border-right: 1px solid #e3e3e3;
}
#content .mh {
    min-height:900px;
    height:auto !important;
    height:900px;
}
#content .main header {
    width: 619px;
    height: 70px;
    background: #fff;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 9999;
}
#content .main header h2 {
    width: 559px;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    padding: 27px 0 0 0;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/line.gif) left 31px repeat-x;
}
#content .main header h2 span {
    padding: 0 15px;
    background: #fff;
}
#content .main header h3 {
    width: auto;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    margin: 0 0 4px;
    padding: 20px 30px 0 30px;
}
#content .main header h3 a,
#content .main header h3 a:hover {
    color: #000;
    text-decoration: none;
}
#content .main header h3 a:hover {
    text-decoration: underline;
}
#content .main header span.data {
    width: auto;
    display: block;
    margin: 0 0 20px;
    padding: 0 10px 0 30px;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 12px;
    color: #717171;
    font-style: italic;
    font-weight: 400;
}
#content .main header span.data a,
#content .main header span.data a:hover {
    text-decoration: none;
    color: #717171;
}
#content .main .blog .entry span.data a:hover {
    text-decoration: underline;
}

#content .main .read {
    width: auto;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
#content .main .read .description {
    width: auto;
    display: none;
    padding: 15px 0 0 0;
}
#content .main .read nav {
    width: auto;
    height: 42px;
    border-bottom: 4px solid #f4f4f4;
}
#content .main .read nav a,
#content .main .read nav a:hover {
    width: 180px;
    height: 30px;
    padding: 12px 0 0 0;
    margin: 0;
    text-align: center;
    background: #fff;
    display: block;
    float: left;
    color: #717171;
    text-decoration: none;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .read nav a:hover {
    color: #000;
}
#content .main .read nav a.on,
#content .main .read nav a:hover.on {
    background: #f4f4f4;
    color: #000;
    font-weight: 700;
}
#content .main .read p {
    padding: 0 10px;
}
#content .main .read ul {
    width: auto;
    margin: 0 0 20px 10px;
    list-style-type: none;
}
#content .main .read ul li {
    margin: 0 0 10px;
    padding: 0 0 0 13px;
    background: url(../images/bull_2.gif) left 7px no-repeat;
}
#content .main .read h2 {
    width: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    font-style: italic;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .read h3 {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-style: italic;
    padding: 20px 0 15px 10px;
    border-bottom: 4px solid #f4f4f4;
    margin: 0 0 20px;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .faq h3 {
    width: auto;
    display: block;
    padding: 12px 0 15px 10px;
    margin: 0 0 5px 0;
    background: url(../images/arrow.gif) right 5px no-repeat;
}
#content .main .read a,
#content .main .read a:hover {
    color: #bb4241;
    text-decoration: underline;
}
#content .main .read a:hover {
    color: #922f2d;
}
#content .main .faq a,
#content .main .faq a:hover {
    width: auto;
    display: block;
    color: #000;
    text-decoration: none;
}
#content .main .faq a:hover {
    color: #922f2d;
}
#content .main .read .images {
    width: 559px;
    height: 419px;
    position: relative;
    margin: 0 0 20px;
}
#content .main .read .images .item {
    width: 559px;
    height: 419px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#content .main .read .images span.num {
    position: absolute;
    bottom: 22px;
    left: 135px;
    z-index:9999;

    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#content .main .read .images .overlay {
    width: 194px;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
#content .main .read .images .btn_left {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#content .main .read .images .btn_left a,
#content .main .read .images .btn_left a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_left.gif) center center no-repeat;
}
#content .main .read .images .btn_right {
    width: 108px;
    height: 31px;
    padding: 9px 12px 0 0;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    left: 62px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#content .main .read .images .btn_right a,
#content .main .read .images .btn_right a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_right.gif) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#content .main .read .colleges {
    width: auto;
}
#content .main .read .colleges .item {
    width: 270px;
    height: 92px;
    float: left;
    margin: 0 19px 19px 0;
    border-bottom: 4px solid #f4f4f4;
    color: #878686;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .read .colleges .no {
    margin: 0 0 19px 0;
}
#content .main .read .colleges .item img {
    margin: 0 0 15px;
}
#content .main .read .colleges .item h4 {
    width: auto;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin: 0 0 3px;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .read .colleges .item h5 {
    color: #878686;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    font-family: "droid_serif", "Segoe Ui", Arial;
    margin: 0 0 10px;
}
#content .main .read .colleges .item section {
    padding: 0 10px;
}
#content .main .read .offer {
    width: auto;
    height: 70px;
    background: #f4f4f4;
    position: relative;
}
#content .main .read .offer .txt {
    width: 410px;
    height: 45px;
    padding: 5px 0 0 0;
    position: absolute;
    top: 10px;
    left: 17px;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #dadada;
}
#content .main .read .offer a,
#content .main .read .offer a:hover {
    width: 88px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    background: #f4f4f4;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
    position: absolute;
    top: 20px;
    right: 20px;
}
#content .main .read .offer a:hover {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#content .main .read .form {
    width: auto;
    padding: 25px 30px 20px 30px;
    background: #f3f3f3;
}
#content .main .read .form h4 {
    width: auto;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
    background: url(../images/line.gif) left 7px repeat-x;
}
#content .main .read .form h4 span {
    padding: 0 15px;
    background: #f3f3f3;
}
#content .main .read .form input.input {
    width: 480px;
    height: 41px;
    padding: 0 10px 0 10px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #7f7f7f;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    border: 0;
    background: url(../images/input.gif) left top no-repeat;
}
#content .main .read .form .textarea {
    width: 480px;
    height: 171px;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #7f7f7f;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    border: 0;
    background: url(../images/textarea.gif) left top no-repeat;
}
#content .main .read .form button,
#content .main .read .form button:hover {
    width: 112px;
    height: 38px;
    text-align: center;
    display: block;
    background: #f3f3f3;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    color: #6e6e6e;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}
#content .main .read .form button:hover {
    cursor: pointer;
    border: 2px solid #ccc;
}
#content .sidebar {
    width: 286px;
    float: right;
}
#content .sidebar .box_1,
#content .sidebar .box_2,
#content .sidebar .box_3 {
    width: 286px;
    height: 274px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
#content .sidebar .box_1 { background: url(../images/box_1.jpg) left top no-repeat; }
#content .sidebar .box_2 { background: url(../images/box_2.jpg) left top no-repeat; }
#content .sidebar .box_3 { background: url(../images/box_3.jpg) left top no-repeat; }

#content .sidebar .box_1 a,
#content .sidebar .box_1 a:hover,
#content .sidebar .box_2 a,
#content .sidebar .box_2 a:hover,
#content .sidebar .box_3 a,
#content .sidebar .box_3 a:hover {
    width: 206px;
    height: 39px;
    padding: 3px 60px 0 20px;
    display: block;
    background: url(../images/buttons/btn_more.jpg) 231px top no-repeat;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 28px;
    left: 0;
}
#content .sidebar .box_1 a:hover,
#content .sidebar .box_2 a:hover,
#content .sidebar .box_3 a:hover {
    background-position: 231px bottom;
}

#content .sidebar article.entry {
    width: 286px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
#content .sidebar article.last {
    margin: 0;
    border: 0;
    padding: 0;
}
#content .sidebar article.entry .img {
    width: 286px;
    height: 190px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
    position: relative;
}
#content .sidebar article.entry .img img {
    width: 286px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
}
#content .sidebar article.entry .img .hover {
    width: 286px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/hover.png) left bottom no-repeat;
    display: none;
}
#content .sidebar article.entry h2 {
    width: auto;
    display: block;
    padding: 0 10px 15px 10px;
    margin: 0 0 15px;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
    color: #676767;
    border-bottom: 4px solid #f4f4f4;
}
#content .sidebar article.entry h2 a,
#content .sidebar article.entry h2 a:hover {
    color: #676767;
    text-decoration: none;
}
#content .sidebar article.entry h2 a:hover {
    text-decoration: underline;
}
#content .sidebar article.entry span {
    width: auto;
    display: block;
    padding: 0 10px;
    font-size: 9px;
    line-height: 10px;
    color: #b3b3b3;
    margin: 0 0 4px;
}
#content .sidebar article.entry p {
    padding: 0 10px;
    margin: 0 0 15px;
}
#content .sidebar article.entry a.btn_tovabb,
#content .sidebar article.entry a:hover.btn_tovabb {
    width: 95px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#content .sidebar article.entry a:hover.btn_tovabb {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#content .sidebar article.entry a.btn_tovabbi,
#content .sidebar article.entry a:hover.btn_tovabbi {
    width: 834px;
    height: 47px;
    padding: 31px 67px 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0 auto 30px auto;
    background: url(../images/arrow_big.gif) 602px 16px no-repeat #fff;
    border: 4px solid #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #464646;
    text-transform: uppercase;
}
#content .sidebar article.entry a:hover.btn_tovabbi {
    border-color: #edebeb;
}

#content .main .blog {
    width: auto;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
#content .main .blog ul {
    width: auto;
    margin: 0 0 20px 10px;
    list-style-type: none;
}
#content .main .blog ul li {
    margin: 0 0 10px;
    padding: 0 0 0 13px;
    background: url(../images/bull_2.gif) left 7px no-repeat;
}
#content .main .blog h4,
#content .main .blog h5,
#content .main .blog h6 {
    width: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-style: italic;
    padding: 20px 0 15px 10px;
    border-bottom: 4px solid #f4f4f4;
    margin: 0 0 20px;
    font-family: "droid_serif", "Segoe Ui", Arial;
}
#content .main .blog h5 {
    font-size: 15px;
}
#content .main .blog h6 {
    font-size: 14px;
}
#content .main .blog a,
#content .main .blog a:hover {
    color: #bb4241;
    text-decoration: underline;
}
#content .main .blog a:hover {
    color: #922f2d;
}
#content .main .blog .images {
    width: 559px;
    height: 419px;
    position: relative;
    margin: 0 0 20px;
}
#content .main .blog .images .item {
    width: 559px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#content .main .blog .images .item img {
    width: 559px;
}
#content .main .blog .images span.num {
    position: absolute;
    bottom: 22px;
    left: 135px;
    z-index:9999;

    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#content .main .blog .images .overlay {
    width: 194px;
    height: 62px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
#content .main .blog .images .btn_left {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#content .main .blog .images .btn_left a,
#content .main .blog .images .btn_left a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_left.gif) center center no-repeat;
}
#content .main .blog .images .btn_right {
    width: 108px;
    height: 31px;
    padding: 9px 12px 0 0;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    left: 62px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: #4a4949;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-weight: 400;
    font-style: italic;
}
#content .main .blog .images .btn_right a,
#content .main .blog .images .btn_right a:hover {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 0;
    line-height: 0;
    background: url(../images/arrow_right.gif) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#content .main .blog .pages {
    width: auto;
    padding: 20px 10px;
    border-bottom: 4px solid #f4f4f4;
    border-top: 4px solid #f4f4f4;
}
#content .main .blog .pages a.btn_elozo,
#content .main .blog .pages a:hover.btn_elozo {
    width: 71px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0;
    float: left;
    background: #fff;
    border: 2px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#content .main .blog .pages a.btn_kovetkezo,
#content .main .blog .pages a:hover.btn_kovetkezo {
    width: 94px;
    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0;
    float: right;
    background: #fff;
    border: 2px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#content .main .blog .pages a:hover.btn_elozo,
#content .main .blog .pages a:hover.btn_kovetkezo {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#content .main .blog .entry {
    width: auto;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #e3e3e3;
}
#content .main .blog .nobd {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
}
#content .main .blog .entry h2,
#content .main .blog .entry h3 {
    width: auto;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    margin: 0 0 4px;
    padding: 0 10px;
}
#content .main .blog .entry h3 a,
#content .main .blog .entry h3 a:hover {
    color: #922f2d;
    text-decoration: underline;
}
#content .main .blog .entry h3 a:hover {
    text-decoration: underline;
}
#content .main .blog .entry span.data {
    width: auto;
    display: block;
    margin: 0 0 20px;
    padding: 0 10px;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 12px;
    color: #717171;
    font-style: italic;
    font-weight: 400;
}
#content .main .blog .entry span.data a,
#content .main .blog .entry span.data a:hover {
    text-decoration: none;
    color: #717171;
}
#content .main .blog .entry span.data a:hover {
    text-decoration: underline;
}
#content .main .blog .entry p {
    padding: 0 10px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
#content .main .blog .entry img.list {
    width: 559px;
    margin: 0 0 15px;
}
#content .main .blog .entry .social {
    width: auto;
    height: 40px;
    padding: 10px 10px 0 10px;
    background: #f4f4f4;
    overflow: hidden;
}
#content .main .blog .entry .social .btn_facebook {
    width: 88px;
    height: 25px;
    padding: 5px 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #e3e3e3;
    float: left;
}
#content .main .blog .entry .social .btn_twitter {
    width: 85px;
    height: 25px;
    padding: 5px 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #e3e3e3;
    float: left;
}
#content .main .blog .entry .social .btn_pin {
    width: 60px;
    height: 25px;
    padding: 5px 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #e3e3e3;
    float: left;
}
#content .main .blog .entry .social .btn_google {
    width: 60px;
    height: 25px;
    padding: 5px 0 0 0;
    float: left;
}
#content .main .blog .entry .social a.btn_tovabb,
#content .main .blog .entry .social a:hover.btn_tovabb {
    width: 95px;

    height: 19px;
    padding: 7px 0 0 0;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0;
    float: right;
    background: #f4f4f4;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #6e6e6e;
}
#content .main .blog .entry .social a:hover.btn_tovabb {
    color: #fff;
    background: #c94c4a;
    border-color: #c94c4a;
}
#content .sidebar .news {
    width: auto;
}
#content .sidebar .news h4 {
    width: auto;
    margin: 0;
    padding: 0 0 10px 10px;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #717171;
    border-bottom: 4px solid #f4f4f4;
}
#content .sidebar .news ul {
    width: auto;
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e3e3e3;
}
#content .sidebar .news ul li {
    width: auto;
    /*height: 85px;*/
    display: block;
    border-bottom: 1px solid #f4f4f4;
}
#content .sidebar .news ul li.last {
    border: 0;
}
#content .sidebar .news ul li a,
#content .sidebar .news ul li a:hover {
    width: auto;
    /*height: 65px;*/
    padding: 20px 10px 20px 10px;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: #989898;
    text-decoration: none;
}
#content .sidebar .news ul li a:hover {
    color: #000;
}
#content .sidebar .news ul li a span {
    font-size: 10px;
    font-weight: 400;
    display: block;
}
#content .sidebar .line {
    width: auto;
    height: 1px;
    background: #e3e3e3;
    margin: 0 0 15px;
    font-size: 0;
    line-height: 0;
}
#content .sidebar .categories {
    width: auto;
    padding: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #e3e3e3;
}
#content .sidebar .categories nav {
    width: auto;
    margin: 0 0 10px;
    border-bottom: 4px solid #f4f4f4;
    overflow: hidden;
}
#content .sidebar .categories nav a,
#content .sidebar .categories nav a:hover {
    width: 110px;
    height: 30px;
    padding: 12px 0 0 0;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: "droid_serif", "Segoe Ui", Arial;
    font-style: italic;
    font-weight: 700;
    color: #717171;
    text-decoration: none;
}
#content .sidebar .categories nav a:hover {
    color: #000;
}
#content .sidebar .categories nav a.on {
    background: #f4f4f4;
    color: #000;
}
#content .sidebar .categories ul {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#content .sidebar .categories ul li {
    width: auto;
    height: 27px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
}
#content .sidebar .categories ul li.last {
    border: 0;
}
#content .sidebar .categories ul li a,
#content .sidebar .categories ul li a:hover {
    width: auto;
    height: 22px;
    padding: 5px 10px 0 10px;
    display: block;
    font-family: "droid_serif", "Segoe Ui", Arial, Tahoma;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    color: #989898;
    text-decoration: none;
    background: url(../images/arrow_categories.gif) left 8px no-repeat;
}
#content .sidebar .categories ul li a:hover {
    color: #000;
}

#menu_products {
    width: 100%;
    padding: 10px 0;
    background: #f4f4f4;
    display: none;
}
#menu_products .holder {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}
#menu_products .holder .multi {
    width: auto;
    background: #fff;
    overflow: hidden;
    padding: 0 0 3px;
}
#menu_products .holder .menu_1,
#menu_products .holder .menu_2,
#menu_products .holder .menu_3 {
    width: 179px;
    float: left;
    margin: 0 10px 0 0;
}
#menu_products .holder .menu_2 {
    width: 542px;
}
#menu_products .holder .menu_3 {
    margin: 0;
}
#menu_products .holder ul.main {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu_products .holder ul.mg {
    margin: 0 0 10px;
}
#menu_products .holder ul.main li {
    width: auto;
    height: 29px;
    display: block;
}
#menu_products .holder ul.main li a,
#menu_products .holder ul.main li a:hover {
    width: auto;
    height: 21px;
    padding: 8px 0 0 20px;
    display: block;
    color: #cde9f4;
    background: url(../images/arrow_li_big.gif) left top no-repeat #57b6db;
    text-decoration: none;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
}
#menu_products .holder ul.main li a:hover {
    color: #fff;
    background: url(../images/arrow_li_big.gif) left bottom no-repeat #57b6db;
}
#menu_products .holder ul.sub {
    width: auto;
    display: block;
    margin: 0;
    padding: 5px 10px 4px 10px;
    list-style-type: none;
    background: #fff;
    font-size: 11px;
    line-height: 12px;
}
#menu_products .holder ul.float {
    width: 160px;
    float: left;
}
#menu_products .holder ul.sub li {
    width: auto;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
#menu_products .holder ul.sub li a,
#menu_products .holder ul.sub li a:hover {
    width: auto;
    padding: 5px 0 5px 10px;
    display: block;
    color: #4ea9cc;
    text-decoration: none;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
    background: url(../images/arrow_blue.gif) left 8px no-repeat;
}
#menu_products .holder ul.sub li a:hover {
    color: #000;
}
#menu_products .holder ul.sub li span {
    width: auto;
    display: block;
    padding: 5px 0 5px 3px;
    color: #a8a6a6;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
}
#menu_products .holder ul.sub li.no {
    border: 0;
}
#menu_products .holder ul.sub li ul {
    width: auto;
    margin: 0 0 0 10px;
    padding: 0 0 5px;
}
#menu_products .holder ul.sub li ul li {
    border: 0;
}
#menu_products .holder ul.sub li ul li a,
#menu_products .holder ul.sub li ul li a:hover {
    font-weight: 400;
    font-style: italic;
    padding: 5px 0 4px 10px;
    color: #8e8e8e;
    background: url(../images/bull_gray.gif) left 8px no-repeat;
}
#menu_products .holder ul.sub li ul li a:hover {
    color: #000;
}
#menu_products .holder ul.sub li ul li span {
    font-weight: 400;
    font-style: italic;
    padding: 5px 0 4px 10px;
    color: #8e8e8e;
    background: url(../images/bull_gray.gif) left 8px no-repeat;
}

#menu_services {
    width: 100%;
    padding: 10px 0;
    background: #f4f4f4;
    display: none;
}
#menu_services .holder {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}
#menu_services .holder .multi {
    width: auto;
    background: #fff;
    overflow: hidden;
    padding: 0 0 3px;
}
#menu_services .holder .menu_1,
#menu_services .holder .menu_2,
#menu_services .holder .menu_3 {
    width: 268px;
    float: left;
    margin: 0 10px 0 0;
}
#menu_services .holder .menu_2 {
    width: 269px;
}
#menu_services .holder .menu_3 {
    width: 358px;
    margin: 0;
}
#menu_services .holder ul.main {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu_services .holder ul.mg {
    margin: 0 0 10px;
}
#menu_services .holder ul.main li {
    width: auto;
    height: 29px;
    display: block;
}
#menu_services .holder ul.main li a,
#menu_services .holder ul.main li a:hover {
    width: auto;
    height: 21px;
    padding: 8px 0 0 20px;
    display: block;
    color: #cde9f4;
    background: url(../images/arrow_li_big.gif) left top no-repeat #57b6db;
    text-decoration: none;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
}
#menu_services .holder ul.main li a:hover {
    color: #fff;
    background: url(../images/arrow_li_big.gif) left bottom no-repeat #57b6db;
}
#menu_services .holder ul.sub {
    width: auto;
    display: block;
    margin: 0;
    padding: 5px 10px 4px 10px;
    list-style-type: none;
    background: #fff;
    font-size: 11px;
    line-height: 12px;
}
#menu_services .holder ul.float {
    width: 158px;
    float: left;
}
#menu_services .holder ul.sub li {
    width: auto;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
#menu_services .holder ul.sub li a,
#menu_services .holder ul.sub li a:hover {
    width: auto;
    padding: 5px 0 5px 10px;
    display: block;
    color: #4ea9cc;
    text-decoration: none;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
    background: url(../images/arrow_blue.gif) left 7px no-repeat;
}
#menu_services .holder ul.sub li a:hover {
    color: #000;
}
#menu_services .holder ul.sub li span {
    width: auto;
    display: block;
    padding: 5px 0 5px 3px;
    color: #a8a6a6;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    font-weight: 700;
    font-family: "droid_serif", "Segoe UI", Arial;
}
#menu_services .holder ul.sub li.no {
    border: 0;
}
#menu_services .holder ul.sub li ul {
    width: auto;
    margin: 0 0 0 10px;
    padding: 0 0 5px;
}
#menu_services .holder ul.sub li ul li {
    border: 0;
}
#menu_services .holder ul.sub li ul li a,
#menu_services .holder ul.sub li ul li a:hover {
    font-weight: 400;
    font-style: italic;
    padding: 5px 0 4px 10px;
    color: #8e8e8e;
    background: url(../images/bull_gray.gif) left 8px no-repeat;
}
#menu_services .holder ul.sub li ul li a:hover {
    color: #000;
}
#list_2 a,
#list_2 a:hover {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
}
#list_2 a:hover {
    text-decoration: underline;
}

.status {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    text-align: center;
    padding: 13px 10px;
    margin: 0 0 20px 0;
}
.status p {
    padding: 0;
    margin: 0 0 2px 0;
}
.error {
    background: #f57676;
    border: 1px solid #ff1b03;
}
.ok {
    background: #86f575;
    border: 1px solid #0fa100;
}
#mainFooter nav a.btn_top,
#mainFooter nav a:hover.btn_top {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 87px;
    right: -92px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    border: 0;
}