/* CSS Document */

/* resets*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/

input,textarea,select{font-size:100%;}

/* because legend doesn't inherit in IE */

legend{color:#000;}

/* end resets*/
/* clearing fix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end clearfix */


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height:93%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 44px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


html {
    font-family: Tahoma, Arial, Verdana, Helvetica;
	background: #e4eff3  url(../images/html-back.jpg) top left repeat-x ;
    color: #3F3F3F;
    font-size:11px;
}
#doc {
    height: 100%;
	width:780px;
	margin:0 auto;
    background: url(../images/pix.jpg) repeat-y ;
     margin-top: 9px;
}
#header_wn {
    position: relative;
    height: 261px;
	background: #e4eff3  url(../images/html-bg.jpg) no-repeat;
	width:780px;
}
#header_wn h1 {
    background:url(../images/logo.jpg) no-repeat;
	height:75px;
	width:406px;
	margin-top:21px;
    margin-left:16px;
	text-indent:-5000px;
	float:left;
	overflow:hidden;
}
#header_wn h1 a {
    display:block;
	height:75px;
	width:250px;
}
.navigation {
    position: absolute;
    top: 230px;
    left:0px;
    font-size: 13px;
    font-weight: bold;
    
}
.navigation a {
    color: #3c535a;
    display: block;
    float: left;
    height: 28px;
    text-decoration: none;
    width: 112px;
    text-align: center;
}
.navigation a:hover {
    color: #ea9a00;
}
#content {
    background: #ffffff;
    width: 778px;
    border-left: solid 1px #4c7d88;
    border-right: solid 1px #4c7d88;
}
#left-column {
    float: left;
    margin: 0;
    padding-left: 34px;
    padding-top: 32px;
    width: 194px;
}
#left-column h2{
    margin-top: 20px;
    font-size: 20px;
    height: 50px;
    color: #a2a2a2;
    text-align: center;
    background: url(../images/bg-left.jpg) no-repeat;
}
.orange{
    color: #ea9a00;
}
#right-column{
    margin-left: 250px;
    padding-right: 34px;
    padding-top: 27px;
}
#right-column h1{
    color: #a2a2a2;
    font-size: 20px;
}

.green {
    color: #79aa00;
}
#right-column p{
    line-height: 16px;
    margin-top: 15px;
}
#right-column ul{
margin-top: 10px;
line-height: 16px;
}
#right-column li{
    background: url(../images/bul.jpg) no-repeat 2px 7px;
    padding-left: 12px;
}
#right-column p a{
    text-decoration: none;
    color: #ea9a00;
}
#right-column p a:hover{
    color: #79aa00;
}
#text-column{
    margin-left: 32px;
    padding-right: 34px;
    padding-top: 27px;
}
#text-column h1{
    color: #a2a2a2;
    font-size: 20px;
}
#text-column p{
    line-height: 16px;
    margin-top: 15px;
}
#text-column ul{
margin-top: 10px;
line-height: 16px;
}
#text-column li{
    background: url(../images/bul.jpg) no-repeat 2px 7px;
    padding-left: 12px;
}
#contact {
font-family:Tahoma;
font-size:11px;
margin-top:0px;
}
#contact .sub {
color:#3F3F3F;
font-size:16px;
font-weight:bold;
}
#contact .text {
color:#000000;
}
#contact .subtext {
color:#3F3F3F;
font-weight:500;
}
#contact .orange_frame {
font-family:Tahoma;
font-size:12px;
height:16px;
width:210px;
}
#contact .btn {
background: #79aa00 url(../images/butt.jpg) repeat-x;
color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
height:25px;
width:124px;
}
#footer-aba{
    width: 100%;
    background: #45635c;
}
#footer{
    padding: 15px 26px 0 34px;
    margin: 0 auto;
    width: 720px;
    height: 48px;
    background: url(../images/down-strip.jpg) no-repeat;
}
#footer h3{
float: left;
}
#menu-down{
    float:right;

}
#menu-down a{
    padding: 8px;
    text-decoration:none;
    color: #3F3F3F;
}
#menu-down a:hover{
    color: #ea9a00;
}