body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
a{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	height: 113px;
	width: 989px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(temp_01.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-right: 40px;
}



#container{
	width: 989px;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer{
	width: 989px;
	text-align: left;
	color: #666666;
	height: 87px;
	background-image: url(temp_08.jpg);
	font-size: 12px;
	padding-left: 130px;
}

.img_border {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px;
	padding-left: 22px;
}
h1 {
	sfont-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0053A8;
	margin: 0px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	text-align: left;
}
h2 {
	font-family: "AGENCY FB";
	font-size: 30px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #0E56F6;
	font-weight: bold;
	margin: 0px;
}
hr{
	background-image: url(hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 680px;
}
.divide{
	background-image: url(vr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 30px;
}
li {
	list-style-image: url(li.jpg);
}
#products_table{}
#products_table a img{
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#products_table a:hover img{
	border: 1px solid #0054A5;
	background-color: #0054A5;
}
#products2_table{
	text-align: center;
}
#products2_table img{
	background-image: url(shadow1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 18px;
}

.white_txt {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
    right:30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}