/*******************************************************************************
Title:	 Stylesheet for amsilk.com
Media:   Screen
Author:	 ability-webdesign.ch
Created: 04.03.2009
Update:  16.04.2009
*******************************************************************************/

body{
    margin: 0;
    padding: 0;
    font:small verdana, helvetica, arial, sans-serif;
    color:#707072;
    font-size:11px;
    /*	background:url(../images/body-bg.gif) 0 0 repeat-x;*/
}

a{
    text-decoration: none;
    color:#d5791f;
}

a:focus{
    outline:none
}

h1, h2, h3, h4, h5, h6 {
    color:#d5791f;
}

h1{
    font-size:20px;
    font-weight:400;
    margin:0 0 10px 0;
}

h2{
    font-size:14px;
    margin:0 0 10px 0;
}

h3{
    font-size:11px;
    margin:10px 0 0 0;
}

h4{
    font-size:12px;
    color:#707072;
    margin:0;
    padding:0 0 5px 0;
    border-bottom:1px solid #707072;
}

a img{
    border:0;
}

table{
    font-size:11px;
}

hr {
    height:1px;
    border:none;
    border-top:1px solid #606072;
}


/**********************************************************

Wrapper

***********************************************************/

#wrapper{
    position: relative;
    width: 955px;
    text-align:left;
}


/**********************************************************

Header

***********************************************************/

#header{
    position:relative;
    margin:0;
    padding:0;
    height:100px;
    width:955px;
    background:url(../images/amsilk_logo.gif) 35px 14px no-repeat;
    font-size:12px;
}

#header h1{
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
#header h1 a{
    display: block;
    width:230px;
    height:100px;
    text-decoration: none;
}

#header-quote {
    position:absolute;
    top:10px;
    right:0;
}


#header-nav{
    position:relative;
    font-size:10px;
    text-align:right;
    border-bottom:2px solid #fff;
    padding:8px 10px 8px 0;
    /*background: url(../images/body-bg.gif) 0 0 repeat-x;*/
}

#header-nav ul, #header-nav li{
    display:inline;
    padding:0;
    margin:0;
}

#header-nav ul li a{
    padding:0 5px;
    text-decoration:none;
    color:#757575;
    border-left:1px solid #757575;
}

#header-nav ul li a:hover{
    text-decoration: underline;
}

#header-nav ul .first a{
    border:none;
}


#lang-selector {
    position:absolute;
    bottom:6px;
    right:0;
}

#lang-selector a {
    color:#999999;
    font-size:10px;
    padding-left:5px;
    font-weight:bold;
}

#lang-selector a:hover {
    color:#606072;
}

#lang-selector a.current {
    /*font-weight:bold;*/
    font-weight:normal;
}


/***********************************************************

Main navigation

***********************************************************/

#nav-container {
    position:relative;
    height: 25px;
    z-index:300;
}


#nav{
    position:relative;
    float:left;
    font-size:12px;
    height: 12px;
    margin:3px 0 0 0;
    padding:0;
    /*	border-left:23px solid #fff;*/
    margin-left:23px;
}

#nav li{
    float: left;
    list-style:none;
    padding:0;
    margin:0;
    /*border-left:1px solid #606072;*/
}

#nav li.first{
    border-left:none;
}

#nav li:hover,
#nav li.menuHover,
#nav li.active,
#nav li.current a,
#nav li a:hover{
    color:#d5791f;
}

#nav li.current ul li a {
    color:#606072;
}

#nav li a{
    display: block;
    padding:0 11px 0px 11px;
    margin:0 0 10px 0;
    width: auto !important;
    /* für den IE wird eine feste Breite benötigt,
    da ansonsten display: block nicht funktioniert.
    Da dem IE aber egal ist wenn das Element zu schmal
    definiert ist gehts wunderbar mit 1px und ist
    dennoch dynamisch breit */
    width: 1px;
    height: auto !important;
    height: 1px;
    line-height: 12px;
    color:#606072;
    white-space: nowrap;
    border-left:1px solid #606072;
}

/*
#nav li.active a{
color:#fff;
}*/

