/* 
    Document   : style
    Created on : 26.11.2012, 12:14:10
    Author     : daniel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
    margin:0;
}
html {
    
    height: 100%; 
   /* margin: 0;
    padding:0;*/

}
body {
    background-color: #f5f5dc;
    color: #000;
    font-family: "OpenSansRegular";
/*     overflow-x: hidden; */
    margin: 0;
    padding:0;
    
}
a {
    text-decoration: none;
}

/*#centercontent {
    position: relative;
/*     height:750px; */
 
  /*  width: 100%;
    z-index: 10;
    background-color:#f5f5dc;
    
    
}*/

#professionalContent {
        width:100%;
        height:100%;    
}
#centerimage {
    overflow: hidden;
    text-align: center;
    background:#000;
    top:70px;
    position:absolute;
    width: 100%;
    z-index:-10;
    height:300px;
    text-align:center;
}
#frontpage_gallery > td {
    padding:0;
/*     margin:0; */
}
.overview {

    position:relative;
    z-index:10;
    text-align:left;
    height:100%;
    width: 700px;
 }
 
 .overview_heading {
        position: relative;
        top: -50px;
 }
.overview_text {
        position: absolute;
        text-align:justify;
/*         top: -50px; */
/*         width: 50%; */
 }
#professional_content img {
    
    /*padding: 5px 5px 5px 5px;
    */
}
/*#contentwrapper {
    position: relative;
    width:100%;
    top:126px;
    z-index:-10;
    left:-25px;
}*/
#slides {
    top:70px;
    text-align:center;
    width:100%;
    height:300px;
}

#right {
/*     width: 25%; */
    float:right;
    background-color: #f5f5dc;
    z-index: -7;
    height:100%;
}

#left {
    float:left;
    height: 100%;
    width: 25%;
    background-color: #f5f5dc;
    z-index: -7;
    
}
#center {
    position:relative;
    text-align:center;
    z-index:1;
/*     margin-left: 100px; */
    height:1300px;
    width:1000px;
}
.footbar {
    position:relative;
    bottom:0px;
    
    width:100%;
    height:20px;
    list-style-type: none;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbe884+4,fbe884+17,fbe884+25,000000+95 */
    background: #fbe884; /* Old browsers */
    background: -moz-linear-gradient(top, #fbe884 4%, #fbe884 17%, #fbe884 25%, #000000 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbe884 4%,#fbe884 17%,#fbe884 25%,#000000 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbe884 4%,#fbe884 17%,#fbe884 25%,#000000 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe884', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

.prices {
    font-size: 0.7em;
}
.abovefootbar {
        position: relative;
        bottom: 0px;
        height: 150px;
        width:100%;
        z-index:-1;
      
        background-color:#FBE884;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5dc+4,fbe884+32,fbe884+39,fbe884+100 */
	background: #f5f5dc; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5dc 4%, #fbe884 32%, #fbe884 39%, #fbe884 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f5dc 4%,#fbe884 32%,#fbe884 39%,#fbe884 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f5dc 4%,#fbe884 32%,#fbe884 39%,#fbe884 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5dc', endColorstr='#fbe884',GradientType=0 ); /* IE6-9 */
        text-align:center;
        vertical-align:center;
}
.abovefootbar img {
        margin:45px;
}

#headline {
    position: fixed;
    top:0;
    height:40px;
    width:100%;
    z-index:100;
    text-align:right;
    left:0;
    background-color: #000;
    
}
.topbar {
    text-align:right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #000;
}
.navbar {


    margin:0px;
}


#centerwrapper {

    position: relative;
    top: 126px;
/*     z-index: -10000; */
    width:100%;
/*     height: 750px; */
    
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}
.frontpage_entry_image {
  margin: 15px;
  padding: 10px;
}
#navbardiv {
    position:fixed;
        
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
    text-align:center;
    vertical-align:center;
    top:30px;
    background-color: #f5f5dc;
    z-index:5;
    width:100%;
    height:35px;
    
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
        display: block;
}

nav ul {
    background: #f5f5dc; 
    /*background: linear-gradient(top, #bbbbbb 0%, #f5f5dc 100%);  
    background: -moz-linear-gradient(top, #bbbbbb 0%, #f5f5dc 100%); 
    background: -webkit-linear-gradient(top,#bbbbbb 0%, #f5f5dc 100%);*/ 
    list-style: none;
    position: relative;
    display: inline-block;
    z-index:1000;
    border-radius:0px 0px 10px,10px;
    
    
     
/*     margin: 0; */
/*     padding: 0; */
    
}

nav {
        
        top: 25px;
/*         width:500px; */
        z-index:50;
        
}
nav ul:after {
        position: fixed;
        top: 25px;
        display: block;
        
           /* content: ""; clear: both; display: block;*/
    
}
nav ul li {
    float: left;
    margin-left: auto;
    margin-right: auto;
    color:#ffffff;
   
}
nav ul li:hover {
            background: #4b545f;
            background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
            background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
            border-radius:0px 0px 10px,10px;
            color:#ffffff;
    
}
nav ul li a:hover {

    background-color:#fbe884;
    
   
    
}
nav ul li:hover  a {
     color:#ffffff;
         
}
nav ul li:hover > a {
     color:#000000;
        
}
    
nav ul li a {
        display: block; 
        padding: 25px 40px;
        color: #ffffff;
        text-decoration: none;
        margin-top:10px;
    } 
