/* Global CSS file for omegawatches.com */

/* Browser Reset by ajaxcssblog.com - matthias jaeggli */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul, ol, dl {
    display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

p {
    display: block;
}

p a {
    color: #bf1b2f;
}

p a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a img, fieldset, abbr {
    border: none;
}

input, img, label, button {
    vertical-align: middle;
}

table, tr, td, th {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}

.clear {
    clear: both;
    font-size: 0px;
}

* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imgreplace {
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}

/* General Omega Tag Styles */

body {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #666;
    background: #dcdcdc url(../images/bg_gradient_full.jpg) repeat-x;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    color: #666;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

/* Omega Layout Elements */

#wrapper {
    position: relative;
    width: 962px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

* html #wrapper {
    width: 962px;
}

#wrapper.home {
    padding: 0 4px;
    background: url(../images/shadow.png) no-repeat center top transparent;
}

* html #wrapper.home {
    background-image: url(../images/shadow.gif);
}

#main-content {
    position: relative;
    padding-bottom: 40px;
    background-color: #fff;
    z-index: 1;
}

* html #main-content {
    zoom: 1;
}

#main-content h2 {
    margin: 20px 0 10px 0;
}

#main-content h2.group {
    position: relative;
    margin: 33px 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#main-content h3 {
    margin: 12px 0 4px 0;
}

#main-content h3.group {
    position: relative;
    margin: 33px 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 6px;
    text-transform: uppercase;
}

#main-content p {
    margin-bottom: 6px;
}

* html #main-content #sidebar {
    display: inline;
}

#main-content #sidebar .teaser h2 {
    margin-top: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#main-content #sidebar .teaser p {
    margin-bottom: 6px;
}

#main-content #sidebar .teaser img {
    margin-bottom: 10px;
}

#main-content #sidebar .teaser .option-links {
    margin-bottom: 10px;
}

#main-content div.title {
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 9px;
    background: url(../images/title-header.png) bottom left;
    zoom: 1;
}

#main-content div.title h1 {
    padding: 19px 0 0 16px;
    font-size: 22px;
}

#main-content div.title .option-links {
    position: absolute;
    top: 18px;
    right: 10px;
}

#main-content div.title .option-links .option-link {
    position: relative;
    right: 0;
    top: 0;
    text-align: right;
}

#main-content ul.list {
    position: relative;
    overflow: hidden;
}

* html #main-content ul.list {
    zoom: 1;
}

#main-content ul.list li {
    position: relative;
    float: left;
    margin: 10px;
    overflow: hidden;
}

#main-content ul.list li .thumb {
    position: relative;
    display: block;
}

#main-content .line {
    position: relative;
    margin: 20px 20px 0 20px;
    padding-bottom: 6px;
    border-top: 1px solid #dbdbdb;
}

* html #main-content .line {
    zoom: 1;
}

#main-content .line .top-of-page-link {
    top: -7px;
}

#main-content .line .back-link {
    position: absolute;
    left: 0;
    top: 5px;
}

#main-content .top-of-page-link {
    display: block;
    position: absolute;
    right: 0;
    padding-left: 10px;
    color: #bf1b2f;
    background-color: #ffffff;
    font-size: 10px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

#main-content .top-of-page-link:hover {
    text-decoration: underline;
}

#main-content .not-found-page {
    margin-top: 20px;
}

#main-content .not-found-page h1 {
    margin-left: 20px;
    width: 610px;
    font-size: 22px;
}

#main-content .not-found-page h2 {
    margin-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 25px;
    width: 610px;
    font-size: 16px;
}

#main-content .not-found-page .column-01 {
    padding-top: 30px;
    border-top: solid 1px #dbdbdb;
}

#standard-content {
    position: relative;
    padding-top: 95px;
    background: url(../images/leftnav-shadow.png) no-repeat 230px 153px;
}

* html #standard-content {
    background-image: url(../images/leftnav-shadow.jpg);
}

