@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C3C8FF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

br.clear {
	clear: both;
}

div {
	display: inline-block;
/*	border: solid 1px #FF0000;  */
}

#Page {
	position: absolute;
	width: 950px;
	left: 50%;
	top: 0px;
	margin-left: -475px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}

#Page a {
	text-decoration: none;
	color: #000066;
}

#Page a:hover {
	color: #6666FF;
}

span.small {
	font-size: small;
}

#MainLogo {
	position: absolute;
	left: 680px;
	top: 10px;
	text-align: right;
}

#Affiliates {
	width: 620px;
	height: 50px;
	text-align: left;
}

#Buttons {
	width: 660px;
	margin-top: 10px;
	border-right: solid 1px #000066;
	padding: 0px;
}

#Buttons .button {
	display: inline-table;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 210px;
	height: 310px;
	cursor: pointer;
	color: #ffffff;
	margin: 0px;
}

#Buttons h1 {
	margin-top: 115px;
	margin-left: 10px;
	width: 180px;
	color: #333333;
	font-size: small;
	font-weight: bold;
}

#Buttons h2 {
	margin-top: 3px;
	margin-left: 10px;
	width: 180px;
	font-size: small;
	font-weight: bold;
}

#Buttons p.small {
	margin-top: 3px;
	margin-left: 10px;
	width: 180px;
	font-size: x-small;
}

#Buttons a {
	text-decoration: none;
	font-size: xx-small;
	color: #FFFFFF;
}

#Buttons a:hover {
	color: #CCCCCC;
}

#OnlineRetail {
	background-image: url(images/btnOnlineRetail.png);
	height: 205px;
}
#FireShowroom {
	background-image: url(images/btnFireShowroom.png);
}
#TradeServices {
	background-image: url(images/btnTradeServices.png);
}
#NaturalWood {
	background-image: url(images/btnNaturalWood.png);
}
#CellarGases {
	background-image: url(images/btnCellarGases.png);
}
#HeatingHire {
	background-image: url(images/btnHeatingHire.png);
}
#HobbyWelding {
	background-image: url(images/btnHobbyWelding.png);
}

#ContactInfo {
	position: absolute;
	top: 100px;
	left: 700px;
	width: 270px;
}

#ContactInfo h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: bold;
}


#ContactInfo p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: small;
}

#GeneralInfo {
	position: absolute;
	top: 450px;
	left: 700px;
	width: 270px;
}

#GeneralInfo h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: bold;
}


#GeneralInfo p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: small;
}

#PictureBar {
	height: 100px; 
	width: 990px;
	margin-top: 25px;
	margin-left: -20px;
	background-color: #000000;
}

#PictureBar img {
	margin-right: 2px;
	border: none;
}

#Footer {
	margin-top: 15px;
	color: #666666;
	font-size: x-small;
}

