
/*===== Colors ======================
Beige: #e8ce80;
Yellow: #f6d702;
===== END: Colors ======================*/


html
{
font-family: arial, univers, sans-serif;
font-size: 0.8em;
}

body
{
margin: 0 0 20px 0;
background-image: url("/images/homepage/bg.jpg");
background-repeat: repeat-x;
background-color: #e8ce80;
}

a 
{

}

a:hover
{

}

#container
{
width: 1000px;
margin: 0 auto;
}

#top
{
margin: 35px 0 0 0;
height: 45px;
}

#top #logo-top
{
float: left;
width: 300px;
}

#row1
{
clear: both;
height: 435px;
}

#row1-leftcol
{
float: left;
width: 297px;
}

#row1-leftcol  #warm-family
{
width: 297px;
margin: 10px 0px 0 30px;
}



#row1-rightcol
{
float: right;
width: 666px;
}

#row2
{
clear: both;
margin: 10px 0 0 0;
text-align: center;
}

#footer
{
margin: 20px 0;
text-align: center;
color: #694900;
}


/*===== Navigation ======================*/
#nav
{
float: right;
width: 650px;
height: 35px;
margin: 10px 15px 0 0;
/*_margin: 9px 0 0 0;  IE6 Hack */
background-image: url("/images/homepage/nav-left.gif");
background-repeat: no-repeat;
background-position: left top;
}

#nav-body
{
height: 35px;
margin: 0;
padding: 0 0 0 20px;
background-image: url("/images/homepage/nav-right.gif");
background-repeat: no-repeat;
background-position: right top;
}

#nav ul
{
list-style: none;
width: 610px;
height: 34px;
background-color: #000;
border-top: 1px solid #f6d702;
margin: 0;
padding: 0;
}

#nav li
{

float: left;
display: inline;
/*margin: 0 0 0 8px;*/
margin: 0 1px;
padding: 0;
}

#nav li a 
{
display: block; 
background-repeat: no-repeat; 
background-position: left 0px;
}

#nav li a:hover
{
background-repeat: no-repeat; 
background-position: left -36px;
}

#nav li.nav1 a {
background-image: url("/images/homepage/nav-pizzerias.gif");
}

#nav li.nav2 a {
background-image: url("/images/homepage/nav-homeruninn2go.gif");
}

#nav li.nav3 a {
background-image: url("/images/homepage/nav-frozen_pizza.gif");
}

#nav li.nav4 a {
background-image: url("/images/homepage/nav-about.gif");
}

#nav li.nav5 a {
background-image: url("/images/homepage/nav-media.gif");
}

#nav li.nav6 a {
background-image: url("/images/homepage/nav-contact.gif");
}

#nav li.nav7 a {
background-image: url("/images/homepage/nav-join.gif");
}

#nav li.nav8 a {
background-image: url("/images/homepage/nav-recipes.gif");
}
/*===== END: Navigation ======================*/