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

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

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

img {border: none;}

body {
background : gray;
}

#contact-font {
border-bottom: 1px dotted black;
width: 220px;

}

#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-left: 60px;
          		 padding: 0;    
                         margin-top: 0;
                         min-height: 400px;   
                         font-family: arial, helvetica, sans-serif; 
}

#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 {   height: 600px;  }

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


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