/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 19, 2014, 11:56:16 PM
    Author     : HOME
*/

 body {
   margin: 0 auto; 
   height: 100%;
}
/* container style */
#container{
	margin: 0 auto;
   position: relative;
   
}
div#header {
    margin-top: -30px;
    position: relative;
    width: 100%;
}

div#top-nav{
 background-color:#e5ddaf;
   
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    width: 100%;
}

div#top-nav-links{
   margin-left: 158px;
    width: 600px;
       
}

div#top-nav-links a{
    text-decoration: none;
    color: #7b0f20;
    font-family: 'Droid Sans', serif;
}

div#top-nav-links a:hover{
   color: red;
   
}

div#top-nav-links span{
    color: #7b0f20;
    font-family: 'Droid Sans', serif;
   margin-right: 10px;
   margin-left: 10px;
}
div#main-header{
    background-color: #1B0909;
 
  
    position: relative;
    top: 0;
    width: 100%;
}

div#website-logo{
     margin-left: 15px;
    width: 200px;
}

.logo{
  height: 200px;
    width: 400px;
}

div#main-menu {
    float: right;
    left: 500px;
   
    margin-top: -82px;
    position: absolute;
    width: 975px;
}
#main-menu ul{
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}

div#main-menu ul li {
    background: none repeat scroll 0 0 #7b0f20;
    border: 1px solid rgb(27, 9, 9);
    border-radius: 5px;
    display: inline;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 100px;
}

div#main-menu ul li a{
    text-decoration: none;
     font-family: 'Droid Sans', serif;
     color: #e5ddaf;
     text-align: center;
     height: 30px;
     
    width: 100%;
   
    display: inline-block;
}


#main-menu ul ul{
    position: absolute;
    visibility: hidden;
    top:36px;
    z-index: 1;
    margin-left: -50px;
}

#main-menu ul ul li {
    height: 31px;
    padding-top: 7px;
    width: 200px;
}

#main-menu ul ul li a {
    padding-left: 9px;
    text-align: center;
    width: 150px;
    color: #e5ddaf;
}
div#main-menu ul li:hover ul{
    visibility: visible;
    
}

div#main-menu ul ul li:hover{
    background: #e5ddaf;
    color: #7b0f20;
}
div#main-menu ul ul li:hover a{
   
    color: #7b0f20;
}


div#main-container{
            background-color: #7B0F20;
            width: 100%;
            min-height: 100%;
            margin-bottom: -85px;
            line-height: 25px;
}

.banner { 
    margin: 0px 0px auto 0px;
    position: relative; 
    overflow: auto; 
      max-height: 400px ; 
      width:100%
      
}
.banner ul{
    
margin:0px;
padding: 0px;
}

.banner li { 
    list-style: none;
}
.banner ul li { 
    float: left; 
}
.banner img {
    width: 100%;
    height: 500px;
}
.banner.has-dots{
    
    max-height: 400px ; 
}    
.banner.has-dots ul{
    margin:0px;
}
.banner.has-dots img {
    background-size: cover;
    max-height: 400px;
    width: 100%;
}

       
div#main-container > .content {
    color: #e5ddaf;
    margin: 0 auto;
    padding-bottom: 157px;
    padding-top: 32px;
    width: 70%;
    letter-spacing: 1px;
    font-family: 'Droid Sans', serif;
}
h3{
    color: #e5ddaf;
}


#addrs_content > p{
    color: #e5ddaf;
}
.content > p{
    text-indent: 100px;
    color: #e5ddaf;
    letter-spacing: 0.0956em;
}


div .clients {
    background-color: white;
    padding: 10px;
}

div .clients img {
    height: 125px;
    width: 202px;
}


.content b{
    color:#e5ddaf;
}
#addrs_content  p > b{
    color: #e5ddaf;
    letter-spacing: 1px;
}
.content .ind-pic{
    height: 500px;
    width: 100%;
}

.content h4 , h2{
    color:#e5ddaf;
}
::-moz-selection { /* Code for Firefox */
    background: black;
}

::selection {
   
    background: black;
}



#footer{
                clear: both;
                background-color:#e5ddaf;
                 font-family: 'Droid Sans', serif;
                color: #7b0f20;
                height: 85px;
                width: 100%;
                text-align: center;

                left:0;


                position:absolute;

    
    
    
}
#footer p{
    float: left;
    margin-left: 500px;
    margin-top: 30px;
    text-align: center;
    width: 500px;
}





