/* CSS Document */

html, body
	{
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		background: url('../Images/stripe_bg_pattern.jpg') repeat;
		text-align: center;
	}
	
#container
	{
		margin: 0 auto;
		width: 1000px;
		border: 2px #FFF solid;
		background: #0A3509;
		text-align: left;
	}
	
#logo
	{
		width: 335px;
		height: 110px;
		border-right: 1px dashed #FFF;
		border-bottom: 1px dashed #FFF;
		background: url('../Images/logo.jpg') no-repeat;
		background-position: center;
		float: left;
	}
	
#tagline
	{
		height: 110px;
		width: 664px;
		border-bottom: 1px dashed #FFF;
		float: left;
		background:url('../Images/tagline.jpg') no-repeat;
		background-position: center;
	}
	

	
#navigation
	{
		clear: both;
		width: 335px;
		height: 360px;
		border-right: 1px dashed #FFF;
		border-bottom: 1px dashed #FFF;
		float: left;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	
#navigation a
	{
		color: #FFF;
		text-decoration: none;
	}
	
#navigation a:hover
	{
		color: #0A3509;
	}
	
	
#navigation div
	{
		margin: 0 auto;
		text-align: center;
		width: 284px;
		height: 50px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18pt;
		line-height: 35pt;
		color: #FFF;
		background: url('../Images/divider.jpg') no-repeat;
	}
	
#navigation div:hover
	{
		color: #1D3B3E;
		background: url('../Images/divider.jpg') repeat-y;
	}
	
#navigation div:hover a
	{
		color: #0A3509;
	}
	
#navigation div:hover img
	{
		visibility: hidden;
	}
	


#image
	{
		height: 360px;
		width: 664px;
		border-bottom: 1px dashed #FFF;
		background: url('../Images/truck.jpg') no-repeat;
		float: left;
	}
	
#welcome
	{
		clear: both;
		width: 335px;
		min-height: 290px;
		float: left;
		text-align: center;
	}
	
#welcome div
	{
		text-align: left;
		margin: 0 auto;
		width: 305px;
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #D7D7D7;	
	}
	
#welcome div h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #FFF79C;
	}
	
#references
	{
		width: 330px;
		min-height: 290px;
		border-right: 1px dashed #FFF;
		border-left: 1px dashed #FFF;
		float: left;
	}
	
#references div
	{
		text-align: left;
		margin: 0 auto;
		width: 305px;
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #D7D7D7;	
	}
	
#references div p img
	{
		margin: 13px;
	}
	
#references div h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #FFF79C;
	}
	
#references div p a
	{
		color: #FFF79C;
		text-decoration: none;
	}
	
#review div p a
	{
		color: #FFF79C;
		text-decoration: none;
	}
	
#review
	{
		width: 333px;
		min-height: 290px;
		float: left;
	}
	
#review div
	{
		text-align: left;
		margin: 0 auto;
		width: 305px;
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #D7D7D7;	
	}
	
#review div h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #FFF79C;
	}
	
#packing
	{
		width: 663px;
		min-height: 290px;
		border-left: 1px dashed #FFF;
		float: left;
	}
	
#packing table
	{
		text-align: center;
		width: 638px;
	}
	
#packing div
	{
		text-align: left;
		margin: 0 auto;
		width: 638px;
		margin-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #D7D7D7;	
	}

#packing div h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		color: #FFF79C;
	}