html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

}

body {

    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Tahoma;
    font-size: 12px;
    color: #fff;
    text-align: left;
    width: 100%;
    line-height: 1.4;
    background: #333333; /*background:#000 url(images/background.jpg); */
}

textarea {
    font-family: Tahoma;
    font-size: 12px;
    color: #000;
}

a {
    color: #31b934;
    outline: none;
    border: none;
}

a:hover {
    color: #31f835;
}

a img {
    border: none;
}

h2 {
    color: #fff;
    font-family: Tahoma;
    font-size: 24px;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 15px;
}

h2 span {
    font-weight: normal;
    color: #3bac3b;
}

h3 {
    color: #fff;
    font-family: Tahoma;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1;
}

h3 span {
    color: #3bac3b;
    font-weight: normal;
}

h4 {
    color: #8bd3ff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 30px;
}

p {
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 10px;
}

pre {
    margin: 0;
}

table {
    font-size: 12px;
}

ul {
    padding: 0;
    margin: 10px 0;
    padding-left: 25px;
    zoom: 1;
}

li {
    font-size: 14px;
    list-style: none;
    margin: 5px 0;
    padding-left: 15px;
    background: url(images/li_img.jpg) 0 7px no-repeat;

}

blockquote {
    margin-left: 58px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

blockquote blockquote {
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 0px;
}

#content {

    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 899px;
    margin: 0 auto;

}

#header {
    margin: 0;
    width: 890px;
    position: relative;
    height: 62px; /*background:url(images/header_bg.jpg) 50% 0 no-repeat; */
    background: url(images/header_bg_shadow.jpg) 1px 100% no-repeat;
    padding-top: 180px;
    z-index: 11;
    padding-left: 7px;
}

h1 {
    background: url(images/sibeco_logo.jpg) no-repeat;
    text-indent: -9999px;
    margin: 0;
    position: absolute;
}

#top_links {
    position: absolute;
    width: 100px;
    height: 23px;
    top: 20px;
    right: 120px;
    z-index: 100;
}

#top_links a {
    float: left;
    margin-right: 15px;

}

#top_links div {
    float: left;
    margin-right: 15px;
}

#top_links .main_link {
    width: 18px;
    height: 14px;
    background: url(images/main_ico.gif) 50% 4px no-repeat;
}

#top_links .main_link_sel {
    width: 18px;
    height: 20px;
    background: url(images/main_ico.gif) 50% -10px no-repeat;
}

#top_links .mail_link {
    width: 18px;
    height: 14px;
    background: url(images/mail_ico.gif) 50% 5px no-repeat;
}

#top_links .map_link {
    width: 18px;
    height: 14px;
    background: url(images/map_ico.gif) 50% 3px no-repeat;
}

#top_links .mail_link_sel {
    background: url(images/mail_ico.gif) 50% -9px no-repeat;
    width: 18px;
    height: 20px;
}

#top_links .map_link_sel {
    width: 18px;
    height: 20px;
    background: url(images/map_ico.gif) 50% -11px no-repeat;
    margin: 0;
}

#main_link {
    display: block;
    height: 129px;
    position: absolute;
    right: 23px;
    top: 15px;
    width: 856px;
    z-index: 1;
    background: url(images/header-img2.jpg) 50% -15px no-repeat;
}

#top_menu {
    background: url(images/corners_lines.jpg) left top repeat-x;
    padding: 0 1px;
    height: 64px;
    width: 883px;
}

#main {
    padding-bottom: 100px;
    z-index: 10;

    position: relative;
}

#title {
    font-size: 30px;
    color: #000;
    background: #a3a3a3;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#title span {
    font-weight: normal;
    color: #000;
}

.black_block {
    position: relative;
    background: url(images/black_block_bg.png) repeat-y;
    margin-bottom: 10px;
    min-height: 365px;
    padding: 12px 20px;
    padding-bottom: 55px;
    padding-top: 17px;
    zoom: 1;
}

.black_block_footer {
    width: 894px;
    height: 7px;
    position: absolute;
    bottom: -6px;
    left: 2px;
    background: url(images/black_block_footer2.jpg) no-repeat;
}

