body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {
    line-height: 1;
    font-size: 80%}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: .6em 0;
    margin: 0 15px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
html, body {
    background-color: #d8d8d8;
    font-family: Verdana, Tahoma, Georgia, Helvetica, Sans-Serif;
}
p {
    line-height: 18px;
}
#divOuterWrapper {
    width: 800px;
    min-width: 1000px;
    margin: 0 auto;
    border: 1px solid #ccc;
    _width: 1003px;
    padding: 0;
}
#divInnerWrapper {
    width: 100%;
    height: 100%;
    background: url('../images/site_images/bg_gray.jpg');
}
.hidden {
    display: none;
}
#divHeaderTop {
    width: 100%;
    height: 24px;
    background-image: url('../images/site_images/dark_gray_background.gif');
    background-repeat: repeat-x;
}
#divHeaderTop a.language {
    display: block;
    background-color: #8e8e90;
    border: 1px solid #fff;
    float: left;
    text-decoration: none;
    color: #fff;
    margin: 2px;
    padding: 2px 10px;
}
#divHeaderTop a.english-english, #divHeaderTop a.japanese-japanese, #divHeaderTop a.russian-russian {
    background: #ec6827;
}
#divHeaderTop a.language:hover {
    background-color: #ec6827;
}
#divHeader {
    width: 100%;
    background-repeat: no-repeat;
    height: 141px;
    position: relative;
    background: url('../images/site_images/header_right_slice.jpg') repeat-x;
}
#divHeaderLeft, #divHeaderFluidLeft, #divCenter, #divHeaderRight, #divHeaderFluidRight {
    height: 100%}
#divHeaderLeft, #divHeaderFluidLeft, #divCenter {
    float: left;
}
#divHeaderRight, #divHeaderFluidRight {
    float: right;
}
#divHeaderLeft {
    width: 245px;
    background: url('../images/site_images/header_sprite.gif') 0 0;
    float: left;
}
#divHeaderFluidLeft {
    background: url('../images/site_images/header_left_slice.jpg') repeat-x;
    width: .6%}
#divCenter {
    width: 524px;
    background-repeat: no-repeat;
}
div.english {
    background: url('../images/site_images/header_sprite.gif') 0 -306px;
}
div.russian {
    background: url('../images/site_images/header_sprite.gif') 0 -458px;
}
div.japanese {
    background: url('../images/site_images/header_sprite.gif') 0 -611px;
}
#divHeaderRight {
    width: 210px;
    background: url('../images/site_images/header_sprite.gif') 0 -152px;
}
#divHeaderFluidRight {
    background: url('../images/site_images/header_right_slice.jpg') repeat-x;
    width: 15px;
}
#divTopNav {
    position: absolute;
    left: 27%;
    top: 82%;
    _width: 95%}
#ulTopNav li {
    display: block;
    background: url('../images/site_images/nav_spacer.gif') no-repeat center right;
    float: left;
    padding-top: 2px;
    position: relative;
}
#ulClasses {
    position: absolute;
    background: url('../images/site_images/dark_gray_background.gif');
    top: 24px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    visibility: hidden;
    border-radius-bottomright: 5px;
    border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
#ulClasses li {
    clear: both;
    background-image: none;
}
#ulClasses li a {
    display: block;
    padding: 0 2.5em;
}
#ulTopNav li.liLastChild {
    background: 0;
}
#ulTopNav a {
    display: block;
    height: 22px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Cabin', arial, serif;
    text-align: center;
}
#liCatalogue:hover ul {
    visibility: visible;
}
#ulTopNav li a.english {
    padding: 2px 16px;
}
#ulTopNav li a.japanese {
    padding: 2px 34px;
}
#ulTopNav li a.russian {
    padding: 2px 15px;
}
#ulTopNav li a:hover, #ulTopNav li a:focus {
    color: #005dba;
    text-shadow: #fff -1px 1px 5px;
}
#divFooter {
    width: 100%;
    background: url('../images/site_images/orange_background.gif') repeat-x;
    color: #fff;
    padding: 8px 0;
}
#ulRightNav {
    background: url('../images/site_images/light_gray_background.gif');
}
#ulRightNav li {
    border-bottom: 2px solid #ccc;
}
#ulRightNav li a {
    display: block;
    width: 100%;
    padding: 8px;
}
#divMain {
    width: 100%;
    min-height: 500px;
    margin: 10px 0;
    overflow: hidden;
}
#divLeft, #divRight {
    width: 25%;
    height: 100%;
    margin-bottom: 20px;
}
#divLeft h2, #divRight h2 {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: url('../images/site_images/view_home_sprite.png') no-repeat -1px -1px;
    margin: 0;
}
#divLeft {
    background: #9e9e9e;
    padding-bottom: 30px;
    -moz-box-shadow: 1px 3px 3px #888;
    -webkit-box-shadow: 1px 3px 3px #888;
    box-shadow: 1px 3px 3px #888;
    -moz-border-radius-bottomright: 2em;
    -webkit-border-bottom-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