#standard-content .container {
    position: relative;
    padding: 0 22px 0 20px;
    overflow: hidden;
    min-height: 490px;
}

* html #standard-content .container {
    margin-left: 227px;
    width: 732px;
    height: 490px; /* min-height hack */
    overflow-y: visible;
}

.customer-service-textonly #standard-content .container {
    min-height: 100px;
}

* html .customer-service-textonly #standard-content .container {
    height: 100px; /* min-height hack */
}

#standard-content .container h1 {
    margin: 0 0 28px 0;
    font-size: 32px;
    text-transform: none;
}

#standard-content .container h1.with-back-option {
    margin-bottom: 14px;
    margin-right: 0;
    border-bottom: 1px solid #dbdbdb;
}

#standard-content .container h1.with-back-option a {
    display: block;
    margin-top: 21px;
    margin-bottom: 3px;
}

#standard-content .container .line {
    margin: 10px 0 0 0;
}

#standard-content .container h2.group .top-of-page-link {
    bottom: -6px;
}

#standard-content .container h3.group .top-of-page-link {
    bottom: -6px;
}

#standard-content .container p {
    margin-bottom: 8px;
}

#standard-content .container .vcard {
    position: relative;
    margin-top: 18px;
}

#standard-content .container table {
    border-collapse: collapse;
    font-size: 12px;
}

#standard-content .container table tbody {
    border-top: solid 1px #cccccc;
}

#standard-content .container table td {
    border: solid 1px #cccccc;
    padding: 8px;
    vertical-align: top;
}

#standard-content .container table.no-border tbody {
    border-top: none;
}

#standard-content .container table.no-border td {
    border: none;
}

#standard-content .container ul li {
    padding-left: 15px;
    background: url(../images/sprites.png) no-repeat 5px -1794px;
}

* html #standard-content .container ul li {
    background: url(../images/sprites.gif) no-repeat 5px -1794px;
    zoom: 1;
}

#standard-content .container .option-links {
    margin-left: 0;
}

/* MAIN-NAV */

#logo {
    position: absolute;
    left: 0;
    top: 15px;
    width: 137px;
    height: 69px;
    background-image: url(../images/omega-watches-logo.png);
}

#main-nav {
    position: absolute;
    top: 11px;
    left: 0;
    width: 962px;
    height: 99px;
    background-image: url(../images/main-nav-bg.png);
    background-repeat: no-repeat;
    z-index: 30;
}

* html #main-nav {
    background-image: url(../images/main-nav-bg.gif);
}
/* 1st level */

#main-nav ul {
    display: block;
    position: relative;
    margin: 14px 0 0 138px;
    width: 830px;
    height: 70px;
}

#main-nav ul li {
    display: block;
    position: relative;
    float: left;
    margin-right: 1px;
    width: 164px;
    height: 71px;
}

* html #main-nav ul li {
    display: inline;
}

#main-nav ul li.hover {
    background-color: #fff;
}

#main-nav ul li a {
    position: absolute;
    display: block;
    bottom: 7px;
    font-weight: bold;
    padding: 0 8px 0 8px;
    text-transform: uppercase;
    color: #666;
    font-family: arial, sans-serif;
    font-size: 12px;
}

* html #main-nav ul li a {
    width: 164px;
}

* + html #main-nav ul li a {
    width: 148px;
}

#main-nav ul li a:hover {
    color: #bf1b2f;
    text-decoration: none;
}

/* META NAV */

#meta-nav {
    position: absolute;
    top: 0;
    right: 8px;
    height: 22px;
    font-size: 10px;
    text-transform: uppercase;
    z-index: 40;
}

#meta-nav li {
    position: relative;
    float: left;
    margin-right: 1px;
    height: 22px;
    padding: 0 1px;
}

#meta-nav li.active, #meta-nav li.hover, #meta-nav li:hover {
    background: #fcfcfc;
}

#meta-nav li.active a, #meta-nav li.hover a, #meta-nav li:hover a {
    background: #fcfcfc;
}

