/* general */
* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #FFF;
    color: #555;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px 0px 25px 0px;
}

img {
    border: none;
}

a {
    cursor: pointer;
}

.clear {
    clear: both;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

/* layout */
#pageContainer {
    width: 980px;
    margin: 0px auto 0px auto;
    text-align: left;
    position: relative;
}

#header {
    height: 130px;
    overflow: hidden;
}

#logo {
    float: left;
    width: 185px;
    height: 116px;
    background-image: url('../images/logo.jpg');
    overflow: hidden;
    margin: 8px 0px 0px 32px;
}

#logo img {
    width: 185px;
    height: 116px;
}

#mainNavigation {
    float: right;
    width: 750px;
    height: 75px;
    margin: 47px 0px 0px 0px;
    background-image: url('../images/mainNavigation.png');
    background-repeat: repeat-y;
    position: relative;
}

#mainNavigation ul {
    padding: 31px 0px 0px 105px;
    list-style-type: none;
    text-transform: uppercase;
}

#mainNavigation ul li {
    float: left;
    background-image: url('../images/mainNavigationBorder.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#mainNavigation ul li ul {
    display: none;
}

#mainNavigation ul li a {
    display: block;
    padding: 0px 11px 11px 11px;
}

#mainNavigation ul li.first {
    background-image: none;
}

#mainNavigation ul li.first a {
    padding-left: 0px;
}

#mainNavigation ul li.compressed a {
    /*padding-right: 0px;*/
}

#mainNavigation ul li.last a {
    padding-right: 0px;
}


#navigationArrow {
    position: absolute;
    top: 47px;
    display: none;
}

#subNavigation {
    position: absolute;
    width: 644px;
    height: 121px;
    background-image: url('../images/subNavigation.png');
    overflow: hidden;
    z-index: 9999;
    top: 102px;
    right: 0px;
    display: none;
}

#subNavigation ul {
    padding: 15px 0px 0px 0px;
    text-transform: uppercase;
    list-style-type: none;
}

#subNavigation ul li {
    float: left;
    background-image: url('../images/subNavigationLine.png');
    background-repeat: no-repeat;
}

#subNavigation ul li.first {
    background-image: none;
}

#subNavigation ul li a {
    font-size: 19px;
    display: block;
    padding: 0px 0px 0px 50px;
    width: 230px;
    height: 85px;
    position: relative;
}

#subNavigation ul li a img {
    position: absolute;
    bottom: 0px;
    right: 45px;
}

#subNavigation ul li a:link,
#subNavigation ul li a:visited {
    color: #004C98;
}

#subNavigation ul li a:hover {
    color: #555555;
}

#subNavigation ul.noNavImages li a {
    font-size: 15px;
    width: auto;
    height: auto;
}

#subNavigation ul.noNavImages li {
    padding: 3px 0px 3px 0px;
    float: none;
    display: block;
}

#subNavigation ul.noNavImages li.first {
    padding-top: 0px;
}

#subNavigation ul.noNavImages li.last {
    padding-bottom: 0px;
}

#subNavigation ul li {
    padding-bottom: 0px;
}

#contentContainerGradient {
    height: 415px;
    background-image: url('../images/contentContainer.png');
    background-repeat: repeat-x;
    overflow: hidden;
}

#contentContainer {
    height: 415px;
    overflow: hidden;
    background-image: url('../images/woman.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

#footer {
    font-size: 11px;
    font-weight: bold;
}

#metaNavigation {
    float: left;
    padding: 15px 0px 0px 25px;
}

#metaNavigation ul {
    list-style-type: none;
}

#metaNavigation ul li {
    display: inline;
    padding: 0px 7px 0px 7px;
}

#gg {
    float: left;
    padding: 62px 0px 0px 30px;
}

#addthis {
    float: right;
    padding: 10px 29px 0px 0px;
}

.button {
    width: 124px;
    height: 19px;
    overflow: hidden;
    text-transform: uppercase;
    color: #FFF;
    background-image: url('../images/button.png');
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}