#divLeft h3.title {
    color: #333;
    padding: 5px 4px;
    text-transform: capitalize;
    background: #c6c6c6;
    display: block;
    margin: 0 0 5px 0;
    color: #000;
    line-height: 20px;
    border-top: 1px solid #ececec;
}
#divNews ul li:first-child, #divNews ul li:first-child h3 {
    border: 0;
}
#divExhibitions ul li:first-child, #divExhibitions ul li:first-child h3 {
    border: 0;
}
#divLeft ul {
    margin: 0;
    padding: 0;
}
#divLeft ul li {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
}
#divLeft h4, #divLeft small {
    margin-left: 110px;
    padding-left: 10px;
    display: block;
    padding: 8px 0;
}
#divLeft div.divFigure {
    width: 85px;
    height: 65px;
    line-height: 60px;
    background: #ececec;
    float: left;
    margin: 5px;
    text-align: center;
    border: 1px solid #ccc;
}
#divLeft div.divFigure img {
    vertical-align: middle;
}
#divRight p {
    padding: 10px 4px;
}
#divBrakeImg {
    height: 192px;
    background: url('../images/site_images/view_home_sprite.png') no-repeat 8px -310px;
}
#divMainCenter {
    width: 49.3%}
#divMainCenter h1 {
    text-align: center;
    padding: 18px;
    font-size: 18px;
}
#divHotLinks {
    border-top: 2px solid #f36928;
    border-bottom: 2px solid #f36928;
    padding: 7px;
    margin: 5px 25px;
    background: url('../images/site_images/view_home_sprite.png') no-repeat 370px -498px;
}
#divHotLinks ul li {
    padding: 8px 17% 8px 8px;
    text-align: right;
}
#divImgRotator {
    margin: 15px;
    text-align: center;
    line-height: 320px;
}
#divImgRotator img {
    vertical-align: middle;
}
#divAddr {
    margin: 10px;
}
#divAddr h4 {
    text-align: center;
    text-decoration: underline;
}
#divAddr p {
    text-align: center;
}
#divRateBrake {
    width: 75%;
    text-align: left;
}
#divRateBrake p {
    padding: 10px;
}
#divRateBrake h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    background-color: #a5a5a5;
    color: white;
    padding: 8px;
}
h3.subTitle {
    border-top: 1px dotted #979797;
    color: #ec6827;
    padding: 5px 10px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
em.begin {
    color: black;
    font-size: 18px;
    padding-right: 1px;
}
#pStrategy {
    padding: 10px;
    font-weight: bold;
}
div.divProductInfo {
    min-height: 120px;
    background: url('../images/site_images/products_sprite.gif') no-repeat;
    padding: 30px 40px 30px 5px;
}
div.divProductInfo p {
    width: 80%;
    padding: 20px;
}
#divProductInfo-1 {
    background-position: 770px -10px;
}
#divProductInfo-2 {
    background-position: 770px -203px;
    padding-right: 56px;
}
#divProductInfo-3 {
    background-position: 770px -384px;
    padding-right: 45px;
}
#divProductInfo-4 {
    background-position: 770px -593px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#divProductInfo-5 {
    background-position: 770px -728px;
}
#divProductInfo-6 {
    background-position: 770px -922px;
    padding-right: 45px;
}
#divProductInfo-7 {
    background-position: 770px -1118px;
}
#divInstallTips {
    width: 75%;
    float: left;
}
#divInstallTips h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ec6827;
}
#divInstallTips h3 {
    border-top: 0;
    padding: 10px;
}
#divInstallTips p {
    padding: 2px 10px;
}
#divInstallPic {
    background: url('../images/site_images/install_tips_sprite.gif') no-repeat 26px 10px;
    height: 240px;
}
p#pLub {
    padding-right: 59%;
    background: url('../images/site_images/install_tips_sprite.gif') no-repeat 325px -244px;
    height: 258px;
}
#divUnderstanding {
    width: 75%}
