﻿body
{
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #91d717; 
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    color: #fffffb;
}

#main-container
{
    position: absolute;
    width: 100%;
    height: 100%;
}

    #header-container 
    {
        height: 119px;
        border-bottom: 2px solid grey;
        background-color: #fffff7;
        position: relative;
        z-index: 20;
    }

        #header 
        {
            position: relative;
            width: 850px;
            height: 100%;
            margin: 0 auto 0 auto;
            background-image: url(../Content/images/title.png);
            background-repeat: no-repeat;
        }
    
            #navigation
            {
                float: right;
                width: 367px;
                height: 119px
            }
    
                #nav-links 
                {
                    margin: 0;
                    border: 0;
                    padding: 0;
                }
        
                    #nav-links li
                    {
                        display: block;
                        list-style-type: none;
                        margin: 0px;
                    }
        
                    #nav-links li a 
                    {
                        display: block;
                        float: left;
                        width: 60px;
                        height: 114px;
                        text-decoration: none;
                        text-transform: capitalize;
                        color: #666666;
                        font-size: 12px;
                        font-weight: bold;
                        text-align: center;
                        padding-top: 5px;
                        border-left-width: 1px;
                        border-left-style: solid;
                        border-left-color: #cecece;
                    }
                
                        .nav-link
                        {
                            position: absolute;
                            bottom: 20px;
                            text-align: center;
                            width: 60px;
                        }
        
                    #nav-links li a:hover {
                        color: #00284a;
                        background-image: url(../Content/images/nav_hover.png);
                        background-repeat: no-repeat;
                        background-position: center bottom;
                    }


                    li.borderx2 {
                        border-right-width: 1px;
                        border-right-style: solid;
                        border-right-color: #cecece;
                    }
    
    #content-container
    {
        width: 100%;
        position: relative;
        z-index: 20; 
        background-color: #91d717; 
    }
    
        #content-container h1
        {
            margin-top: 100px;
        }
        
        #content-container h2.blue-text
        {
            text-align: center;
        }
        
        .blue-text
        {
            color: White;   
        }
        
        .quote
        {
            font-weight: normal;  
        }
    
        .contact-container
        {
            float: left;
        }
        
        #contact-form
        {
          width: 600px;   
        }
        
        #location
        {
          width: 200px;   
        }
        
            #g_map
            {
                height: 200px;   
            }

        #content
        {
            width: 850px;
            margin: 0 auto 0 auto;
            background-image: url(../Content/images/content_background.png);   
            background-repeat: no-repeat;
            padding: 1px;
        }
        
            #content h1
            {
                color: White;   
            }
    
            #products 
            {
            
            }
        
                #products li
                {
                    list-style-type: none;
                    list-style-image: none;
                    float: left;
                    height: 200px;
                    width: 200px;
                    margin-top: 50px;
                }
                        #products li p
                        {
                            margin-top: 1px;
                            text-align: center;
                        }
                
                
                .product
                {
                    margin-left: 100px;   
                }
                
                    .product-image-container
                    {
                        cursor: pointer;   
                        height: 180px;
                        width: 100%;
                    }
                    
                        .product-image-container img
                        {
                            display: block;
                            height: 100%;
                            margin: 0 auto 0 auto;
                        }
    
    #footer-container
    {
        height: 126px;
        border-top: 2px solid grey;
        background-color: #fffff7;
        color: Black;
        width: 100%;
        position: relative;
        z-index: 20;
    }

        #footer
        {
		background-color: #fffff7;
            width: 850px;
            height: 124px;
            text-align:center;
            margin: 0 auto 0 auto;
        }
        
            #footer p
            {
                margin-top: 20px;
                width: 100%;
            }
    
#image-container
{
    position: fixed;
    z-index: 10;
    width: 100%;
    background-image: url(../Content/images/transpBlack75.png);
    background-repeat: repeat;
    visibility: hidden;
	background-color: #fcfcf6;
}
    
    #close-icon
    {
      cursor: pointer;   
    }

    #gallery-container
    {
        width: 660px;
        margin: 0 auto;
    }
    
        #gallery-container img
        {
            display: block;
            position: relative;
            margin-left: auto;
            margin-bottom: 5px;
        }