#nav li ul{
    font-size:11px;
    position: absolute;
    top: 22px;
    left: -9999px;
    width: 188px !important;
    width: 210px;
    margin-left: -30px;
    padding: 0 30px 30px 30px;
    text-transform:none;
}

#nav li li{
    clear: left;
    width: 186px !important;
    width: 188px;
    border: none;
    background-color:#DBE0E2;
    opacity: 0.90;
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    filter: alpha(opacity=90);
}

#nav li li:hover{
    height: 100%;
    opacity: 1.0;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    filter: alpha(opacity=100);
    background-color: #fff;
}

#nav li li a{
    width: 186px;
    line-height: 16px;
    padding: 2px 10px 2px 20px;
    background: url(../images/bullet.png) 12px 8px no-repeat;
    white-space: normal;
    border-bottom: 1px solid #ccc;
    margin:0;
    border-left:none;
}

#nav li li a:hover{
    background-image: url(../images/bullet.png);
    background-color:#fff;
    color: #000;
}

#nav li:hover ul, #nav li.menuHover ul{
    left: auto;
}




#nav-small{
    position:absolute;
    left:596px;
    top:0;
    font-size:12px;
    margin:3px 0 0 0;
    padding:0;
}

#nav-small li{
    float: left;
    list-style:none;
    padding:0;
    margin:0;
    border-left:1px solid #d5791f;
}

#nav-small li.first{
    border-left:none;
}

#nav-small li.current a,
#nav-small li a:hover{
    color:#bbbbc3;
}

#nav-small li a{
    display: block;
    padding:0 11px;
    width: auto !important;
    /* für den IE wird eine feste Breite benötigt,
    da ansonsten display: block nicht funktioniert.
    Da dem IE aber egal ist wenn das Element zu schmal
    definiert ist gehts wunderbar mit 1px und ist
    dennoch dynamisch breit */
    width: 1px;
    height: auto !important;
    height: 1px;
    line-height: 12px;
    color:#d5791f;
    white-space: nowrap;
}


/***********************************************************

Search Box

***********************************************************/

#search-box {
    float:right;
}

#search-container {
    border:1px solid #ccc;
    height:16px;
    width:145px;
}


#search-box input{
    border:1px solid #697883;
    font-size:11px;
}

#search-box .search-input{
    width:129px;
    background-color:#fff;
    background:transparent;
    padding:2px 1px 2px 2px;
    /*border:1px solid #ccc;
    border-right:none;*/

    border:none;
    color:#999999;
    /*	height:14px;*/
}

#search-box .search-btn{
    cursor:pointer;
    background-color:#fff;
    border:none;
    margin-left:-5px;
    width:10px;
    padding:0 3px 0 0 ;
}


/***********************************************************

Sub navigation

***********************************************************/

#subnav-container {
    margin:20px 0 0 0;
}

#subnav {
    float:left;
    width:150px;
}

#subnav-container #subnav div a {
    font-weight:normal;
    color:#707072;
    font-size:16px;
    text-decoration:none;
}

#subnav-container #subnav div {
    margin:0 0 16px 0;
}

#content-right-subpage #subnav ul {
    margin:5px 0 0 0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

#content-right-subpage #subnav li a {
    font-size:11px;
    text-decoration:none;
    display:block;
    padding:4px 0 4px 29px;
    background:url("../images/subnav_bullet.gif") 11px 8px no-repeat;
    border-bottom:1px solid #c2c2c2;
}

#content-right-subpage #subnav a:hover,
#content-right-subpage #subnav li.current a {
    color:#d5791f;
}

#content-right-subpage #subnav li:last-child a {
    border:none;
}


/**************************************************************

Container

**************************************************************/

#container{
    position: relative;
    margin: 0;
    padding: 0;
    font-size:11px;
    background-color:#fff;
}

/*************************************************************

Content

*************************************************************/

#content-slider {
    position:relative;
    width:100%;
    height:255px;
    /*background:url(../images/header/amsilk_sailing.jpg) 0 0 no-repeat;*/
}