.clear {
    clear: both;
    float: none;
}

#footer {
    height: 86px;
    bottom: 0;
    position: absolute;
    width: 885px;
    font-size: 11px;
    background: url(images/bg_footer.jpg) left bottom no-repeat;
    color: #799ab5;
    font-family: Trebuchet MS;
    z-index: 11;
}

#footer_block {
    float: left;
    width: 260px;
    color: #fff;
    font-size: 12px;
    padding-top: 3px;
    margin-top: 8px;
}

#footer_block a {
    color: #fff;
    font-size: 12px;
}

#footer_block a:hover {
    color: #31b934;
}

#footer_logo {
    float: left;
    display: block;
    width: 50px;
    height: 46px;
    background: url(images/footer_logo2.jpg) 0px -7px no-repeat;
    margin-right: 10px;
    margin-top: 8px;
}

#a2 {
    background: url(images/a22.jpg) 100% 100% no-repeat;
    display: block;
    width: 75px;
    height: 56px;
    float: right;
    margin-bottom: 26px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#a2:hover {

}

.clear {
    clear: both;
}

#login_button {
    display: block;
    position: absolute;
    width: 27px;
    height: 107px;
    background-image: url(images/dealer_button.jpg);
    background-repeat: no-repeat;
    right: -18px;
    top: 2px;
}

.yes {
    background-position: -81px 0;
}

.yes:hover {
    background-position: -54px 0;
}

.aut_but {
    background-position: -28px 0;
}

.aut_but:hover {
    background-position: -1px 0;
}

#login_window {
    display: none;
    position: absolute;
    width: 270px; /*height:130px; */
    right: 8px;
    top: 2px;
    border: 1px solid #6c6c6c;
    border-right: none;
    background: #212121;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 500;
}

/*----------------------------------------------------------------------------------------Main page ----------------------------------------------------------------------------------------*/
.main_page {
    padding: 0;
    padding-left: 21px;
    padding-bottom: 13px;
    padding-top: 17px;
}

.main_bottom_block {
    background: url(images/header_main_bottom2.jpg) no-repeat;
    zoom: 1;
    position: relative;
    padding-top: 10px;
    margin: 0 6px;
}

.left_light_main {
    position: absolute;
    height: 564px;
    width: 113px;
    left: -113px;
    top: -1px;
    background: url(images/left-shadow-bg.jpg) 0 0 no-repeat; /*background:url(images/left_light_main.jpg) no-repeat; */
}

.right_light_main {
    position: absolute;
    height: 564px;
    width: 113px;
    right: -113px;
    top: -1px;
    background: url(images/right-shadow-bg.jpg) 100% 0 no-repeat; /*background:url(images/right_light_main.jpg) no-repeat; */
}

*html .right_light_main {
    right: -114px;
}

.view_all_main {
    position: absolute;
    width: 28px;
    height: 131px;
    top: 116px;
    left: -15px;
    background: url(images/view_videos_main.jpg) no-repeat;
    z-index: 100;
}

.main_content_block {
    background: url(images/content_main_bottom.jpg);
    padding-bottom: 4px;
    zoom: 1;
}

.main_videos {
    width: 642px;
    float: left;
    margin-left: 13px;
    display: inline;

}

.main_player {
    margin-top: 24px;

}

.link_videos_monta {
    display: block;
    width: 327px;
    height: 74px;
    float: left;
    background: url(images/monta_street_videos_link.jpg) no-repeat -1px 0;
    margin-right: 10px;
    border: 1px solid #000;
}

.link_videos_monta:hover {
    background-position: -1px -75px;
}

.link_videos_select {
    display: block;
    width: 299px;
    height: 73px;
    float: left;
    background: url(images/select_videos_link.jpg) no-repeat;
    border: 1px solid #000;
}

.link_videos_select:hover {
    background-position: -1px -74px;
}

.footer_bottom_block {
    background: url(images/footer_main_bottom2.jpg) no-repeat;
    height: 10px;
}

