body {
	background: #555 url('../images/bg_slice.png') left top repeat;
	color: #434141;
    z-index: 0;
}

#wrapper {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    z-index: 0;
}

#contain {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(40, 40, 40, 0.8);
    min-height: 500px;
}

#header {
    background: #fff url('../images/header_bg_whole.jpg') center bottom no-repeat;
    height: 260px;
    position: relative;
    padding-top: 5px;
}

#header .logo {
    margin: 0px 20px;
}

#header .payment {
    position: absolute;
    top: 45px;
    right: 20px;
}

#header .payment a {
    text-decoration: none;
    cursor: pointer;
}

#header .payment button {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
}

#header-content-search-phone {
    position: absolute;
    top: 145px;
    right: 20px;
    min-width:520px;
    height: 40px;
}

#header .phone {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 6px;
    margin-right: 20px;
    z-index: 500;
    float: right;
}

#header .search {
    background: #fff url('../images/search.jpg') 10px 7px no-repeat;
    border: 1px solid #eee;
    border-top: 2px solid #bbb;
    border-radius: 15px;
    height: 30px;
    width: 300px;
    float: right;
}

#header .search input {
    margin: 2px 0px 0px 30px;
    padding: 5px;
    width: 250px;
}

#header .search input[type="submit"] {
    visibility: hidden;
}

#header .nav {
    background: #fff url('../images/header_bg_whole.jpg') center -75px no-repeat;
    position: absolute;
    top: 200px;
    left: 00px;
    height: 50px;
    padding-top: 20px;
    width: 100%;
}

#header .top_nav {
    position: absolute;
    top: 10px;
    right: 20px;
}

#header .nav ul,
#header .top_nav ul {
    list-style: none;
    height: 40px;
}

#header .nav li,
#header .top_nav li {
    list-style: none;
    display: inline;
    height: 100%;
}

#header .nav li a,
#header .nav li span,
#header .top_nav li a {
    padding: 0px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    border-left: 2px solid #fff;
    font-weight: bold;
}

#header .top_nav li a {
    font-size: 14px;
    color: #143753;
    border-left: 2px solid #143753;
}

#header .nav li:first-child a,
#header .top_nav li:first-child a,
#header .top_nav li.first a {
    border-left: 0px solid transparent;
}

#header .alert {
    background: #c1d9e3;
    height: 20px;
    width: 500px;
    padding: 5px 0px;
    position: absolute;
    top: 80px;
    right: 20px;
    color: #037750;
    overflow: hidden;
}

#header .social {
    position: absolute;
    top: 145px;
    left: 20px;
}

#header .header-links {
    position: absolute;
    top: -30px;
    right: 20px;
    color: #fff;
}

#header .social img {
	margin: 0px 2px;
    width: 36px;
}

#header .social a {
    color: transparent;
}

#slideshow {
    width: 100%;
    height: 300px;
    position: relative;
}

#slideshow #descriptTitle .dots {
    position:absolute;
    top: -200px;
    right:20px;
}

#slide-min {
    min-height: 50px;
}

#main {
	width: 100%;
	position: relative;
}

#main .icons {
    position: absolute;
    top: -70px;
    right: 3%;
    z-index: 1;
}

#main .icons .item {
    display: inline;
}

#main #content {
    min-height: 200px;
    padding: 0px 20px;
    line-height: 1.3em;
}

#main #content h1 {
    max-width: 55%;
}

#main .text h2,
#main .text h2 a {
	font-weight: normal;
	color: #1071a8;
    text-decoration: none;
}

#main .columns {
	width: 100%;
    padding: 20px 0px;
}

#main .columns .item{
    float: left;
	width: 30%;
	color: #222;
    padding-left: 25px;
    position: relative;
    padding-bottom: 20px;
    overflow-x: hidden;
}

#main .columns .item h1 {
	font-weight: normal;
	color: #1071a8;
}
#main .columns .image img {
    width: 100%;
}

#main .columns a {
    text-decoration: none;
}

#advert {
	text-align: center;
}

#page {
	width: 100%;
	padding: 40px 10px;
	position: relative;
}

#page .video {
	float: left;
}

#page #content  {
	padding: 10px 20px 10px 10px;
	width: 69%;
	float: left;
	color: #999;
	font-size: 20px;
}

#page #content.no-sidebar {
    width: 96%;
}

#page #content h1 {
	font-weight: normal;
	color: #1071a8;
	text-transform: uppercase;
	line-height: 1.4em;
	font-style: normal;
    margin-top: -20px;
}

#page .sidebar {
    float: left;
    width: 24%;
    padding-left: 10px;
    border-left: 1px solid #eee;
    min-height: 400px;
}

#page .sidebar img {
    display: block;
    margin: 0px auto;
}

#page .columns {
	clear: both;
	width: 100%;
	padding: 10px 0px;
}

#page .columns .item {
	float: left;
	padding: 10px 10px;
}

#page .columns .item h2 {
	font-weight: normal;
	color: #1071a8;
	text-transform: uppercase;
}


@media (max-width: 1024px) {

    #alert {
        width: 300px !important;
    }
    
}
