/* CCR css: by Richard Bennett 3/1/2013 */

#underland {
border-bottom: 1px dotted black;
width: 180px;

}

#underland1 {
border-bottom: 1px dotted black;
width: 400px;
margin-left: 25px;
font-family: arial, helvetica, sans-serif; 

}

#underland2 {
border-bottom: 1px dotted black;
width: 200px;

}

#container {
text-align : left;
margin : auto;
width : 1000px;
min-height : 900px;
border : black solid 1px;
background : white;
}

html, body, #container {
height : auto;
min-height : 100%;
}

img {border: none;}

body {
background : gray;
}

#header {
background : url(images/logox.jpg);
height : 100px;
border-bottom: 1px solid black; 
margin: 0;
padding: 0;   
}

#menu {  margin: 0;
		 padding: 0;    
                 margin-top: 0;
                 height: 20px;     
                 border-bottom: 1px solid black; 
                 background: url(images/bar-background.png);
                 
}

#menu p { text-indent: 22px; 
                    padding: 0;    
                    margin-top: 0;  
                    font-family: arial, helvetica, sans-serif;    
                    size: 25px;              
}

#showcase { margin: 0;
          		 padding: 0;    
                         margin-top: 0;
                         height: 400px;   
                         border-bottom: 1px solid black;  
                         text-align: center;
}

#aboutbar {   margin: 0;
          		 padding: 0;    
                         margin-top: 0;
                         height: 20px;    
                         border-bottom: 1px solid black;  
                         background: url(images/bar-background.png);
}

#aboutbar p { text-indent: 22px; 
                          padding: 0;    
                          margin-top: 0;   
                          font-family: arial, helvetica, sans-serif;    
                          size: 25px;               
}

#aboutsection {          margin-left: 25px;
          		 padding: 0;    
                         margin-top: 0;
                         height: 325px;    
                         /* border-bottom: 1px solid black;  */
                         /* text-indent: 22px; */
                         font-family: arial, helvetica, sans-serif; 
}

#contactsection {          margin: 0;
          		 padding: 0;    
                         margin-top: 0;
                         min-height: 400px;   
                         border-bottom: 1px solid black;  
}

#contactsection p {  font-family: arial, helvetica, sans-serif; 
                                      text-indent: 22px;
}


#foot {            text-align: center;
    			margin: 0;
          		padding: 0;    
                        margin-top: 0;
                        height: 20px;  
                        font-family: arial, helvetica, sans-serif;    
                        size: 10px;  
                        background: url(images/footer-bar-background2.png);
                        border-top: 1px solid black;
                        opacity: 0.7;
                        filter: alpha(opacity=70); /* For IE8 and earlier */
}

#menu a { text-decoration: none;
                    color: black;
}

#brands {   min-height: 400px;  }

#brands tr, td {  font-family: arial, helvetica, sans-serif;   
                               padding: 0px;  
                               border: 1px solid black;                                                                                
           } 

#brands ul {
list-style-type: none;
padding: 0px;
margin: 10px;
}

#brands table {border: 1px solid black;
                            width: 800px;   
                            font-family: arial, helvetica, sans-serif;   
}

#brands p { font-family: arial, helvetica, sans-serif;   
                       margin: 22px;
}