/*----------------------------------------------------------------------------------------Contact us----------------------------------------------------------------------------------------*/
.contact_page h3 {
    color: #fff;
    font-family: Tahoma;
    font-size: 14px;
    padding-left: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------------The Story of Select Sport ----------------------------------------------------------------------------------------*/
.story_page {
    position: relative;
}

.story_page .timeline {
    width: 853px;
    height: 415px;
    background: transparent url(images/timeline.jpg) 0 0 no-repeat;
}

.story_page p {
    padding-left: 4px;
}

.story_block_first {
    padding-right: 245px;
    background: url(images/story_million_balls.jpg) 100% 33px no-repeat;
    padding-left: 5px;
}

.story_block_second {
    padding-right: 245px;
    background: url(images/story_all_balls.jpg) 100% 33px no-repeat;
    padding-left: 5px;
}

.story_block_third {
    padding-right: 245px;
    background: url(images/story_since.jpg) 100% 100% no-repeat;
    padding-left: 5px;
}

.story_page  ul {
    padding-left: 0;
}

*+html .story_page  .breadcrumb-navigation {
    padding-left: 45px;
}

.story_page  li {
    font-size: 16px;
    background: none;
    padding-left: 48px;
    text-indent: -44px;
}

.story_balls {
    width: 180px;
    height: 518px;
    display: block;
    background: url(images/story_balls.jpg) 0 0 no-repeat;
    position: absolute;
    right: 20px;
    top: 1020px;
}

/*----------------------------------------------------------------------------------------Exciting links----------------------------------------------------------------------------------------*/
.links_page li a {
    font-size: 16px;
    color: #fff;
}

.links_page li a:hover {
    color: #31b934;
}

/*----------------------------------------------------------------------------------------Difference ----------------------------------------------------------------------------------------*/

.difference_block_first {
    padding-right: 245px;
    padding-left: 5px;
    font-size: 16px;
    background: url(images/difference_latex.jpg) 100% 36px no-repeat;
}

.difference_block_first p, .difference_block_second p, .difference_block_third p {
    padding-left: 5px;
}

.difference_block_second {
    padding-right: 245px;
    padding-left: 5px;
}

.difference_block_third {
    padding-right: 245px;
    padding-left: 5px;
}

.difference_block_third span.list {
    font-size: 16px;
    font-weight: bold;
    color: #3bac3b;
}

.difference_block_third p {
    display: inline;
}

.difference_block_third div {
    margin-bottom: 20px;
}

.difference_block_forth {
    padding-right: 245px;
    padding-left: 5px;
    background: url(images/difference_prefer.jpg) 100% 36px no-repeat;
}

.difference_block_fifth {
    padding-right: 245px;
    padding-left: 5px;
    background: url(images/difference_companies.jpg) 100% 36px no-repeat;
}

.inflating_page {
    padding-top: 0;
}

.inflating_page img {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 20px;
}

.warranty_block {
    padding-right: 245px;
    background: url(images/warranty_highest.jpg) 100% 26px no-repeat;
    padding-left: 5px;
}

.warranty_block p {
    padding-left: 5px;
}

.maintain_gloves_block {
    padding-right: 240px;
    background: url(images/maintain_gloves.jpg) 100% 26px no-repeat;
    padding-left: 5px;
}

.maintain_gloves_block ul {
    padding-left: 15px;
}

.maintain_gloves_block ul li {
    margin: 20px 0;
}

/*----------------------------------------------------------------------------------------Products ----------------------------------------------------------------------------------------*/
.products_table td {
    padding: 3px 3px;
}

.products_table td a {
    background-color: #fff;
}

.products_table td a:hover {
    background-position: 0 -126px;
}

.pr_footballs_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/soccer_balls_img.jpg) no-repeat;
}

.pr_goalkeeper_gloves_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/goal_keeper_gloves_img.jpg) no-repeat;
}

.pr_player_protection_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/player_protection.jpg) no-repeat;
}

.pr_overvests_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/overvests_pennies_img.jpg) 0 0px no-repeat;
}

.pr_bags_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/bags_img.jpg) 0 0px no-repeat;
}

.pr_handball_link {
    display: block;
    width: 278px;
    height: 126px;
    background: url(images/handball_img.jpg) 0 0px no-repeat;
}

