/* Default CSS */

*{
  margin: 0;
  padding: 0;
   }

/*Ebedded Fonts */   
@font-face {
    font-family: mainfont;
    src: url(fonts/GOUDSANL.TTF);
    }
@font-face{
           font-family:headingfont;
     src:url(fonts/GOUDSANB.TTF);
           }
@font-face{
           font-family:subheadingfont;
           src:url(fonts/GOUDSANM.TTF);
            }
h2{
   font-family:subheadingfont;
   font-size:2em;
   color:#527A76;
   padding-bottom:.5em; 
   }
h3{font-family:subheadingfont;
   font-size:1.5em;
   color:#527A76; 
 }
/*div styles*/                                  
body {
     background-color: #eefbf8;
     font-family:mainfont;
     font-size: 98%;
     color:#000000;
      }
#wrapper{
         width:900px;
         margin:0 auto;
         }
#mainheader{
        height:8em;
        background-color:#fff;
        }         

#mainheader img{
        height:95%;
        margin-left:15%;
        float:left;
        } 
              
#mainheader h1{
        color: #ffffff;
        font-size:0;
        }
#header{
        height:8em;
        background-color:#ffffff;
        }         
#header img{
        height:95%;
        margin-left:15%;
        float:left;
        } 
#header h1{
        color: #ffffff;
        font-size:0;
        }

#main_content p{
   font-size:1em;
   padding-bottom:.5em;          
   }  
#navigation{
            height:2em;
            font-size:1em;
            margin-bottom:2px;
            padding-bottom:5px;
            background-color:#527A76;
            }
                
#navigation ul{
            list-style-type:none;
            width:90%;
            margin:0 5%;
            
             }
#navigation ul li{
            width:12%;
            height:1.2em;
            float:left;
            padding:1% 1%;
            border-left:10px solid #E0EBEA;
            border-right: 5px solid #455453;
            text-align:center;
            font-size:1em;
            background-color:#A3C2BC;
            margin-right: 1px;
            font-family:headingfont;
             }
              
#navigation ul li a{
            text-decoration:none;
            color:#000000; 
            }
            
#navigation a:link{
            color:black;
             }
#navigation a:visited{
            color:gray;
            } 
#navigation a:hover{
            color:red;
            }
#navigation a:active{
            color:red;
             }           
                            
#main_content{
              width:100%;
              font-family:mainfont;
              }

footer{
      
       position:absolute;
       bottom:0;
       width:850px;
       margin:0 125px;
       
       }
footer ul{
       list-style-type:none;
       
       
       }
footer ul li{
       float:left;
       display:block;
        }       
footer li img{
       width:100px;
        }

                   
                           
p.intro{
position:absolute;
left:0;
top:10em;
width:10em;
color:#000000;
z-index:0;
font-family:mainfont;
font-size:.9em;
background-color:#ffffff;
margin:1em;
padding:1em;
border-right:2px groove gray;
border-bottom:2px groove gray;
}

.copyright{
display:block; 
float:right;
margin-right: 1em;
margin-top:7em;
font-size:.9em;
}
.price{
color:#FF0000;
font-weight:bold;
 }
 .zoomimage { 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
} 
.zoomimage:hover {
				 padding:5%;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
