    
/* ********GENERAL STYLES******** */




body    {
    background: -webkit-linear-gradient(rgba(179,179,176,1) 0%,rgba(227,226,221,1) 100%);
        background: -moz-linear-gradient(rgba(179,179,176,1) 0%, rgba(227,226,221,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(rgba(179,179,176,1) 0%, rgba(227,226,221,1) 100%); /* IE10+ */
            background: -o-linear-gradient(rgba(179,179,176,1) 0%, rgba(227,226,221,1) 100%); /* Opera 11.10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b0', endColorstr='#e3e2dd',GradientType=0 ); /* IE6-9 */
    background-color: rgb(227,226,221);
    background-repeat: no-repeat;
    margin: 0px;
    height: 100%;    
}



#root   {
    width: 1024px;	
    background-color: #fff;
    margin: auto;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.7);
       -moz-box-shadow: 0px 0px 8px rgba(0,0,0,.7);
            box-shadow: 0px 0px 8px rgba(0,0,0,.7);    
            
            
            min-height: 100%;
            height: auto !important;
            height: 100%;   
            margin: 0 auto -4em;
            
       border-bottom-right-radius:1.5em;
   border-bottom-left-radius:1.5em; 
    

}



#activeMenu  { 
    font-weight: bolder;
    text-decoration: underline;
}







/* ********HEADER******** */

.headerUpperGradiant    {
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%,rgba(169,169,169,1) 100%);
        background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* IE10+ */
            background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* Opera 11.10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a9a9',GradientType=0 ); /* IE6-9 */
    height: 40px;
}

.headerLowerGradiant    {
    background: -webkit-linear-gradient(rgba(179,179,176,1) 0%,rgba(255,255,255,1) 100%);
        background: -moz-linear-gradient(rgba(179,179,176,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(rgba(179,179,176,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
            background: -o-linear-gradient(rgba(179,179,176,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 40px;
}

#headerPicture  {
    background-image:url('../images/headerPicture2.jpg');
    /*height: 244px;*/
  	height: 310px;
    border-left:1px solid #a9a9a9;
    border-right:1px solid #a9a9a9;
}

#logo div   {
    background-image: url('../images/logo1.png');
    display: inline-block;
    width: 232px;
    height: 40px;
    position: relative;
    top: -12px;
    left: 65px;
}

#logo p {
    margin: 0 0 8px 0;
/*    font-family: sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.4em;*/
    font: italic bold 1.4em sans-serif;
    display: inline-block;
    position: relative;
    left: 75px;
    top: -15px;
    
}

.lineSeperator  {
    height:1px;
    background:#717171;
    border-bottom:1px solid #313030;
    width: 900px;
    margin: 0 auto 50px auto;
}









/* ********MENU STYLING******** */

nav {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 2.0;
    background: #e5e5e7;
    margin: 0 50px 0 50px;
    float: left;
    width: 200px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
       -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
            box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#menu   {
    width:200px;
    height: 312px;
    float: left;
    margin-right: 100px;
}



#menu ul {
    background: #fff;
    width: 200px;
    
    padding: 0px;
    margin:0px;
}

#menu ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 12px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 0px;
  
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(#b2b2b2 0%, #7e7e7e 44%, #474747 100%); /* FF3.6+ */
    background: -webkit-gradient(color-stop(0%,#b2b2b2), color-stop(44%,#7e7e7e), color-stop(100%,#474747)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(#b2b2b2 0%,#7e7e7e 44%,#474747 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#b2b2b2 0%,#7e7e7e 44%,#474747 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(#b2b2b2 0%,#7e7e7e 44%,#474747 100%); /* IE10+ */
    background: linear-gradient(#b2b2b2 0%,#7e7e7e 44%,#474747 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}

#menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: 500;
  width: 200px; 
}

#menu ul li:hover { 
  background: #cc002c; /* Old browsers */
  background: -moz-linear-gradient(#cc002c 0%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(#cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(#cc002c 0%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(#cc002c 0%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(#cc002c 0%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}





/* ********FOOTER******** */

#footer {
   width: 1024px;
   margin: auto;
   background: -webkit-linear-gradient(rgba(255,255,255,1) 0%,rgba(169,169,169,1) 100%);
       background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* FF3.6+ */
            background: -ms-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* IE10+ */
                background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(169,169,169,1) 100%); /* Opera 11.10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a9a9',GradientType=0 ); /* IE6-9 */
   line-height: 50px;
   text-align: center;
   border-bottom-right-radius:1.5em;
   border-bottom-left-radius:1.5em; 
}
.footer, .push {
height: 4em;
clear: both;

}







/* ********FRONTPAGE TEXT******** */

.about  {
    width: 400px;
    float: left;
    margin-right: 35px;
    font-size: 1.3em;
}

.about h1   {
    margin: 0px;
}

em  {
    color: #a90202;
}

a img   {
     border: none; /* Removes border around image links in IE */
}

/* ********RIGHT SIDE PICTURES (FRONTPAGE)******** */

.clickPictures   {
    float: left;
    width: 204px;
    font-size: 1em;
}

.clickPictures .bigPictures  {
    border: 1px solid black;
}

.clickPictures a  {
   display: block;
   margin-bottom: 2px;
}

#imageCycle {
    width:200px;
    height:180px;
    margin-bottom: 10px;
}

/* ********BRUGTE MASKINER TEXT******** */



/* ********SMEDE ARBEJDE TEXT******** */

.tekst  {
    width: 450px;
    float: left;
    font-size: 1.1em;
    margin-right: 25px;
}

/* ********NETMASKINE TEXT******** */




/* ******** KONTAKT SIDE ******** */

#googlemaps {
    width: 550px;
    float: left;
}






/* ********GALLERY STYLES******** */

#gallery    {
    width: 700px;
    float: left;
}

a.fancybox img  {
    border: 2px solid #000;
    border-radius: 3px;
    margin-right: 5px;
}

.imageSeperator  {
    height:1px;
    background:#717171;
    border-bottom:1px solid #800000;
    width: 500px;
    margin: 20px 0 25px 60px;
}



