body {
       font-family: Helvetica !important;
       color: #333333;
       margin: 0;
       -webkit-text-size-adjust: 100%;
}

#top_margin {
       margin: 40px 0 0 0;
       padding: 0;
}

#header {
       margin: 0;
       padding: 0;
}

#smf_top {
           background: url("../images/search-img.png") no-repeat scroll center top #FFFFFF;
           height: 60px;
           margin: 0px;
           padding: 0px;
}

#footer {
               margin:0;
               padding:0
}

#info_block {
               margin: 0;
               padding:10px 15px 10px 15px;;
               background: #4169e1;
               background: linear-gradient(to bottom, #6495ed, #4169e1);
               background: -webkit-gradient(linear,left top,left bottom, from(#6495ed), to(#4169e1));
               background: -webkit-linear-gradient(top,#6495ed, #4169e1);
               background: -moz-linear-gradient(top,#6495ed, #4169e1);
}

#bottom_info {
               font-size: 12px;
}

#bottom_info ul {
               margin: 0;
               padding: 0;
               list-style: outside none none;
}

#bottom_info li {
               border-bottom: 1px solid #FFFFFF;
}

#bottom_info a {
                 display: block;
                 position: relative;
                 padding: 10px 0 10px 5px;
                 color: #FFFFFF;
                 text-decoration: none;
}

#bottom_info a:after {
                 display: block;
                 content: "";
                 position: absolute;
                 margin: -4px 0 0 0;
                 top: 50%;
                 right: 10px;
                 width: 6px;
                 height: 6px;
                 border-top: 2px solid #FFFFFF;
                 border-right: 2px solid #FFFFFF;
                 -webkit-transform: rotate(45deg);
                 transform: rotate(45deg);
}

#bottom_company {
                  margin: 0;
                  padding: 15px 0 15px 0;
                  font-size: 9px;
                  color: #FFFFFF;
                  text-align: center;
}

.page_top {
                  margin: 0;
                  padding: 0 5px 0 0;
                  text-align: right;
}

.page_top a {
           display: inline-block;
           padding: 5px 20px 5px 20px;
           background: url("../images/page_top.png") no-repeat scroll right center, linear-gradient(to bottom, #f9f9f9, #e6e9ea);
           background: url("../images/page_top.png") no-repeat scroll right center, -webkit-gradient(linear,left top,left bottom,color-stop(#f9f9f9),color-stop(#e6e9ea));
           background: url("../images/page_top.png") no-repeat scroll right center, -webkit-linear-gradient(top,#f9f9f9,#e6e9ea);
           background: url("../images/page_top.png") no-repeat scroll right center, -moz-linear-gradient(top,#f9f9f9,#e6e9ea);
           border: 1px solid #b4b4b4;
           border-radius: 5px 5px 0px 0px;
           -webkit-border-radius: 5px 5px 0px 0px;
           -moz-border-radius: 5px 5px 0px 0px;
           color: inherit;
           font-size: 14px;
           text-decoration: none;
}

.page_top span {
          margin-right:8px;
}