#content-slider {
    position:relative;
    width:995px;
    height:255px;
    background:url(../images/indicator.gif) no-repeat 50% 50%;
}
#content-slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#content-slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    position: absolute;
    top:203px;
    left:350px;
    z-index:1000;
}

.nivo-controlNav a {
    background:url(../images/slider_bullet.png) no-repeat;
    width:15px;
    height:14px;
    text-indent:-9999px;
    display: block;
    float:left;
    margin-right:6px;
    cursor: pointer;
}

.nivo-controlNav a.active {
    background-position: 0 -14px;
}

.nivo-caption {
    position: absolute;
    bottom:38px;
    left:470px;
    color:#fff;
    font-size:10px;
    width:auto;
    background:none;
    width:97px;
    height:13px;
}

.nivo-caption p {
    padding:0;
    margin:0;
    background:url(../images/learn_more_bg.png) no-repeat;
    text-align: center;
}

.nivo-caption span {
    display:none;
}

.nivo-caption a {
    color:#fff;
    background:url(../images/learn_more_bg.png) no-repeat;
}



#content-image-subpage{
    position:relative;
    width:100%;
    height:133px;
    background:url(../images/header/amsilk_spiderweb.jpg) 0 0 no-repeat;
}

#content-image-subpage h1 {
    /*	font-family: corbel, verdana, helvetica, arial, sans-serif;
    font-size:24px;*/
    margin:0;
    position:absolute;
    bottom:0;
    right:0;
    width:333px;
    background:#fff;
    padding:14px 0 13px 27px;
    opacity: 0.60;
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    filter: alpha(opacity=60);
}

#content{
    position:relative;
    margin:0;
    padding:0;
    font-size:11px;
    width:100%;
    min-height:200px;
    _height:200px;
}

#content p{
    margin:0 0 1em;
    padding:0;
    line-height:1.5;
}

#content a{
    text-decoration:underline;
    color:#757575;
}

#content a:hover{
    color:#d5791f;
}

#content ul{
    list-style-image:url(../images/bullet.gif);
    padding-left:10px;
    margin-left:10px;
    margin-top:0px;
}

#content .csc-textpic-imagerow ul{
    padding:0;
    margin:0;
    margin-top:0px;
}

.align-right {
    text-align:right;
}

.align-center {
    text-align:center;
}


/***********************************************************
Content Left
***********************************************************/

#content-left, #content-left-subpage {
    float:left;
    padding:0 114px 0 35px;
    width:445px;
    min-height:300px;
    _height:300px;
    margin:15px 0 0 0;
}

#content-left-subpage {
    border-right:1px solid #7a7f95;
    margin:20px 0 0 0;
    padding:0 59px 0 35px;
    width:500px;
    min-height:500px;
    _height:500px;
}

#content-left-content {
    padding:3px 0 0 15px;
}

#content-left-content h2 {
    margin:20px 0 0 0;
    color:#828282;
    font-size:18px;
    font-weight:400;
}

#content-left-content ul {
    margin-top:5px;
}

#content-left-content p, #content-left-content p.bodytext {
    margin:0;
    padding:10px 10px 10px 0;
}

#content-left-content table .bodytext {
    margin:3px 0 0 0;
    padding:0;
}

.content-left-content-frontpage, #content-left-news {
    border-left:1px solid #7a7f95;
}

#content-left-news {
    position:relative;
    margin:25px 0 0 0;
}

#content-left-news h1 {
    float:left;
    margin:10px 30px 0 15px;
}

#content-left-news h1 a {
    text-decoration:none;
}

#content-left-news .news-container {
    border-top:1px dotted #707072;
}

/*
#content-left-news-inner {
float:right;
width:340px;
border-top:2px dotted #707072;
}
*/
.news-item {
    border-bottom:1px dotted #707072;
}

.news-item h2 {
    color:#707072;
    padding:6px 0 0 0;
}

#content-left-news .news-item h2 a{
    text-decoration:none;
}

#content-left-news table, #content-left-news td {
    margin:0;
    padding:0;
    border-collapse:collapse;
}

