* {
  margin: 0;
  padding: 0;
}

html, body {
    font-family: Arial;
    font-size: 13px;
    color: #3a3a3a;
    margin: auto;
}

a, img , a img {
    border: none;
}

a:link, a:visited {
    color: #750000;
}

a:hover {
    color: #EA3D00;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
}

table tr {
    border-spacing:0;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #AAAAAA;
}

input[type="button"], input[type="submit"] {
    cursor: pointer;
    background-color:#A74320;
    border:1px solid #ff8153;
    color:#FFFFFF;
    padding:1px 4px;
}

input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #EA3D00;
    border-color: #EA3D00;
}

.fclear {
    float: none;
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#wrapper {
    width: 1100px;
    margin: auto;
}

.centerside {
    width: 970px;
    margin: auto;
    float: left;
}

.mainRight {
    float: right;
    margin-top: 10px;
}

#head-wrapper {
    width: 967px;
    margin: auto;
    /*background: url(../images/head-back.png) no-repeat top center; */
    background: url(../images/head-backNew.png) no-repeat top center;
    /*min-height: 210px;*/
    min-height: 170px;
}

#head-wrapper #logo-icon {
    position: relative;
    top: 17px;
    left: 17px;
}

#head-navigation {
    /*margin-top: 71px;*/
    margin-top: 28px;
    width: 965px;
}

#top_menu {
    list-style: none;        
}

#top_menu li {
    float: left;
    cursor: pointer;
}

#top_menu li a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #000000;
    float: left;
    padding: 0 25px;
    color: #FFFFFF;
    text-decoration: none;
}

#top_menu li a.active {
    font-weight: bold;
    background: #ea3d00;
}

#top_menu li.a_first a {
    background: url(../images/head_menu_left.png) no-repeat top left;
}

#top_menu li a:hover {
    /*background: #ea3d00;
    color: #000000;*/
    color: #ff3300;    
}

#top_menu li.a_first a.active, #top_menu_tmp li.a_first a:hover{
    background: url(../images/head_menu_left-active.png) no-repeat top left;
    color: #000000;
}

#top_menu li.a_last a{
    background: url(../images/head_menu_right1.png) no-repeat top right;   
}

#top_menu li.a_last a.active, #top_menu_tmp li.a_last a:hover{
    background: url(../images/head_menu_right-active.png) no-repeat top right;
    color: #000000;
}

.hm_box {
   position: relative;
   border: 1px solid #f0764b;
   width: 100%;
   background: #ea3d00;
   color: #FFFFFF;
}

.hm_box .box_content {
    padding: 12px;
}

.hm_box .tl {
    display: block;
    background:url(../images/hm-round.png);
    width: 6px; height:6px;
    top:-1px;
    left:-1px;
    position:absolute;
}

.hm_box .tr {
    display: block;
    background:url(../images/hm-round.png) 100% 0 no-repeat;
    width:6px; height:6px;
    top:-1px;
    right:-1px;
    position:absolute;
}

.hm_box .bl {
    display: block;
    background:url(../images/hm-round.png) 0 100% no-repeat;
    width:6px; height:6px;
    bottom:-1px;
    left:-1px;
    position:absolute;
}

.hm_box .br {
    display: block;
    background: url(../images/hm-round.png) 100% 100% no-repeat;
    width: 6px; height: 6px;
    bottom: -1px;
    right: -1px;
    position:absolute;
}

#top_buttons {
    list-style: none;
}

#top_buttons li {
    float: left;
    padding: 0 1px;
    cursor: pointer;
    font-size: 12px;
}

#top_buttons li a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5 url(../images/top_button.png) no-repeat right;
    float: left;    
    color: #ff3300;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

#top_buttons li a.active, #top_buttons li a:hover {
    color: #000000;    
}

#top_buttons li a span{
   display: block;
   height: 30px;
   line-height: 30px;
   background: url(../images/top_button_left.png) no-repeat left;
   padding: 0 15px;
   cursor: pointer;
}

input.search_input {
    border: none;
    background: url(../images/search_input.png) no-repeat 50% 50%;
    width: 158px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

#topframe {
    background: url(../images/topframe.png) top repeat-x;
    margin-top: 5px;
}

#topframe .topframe-left {
    background: url(../images/topframe-left.png) left top no-repeat;
}

#topframe .topframe-right {
    background: url(../images/topframe-right.png) right top no-repeat;
}

#topframe .topframe-content {
    /*height: 210px;
    padding-top: 20px;*/
}

#topframe .banner-box {
    width: 245px;
    height: 175px;
    background: url(../images/grey-box-banner.png) no-repeat;
    margin: 0 20px;
    text-align: center;
}

#content-wrapper {
    margin-top: 10px;
}

.ads_title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

.ads_body {
    margin-bottom: 5px;
    height: 82px;
    /*background: #eaeaea;*/
    text-align: center;
}

.ads_body img {width: 278px; height: 83px;}

.ads_tel {
    font-weight: bold;
    text-align: center;
}
.banner-box .banner-content {
    padding: 15px;
}

.banner-box a, .ads_title a, .ads_body a, .ads_tel a {color: #000000; text-decoration: none;}

.grey-header {
    background: url(../images/grey_title.png) top repeat-x;
    height: 30px;
    margin: 10px 0;
}

.grey-header .grey-title-right {
    background: url(../images/grey_title_right.png) top right no-repeat;
    height: 30px;
}

.grey-header .grey-title-left {
    background: url(../images/grey_title_left.png) top left no-repeat;
    height: 30px;
}

.grey-header .grey-title {
    padding: 5px 20px;
    font-weight: bold;
    font-size: 16px;
    text-shadow:0 1px 0 #FFFFFF;
}

#top-banners {
    margin: 10px auto;
}

