/* CSS Backroad Signs Document */

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
    margin: 0;
    background: #fff /*url(drafts/background_road.jpg) no-repeat center top; 
    width: 100%;
    display: table;  */

}

#wrapper {
	width: 900px;
	height: 650px;
	margin: 0 auto;
	text-align: left;
	
}
/*text-align: left; added as IE5.x and IE6 does not recognize the auto margin property, plus the text-align:center: code is added to 'body'*/

#navheader {
	width: 900px;
	height: 90px;
	margin: 15px 0px 0px 0px;
	float: left;
	background-color: #603;
	border: 3px solid gray;
}

#navheader img {
	float: inherit;
	padding: 0px;
	margin: 5px 0px -50px 0px;
	border: none; 
 }


/*navigation.....*/
#navheader ul { 
	margin: 10px 0px; 
	padding: 0px; 
	list-style-type: none; 
	text-align: center; 
} 

#navheader ul li { 
	display: inline;
	margin: 1px;
	padding: 1px;  
}

/*navigation CURRENT PAGE........................................*/
 
#navheader ul a { 
	text-decoration: none; 
	padding: 8px 4px 4px 4px; 
	color: #000; background: #9c6;
	border: 3px solid; 
	border-color: #666 #cf0 #cf0 #666;  
} 
 
#navheader a:hover { 
	color: #000; background: #000;
	border: 3px solid; 
	border-color: #ccc #9c0 #9c0 #ccc; 
  
} 

#navheader li a#current { 
	color: #fff; background: #fff;
	border: 3px solid; 
	border-color: #fff; 
} 


/*------------------------------*/
#homepage_contain {
	width: 900px;
	height: 510px;
	margin: 0px;
	background-image: url(images/bg_30_902x512.jpg);
	border: 3px solid gray;
	float: left;
	
} 

/*------------------------------*/
#container {
	width: 900px;
	height: 510px;
	margin: 0px;
	background-image: url(images/bg_902x512fade.jpg); 
	border: 3px solid gray;
	float: left;
	
} 
	 
/*content.................  .........................*/
#content {
	width: 600px;
	height: 400px;
	float: left;
	/*background: url(images/bgpixwhite.jpg) repeat;*/
	margin: -490px 0px 10px 30px;
	padding: 15px;
	/*border: solid gray;*/
	
}

#content p {
	color: #333;
	text-align:left;
	margin: 10px;
	
}

#content h4 {
	color: #333;
	text-align:left;
	margin: 10px;	
}

#content image {
	float: left;
	border: none;
}

#content iframe {
	margin: 12px;
	}


/*table------for pages Apparel and Signs ----NOTE pop ups did not like Table H and Width-----------------------------*/

table { 
   border-collapse: collapse; 
   border: 1px solid #9c6;
   margin: 5px 2px 5px 30px;
} 

td { 
   padding: 5px;
   font-size: 14px;
   vertical-align: top;
   text-align:center;
   width: 165px;
} 


caption { 
    font-size: 16px; 
    font-weight: 300;
	height: 65px; 
    margin: 2px;  
    padding: 0px; 
	text-align: left;
} 

col { 
    border-right: 2px solid #9c6;
} 
 
col#colauthor { 
    border: none; 
}   


/*.......footer.............................*/
#logofooter {
	float: left;
	margin: -3px 0px 10px 0px;
	width: 900px; height: 8px;
	border: 3px solid gray;
	background-color:#603;
}

#logofooter img {
	float: left;
	margin: -80px 0px -10px 40px;
}

#contentfooter {

	text-align: center;
	font-size: 14px;
	float: left;
	width: 900px;
	height: 60px;
	margin: 10px 0px 0px 0px;
}

#footer {
	background-color:#603;
	text-align: right;
	font-size: 9px;
	float: left;
	width: 900px;
	height: 25px;
	margin: 40px 0px 10px 0px;
	border: 3px solid gray;
}

#belowfooter {
	width: 900px;
	height: 25px;
	margin: 5px 0px 0px 5px;
	text-align: left;
	font-size: 9px;
	float: right;
	
	}

#belowfooter img {
	float: right;
	margin: 1px;
	border: none;
}

