/* 
Title:     marietta truck bed
Author:    james ledford
Updated:   feb 11, 2007

Palette: #000 / #414141 / #f88508 / #fff
*/


/* body-------------------------------- */
body
	{
		margin: 0;
		font-family: arial, sans-serif;
		font-size: 12px;
		color:#fff;
		background: #000;
		text-align: center;
	}


/* maincontent-------------------------------- */

#wrap
	{	
		margin: 0 auto;
		width: 800px;
		height:680px;
		background: #000;
  }

#header
	{	
		margin: 0px 0px 0px 0px;
		width: 800px;
		height: 375px;
		background-image: url("../images/header_bg.jpg");
		background-repeat: no-repeat;
  }

#main
	{	
		margin: 0px 0px 0px 10px;
		width: 780px;
		height: 520px;
		background: #545252;
  }

#leftsidebar
	{	
		float: left;
		margin: 0px 0px 0px 19px;
		width: 460px;
		height: 25px;
  }

#leftsidebar2
	{	
		float: left;
		margin: 0px 0px 0px 19px;
		width: 460px;
		height: 446px;
		background: #8A8A8A;
  }

#leftsidebar2 img
	{	
padding-top: 42px;
  }

#rightsidebar
	{	
		float: right;
		margin: 0px 20px 0px 0px;
		width: 281px;
		height: 442px;
		font-size: 10px;
		text-align: left;
		background: #8A8A8A;
		padding: 2px 0px;
  }

#rightsidebar img
	{	
padding-top: 4px;
  }

#rightimg
	{	
		margin-left: 0px;
  }

#rightsidebar li
	{	
		float: left;
		line-height: 14px;
		white-space: nowrap;
		margin: 0px 0px 0px 8px;
		list-style: none;
		display: inline;
		width: 180px;
		text-align: left;
  }

#orangelinefix
	{	
		margin-top: 0px;
  }

/* nav-------------------------------- */
#navcontainer
	{	
		float: right;
		padding: 0px;
		font-size: 10px;
		margin: 80px 28px 0px 0px;
		width: 400px;
		height: 40px;
  }

#navlist ul
	{
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
	}

#navlist li
	{
		display: inline;
		list-style-type: none;
	}

#navlist a
	{
		padding: 3px 12px;
	}

#navlist a:link, #navlist a:visited
	{
		color: #fff;
		text-decoration: none;
	}

#navlist a:hover
	{
		color: #F88508;
		text-decoration: none;
	}

/* subnav-------------------------------- */

#subnav, #subnav ul { /* all lists */
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	line-height: 14px;
	font-size: 10px;
	
}

#subnav a {
	display: block;
	margin: 0px 20px 0px 0px;
	color: #fff;
	text-decoration: none;
}

#subnav li { /* all list items */
	float: left;
	text-align: left;
	padding: 2px;
}

#subnav li ul { /* second-level lists */
	position: absolute;
	margin: 0px;
	padding: 2px;
	background: #f88508;
	width: 125px;
	left: -999em;
}

#subnav li:hover ul, #subnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: 000;
}

#subnav a:hover
	{
		color: #f88508;
		text-decoration: none;
	}	

#subnav ul a:hover
	{
		color: #000;
		text-decoration: none;
	}	

/* footer-------------------------------- */
#footer
	{	
		float: right;
		padding: 0px;
		font-size: 10px;
		margin: 10px 10px 0px 0px;
		width: 370spx;
		height: 40px;
  }

#footer ul
	{
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
	}

#footer li
	{
		display: inline;
		list-style-type: none;
	}

#footer a
	{
		padding: 3px 8px;
	}

#footer a:link, #footer a:visited
	{
		color: #fff;
		text-decoration: none;
	}

#footer a:hover
	{
		color: #F88508;
		text-decoration: none;
	}