.shadow-box {
    background: #999999 url(../images/shadow-right.png) top right no-repeat;
}

.shadow-box .shadow-bottom {
    background: url(../images/shadow-right-bottom.png) top right no-repeat;
    height: 5px;
}

.newsTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height:26px;
    margin-bottom:15px;
    text-align:left;
    text-transform:capitalize;
}

.newsTitle a {
    color: #000000;
    text-decoration: none;
}

.newsData {
    color: #434343;
    font-family: georgia;
    font-size: 11px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.newsExcerpt {
    line-height: 20px;
    margin-bottom: 22px;
    overflow: hidden;
    text-align: left;
    float: left;
}

.newsBtn {
    float: right;   
    position: relative;
}

.read_button a {
    background: url(../images/read_btn.png) no-repeat left top;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    text-align:center;
    text-decoration:none;
    width: 60px;
    margin-bottom: 20px;
}

.read_button a:hover {
    background-position: left bottom;
    color: #ff3333;
}

.newsBox {
    float: none; clear: both;
    border-bottom: 3px solid #cc8c76;
    margin: 10px 0;
}

.grad_box {
    position: relative;
    width: 100%;
    background: #EEEEEE;
    border: 1px solid #E4E4E4;
}

.grad_box .box_content {
    padding: 15px;
}

.grad_box .tl, .grad_box .tr, .grad_box .bl, .grad_box .br {
    display: block;
    background:url(../images/grad-grey.png) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
}

.grad_box .tl {left: -1px; top: -1px;}
.grad_box .tr {top: -1px; right: -1px; background-position: 100% 0;}
.grad_box .bl {left: -1px; bottom: -1px; background-position: 0 100%;}
.grad_box .br {bottom: -1px; right: -1px; background-position: 100% 100%;}

#footer-wrapper {
   margin: 30px 0;
}

.foot_box {
   position: relative;
   width: 100%;
   background: #da4e2e;
   color: #FFFFFF;
   border-top: 12px solid #481716;
}

.foot_box .foot_content {
    padding: 20px;
}

.foot_box .tl {
    display: block;
    background:url(../images/foot-round.png);
    width: 15px; height:15px;
    left: 0px; top: 0px;
    position:absolute;
}

.foot_box .tr {
    display: block;
    background:url(../images/foot-round.png) 100% 0 no-repeat;
    width:15px; height:15px;
    top:0px;
    right:0px;
    position:absolute;
}

.foot_box .bl {
    display: block;
    background:url(../images/foot-round.png) 0 100% no-repeat;
    width:15px; height:15px;
    bottom:0px;
    left:0px;
    position:absolute;
}

.foot_box .br {
    display: block;
    background: url(../images/foot-round.png) 100% 100% no-repeat;
    width: 15px; height: 15px;
    bottom: 0px;
    right: 0px;
    position:absolute;
}


#logoFooter {
    text-transform:uppercase;
    color:#333333;
    font-size:20px;
    display:block;
    margin:0px 7px 2px 0;
    padding:0;
    clear:both;
    text-align:right;
}

#pageNavFooter {
    float:right;
    text-align:right;
}
#pageNavFooter ul li {
    float:left;
    list-style:none;
    line-height:8px;
    padding:0 8px 2px 8px; margin-bottom:3px;
    background:url(../images/credits-sep.png) no-repeat top left;
}

#pageNavFooter ul li.first {
    background:none;
}
#pageNavFooter ul li a {
    font-family:verdana, helvetica, arial;
    font-size:11px;
    color:#570909;
    text-decoration:none;
    text-shadow:0 1px 0 #e34d31;
}

#pageNavFooter ul li a:hover {text-decoration:underline; color: #ffc8bb;}
#rights {display:block; padding:2px 7px 0 0; clear:both; font-family:georgia; font-size:11px; color: #000000; text-shadow:0 1px 0 #e34d31; display:block; text-align:right;}
#rights a{color:#000000; text-decoration:none;}
#rights a:hover {color:#ffc8bb;}

#page-links {
    clear:both;
    font-weight:bold;
    margin: 5px auto;
    text-transform:uppercase;
}

#page-links a {
    background-color: #a74320;
    border: 1px solid #ff8153;
    color: #FFFFFF;
    padding: 1px 4px;
    text-decoration: none;
}

#page-links a:hover {
    background-color: #FFFFFF;
    color: #EA3D00;
    border-color: #EA3D00;
}

#page-links span {
    background-color: #FFFFFF;
    border: 1px solid #EA3D00;
    color: #EA3D00;
    padding: 1px 4px;
}

.page_desc {
    color: #CC8C76;
    padding: 0px 25px;
}

.wrapp-form {
    background: url(../images/wrapp-form2.png) no-repeat left top;
}
.forma {
    padding: 25px;
}

.ogoloshenyatable {
    border:1px solid #DDDDDD;
    padding:15px 10px;
}

.ogoloshenyatable ul li {
    background:url(../images/bullet.png) no-repeat scroll 0 9px transparent;
    border-bottom:1px dashed #CCCCCC;
    list-style:none outside none;
    padding:6px 0 6px 20px;
}

.mtable-wrapper table {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 100%;
}

.mtable-wrapper table td {
    border: 1px solid #CCCCCC;
    padding: 3px;
}

.mtable-wh table td {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
}

.gray-rounded {
  /*
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
  border: 2px solid #E4E4E4;
  background-color: #EEEEEE; */
  padding: 10px;
}