body {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #54A9E0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #54A9E0;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
.basket_row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.basket_buttons {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.basket_button {
	width: 140px;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
	background-color: #FFF;
}


a:active {
	text-decoration: none;
	color: #666;
}
.logo {
	padding-bottom: 10px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

.page_wrapper {
	background-color: #FFF;
	width: 903px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 25px;
	border-right-width: 35px;
	border-bottom-width: 25px;
	border-left-width: 35px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.header_wrapper {
	margin-bottom: 5px;
	background-color: #000;
	text-align: center;
	-moz-border-radius: 15p;
	border-radius: 15px;
}
.main_navigation_wrapper {
	background-color: #54A9E0;
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer_wrapper {
	background-color: #54A9E0;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	-moz-border-radius: 5p;
	border-radius: 5px;
}
.content_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}
.left_column {
	background-color: #54A9E0;
	float: left;
	width: 158px;
	margin-right: 24px;
	-moz-border-radius: 5p;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
}
.right_column {
	float: left;
	background-color: #FFFFFF;
	width: 700px;
}
.page_title h1 {
	color: #FFF;
	background-color: #54A9E0;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: -1px;
}
.gallery_thumb {
	height: 158px;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	float: left;
	overflow: hidden;
}
.pagelink_holder {
	margin-bottom: 20px;
	background-color: #FFF;
}
.pagelink_image {
	float: left;
	width: 210px;
	margin-right: 15px;
	border: 1px solid #CCC;
	height: 166px;
	overflow: hidden;
}
.pagelink_visitlink {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.pagelink_info {
	background-color: #FFF;
	float: left;
	width: 440px;
}
.pagelink_url {
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	background-color: #09C;
	padding: 7px;
}
.pagelink_title {
	font-size: 15px;
	font-weight: bold;
	color: #09C;
	padding-top: 7px;
	padding-bottom: 7px;
}
.pagelink_description {
	font-size: 13px;
	color: #333;
}




.page_content {
	background-color: #FFF;
}
#header_container {
	height: 219px;
	position: static;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.credit_holder {
	padding: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.socialmediaicons {
	float: left;
	color: #999;
}
.creditlink {
	float: right;
}
.productlist_wrapper {
	padding: 3px;
	border: 4px solid #F4F4F4;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	background-color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.productlist_title {
	font-size: 12px;
	color: #999;
	margin-top: 4px;
	height: 30px;
}
.productlist_options {
	font-size: 12px;
	margin-top: 4px;
}
.productlist_price {
	font-size: 12px;
	margin-top: 4px;
}
.productlist_link a:link, .productlist_link a:visited{
	background-color: #54A9E0;
	margin-right: 5px;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	margin-bottom: 5px;
}
.productlist_link a:hover, .productlist_link a:active {
	background-color: #217AB6;
	margin-right: 5px;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	margin-bottom: 5px;
}
.productinfo_image {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #54A9E0;
	padding: 4px;
}
.productinfo_description {
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 10px;
	width: 460px;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
table {
	font-size: 12px;
}
.basket_header {
	color: #FFF;
	background-color: #54A9E0;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: bold;
	text-transform: uppercase;
}
.basket_line {
	color: #666;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom-style: none;
}
.productinfo_title {
	font-size: 17px;
	color: #54A9E0;
	font-weight: bold;
	margin-bottom: 10px;
}
.productinfo_buy {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
	padding: 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7F7F7;
}
.basket_thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #54A9E0;
}
#apDiv1 {
	position:absolute;
	left:512px;
	top:57px;
	z-index:999999;
}
.logos {
	margin-top: 15px;
}
.moreinfo_wrapper {
	float: right;
	text-align: right;
	font-size: 13px;
}
.maint_mad_easy {
	color: #54A9E0;
	font-size: 14px;
	padding-top: 7px;
}
.li_logo {
	float: right;
	margin-left: 10px;
	padding-top: 3px;
}
.text_overlay {
	float: left;
	position: absolute;
}

.telephone_number {
	color: #54A9E0;
	font-size: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.large_price {
	font-size: 28px;
	color: #54A9E0;
}
.contactform_field {
	width: 350px;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
}
.contactform_submitbutton {
	width: 350px;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
	background-color: #FFF;
}
.contactform_label {
	color: #54A9E0;
	font-size: 16px;
	padding-bottom: 2px;
}
.googlemapborder {
	border: 3px solid #F4F4F4;
	width: 344px;
}
.leftlogo {
	float: left;
}

