@charset "utf-8";
/* CSS Document */

html {background-color:#EAA948;}
body {background: url(../img/bg.png) repeat-x; margin:0px; padding:20px;}
img {border:0px;}

#main {width:761px; margin:0px auto; background-color:#FFF;}
#top {width:761px; height:18px; background: transparent url(../img/top.png) no-repeat;}
#header {height:150px; margin:0px auto; text-align:center; background: url(../img/title_main.png) no-repeat;}
#navigation {height:50px; background-color:#CCC; width:100%;}
#navigation a {text-decoration:none; color:#000; font-size:14px; font-weight:bold;}
#navigation a:hover {color:#FFF;}
#content {clear:both; min-height:300px; padding:0px 25px;}
#footer {width:761px; height:25px; color:#000; clear:both; background: url(../img/bottom.png) no-repeat; font-size:12px; padding-top:5px; text-align:center;}

#stores {width:100%;}
#stores td {vertical-align:top; text-align:center; width:50%;}
#products td {text-align:center;}

.button {width:125px; text-align:center; height:100%; float:left; padding-top:16px;}
.bold {font-weight:bold;}
