@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}

#bd {
	background: #e2d7b9 url(../images/broleco_background1.jpg) bottom center repeat-x;	
}

h1 {
	color: #0045af;
	font-size:20px;
}

h2 {
	color: #0045af;
	font-size:20px;
}

h3, h4, h5, h6 {
	
}

.matrixLink {
	/*display: none;*/
}

.breadcrumbs {
	color: #5d3625;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

.contentheading {

	display: none;
}


a:link, a:active {
	color: #3c1c0e;
	text-decoration: none;
}

a:hover, a:visited {
	color: #671804;
	text-decoration:none;
}

#sitewrap {
	width: 1044px;
	margin: 0 auto;
	background: url(../images/shadow-bg.png) 0 0 repeat-y;
}

#sitebottom {
	background: url(../images/shadow-footer.png) bottom left no-repeat;
	width: 1044px;
	height: 30px;
	margin: 0 auto;
}

#container {
	width: 1024px;
	margin-left: 10px;
}

#content, #right, #int-right {
	line-height: 130%;	
}

.padding {
	padding: 20px;	
}

#logo {
	float: left;
	width: 300px;
	height:65px;
	background: url(../images/logo.gif) top left no-repeat;
	margin-top: 15px;
	margin-left: 15px;
}

#leather {
	background: url(../images/home-header.jpg) 0 0 no-repeat;
	width: 1024px;
	height:193px;
}

.int-leather {
	background: url(../images/leather-header.gif) 0 0 no-repeat;
	width: 698px;
	height: 66px;
	padding: 15px;
	
}

.interior {
	width: 728px;
	float: left;
}

.interior .article-content {
	margin-left: 30px;	
}

#int-right {
	width: 256px;
	padding: 20px;
	background-color: #e1e0c8;
	float: right;
}

#right {
	float: left;	
	width: 460px;
}

#bottom {
	background: url(../images/bottom.jpg) 0 0 no-repeat;
	height: 14px;
}

#header {
	height: 80px; 
	
}

#header h1 a {
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -9999px;
	width:270px;
	height: 65px;
	
}

/* Navigation */
#mainnav {
   background: #68331F url(../images/nav-left.gif) top left no-repeat;
   float: right;
   width: auto;
   margin-top: 48px;
}

#mainnav ul {
    margin: 0;
    list-style-type: none;
    height: 29px;
    
    
}

    #mainnav li {
        float: left;
        display: inline;
		  position: relative;
        z-index: 15;
    }
    
        #mainnav li a {
            display: block;
            padding: 0;
			marign: 0;
            font-size: 19px;
            color: #FFFFFF;
            text-decoration: none;
        	text-transform: lowercase;
			padding-right: 20px;
			border-right: 1px solid #330000;
			margin-right: 20px;
        }
		
		#mainnav li:last-child a {
			
			margin: 0;
			border: none;
		}
        
        #mainnav li a:hover {
            text-decoration: underline;
        }
		
	/* Subnav */
        
        #mainnav .parent ul {
         position: absolute;
         z-index: 16;
         top: 40px;
         left: 0;
         margin: 0;
         padding: 5px 0;
   display: none;
   background: CHANGEME;
        }
        
         #mainnav .parent li {
          float: none;
          display: block;
    white-space: nowrap;
         }
         
          #mainnav .parent li a {
           font-size: 14px;
           font-weight: normal;
           padding: 8px;
          }
		
/* Footer */

#footer {
	border-top: 2px solid #5d3625;
	min-height: 60px;
	
}

#footer-left {
	float: left;	
	padding: 10px 10px 0 25px;
}

#footer-right {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #333;
	padding: 10px 25px 0 0;
}

#footer ul.menu {
    margin: 0;
    list-style-type: none;
    height: 45px;
    padding: 0;
	text-align: right;
    
}

    #footer ul.menu li {
        display: inline;
		margin-right: 5px;
		padding-right: 5px;
			
    }
	
	#footer ul.menu li:before {
		content: ':: ';	
		font-size: 12px;
		color: #351d13;
		font-weight: bold;
	}
    
        #footer ul.menu li a {  
            padding: 0;
            font-size: 12px;
			font-weight: bold;
            color: #351d13;
            text-decoration: none;
			text-transform: lowercase;
            
        }
		 #footer ul.menu li a:hover {
			text-decoration: underline; 
		 }
	
/* Slideshow */

#slideshow {
	float: left;	
	width: 563px;
}

#fpss-outer-container {
	border: none;
	padding: 0;
	margin: 0;
}

.fpss-introtext, .fpss-introtext .slidetext, .fpss-introtext .slidetext h1, .fpss-introtext .slidetext h3, .fpss-introtext .slidetext p {
	display: none;	
}

/* Form */

input, input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    -moz-border-radius: 2px 2px 2px 2px;
    margin: 0;
    padding: 2px;
}
#ff_form28 .alignright {
    text-align: right;
    text-transform: lowercase;
    width: 130px;
}
#ff_form28 input[type="text"], #ff_form28 input[type="password"], #ff_form28 input.text, #ff_form28 input.title, #ff_form28 textarea, #ff_form28 select {
    width: 300px;
}
#ff_form28 .button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #666666;
    cursor: pointer;
}
#ff_form28 .button:hover {
    border: 1px solid #000000;
    color: #000000;
}