@charset "utf-8";
/* CSS Reset */

@import url('reset.css');

/* CSS Landing */

html, body {
	height: 100%;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	background-color: #dedbd6;
	background-image: url(../images/background/wood-background.jpg);
	background-repeat: repeat;
}

body {
	width: 100%;
}

	 #top-repeat {
		width: 100%;
		height: 100%;
		float: left;
		display: inline;
		background-image: url(../images/background/landing-header.jpg);
		background-repeat: repeat-x;
	}

		 #top-repeat #grunge {
			width: 100%;
			height: 100%;
			float: left;
			display: inline;
			background-image: url(../images/background/landing-grunge.jpg);
			background-repeat: repeat-x;
			background-position: top center;
		}

			 #top-repeat #header {
				width: 100%;
				height: 710px;
				float: left;
				display: inline;
			}

				 #top-repeat #header #header-background {
					width: 100%;
					height: 710px;
					float: left;
					display: inline;
					background-image: url(../images/background/landing-image-replacement-1.png);
					background-repeat: no-repeat;
					background-position: top center;
				}

			 #top-repeat #navigation-holder {
				width: 100%;
				float: left;
				display: inline;
			}

				 #top-repeat #navigation-center {
					width: 960px;
					margin: 0 auto;
					text-align: left;
				}

					 #top-repeat #navigation-center ul {
						width: 100%;
						float: left;
						display: inline;
						border-top: 1px solid #5A5B5D;
						border-bottom: 1px solid #5A5B5D;
						padding: 15px 0 15px 70px;
						text-align: center;
					}

						 #top-repeat #navigation-center ul li {
							width: auto;
							float: left;
							display: inline;
							padding: 0 20px 0 50px;
						}

							 #top-repeat #navigation-center ul li a {
								color: #4D4E4F;
								text-decoration: none;
							}

								 #top-repeat #navigation-center ul li a:hover {
									color: #CD6D19;
								}

					 #top-repeat #navigation-center #footer-holder {
						width: 100%;
						float: left;
						display: inline;
						padding: 20px 0;
					}

						 #top-repeat #navigation-center #footer-holder p {
							float: left;
							display: inline;
							color: #4D4E4F;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 10px;
							text-transform: uppercase;
							padding-top: 10px;
						}

						 #top-repeat #navigation-center #footer-holder a {
							float: right;
							display: inline;
						}