#meta-nav li a {
    position: relative;
    top: 1px;
    float: left;
    padding: 5px 4px 4px 2px;
    white-space: nowrap;
    color: #666;
}

#meta-nav li a:hover {
    color: #666 !important;
    text-decoration: underline;
}

#meta-nav li a.fav-link {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: transparent url(../images/sprites.png) no-repeat scroll 0px -2995px;
}

* html #meta-nav 

li a.fav-link {
    width: 18px;
    background-image: url(../images/sprites.gif);
}

#meta-nav li a.fav-link:hover {
    background-position: 0px -3095px;
    text-decoration: none;
    background-color: #fcfcfc;
}

/* FOOTER WRAPPER*/

.back-link {
    padding-left: 12px;
    font-size: 10px;
    font-family: arial, sans-serif;
    background: url(../images/sprites.png) no-repeat 0 -997px;
    text-transform: uppercase;
    cursor: pointer;
}

.back-link:hover {
    color: #bf1b2f !important;
}

#footer-wrapper {
    position: relative;
    margin: 10px auto 0 auto;
    padding-bottom: 40px;
    width: 962px;
    color: #888888;
    font-size: 10px;
    text-align: left;
    z-index: 20;
}

#footer-wrapper.home {
    margin-top: 0;
}

#footer-wrapper .copyright {
    padding-left: 16px;
}

/* TEASER HOME */

.cross-reference {
    padding-right: 12px;
    font-size: 10px;
    font-family: arial, sans-serif;
    background: url(../images/sprites.png) no-repeat 100% -1097px;
    text-transform: uppercase;
    cursor: pointer;
}

a.cross-reference:hover {
    color: #bf1b2f !important;
}

#wrapper.home #main-content {
    padding-bottom: 0;
}

#wrapper.home .teaser {
    position: relative;
    width: 100%;
    height: 160px;
    background: url(../images/teaser-bg.png) no-repeat top left;
    overflow: hidden;
}

#wrapper.home .teaser ul {
    position: relative;
    left: -1px;
    width: 970px;
    overflow: hidden;
}

#wrapper.home .teaser ul li {
    position: relative;
    float: left;
    padding: 11px 9px 0 11px;
    height: 139px;
    background: url(../images/teaser-space.png) no-repeat top left;
}

#wrapper.home .teaser ul li h2 {
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-transform: uppercase;
}

#wrapper.home .teaser ul li h2 span {
    display: block;
}

#wrapper.home .teaser ul li h2 .subtitle {
    font-weight: normal;
}

#wrapper.home .teaser ul li.thumb-small .teaser-image, #wrapper.home .teaser ul li.thumb-wide .teaser-image, #wrapper.home .teaser ul li.thumb-full .teaser-image {
    display: block;
    margin-bottom: 5px;
}

#wrapper.home .teaser ul li.with-text .teaser-image {
    float: left;
    margin-right: 10px;
}

#wrapper.home .teaser ul li.with-text .text {
    position: relative;
    top: -3px;
    float: left;
    width: 182px;
}

#wrapper.home .teaser ul li.with-text .text p {
    margin: 5px 0;
}

#wrapper.home .teaser ul li.with-text .text ul {
    margin: 5px 0;
    width: auto;
}

#wrapper.home .teaser ul li.with-text .text ul li {
    float: none;
    padding: 0;
    height: auto;
    background: none;
}

#wrapper.home .teaser .thumb-wide, #wrapper.home .teaser .thumb-full, #wrapper.home .teaser .thumb-small {
    cursor: pointer;
}

#wrapper.home .teaser .hover {
    background-color: #fff;
    color: #bf1b2f;
}

#wrapper.home .teaser .related-reference {
    display: block;
}


/* OMEGA TIMING*/

#main-nav {
    background-image: url(../images/timing-main-nav-bg.png);
}

#main-content.omegatiming .container {
    width: 690px;
    clear: both;
    padding-right: 0 !important;
}

* html #main-content.omegatiming .container {
    width: 710px;
    margin-left: 0;
}