.pr_other_accessories {
    display: block;
    width: 854px;
    height: 58px;
    background: url(images/other_accessories_img.jpg) 0px 0px no-repeat;
}

.products_table .pr_other_accessories:hover {
    background-position: 0 -58px;
}

/*---------------------------------------------Dealer-------------------------------------------------*/
.dealer_left_block {
    width: 320px;
    float: left;
    padding-left: 20px;
    padding-top: 20px;

}
.dealer_back h3{
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: normal;
}
.block_pdf p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #3bac3b;
    font-size: 12px;
}

.block_pdf {
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
    zoom: 1;
}

*html .block_pdf {
    margin-bottom: 15px;
}

.block_pdf  .pdf_link {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.block_pdf  .pdf_link:hover {
    color: #31f835;
}

.pdf {
    background: url(images/pdf_ico.jpg) no-repeat;
    padding-left: 50px;
    display: block;
    padding-top: 3px;
    height: 62px;
    float: left;
    margin-top: 4px;
}

/*----------------------------------------------------------------Monta section ----------------------------------------------------------*/
.monta_title {
    background: url(images/monta_icon.jpg) no-repeat;
    margin: 0;
    padding-top: 10px;
    padding-left: 60px;
    padding-bottom: 15px;
}

.monta_block_first {
    background: url(images/monta_first_block_img.jpg) 100% 30px no-repeat;
    padding-right: 245px;
    padding-left: 5px;
}

.monta_block_first p {
    padding-left: 5px;
}

.monta_block_second {
    background: url(images/monta_second_block_img.jpg) 100% 30px no-repeat;
    padding-right: 245px;
    padding-left: 5px;
    position: relative;
    zoom: 1;
}

.monta_block_second p {
    padding-left: 5px;
}

.monta_block_second img {
    float: left;
    margin-right: 15px;
    margin-left: 5px;
}

.monta_streetsocr_img {
    top: 390px;
    position: absolute;
    right: 0;
    zoom: 1;
}

.world_tip {
    float: right;
    width: 165px;
    border: 1px solid #474747;
    border-right: none;
    position: relative;
    padding: 14px;
    font-size: 14px;
    margin-top: 20px;
}

.world_tip h2 {
    margin-top: 0;
    margin-bottom: 10px;

}

.border_img {
    width: 23px;
    height: 28px;
    background: #fff;
    top: 15px;
    left: -18px;
    position: absolute;
    background: url(images/border_img.jpg) left top no-repeat;
}

.social_block {
    width: 600px;
    padding-left: 5px;
}

/*------------------------------------------------------------------------------------------------------------------MAIN BANNERS-------------------------------------------------------------------------------------------------------------------------*/
#page-wrap {
    height: 365px;
    width: 857px;
    margin-top: -15px;
}

.splash-slider-item {
    height: 365px;
    width: 857px;
}

* {
    margin: 0;
    padding: 0;
}

.anythingSlider {
    width: 857px;
    height: 365px;
    position: relative;
}

.anythingSlider .wrapper {
    width: 857px;
    overflow: auto;
    height: 365px;
    position: absolute;
    top: 0;
    left: 0;
}

.anythingSlider .wrapper ul {
    width: 9999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    margin: 0;
    background-color: #000;
    padding: 0;
}

.anythingSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: 365px;
    width: 857px;
    margin: 0;
}

.anythingSlider .arrow {
    display: block;
    height: 200px;
    width: 67px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 65px;
    cursor: pointer;
}

.anythingSlider .forward {
    background-position: 0 0;
    right: -20px;
    display: none;
}

.anythingSlider .back {
    background-position: -67px 0;
    left: -20px;
    display: none;
}

.anythingSlider .forward:hover {
    background-position: 0 -200px;
}

.anythingSlider .back:hover {
    background-position: -67px -200px;
}

#thumbNav {
    height: 20px;
    position: absolute;
    right: 65px;
    text-align: right;
    top: 27px;
    width: 106px;
    display: none;
}

#thumbNav a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(images/slide/button_bg.jpg) 0 0 repeat-x;
    text-align: center;
    margin-right: 2px;
    padding-top: 1px;
    border: 1px solid #2c2c2c;
}

