/* ==========================================================================
							M A I N  ___  S T Y L E S
   ========================================================================== */

html, body {
	height: 100%;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	outline: none;
}

/* Helper classes  */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Main Blocks
 -------------------------------------------------------------------------------- */
#wrapper {
	height: auto !important;
    min-height: 100%;
    background: url(../images/main_bg.jpg) 0 0 repeat;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
#middle {
	overflow: hidden;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url(../images/header_bg.jpg) 0 0 repeat-x;
	border-bottom: 4px solid #fff;
}



/* Slider
-----------------------------------------------------------------------------*/
#slider {
	width: 960px;
	height: 380px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #ccc;
}
.slide {
	float: left;
	width: 960px !important;
}
#slider img {
	width: 960px;
	height: 380px;
	position: relative;
	z-index: -100;
}
#prev, #next {
	z-index: 100;
	position: absolute;
	top: 45%;
    display: block;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    opacity: 0.8;
}
#prev {
	left: 25px;
	background: url(../images/prev.png) 0 0 no-repeat;
}
#next {
	right: 25px;
	background: url(../images/next.png) 0 0 no-repeat;
}
#prev:hover, #next:hover {
    opacity: 1;
}




/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 50px 0;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #000;
	height: 83px;
	position: relative;
    margin: -83px auto 0;
	border: 1px dotted #ccc;
}
#footer .inner {
	background: #0c0c0c;
}
.h_footer {
	height: 83px;
}





;