*{ margin: 0; padding: 0; }

.clear{ clear: both; }

body{
	text-align: center;
	font: 12px 'Trebuchet MS';
	background: #ff8900;
}

ul{ list-style: none; }

a{
	text-decoration: none;
	outline: none;
}

img{ border: 0; }

/* Container */
#container{
	width: 900px;
	margin: 0 auto;
	padding: 73px 0 0;
	text-align: left;
}

	/* Logo */
	#logo{
		float: left;
		position: relative;
		width: 227px;
		height: 73px;
		margin: 0 0 -40px;
		padding: 0 0 0 34px;
		background: url('images/logo.png') 34px 0 no-repeat;
	}
	/* End Logo */
	/* Navigation */
	#nav{
		float: right;
		height: 30px;
		padding: 0 20px;
		line-height: 30px;
	}
	
	#nav li{
		float: left;
	}
	
	#nav span{
		float: left;
		color: #c60;
	}
	
	#nav a{
		float: left;
		padding: 0 15px;
		color: #fff;
	}
	
	#nav a:hover, #nav a:focus{
		text-decoration: underline;
	}
	/* End Naviagtion */
	/* Content */
	#content{
		float: left;
		width: 900px;
		background: #fff;
	}
		/* Content Top */
		#content .top{
			min-height: 112px;
			height: auto !important;
			height: 112px;
			margin: 0 12px;
			padding: 60px 0 0;
			border-bottom: 1px solid #ccc;
			background: url('images/top.png') 645px bottom no-repeat;
		}
		
		#content .top p{
			width: 600px;
			padding: 0 0 18px 22px;
		}
		/* End Content Top */
		/* Categories */
		.categories{
			float: left;
			width: 179px;
			padding: 0px 0 17px 35px;
		}
		
		.categories li{
			float: left;
			clear: left;
			width: 180px;
			height: 34px;
			margin: 0 0 5px;
			line-height: 34px;
			background: url('images/categories.png');
		}
		
		.categories a{
			width: 167px;
			height: 34px;
			display: block;
			padding: 0 0 0 13px;
			line-height: 34px;
			color: #fff;
		}
		
		.categories span{
			float: right;
			width: 16px;
			margin: 0 27px 0 0;
			font-weight: bold;
			text-align: center;
			color: #ff8a00;
		}
		/* End Categories */
		/* Items */
		.items{
			float: left;
			width: 606px;
			padding: 0 0 22px;
			margin: 0 0 0 46px;
		}
		
		.items li{
			margin: 22px 0 0;
			border-bottom: 1px solid #ccc;
		}
		
		.items strong, .items h3{
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #ff8a00;
		}
		
		.items h3{
			padding: 0 4px;
			color: #000;
		}
		
		.items span{
			color: #999;
			font-size: 14px;
		}
		
		.items p{
			clear: left;
			margin: 15px 0 20px;
		}
		
		.items .call{
			float: right;
			margin: -16px 0 0;
		}
		/* End Items */
	/* End Content */
	/* Footer */
	#footer{
		clear: left;
		height: 219px;
		margin: 0 0 73px;
		border-top: 1px solid #ff8900;
		background: url('images/footer.png');
	}
	
	#footer li{
		padding: 0 0 0 12px;
		line-height: 13px;
		font-size: 11px;
		background: url('images/li.png') 1px center no-repeat;
	}
	
	#footer a{
		color: #fff;
	}
	
	#footer h1{
		font-size: 14px;
		padding: 0 0 15px;
		color: #900;
	}
	
	#footer h2{
		font-size: 14px;
		color: #900;
	}
	
	#footer div{
		float: left;
		margin: 10px 0 0;
		padding: 12px 0 10px 35px;
		background: url('images/ul.png') right repeat-y;
	}
	
	#footer .clear{
		margin: 0;
		padding: 0;
		background: none;
	}
	
	#footer .first{width: 255px; }
	#footer .second{ 
		width: 275px; 
		padding-top:45px; }
	#footer .last{
		width: 265px;
		background: none;
		padding-top:45px; }
	/* End Footer */
/* End Container */