#thumbNav a:hover {
}

#thumbNav a.cur {
    background: url(images/slide/button_bg_active.jpg) 0 0 repeat-x;
    width: 20px;
}

#start-stop {
    text-decoration: none;
    display: none;
    color: white;
    width: 45px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 27px;
    background: url(images/slide/button_bg.jpg) 0 0 repeat-x;
    border: 1px solid #2c2c2c;
}

#start-stop.playing {
}

#start-stop:hover {
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}

.anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

/* SPLASH */
.white-stripe {
    height: 11px;
    background: url(white-stripe-shadow.png) repeat-x;
}

.splash {
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    width: 989px;
    margin: 0 auto;
}

.splash .category-h1 {
    color: #FF0000;
    font-size: 33px;
    font-weight: normal;
    margin-left: 38px;
    margin-top: 79px;
    position: absolute;
}

.splash .h1-single {
    color: #FF0000;
    font-size: 40px;
    font-weight: normal;
    margin-left: 38px;
    margin-top: 56px;
    position: absolute;
}

.splash .category-h2 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: normal;
    margin-left: 36px;
    margin-top: 40px;
    position: absolute;
}

.leather-vinyl-protection .splash .category-h1,
.privacy-and-decorative .splash .category-h1 {
    font-size: 25px;
    letter-spacing: 0.015em;
    margin-left: 38px;
    margin-top: 87px;
}

.safety-marks-for-glass .splash .category-h1,
.safety-and-security .splash .category-h1 {
    font-size: 32px;
    letter-spacing: -1px;
    margin-left: 38px;
    margin-top: 81px;
}

.meguiars .splash .category-h1,
.soft-racks .splash .category-h1 {
    color: #FF0000;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.01em;
    margin-left: 38px;
    margin-top: 87px;
    position: absolute;
}

.meguiars .splash .category-h1 {
    font-size: 25px;
    letter-spacing: 0.01em;
    margin-left: 38px;
    margin-top: 87px;
}

.splash .splash-slider-item {
    padding-left: 40px;
    color: #fff;
    overflow: hidden;
}

.splash .splash-slider-item h2 {
    margin-top: 50px;
    font-size: 25px;
    font-weight: normal;
}

.splash .splash-slider-item h1 {
    color: #f00;
    font-size: 33px;
    font-weight: normal;
}

.splash .splash-slider-item p {
    margin-top: 25px;
    font-size: 16px;
    width: 330px;
}

.splash .splash-slider-item a {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 35px;
    position: absolute;
    top: 246px;
}

#home1-banner {
    background: url(images/slide/1.jpg) no-repeat left top;
    padding-top: 280px;
    height: 101px;

}

#home2-banner {
    background: url(images/slide/2.jpg) no-repeat left top;
    padding-top: 280px;
    height: 101px;
}

#home3-banner {
    background: url(images/slide/3.jpg) no-repeat left top;
    padding-top: 280px;
    height: 101px;
}

#home4-banner {
    background: url(images/slide/4.jpg) no-repeat left top;
    padding-top: 280px;
    height: 101px;
}

#home5-banner {
    background: url(images/slide/5.jpg) no-repeat left top;
    padding-top: 280px;
    height: 101px;
}

#but_1 {
    margin-left: 200px;
}

#but_2 {
    margin-left: 570px;
}

#but_3 {
    margin-left: 430px;
}

#fancy_inner {

}

.bx-forgotpass-table,
.bx-changepass-table {
    padding-right: 10px;
}

.bx-changepass-table td,
.bx-forgotpass-table td {
    font-family: Tahoma;
    font-size: 16px;
    padding: 3px 15px 3px 0;
    text-align: right;
}

.home-block {
    width: 625px;
    margin-bottom: 20px;
}

.home-block h3 {
    background: url(/images/header-backround.png) repeat-x left top;
    min-height: 46px;
    margin: 5px 0 0;
}

.home-block h3 span {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 16px;
    padding: 14px 10px 10px;
    display: block;
    float: left;

}

.home-block h3 img {
    float: left;
    margin-top: 5px;
}
