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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {	
    background: #838283 url(../images/bg.jpg) repeat-x 0 0;
    color: #444246;
	font-family: arial, helvetica, sans-serif;
}
body {
    font-size: 75%;
}
#page {    
    background: #fff;
    margin: 18px auto 0 auto;
    padding: 12px 0;
    overflow: hidden;
    width: 995px;
}
#header_container {
    /*height: 310px;*/
    height: 280px;
    padding: 0 12px;
    width: 971px;
}
#header {
}
#logo {
    background: url(../images/hansen_transmissions.jpg) no-repeat 0 0;
    height: 94px;
    width: 971px;
}
#logo h1 {
}
#logo h1 a {
    display: block;
    height: 94px;
    width: 971px;
}
#logo span {
    position: absolute;
    left: -9999px;
}
#topnav {
    height: 33px;
    width: auto;
}
#topnav ul {    
    float: left;
    height: 33px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 636px;
}
#topnav ul li {
    float: left;
    height: 33px;   
    text-align: center;
    width: 106px;
}
#topnav ul li a {
    color: #fff;
    display: block;
    height: 33px;
    padding: 12px 0 4px 0;
    text-decoration: none;
    width: 106px;
}
#topnav ul li a:hover {
    background: #000;
    cursor: pointer;
    text-decoration: none;
}
#topnav ul li.home {
    background: #3c3c3c;
    font-size: 125%;
}
#topnav ul li.about_us {
    background: #545454;
    font-size: 125%;
} 
#topnav ul li.products {
    background: #6c6c6c;
    font-size: 125%;
} 
#topnav ul li.news {
    background: #818282;
    font-size: 125%;
} 
#topnav ul li.services {
    background: #98999a;
    font-size: 125%;
} 
#topnav ul li.contact_us {
    background: #a4a7ab;
    font-size: 125%;
} 
#topnav dl {
    border-bottom: 1px solid #fff;
    font-size: 90% !important;
    position: absolute;
    top: 157px;
    width: 255px;
}
#topnav dl dt a {
    background: #000;
    border: 1px solid #fff;
    border-bottom: 0;
    color: #fff;
    display: block;
    font-size: 100%;
    height: 15px;
    padding: 5px 25px;
    text-align: left;
    text-decoration: none;
    width: 201px;
}
#topnav dl dt a:hover {
    background: #3c3c3c !important;
    text-decoration: none !important;
}
#topnav form { 
    float: right;
}
#topnav form input#search {
    border: 1px solid #ccc;
    margin: 5px 0 0 0;
    padding: 2px;
    width: 180px;
}
#flash_container {
    background: url(../images/flash_placeholder.jpg) no-repeat 0 0;    
    height: 155px;
    width: 971px;
}
#container {
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 971px;
}
#sidebar {
    float: left;
    width: 280px;
}
#sidebar h2 {
    background: url(../images/h2_bg.jpg) no-repeat 0 0;
    color: #3c3c3c;
    height: 23px;
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 218px;
}
#sidebar p {
    color: #7c7678;
    line-height: 140%;
    margin: 0 0 15px 0;
}
#sidebar a {
    color: #444246;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