nav ul ul {
    background: #000; 
    border-radius: 0px; 
    padding: 0;
    position: absolute; 
    top: 100%;
    min-width:250px;
     border-radius:0px 8px 8px 8px;
     box-shadow: 0 0 20px rgba(0,0,0,0.4);
 
}
nav ul ul li {
            float: none;
            margin-top:5px;
            margin-bottom:5px;
            border-top: 1px solid #6b727c;
            border-bottom: 1px solid #575f6a;
            position: relative;
    }
nav ul ul li a {
        padding: 15px 40px;
        color: #fff;
}	
nav ul ul li a:hover {
    
        background: #fbe884;
        color: #000000;
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.topbar li {
    float: right;
    
}
.topbar li img {
    position: relative;
    top:-10px;
    
}

.navbar > li {
    display: inline;
}

html li li { display:inline; }


.topbar a {
    
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a {
    font-style: bold;
    font-size: 20px;
    text-decoration:none; 
    color:#8B4513;
    padding:0 30px;

}
.overviewlink {
  width: 500px;
}
.productshort {
    position:absolute;
    height:300px;
    background-color:#f5f5dc;
    
    width:1000px;
    color:#000;
    
}
.productinfo {
    position: relative;
        display:inline;
}
#navseparator3 {
    position:absolute;
    bottom:-6px;
    height:6px;
    background-color: #FBE884;
    width: 100%;
    z-index:101;
}
#navseparator1 {
    position: absolute;
    top:76px;
    height:10px;
    background-color: #FBE884;
    width: 100%;
    z-index:-7;
    left:0;
}

#navseparator2 {
    height:5px;
    background-color: #FBE884;
    width: 100%;
    z-index:-10;
    vertical-align:center;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
    color:lightgray;
}
#slides > ul {
    display:none;
    
    
}
.slides_container {
   z-index:-10;
    width:100%;
    height:300px;
}
.slides_container div {
    width:100%;
    height:300px;
    display:block;
}
.productimage {
    width:400px;
    position:absolute;
    left:0;
    background-color:#000;

}
.frontpage_entry {
  text-align: justify;
  margin: 0 auto;
  width: 50em;
}
.frontpage_entry > table > tr > td > img {
  padding: 10px 10px 10px 10px;
}
.producttext  {
/*      margin: 0 auto; */
    position: absolute;
    left: 420px;
    text-align: justify;
    color: #000;
    vertical-align: top;
    width: 20em%;
    z-index: 10;
    height: 100%;
    
}
.productheadlinediv p {
    font-size:26px;
    margin-left:250px;
    position:relative;
    
    /*width: 300px;*/
    color:#D3D3D3;
    
}
.productheadlinediv {
    position: relative;
    width:100%;
    height:45px;
    background: #000000;
            background: linear-gradient(left, #000000 100%, #ffffff 40%);
            background: -moz-linear-gradient(left, #000000 100%, #ffffff 40%);
            background: -webkit-linear-gradient(left, #000000 100%,#ffffff 40%);
    
    text-align:left;
    font-size:35px;
    font-style:bold;
    
}
.instrumentimages {
 
    margin-top:25px;
    overflow:hidden;
    max-width:350px;
    max-height:500px;
    margin-left: 25px;
}
.instrument_media_examples {
        position:relative;
        top: 60px;
/*         margin-left: 50px; */
}
#frontpage_top_cell {
        padding-right:15px;
        margin-right:15px;

    
}

#addinfo {
    background-color:red;
    color:#fff;
    width: 130px;
    height: 150px;
    
   /* position:relative;
    z-index: 20;*/
    text-align:center;
   
}
.err
      {
	  font-family : Verdana, Helvetica, sans-serif;
	  font-size : 12px;
	  color: red;
      }


.fb-like {
      position:relative;
      top: 50px;
      left: 50px;
      z-index:10;
      
}

.instrumentdescription {
    
    position:relative;
    height:50px;
    width:100%;
    z-index:10;
    margin-left: 50px;
}
.instrumentspecs {

    position:absolute;
    left:325px;
    top:220px;
    height:900px;
    margin:5px;
    margin-left:50px;
    width:500px;   overflow-x: hidden;
    text-align:left;
    vertical-align:center;
    z-index:10;
}
.instrumentspecs > ul {

    line-height:0.7;
    
}
.entrybg {
        position:relative;
        height:300px;
        text-align:center;
}
.frontpageentry {
    position:relative;
    height:300px;
    text-align: center;
    
}
.mediacontainer {
 position:relative;
 top:100px;
 left:1px;
 height:500px;
 width:450px;
 
}
.imagegallery {

    position:relative;
    /*top:100px;
    left:25px;
    height:300px;
    width: 450px;
    text-align:left;*/
    z-index:1000;
}
#aboutcontent {
    
    position:absolute;
/*     background:#DADBC9; */
    height:100%;
    text-align:center;
    color:#000;
    top:374px;
    width:100%;
    
}
#student_content {
        width:100%;
        height:100%;    

}
#navseparator1 h1 {
    position:absolute;
    z-index: 10;
    top:-100px;
}/*
*[id^='professional_heading'] {
    
}*/
#instrument {
    position:relative;
    text-align: left;
    width: 800px;
    color:#000;
    z-index:10;
    height: 1000px;
/*     */
}
#instrument > h1 {
    padding-left: 50px;
    text-align:center;
}
#map_canvas { height: 100% }
#map {

    height:750px;
    width:100%;
}
# ideshow { 
   
    position: relative;
    top:50px;
    width: 250px; 
    height: 500px; 
    background-color:#000000;
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
        margin-left:20px;

}

# ideshow > div { 
    position: absolute; 
    /*top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; */
}
