/* HTML5 display-role reset for older browsers */

html, body {
	line-height: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: url(/Content/Images/fon2.jpg);
	min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
	font: 12px/18px Arial, sans-serif;
}

.wrapper {
	background: url(/Content/Images/fon.png);
	background-repeat:no-repeat;
	height: 600px;
	min-width: 980px;
	max-width: 1920px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 80px;
    width: 100%;
	margin-top: -20px;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding-bottom: 20px;
	}

.search {
  width: 550px;
  height: /*300px;*/auto;
  margin: 100px auto 0;
  min-height:100%;
}


/* ÏÎÈÑÊ
-----------------------------------------------------------------------------*/
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
        .form-wrapper {
	width: 500px;
	padding: 15px;
	margin-top: 100px;
	margin-right: 100px;
	margin-bottom: 100px;
	margin-left: 10px;
    }
    .form-wrapper input {
        width: 380px;
        height: 20px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'calibri';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: bold 15px/40px 'calibri';
        color: #fff;
        text-transform: uppercase;
        background: #008931;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #03ab3f;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #03ab3f;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #008931 transparent;
        top: 12px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #03ab3f;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #03ab3f;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
	.footer {
	text-align: center;
}
	#menu{
		margin-top: 20px;
		width: 550px;
		float: right;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 5px;
			}
				#menu li a{
					color:#b5b4b4;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					border-bottom:5px solid #b5b4b4;
					cursor:pointer;
					padding:0 0 1px 0;
				}
					#menu li a:hover{
						border-bottom:5px solid #FFF;
						color:#FFF;
						text-decoration:none;
					}
				#menu li a.current{
					border-bottom:5px solid #FFF;
					color:#FFF;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
				}

.footer {
	color: #b5b4b4;
}
/* Footer
-----------------------------------------------------------------------------*/

.footer {
height: 20px;
/*position: absolute;
background-color: #fff;
opacity: 0.8;
color: #000;*/
bottom: -20px;
text-align:center;
width:100%;
margin-top: 20px;
} .wrapper content .search table tr th .form-wrapper.cf {
	color: #D7E6CE;
}
h2 {

    color: #fc6c2d;

}