#content {
    float: right;
    width: 691px;
}
#content h1 {
    background: url(../images/h1_bg.jpg) no-repeat 0 0;
    color: #000;
    font-size: 200%;
    font-weight: normal;
    height: 23px;
    margin: 0 0 10px 0; /*-5px*/
    padding: 14px 20px;
    /*width: 595px;*/
    width: auto;
}
#content h2 {
    font-size: 160%;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#content h3 {
    color: #444246;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.principle {
    background: url(../images/h3_bg.jpg) no-repeat 0 0;
    height: 18px;
    font-weight: normal !important;
    margin: 25px 0 10px -5px !important;
    padding: 8px 20px;
    width: 154px;
}
#content p {
    line-height: 140%;
    margin: 0 0 15px 0;
}
#content ul {
    margin: 10px 0;
}
#content li {
    line-height: 140%;
    /*margin: 0 0 5px 0;*/
    margin-left: 15px;
}
#content a.read_more {
    background: url(../images/read_more.jpg) no-repeat 0 0;
    display: block;
    font-style: italic;
    padding: 6px 0 0 35px;
    text-decoration: none;
}
#content a.read_more:hover {
    text-decoration: underline;
}
#footer {
    background: #fff;
    margin: 0 auto 18px auto;
    padding: 10px 0 12px 0;
    width: 995px;
}
#footer_container {
    background: #106fa9 url(../images/footer_bg.jpg) repeat-x 0 0;
    color: #fff;
    height: 249px;
    margin: 0 auto;
    width: 971px;
}
#footer h2 {
    color: #323232;
    font-size: 160%;
    font-weight: normal;
    margin: 15px 0;
}
#content .news {
    border: 2px solid #ccc;
    float: left;
    height: 290px;
    margin: 15px 15px 30px 15px;
    width: 280px;
}
.news_date {
    color: #037ec3;
    float: left;
    margin: 5px;
    text-align: center;
    width: 40px;
}
.news_day {
    font-size: 130%;
}
.news_month {
    font-size: 100%;
}
.news_year {
    font-size: 90%;
}
.news_title h3 {
    color: #444246;
    font-size: 130% !important;
    font-weight: bold;
    margin: 8px 5px !important;
    letter-spacing: -1px;
}
.news_img {
    border: 2px solid #ccc;    
    display: block;
    height: 71px;
    margin: 0;
    padding: 0;
    width: 277px;
}
.news_content {
    margin: 5px;
}
.slogan_header {
    font-size: 220%;
}
.south_africa {
    background: url(../images/south_africa.jpg) no-repeat 0 0;
    display: block;
    font-style: italic;
    padding: 10px 0 15px 50px;
}
.contact_left {
    float: left;
    width: 250px;    
}
.contact_right {
    float: right;
    width: 380px;
}
#contact table {    
    width: 95%;
}
#contact table td {
    padding: 5px;
}
#contact label {
    font-weight: bold;
}
#contact input,
#contact textarea {
    border: 1px solid #096ac2;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#content .service {
    float: left;
    height: 84px;
    margin: 0 25px 25px 0;
    width: 189px;
}
#content .switch_board {
    background: url(../images/service_switch_board.jpg) no-repeat 0 0;
}
#content .spares_and_repairs {
    background: url(../images/service_spares_and_repairs.jpg) no-repeat 0 0;
}
#content .operations_manager {
    background: url(../images/service_operations_manager.jpg) no-repeat 0 0;
}
#content .manager_service_and_repairs {
    background: url(../images/service_manager_service_and_repairs.jpg) no-repeat 0 0;
}
#content .field_service {
    background: url(../images/service_field_service.jpg) no-repeat 0 0;
}
#content .service_and_repairs_administrator {
    background: url(../images/service_service_and_repairs_administrator.jpg) no-repeat 0 0;
}
#content .service a {
    display: block;
    height: 84px;
    width: 189px;
}
#content .service span {
    position: absolute;
    left: -9999px;
}
table.support,
table.features {    
    width: 100%;
}
table.support th,
table.features th {
    background: #037ec2;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 10px 10px 5px 10px;
    text-align: left;
}
table.support th {
    padding: 10px 10px 0 10px;
}
table.support h4 {    
    font-size: 130%;
    font-weight: bold;    
    margin: 0 0 10px 0;
}
table.support td h4 {
    letter-spacing: -1px;
}
table.support td,
table.features td {
    border-top: 2px solid #fff;
    background: #d6f0fd;
    color: #000;
    padding: 10px 10px 0 10px;
    vertical-align: middle;
}
table.support a {
    text-decoration: underline;
}
table.support a:hover {
    text-decoration: none;
}
/*table.support a,*/
table.features a {
    color: #000;
}
table.couplings {    
}
table.couplings th {
    background: #037ec2;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 0 5px 0;
    padding: 3px;
    text-align: left;
}
table.couplings td {
    border: 2px solid #fff;
    background: #d6f0fd;
    color: #000;    
    padding: 3px;
    vertical-align: middle;
}
.unit {
    width: 480px;
}
.footer_left {
    float: left;
    font-size: 120%;
    line-height: 160%;
    margin: 0 25px 35px 25px;
    width: 395px;
}
.footer_left a,
.footer_left a:link,
.footer_left a:active,
.footer_left a:visited {
    color: #fff;
    text-decoration: none;
}
.footer_left a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer_right {
    float: left;
    font-size: 120%;
    line-height: 160%;
    margin: 0 25px 35px 25px;
    width: 395px;
}
.copyright {    
    font-size: 90%;
}
.copyright .left {
    float: left;
}
.copyright .right {
    float: right;
}
.copyright a,
.copyright a:link,
.copyright a:active,
.copyright a:visited {
    color: #000;
    text-decoration: none;
}
.copyright a:hover {
    color: #000;
    text-decoration: underline;
}
.white {
    color: #fff !important;
}
.lightblue {
    color: #096ac2 !important;
}
.inner {
    padding: 15px 20px;
}
.footer_inner {
    padding: 15px 20px;
}
.clear {
	clear: both;
}
img.tc {
    display: block;
    margin: 0 auto;
}
span.cite {
    color: #ae927c;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.padded {
    margin: 0 10px;
}
.vat {
    vertical-align: top;
}
.fr {
    float: right;
    margin: 0 0 15px 15px !important;
}
.fl {
    float: left;
    margin: 0 15px 15px 0 !important;
}
.fl_spaced {
    float: left;
    margin: 0 30px 15px 0 !important;
}
a:link,
a:hover,
a:visited,
a:active {
    color: #096ac2;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
    head~body #topnav ul li.about_us dl {
        border-bottom: 1px solid #fff;
        font-size: 90% !important;
        position: absolute;
        top: 155px;
        left: 192px;
        width: 238px;
    }
    head~body #topnav ul li.products dl {
        border-bottom: 1px solid #fff;
        font-size: 90% !important;
        position: absolute;
        top: 155px;
        left: 298px;
        width: 238px;
    }
}
