body {
	margin: 0px;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #E1EFF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.phone {
	font-size: medium;
	color: #FFFFFF;
	background-image: url(images/phone_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.white {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.nav {
	background-image: url(images/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	vertical-align: top;
}
.content {
	background-image: url(images/grey_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
}
.foot {
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/grey_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.foot a:link {
	color: #333333;
	text-decoration: none;
}
.foot a:visited {
	color: #333333;
	text-decoration: none;
}
.foot a:hover {
	color: #FA4A00;
	text-decoration: none;
}
h1 {
	font-size: large;
	color: #FB4A00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.orange_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FB4A00;
	border-right-color: #FB4A00;
	border-bottom-color: #FB4A00;
	border-left-color: #FB4A00;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #0D5770;
	text-decoration: none;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #0F5C76;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0F5C76;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FB4A00;
	text-decoration: none;
}
.float_right {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 4px;
}
td {
	text-align: left;
	vertical-align: top;
}
.image_border {
	border: 1px solid #000000;
}
.product {
	background-image: url(images/grey_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 20px;
}
.pad {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