#divUnderstanding h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    background-color: #a5a5a5;
    color: white;
    padding: 8px;
}
#divUnderstanding div.divImgHolder {
    padding: 30px 0;
    padding-left: 56%;
    background: url('../images/site_images/understanding_sprite.gif') no-repeat;
}
#divUnderstanding h3 {
    padding: 10px 5px;
}
#divUnderstanding p {
    padding: 10px;
}
#divUnderstandPad div.divImgHolder {
    background-position: -24px 3px;
}
#divUnderstandShoe div.divImgHolder {
    background-position: -24px -172px;
}
#divUnderstandLining div.divImgHolder {
    background-position: 4px -370px;
    height: 156px;
}
#divUnderstandLining p {
    padding-left: 20px;
}
#divRebrandingInfo {
    width: 60%;
    border: 1px solid #333;
    padding: 30px 15px 50px 15px;
    margin-left: 30px;
    background: #fff;
}
#divRebrandingInfo p {
    line-height: 25px;
    font-style: italic;
    font-size: 13px;
    margin-top: 10px;
}
#divRebrandingInfo img {
    float: left;
    margin-right: 10px;
}
em.emphasize {
    color: #ec6827;
    font-weight: bold;
}
h1.contactTitle {
    color: #ec6827;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    font-weight: normal;
    width: 30%;
    float: left;
    margin: 15px;
    padding: 0;
}
#divContact {
    height: 45em;
}
#divContact .divContact {
    width: 33%;
    border-right: 1px dotted #ec6827;
    float: left;
    font-size: .9em;
    height: 100%}
#divContactCenter span {
    display: block;
    width: 4.2em;
    float: left;
}
#divContact p {
    padding: 10px;
}
#divContact label {
    width: 80px;
    float: left;
    margin: 10px;
    margin-right: 0;
    padding-top: 5px;
}
#divContact input, textarea, select {
    background: transparent;
    border: 1px solid #ec6827;
    width: 200px;
    margin: 10px;
    color: #333;
    padding: 3px;
}
#divContactCenter em {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
}
#divContactRight {
    border: 0;
}
input#btnSend {
    width: auto;
    padding: 5px 15px;
    margin-left: 100px;
    margin-top: 30px;
    background: #ec6827;
    color: #fff;
    border: 1px solid #fff;
}
#btnSend:hover, #btnSend:focus {
    border: 2px solid #ec6827;
}
#divMessage {
    color: red;
    text-align: center;
}
#divMessage h2 {
    font-size: 1.5em;
    padding: 10px;
}
#divMessage li {
    padding: 5px;
}
#divRecaptcha {
    margin-left: 1em;
}
#divMessageOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
}
#divMessageWrapper {
    background: #fff;
    float: left;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 960px;
}
#divMessageWrapper div.divMessage {
    width: 480px;
    float: left;
}
#divMessageWrapper div.divMessage.two {
    left: 50%}
#divMessageWrapper div.divMessage a.achrClose {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/site_images/cross_small.png') no-repeat center;
    width: 20px;
    height: 25px;
}
#divMessageWrapper div.divMessage a.achrClose:hover {
    font-weight: bold;
}
#divMessageWrapper div.divMessage a.achrImg {
    background: #fff;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin: 10px;
    background: #ccc;
    border: 2px solid #ccc;
}
#divMessageWrapper div.divMessage a.achrImg img {
    margin: 0;
    padding: 0;
}
#divMessageWrapper div.divMessage p {
    clear: both;
    padding: 10px;
}
#divMessageWrapper div.divMessage div.divRight, #divMessageWrapper div.divMessage div.divWrong {
    overflow: hidden;
    margin: 10px;
    margin-bottom: 20px;
    border: 2px solid #ccc;
}
#divMessageWrapper div.divMessage img.imgRight, #divMessageWrapper div.divMessage img.imgWrong {
    margin-top: 25px;
    margin-left: 10px;
}
#divMessageWrapper h3.title {
    margin: 0;
    background: #ec6827;
    color: #fff;
    padding: 7px 2px;
    box-shadow: 0 2px 3px #666;
    -moz-box-shadow: 0 2px 3px #666;
    -webkit-box-shadow: 0 2px 3px #666;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 20px;
}
#divRebranding {
    width: 250px;
    background: url('../images/site_images/light_gray_background.gif');
}
#divRebranding .viewport {
    width: 243px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
#divRebranding .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#divRebranding .scrollbar {
    position: relative;
    background-position: 0 0;
    float: right;
    width: 7px;
}
#divRebranding .track {
    height: 100%;
    position: relative;
}
#divRebranding .thumb {
    height: 20px;
    width: 7px;
    background: #333;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #878787;
}
#divRebranding .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 25px;
}
#divRebranding .disable {
    display: none;
}
#ulEvents {
    width: 243px;
}
#ulEvents h3 {
    margin: 0;
    background: #ec6827;
    color: white;
    padding: 7px 2px;
    box-shadow: 0 2px 3px #666;
    -moz-box-shadow: 0 2px 3px #666;
    -webkit-box-shadow: 0 2px 3px #666;
    text-transform: uppercase;
    text-align: center;
}
#ulEvents p {
    text-align: center;
    padding: 10px;
}
#ulEvents li a {
    display: block;
    padding: 6px;
    margin: 6px 0;
    border-radius: 6px;
    text-align: center;
    color: #000;
    font-weight: bold;
}