#main-content.omegatiming .container li a:hover {
    text-decoration: underline;
}

#main-nav.omegatiming #logo {
    background-image: url(../images/omega-timing-logo.png);
}

#main-nav.omegatiming ul li {
    width: 274px;
}

#wrapper.home .teaser ul li.with-text .text-timing {
    float: left;
    position: relative;
    top: -3px;
    width: 175px;
}

#wrapper.home .teaser ul li.with-text .text-timing h2 {
    font-family: "Century Gothic", helvetica, arial, sans-serif;
    text-transform: uppercase;
}

#wrapper.home .teaser ul li.with-text .text-timing p {
    margin: 5px 0px;
}

#main-content.omegatiming #standard-content {
    background: none;
}

#standard-content.event-details .back-links {
    background: url(../images/back-link-list-bg.png) no-repeat scroll left bottom transparent;
    padding-bottom: 18px;
}

* html #standard-content.event-details .back-links {
    background-image: url(../images/back-link-list-bg.jpg);
}

#standard-content.event-details .back-link {
    margin-left: 20px;
}

#main-content.omegatiming #standard-content table td {
    padding: 0px;
}

#main-content.omegatiming #standard-content table .col1 {
    padding-left: 5px;
}

#main-content.omegatiming .event-header {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0 3px 0px;
    height: 87px;
    width: 690px;
    background-color: #dbdbdb;
    zoom: 1;
}

* html #main-content.omegatiming .event-header {
    padding-bottom: 2px;
}

#main-content.omegatiming .event-header .event-name {
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 5px;
}

#main-content.omegatiming .event-header .event-order {
    float: left;
    padding-left: 5px;
}

* html #main-content.omegatiming .event-header ul {
    zoom: 1;
}

* html #main-content.omegatiming .event-header li {
    zoom: 1;
}

* + html #main-content.omegatiming .event-header ul {
    overflow: hidden;
    zoom: 1;
}

#main-content.omegatiming .event-header ul li {
    float: left;
    background: #dbdbdb;
    padding: 0px;
}

#main-content.omegatiming .event-header ul li a {
    color: #bf1b2f;
    padding: 0px 4px 0px 3px;
}

#main-content.omegatiming .event-header .event-categorie {
    position: relative;
    clear: both;
    padding: 4px 0px 0px 0px;
    overflow: hidden;
}

#main-content.omegatiming .event-header .event-categorie li {
    background: #dbdbdb;
    padding: 0px;
}

#main-content.omegatiming .event-header .event-categorie li a {
    color: #bf1b2f;
    padding: 0px 4px 0px 4px;
    line-height: 15px;
}

#main-content.omegatiming .result-dl {
    text-align: center;
    background-color: #dbdbdb;
    width: 690px;
    line-height: 22px;
    margin-bottom: 20px;
}

#main-content.omegatiming .result-dl a {
    color: #bf1b2f;
}

#main-content.omegatiming .last-event-update {
    position: relative;
    right: 10px;
    float: right;
    padding: 4px 0 6px 0;
    font-size: 11px;
    clear: left;
}

#main-content.omegatiming table {
    border: none;
    margin-bottom: 20px;
}

#main-content.omegatiming table tbody {
    border: none;
}

#main-content.omegatiming table tr {
    height: 22px;
}

#main-content.omegatiming table tr.even {
    background: url("../images/sprites.png") repeat-x scroll -3px -3200px transparent;
    background-color: #f1f1f1;
}

#main-content.omegatiming #standard-content table th {
    height: 35px;
    vertical-align: middle;
    background-color: #dbdbdb;
    padding-left: 5px;
}

#main-content.omegatiming table .fixedcol {
    width: 150px;
}

#main-content.omegatiming #standard-content table tr td {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 5px 5px 5px;
    line-height: 13px;
    margin: 0;
}

* + html #main-content.omegatiming #standard-content table tr td {
    height: 100%;
}

html #main-content.omegatiming #standard-content table tr td p {
    margin-bottom: 0;
}

