@charset "utf-8";

* {
	margin: 0;
	padding: 0px;
}

body {
background: #FFF repeat-x scroll 0 0;
font-family: Arial,Helvetica,sans-serif;
margin: 0;
padding: 0;

}

a{
text-decoration: none;

}

#topnav {
height: 153px;

}

.banner {
background: url(images/banner.jpg) no-repeat;
width: 928px;
height: 123px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: auto

}

.logins {
width: 302px;
height: 40px;
float: left;
padding-left: 600px;
padding-top: 10px;

}

.menu {
background: url(images/button_repeat.jpg) repeat-x;
height: 30px;
}

.menu_button {
width: 100%;
height: 30px;

}

.menu_button ul {
list-style-type: none;
width: 900px;
margin: 0 auto;

}

.menu_button ul li {
float: left;

}

.menu_button ul li a {
width: 100%;
height: 30px;

}

#body_bg {
background: #E6E6E6;

}

#body_wrapper {
background: url(images/bg_repeat.jpg) repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: auto;
width: 928px;
height:100%;

}

#refills {
float:right;
width:200px;
height:500px;
margin: 0 auto;
}

.home_content {
padding: 20px;
width: 888px;
height: 100%;
text-align:center;
	
}

.body_content {
padding: 20px;
}

#footer_wrapper {
width: 928px;
height: 156px;
margin:0 auto;
background:url(images/footer2.jpg);

}

.footer_content {
width: 928px;
height: 28px;

}

.footer_content ul {
list-style-type: none;
padding-left: 190px;

}

.footer_content ul li {
float: left;
padding-left: 20px;

}

.footer_content ul li a {
color: #000;
font-size: 14px;

}

.footer_seals {
	width: 928px;
	height: 128px;
	margin:0 auto;
	
}

.footer_seals ul li {
	float: right;
	padding-left: 25px;
	padding-right:60px;
	list-style:none;

}