.button a:link,
.button a:visited,
.button a:hover {
    display: block;
    padding: 2px 0px 0px 0px;
    color: #FFF;
}

/* book navigation */
.book-navigation {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 30px 20px 0px;
}

.book-navigation ul {
    list-style-type: none;
}

.book-navigation ul li {
    display: inline;
    padding: 0px 4px 0px 6px;
    background-image: url('../images/bookNavigation.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.book-navigation ul li.first {
    padding-left: 0px;
}

.book-navigation ul li.last {
    padding-right: 0px;
    background-image: none;
}

.book-navigation ul li a.active {
    font-weight: bold;
}

/* two cols (frontpage) */
#contentTwoColsLeft {
    width: 655px;
    height: 415px;
    overflow: hidden;
    float: left;
}

#contentTwoColsLeft.productRange {
    background-image: url('../images/productRange.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contentProduktTwoColsLeft.productRange {
    background-image: url('../images/productRange.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contentTwoColsRight {
    float: right;
    width: 320px;
    height: 415px;
    overflow: hidden;
}

#contentTwoColsRight h1,
#webform h1,
#contentProduktTwoColsLeft h1 {
    padding: 45px 30px 15px 0px;
    color: #004c98;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

#contentTwoColsRight p,
#contentProduktTwoColsLeft p,
#contentProduktTwoColsRight p{
    padding: 0px 30px 15px 0px;
    line-height: 16px;
}

/* two cols (product page) */
#contentProduktTwoColsLeft {
    float: left;
    margin: 0px 0px 0px 340px;
    width: 290px;
}

#contentProduktTwoColsRight {
    float: right;
    width: 295px;
    margin: 45px 25px 0px 0px;
}

/* links */
a:link,
a:visited {
    text-decoration: none;
    color: #555;
}

a:link.textlink,
a:visited.textlink{
    text-decoration: underline;
    color: #555;
}

a:hover, a:hover.textlink {
    text-decoration: none;
    color: #004c98;
}

.linkTypeA a:link,
.linkTypeA a:visited {
    text-decoration: none;
    color: #004c98;
}

.linkTypeA a:hover {
    text-decoration: none;
    color: #555;
}

.linkTypeA a.active {
    font-weight: bold;
}

#ads{
    margin: 20px auto 0;
}

#ads img, #ads div{
    margin: 0 16px 0 0px;
    float: left;
}

#ads img.first {
    margin-left: 33px;
}

/* contact */
#webform {
    width: 655px;
    height: 415px;
    overflow: hidden;
    float: left;
    margin:0 0 0 440px;
}

#formTable tr td.col1{
    vertical-align:top;
}

#webform label {
    display: block;
    float: left;
    width: 195px;
}

#webform .textfield, #webform .form-text{
    float: left;
    margin: 0 0 10px 15px;
    width: 230px;
}

#webform .textarea, #webform textarea {
    float: left;
    width: 230px;
    height: 130px;
    margin: 0px 0px 10px 15px;
}

#formTable tr td.submitButton input{
    margin:0 0 0 165px;
}

#captchaImage {
    padding: 20px 3px 5px 0px;
    text-align: right;
}

#captchaImage img {
    width: 230px;
    border: 1px solid #008aae;
}

#captchaDescription {
    padding: 5px 0px 2px 195px;
    font-size: 11px;
}

#contactInfo {
    padding: 30px 0px 0px 0px;
    font-size: 11px;
    text-align: justify;
    color: #9c9d9f;
    line-height: 15px;
}

#contactInfo span.bold {
    line-height: 25px;
}

.orange{
    color:#FF0000;
}

#edit-fld-send-option-wrapper, #edit-fld-subject-wrapper{
    display:none;
}

#webform #edit-btn-cancel, #webform input[type=reset]{
    display:none;
}

#webform #edit-btn-submit{
    margin:0 0 0 210px;
}

#flashVideo{
    position:absolute;
    left:400px;
    width:480px;
    height:330px;
}

#webform div.form-item{
}