/*--------------------------------------------------------------*/
/* Tutto Bene Gourmet Shop */
/* tuttobenegourmet.com */
/* File Name: home.css */
/* Site by Bang Logic - banglogic.com */

/* Style sheet for the home page of the tuttobenegourmet.com web site*/
/*--------------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* Tag styles */
/*--------------------------------------------------------------*/
blockquote, body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, html, img, li, ol, p, table, td, th, tr, ul {
margin: 0;
padding: 0; }

body { 
background: #E0DA82; 
font: .7em Verdana, Arial, Helvetica, sans-serif; 
text-align: center; }

a:active { 
outline: none; }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
font-weight: bold; 
font-family: Georgia, "Times New Roman", Times, serif; 
margin: .5em; }

h1 { font-size: 3.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }

/*--------------------------------------------------------------*/
/* Div id's */
/*--------------------------------------------------------------*/

#buttonbox { 
text-align: center; 
width: 790px; 
margin: 0 auto 0 auto; 
clear: both; }

#buttonbox a:link, 
#buttonbox a:visited, 
#buttonbox a:hover, 
#buttonbox a:hover { 
color: #000; 
text-decoration: none; }

#content { 
display: table; 
margin: 0 auto; 
text-align: center; 
height: 200px; 
padding: 0 5px; }

#container { 
width: 774px; 
margin: 0 auto; 
text-align: left; 
padding: 0; }

#footer { 
padding: 5px 0px; 
color: #000; 
height: 20px; 
clear: both; }

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active { 
color: #c30; 
font-weight: bold; 
text-decoration: none; }

#forsale {
width: 500px; 
margin: 0 auto 20px auto; }

/*--------------------------------------------------------------*/
/* Classes */
/*--------------------------------------------------------------*/
.button { 
width: 140px; 
float: left; 
margin: 7px; }

.button a:link,
.button a:visited, 
.button a:hover, 
.button a:hover { 
color: #000; 
text-decoration: none; }

.button1on, 
.button1off, 
.button2on, 
.button2off, 
.button3on, 
.button3off, 
.button4on, 
.button4off, 
.button5on, 
.button5off { 
border: 1px solid #701123; 
height: 43px; }

.button1on { 
background: #f93800;}

.button2on { 
background: #99b139; }

.button3on { 
background: #ab844e; }

.button4on { 
background: #699aa1; }

.button5on { 
background: #ffaf2b; }

.buttontext { 
margin: 2px 0; 
font: bold 13px/19px Georgia, Times, "Times New Roman", serif; 
color: #000; 
letter-spacing: .05em; }

.clear { 
display: block; 
clear: both; 
height: 1px; 
overflow: hidden; 
width: 100%; }

.copyright { 
float: left; 
margin-left: 1.5em; 
text-align: left; }

.designer { 
float: right; 
margin-right: 1.5em; }

.bigred { 
color: #f00; !important; }