@font-face {
    font-family: 'PT Sans Narrow Regular';
    src: url('pt_sans-narrow-web-regular.eot');
    src: url('pt_sans-narrow-web-regular.eot') format('embedded-opentype'),
         url('pt_sans-narrow-web-regular.woff') format('woff'),
         url('pt_sans-narrow-web-regular.ttf') format('truetype'),
         url('pt_sans-narrow-web-regular.svg#PTSansNarrowRegular') format('svg');
}

HTML,BODY{
    background: #fff;
    width: 100%;
    height: 100%;
    font-family: 'PT Sans Narrow Regular';
    font-size: 14px;
	color: #0d0e0e;
	margin: 0;
	padding: 0;
    position: relative;
}

a, a:hover{
	text-decoration: none;
	color: #0d0e0e;
}

h1{
    font-size: 25px;
    margin: 20px 0;
    padding: 0;
}



.box_msg{
    background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	position: relative;
}

.box_msg_wrapper{
	display: table;
    width: 100%;
	border-spacing: 5px;
}

.box_msg_text{
	display: table-cell;
    width: 100%;
	vertical-align: middle;
	text-align: left;
}

.box_msg_title{
	font-style: normal;
	font-weight: bold;
}

.box_msg_error .box_msg_title{color:#f00;}
.box_msg_error .box_msg_content{color: #a90000; font-size: 11px;}
.box_msg_success .box_msg_title{color:#148316;}
.box_msg_success .box_msg_content{color:#357100;}
.box_msg_info .box_msg_title{color:#0078db;}
.box_msg_info .box_msg_content{color:#00287a;}
.box_msg_warning .box_msg_title{color:#9a2d02;}
.box_msg_warning .box_msg_content{color:#5b4900;}
.box_msg_search .box_msg_title{color:#746060;}
.box_msg_search .box_msg_content{color:#5b4900;}

.captcha-before{display:block;}
.captcha-input{background:url(../images/arrow2.gif) no-repeat left;padding-left:15px;margin-left:5px;vertical-align:middle;}
.captcha-after{display:block;}

.note_required{
	color: #999;
	font-size: .85em;
	padding: 15px 0;
}

.wrapper{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#header{
    background-color: #24860b;
    color: #fff;
}

.zigzag {
    position: relative;
    width: 100%;
    height: 10px;
}

.zigzag:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 100%;
    height: 5px;
}

.container2 {
    background: #fff;
	min-height: 100%;
	position: relative;
}

.container2:before {
    background:
    linear-gradient(
      45deg, transparent 33.333%,
      #fff 33.333%, #fff 66.667%,
      transparent 66.667%
    ),
    linear-gradient(
      -45deg, transparent 33.333%,
      #fff 33.333%, #fff 66.667%,
      transparent 66.667%
    );
    background-size: 10px 20px;
}


#logo{
    height: 70px;
    font-family: 'PT Sans Narrow Regular';
    font-size: 30px;
    margin-top: 3px;
    color: #fff;
    text-transform: uppercase;
}

#box_main{
    padding: 10px 0;
    text-align: justify;
}

#left_part{
    width: 285px;
    height: 328px;
    padding: 10px 0;
}

.w33p{
    width: 33%;
}


.w100p{
    width: 100%;
}

#slider{
    box-shadow: none;
}

.w50p{
    width: 50%;
}

.w40p{
    width: 40%;
}

.w60p{
    width: 55%;
}

.theme-default .nivoSlider{
    margin-bottom: 0;
}

.theme-default .nivo-controlNav{
    padding: 10px 0;
    display: inline-block;
    float: right;
}

.left_b{
    font-weight: bold;
    margin: 7px 0 5px;
    font-size: 14px;
}

.left_nob, .left_nob:hover{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.mt0{
    margin-top: 0;
}

.label{
    display: block;
    font-weight: bold;
    margin: 5px 0 2px;
}

.us{
    width: 100%;
    margin: 25px 0;
}

.w25p{
    width: 23%;
}

.small_text{
    font-size: 12px;
}

.bggreen{
    background-color: #24860b;
}

.bubble{
    color: #fff;
    padding: 10px 15px;
}

.bubble a{
    color: #fff;
}

.w10{
    width: 10px;
}

.btimg{
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.ajustify{
    text-align: justify;
}

.bgfff{
    background-color: #fff;
}

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
}

#content{
	min-height: 100%;
}

.pb245{
	padding-bottom: 245px;
}

#footer{
    background: #0d0e0e;
	width: 100%;
    font-size: 11px;
    color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.white_line{
    background-color: #fff;
    height: 2px;
    padding: 0 !important;
}

.green_line{
    background-color: #24860b;
    height: 2px;
    padding: 0 !important;
}

.mt10{
    margin-top: 10px;
}

.pt10{
    padding-top: 10px;
}

#footer>div{
    padding: 10px 0;
}

.big_title{
    font-size: 14px;
    font-weight: bold;
}

:focus {
    outline: none;
}

.colorbox img{
    width: 120px; 
    border: 3px solid #cecece; 
    box-shadow: 3px 3px 10px gray; 
    margin: 0 10px 10px 0;
}

.colorbox img:hover{
    border-color: #24860b;
}

.colorbox_down img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 2px solid #cecece;
    border-radius: 20px;
    margin: 3px 0;
}

.colorbox_down img:hover{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border-color: #0d0e0e;
}

.cfff, .cfff:hover{
    color: #fff;
}

#menu{
    float: left;
    width: 700px;
}

#menu td{
    text-align: center;
}

.w25p{
    width: 23%;
}

.w20{
    width: 20px;
}

.big_m{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    color: #fff;
}

.big_m:hover{
    background: #24860b; /* Old browsers */
    background: -moz-linear-gradient(top, #24860b 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24860b), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #24860b 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #24860b 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #24860b 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #24860b 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24860b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.small_m{
    background: #fff;
    width: 300px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 10;
    border: 1px solid #cecece;
    border-top: 0;
    border-bottom: 0;
    display: none;
}

.menu_rel:hover .small_m{
    display: block;
}

.small_m a{
    display: block;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #cecece;
}

.small_m a:hover{
    background: #cecece; /* Old browsers */
    background: -moz-linear-gradient(top, #cecece 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cecece 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cecece 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cecece 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cecece 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.relative{
    position: relative;
}

.mr10{
    margin-right: 10px;
}

.mr20{
    margin-right: 20px;
}

.slider-wrapper{
    margin-top: -10px;
}

.mb10{
    margin-bottom: 10px;
}

h3{
    margin-top: 0;
    color: #24860b;
}

.mt5{
    margin-top: 5px;
}