@charset "utf-8";
/* CSS Document */
body {
	margin: 15px 0 0;
	padding: 0;
	background: #2c3238 url('/WebDesign/images/BodyBg.png') top repeat-x;
}
img {
	border: 0;	
}
div.Clear {
	float: none;
	clear: both;
}
div#Header {
	margin: 0 auto;
	padding-left: 50px;
	width: 890px;
	height: 430px;
	background: url('/WebDesign/images/HeaderBg.jpg');
}
	div#Left {
		padding-top: 20px;
		width: 440px;
		height: 410px;
		float: left;		
	}
		div#Header a#MediaDomino {
			display: block;
			width: 270px;
			margin-bottom: 31px;			
		}
		div#Header p {
			color: #69717d;
			font: normal 14px/22px Arial, Helvetica, sans-serif;		
		}
		div#Header a#RequestAFreeQuote {
			margin-top: 55px;
			display: block;
			width: 270px;
			height: 57px;
			background: url('/WebDesign/images/RequestAFreeQuote.jpg');
		}
			div#Header a#RequestAFreeQuote:hover {
				background-position: 0 57px;
				
			}

	div#Right {
		width: 450px;
		height: 430px;
		float: left;		
	}

div#Body {
	margin: 0 auto;
	padding: 50px 50px 10px;
	width: 840px;
	background: #1a2026;
}
	div#Item {
		float: left;
		width: 300px;
		margin-right: 65px;
	}
		div#Item p {
			color: #70757b;
			font: normal 14px/24px Arial, Helvetica, sans-serif;
		}
			div#Item p span {
				font-size: 11px;
			}

	div.Spacing {
		float: none;
		clear: both;
		height: 60px;
	}
	div#Note {
		margin-top: 40px;
		text-align: center;
		color: #808080;	
		font: normal 9px Verdana, Geneva, sans-serif;
	}

div#Bottom {
	margin: 0 auto 30px;
	width: 940px;
	height: 10px;
	background: url('/WebDesign/images/BodyBottom.gif');
}

div#Website {
	text-align: center;	
	margin-bottom: 35px;
}
	div#Website a {
		color: #808080;
		font: normal 11px Verdana, Geneva, sans-serif;
	}
	div#Website a:hover {
		text-decoration: none;		
	}
