@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
table {
	border-collapse: collapse;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	position: relative;
	top: auto;
	text-align: center;
}
.oneColLiqCtrHdr #container {
	width: 1024px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCC;
}
.imgleftcolumn {
	float: right;
	padding-left: 40px;
}
.pleftcolumn {
	text-align: left;
	float: right;
	padding-left: 20px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColLiqCtrHdr #header {
	padding: 0;
	height: 150px;
	background-image: url <);
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
}
#headertelnumber {
	float: right;
	padding-right: 100px;
	color: #FFF;
	padding-top: 3px;
	font-size: small;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font-size: medium;
	color: #9D0D0E;
	text-align: center;
	font: verdana, geneva, sans-serif;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #EE1C25;
	color: #FFF;
	text-align: center;
	clear: both;
	bottom: auto;
} 
#special_offer {
	padding: 0px;
	color: #FFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin: 0px;
}
#customerquote {
	font-size: small;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}
.oneColLiqCtrHdr #footer p {
	width: 100%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#navbar {
}
#headerspacer {
	height: 113px;
}
#contactus {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.tddivtextstyle {
	padding-left: 12px;
}
#leftcolumn {
	width: 42%;
	text-align: right;
	float: left;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#rightcolumn {
	width: 42%;
	text-align: justify;
	float: right;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 0px;
}

</style>
#pagetitle {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#pageheader {
	width: 100%;
	clear: both;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #9E0D0E;
	font-size: xx-large;
}
.oneColLiqCtrHdr #header_fabfoto {
	padding: 0;
	height: 150px;
	background-image: url <);
	background-image: url(/images/fabphotoheader.png);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #special_offer {
}
#quote {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: small;
	font-style: italic;
}