#content-left-news .news-item p {
    padding:0;
    margin:0 0 4px 0;
    font-weight:normal;
}

#content-left-news .additional-news {
    padding:4px 0 0 0;
    text-align:right;
}

#content-left-news .additional-news a {
    color:#d5791f;
    text-decoration:none;
}

#content-left-news .additional-news a:hover {
    text-decoration:underline;
}


/***********************************************************
Content Right
***********************************************************/

#content-right-frontpage, #content-right-subpage {
    position:absolute;
    top:0;
    right:0;
    width:360px;
    min-height:300px;
    _height:300px;
}

#content-right-frontpage {
    margin:-187px 0 0 0;
    z-index:1000;
}

#content-right-subpage {
    /*border-left:1px solid #7a7f95;*/
    margin:20px 0 0 0;
    padding:0 0 0 15px;
    width:345px;
    color:#d5791f;
}


.product-box {
    margin:0 0 7px 0;
    cursor:pointer;
    width:359px;
    height:90px;
    background-repeat: no-repeat;
}

.product-box:hover {
    background-position: 0 -90px;
    color:#fff;
}

#content-right-frontpage .product-box a, #content-right-frontpage .product-box a:hover{
    text-decoration:none;
    color:#707072;
}

.product-box-description {
    float:left;
    width:143px;
    height:64px;
    /*border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;*/
    padding:12px 10px;
    line-height:1.5;
    /*background:url(../images/product-boxes/arrow.gif) 141px 66px no-repeat #fff;
    opacity: 0.70;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    filter: alpha(opacity=70);*/
}
.product-box-description a{
    vertical-align:bottom;
}

.product-box-description-hover {
    /*border-top:1px solid #7a7f95;
    border-left:1px solid #7a7f95;
    border-bottom:1px solid #7a7f95;*/
}

#content-links {
    float:right;
    width:190px;
}

#content-links a {
    text-decoration:none;
}

#content-links a:hover {
    text-decoration:underline;
}


/******************************************************

Footer

******************************************************/

#footer {
    clear: both;
    bottom:0px;
    width:360px;
    padding:20px 0 20px 15px;
    margin:0 0 0 594px;
    text-align:left;
    color:#606072;
    font-size:10px;
}

.footer-subpage {
    border-left:1px solid #7a7f95;
}

#footer p{
    margin:0 0 15px 0;
}

#footer ul{
    margin: 9px 0 0 0;
    padding: 0;
    list-style:none;
}

#footer li{
    display:inline;
}

#footer a {
    text-decoration: none;
    color:#606072;
}

#footer ul a {
    text-align:center;
    padding:0px 4px;
    border-left: 1px solid #606072;
}

#footer a:hover {
    color:#d5791f;
    text-decoration:underline;
}

#footer .first a{
    border-left:none;
}

#footer .current a{
    text-decoration:underline;
}


/**************************************************************

Form elements

***************************************************************/

/*
input.button, input.text{
border:1px solid #697883;
}
*/
input.button, input.submit{
    color:#fff;
    background-color:#BCBABB;
    border:1px solid #697883;
    cursor:pointer;
}

input.text{
    width:240px;
}

.submit_button{
    text-align:right;
}


/**************************************************************

Site elements

***************************************************************/

.error{
    font-size:10px;
    color:#FF0000;
    font-weight:bold;
}

.clearer {
    clear:both;
}

#content-left-subpage .news-single-item h3 {
    margin:10px 0 0 0;
    padding:0;
    line-height:1.5;
}

.hidden {
    display:none;
}

.mp3-player-wrapper {
    margin:5px 0 0 0;
}


/**************************************************************

Banner

***************************************************************/

#banner {
    position: absolute;
    top:243px;
    right:0;
    text-align:right;
    width:196px;
}

#banner div {
    float:left;
    /*border-right:1px solid #acacb5;*/
    padding: 0 10px 0 0;
}

#banner a {

}

#banner div.last {
    /*border-right:none;*/
    padding:0;
}

#banner div.single {
    padding:25px 0 0 0;
}




