html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
body {
	font-family:Arial, Helvetica, sans-serif;
	
	color: white;
	background: url('images/bg.jpg') repeat;
}
#container{
    width:1210px;
    margin:0 auto;
    
    position:relative;
}
#header{
     background: url("images/top.png") no-repeat scroll 0 118px transparent;
    height: 154px;
    width: 1210px;
}
.logo{
    background: url("images/logo.png") no-repeat scroll 0 center transparent;
    height: 223px;
    left: 423px;
    position: absolute;
    top: 9px;
    width: 313px;
    
}
.social{
    
}
.social img{padding: 93px 0 0 10px;}
ul.nav{
    height: 40px;
    line-height: 43px;
    list-style: none outside none;
    padding-left: 33px;
}
ul.nav li{
    display:inline;
    
    padding: 0 33px;
}
ul.nav li a{
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; 
}
.marginLeft{margin-left: 442px;}
.content{
    background: url("images/bg_body.png") repeat-y scroll -1px 0 transparent;
    margin: 0;
    min-height: 500px;
    padding: 65px 0 0;
    width: 1190px;
}
#footer{
    background:url(images/bottom.png) no-repeat;
    height:90px;
    position:relative;
        padding-right: 60px;
}
.logosmall{
    background: url("images/logo_small.png") no-repeat scroll 0 0 transparent;
    height: 73px;
    left: 20px;
    position: absolute;
    top: -5px;
    width: 108px;
}
.contact{
    background: url("images/icon_tel.jpg") no-repeat scroll 0 0 transparent;
    color: black;
    float: right;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    padding-left: 70px;
}
.ei-slider {
    position: relative;
    width: 1184px;
    max-width: 1184px;
    height: 471px;
    margin: 0 auto;
}
.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    line-height: 400px;
}
.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ei-slider-large li {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-thumbs {
    height: 13px;
    margin: 0 auto;
    position: relative;
}
.ei-slider-thumbs li {
    position: relative;
    float: left;
    height: 100%;
}            
.ei-slider-thumbs li {
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    background: #666;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li img {
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent),to(rgba(255,255,255,0.3)));
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ei-slider-thumbs li.ei-slider-element {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    z-index: 0;
    text-indent: -9000px;
    background: black;
    background: rgba(0, 0, 0, 0.9);
}