#main-content.omegatiming table tr td a {
    color: #bf1b2f;
}

#main-content.omegatiming table tr td a:hover {
    text-decoration: underline;
}

#main-content.omegatiming #standard-content table tr td.lt-showroom {
    padding: 0;
}

#main-content.omegatiming #standard-content.event-details .container .line {
    margin-top: 0px;
}

#main-content.omegatiming .line {
    margin-top: 50px;
}

#main-content.omegatiming .title {
    margin-bottom: -6px;
}

#main-content.omegatiming .back-links {
    padding-bottom: 14px;
}

#standard-content.event-details .omega-olympia {
    padding: 7px 0px 20px 210px;
}

#standard-content.event-details .copyright-swiss-timing {
    font-size: 10px;
    color: #808080;
}

#main-content.omegatiming #standard-content {
    background: none;
}

#main-content.omegatiming .history {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 690px;
    background: #dbdbdb;
    height: 25px;
}

#main-content.omegatiming .past-events {
    height: 20px;
    padding: 5px 2px 0px 5px;
    float: left;
    width: 93px;
    font-weight: bold;
    font-size: 14px;
}

* html #main-content.omegatiming .past-events {
    white-space: nowrap;
}

#main-content.omegatiming .event-years {
    margin-bottom: 0;
}

#main-content.omegatiming .event-years {
}

#main-content.omegatiming .event-years li {
    height: 19px;
    float: left;
    background: #dbdbdb;
    padding: 6px 0 0 0;
}

#main-content.omegatiming .event-years li a {
    color: #bf1b2f;
    padding: 0 2px 0 0;
}

#main-content.omegatiming .event-overview .container table {
    margin-bottom: 5px;
}

#main-content.omegatiming .event-overview .container table tbody tr.even {
    background: #f1f1f1 url(../images/sprites.png) repeat-x scroll -3px -3200px;
}

#main-content.omegatiming #standard-content.event-overview .container table tbody tr td {
    border-top: 1px solid #dbdbdb;
    vertical-align: top;
    padding: 5px 0px 5px 5px;
}

#main-content.omegatiming #standard-content.event-overview .container table tbody tr td.fixedcol {
    width: 17%;
    padding-left: 25px;
}

#main-content.omegatiming .event-overview .container table tbody tr td a {
    text-transform: uppercase;
    font-size: 10px;
}

#main-content.omegatiming .event-overview .allrights {
    font-size: 10px;
    padding: 0px 0px 10px 4px;
    color: #808080;
}

#container table {
    margin: 0 auto;
}

#noscript h1 {
    margin-top: 25px;
}

#main-content.omegatiming .livetiming {
    background: url("../images/sprites.png") no-repeat scroll -9px -1097px transparent;
    padding-left: 10px;
}

#main-content.omegatiming .lead {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
}

#main-content.omegatiming .content-titel div {
    line-height: normal;
}
#footer-nav
{
    
margin-top: 10px;
float: right;
}
#footer-nav li
{
    padding-top: 4px;
    margin-right: 16px;
    float: left;
}
#footer-nav li a
{
    color: rgb(136, 136, 136);
    white-space: nowrap;
}
#footer-nav li a:hover
{
    text-decoration: underline;
}

#footer-nav .icon-fb a, #footer-nav .icon-youtube a, #footer-nav .icon-twitter a
{
    background: url("../images/icon-fb.gif") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    display: block;
}
#footer-nav .icon-youtube, #footer-nav .icon-twitter
{
    margin-right: 6px;
}
#footer-nav .icon-youtube, #footer-nav .icon-fb, #footer-nav .icon-twitter
{
    padding-top: 0px;
}
#footer-nav .icon-fb a:hover, #footer-nav .icon-twitter a:hover, #footer-nav .icon-youtube a:hover
{
    background-position: 0px -16px;
}
#footer-nav .icon-twitter a
{
    background-image: url("../images/icon-twitter.jpg");
}
#footer-nav .icon-youtube a
{
    background-image: url("../images/icon-youtube.gif");
}