@charset "UTF-8";
/* CSS Document */

/* These styles create the MAIN NAVIGATION menu */


/* \*/
* html .gainlayout { height: 1%; }
/* */

.header{
height:140px;
width:1000px;
border-bottom: 1px solid #cccccc;
}

#menu-area-right{
float:right;
padding: 10px 10px 0 0;
font-size:10px;
}

#menu-area-right a{
text-decoration:none;
padding: 10px 0 0 0;
}

#links {
margin:0;
padding:90px 80px 0 0;
height:1%;
}

#links li{
float:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding: 0 0 0 0;
list-style:none;
display:inline-block;
height:1%;
}

#links li#nodot{
list-style:none;
}

#links li a{
text-decoration:none;
}

#ft_url {
list-style:none;
margin:0;
padding:15px 0 0 170px;
}

#ft_url li{
float: left;
list-style:none;
padding: 0 15px 0 0;
}

#ft_url li a{
text-decoration:none;
}

li .ft_li{
margin: 115px 0 0 0;
}

#ft_lnks {
list-style:none;
margin:0;
padding:15px 0 0 275px;
}

#ft_lnks li{
float: left;
list-style:none;
padding: 0 20px 0 0;
}

#ft_lnks li a{
text-decoration:none;
}

#footer_links{
border-bottom: #CCCCCC solid;
border-top: #CCCCCC solid;
border-width:thin;
height:45px;
width:1000px;
}

.code a{
color:#e60041;
}
.code a:hover{
color:#cccccc;
}

#about{
height:26px;
width:143px;
display: inline-block;
background:url(../images/nav_about.jpg);
}
#about:hover {
height:26px;
width:143px;
background:url(../images/nav_about_hover.jpg);
}



/**/
#product{
height:26px;
width:153px;
display: inline-block;
background:url(../images/nav_products.jpg);
}
#product:hover{
height:26px;
width:153px;
background:url(../images/nav_products_hover.jpg);
}

/**/
#host{
height:26px;
width:141px;
display: inline-block;
background:url(../images/nav_host.jpg);
}
#host:hover{
height:26px;
width:141px;
background:url(../images/nav_host_hover.jpg);
}

/**/
#family{
height:26px;
width:88px;
display: inline-block;
background:url(../images/nav_join.jpg);
}
#family:hover{
height:26px;
width:88px;
background:url(../images/nav_join_hover.jpg);
}


/**/
#contact{
height:26px;
width:153px;
display: inline-block;
background:url(../images/nav_contact.jpg);
}
#contact:hover{
height:26px;
width:153px;
background:url(../images/nav_contact_hover.jpg);
}


/**/
#homepage{
height:26px;
width:80px;
display: inline-block;
background:url(../images/nav_home.jpg);
}
#homepage:hover{
height:26px;
width:80px;
background:url(../images/nav_home_hover.jpg);
}

/**/
#shopping{
height:26px;
width:80px;
display: inline-block;
background:url(../images/nav_shop.jpg);
}
#shopping:hover{
height:26px;
width:80px;
background:url(../images/nav_shop_hover.jpg);
}




