/**
 * SpiderGourmet Homepage Styles
 */

html, body {
background-image: url(/images/hp-bg.gif);
background-repeat: repeat;
background-color: #343434;
}

.topsection_bg, .bottomsection_bg {
background-position: top left; background-repeat: repeat-x;
}

.topsection_bg {
background-image: url(/images/hp-top-bg.gif); 
}
.bottomsection_bg {
background-image: url(/images/hp-bottom-bg.gif); 
}

.barsection_bg_repeat {
height: 105px;
background-image: url(/images/hp-bg.gif);
background-position: 0px -1px;
}

p {
font-size: 12px;
color: #ffffff;
}

h1 {
color: #efefef;
margin: 0px;
}

.min_width { width: 980px; }

div#bottomlinks { border-bottom-width: 0px }
a.bottomnav:link,
a.bottomnav:visited,
a.bottomnav:hover,
a.bottomnav:active {
text-decoration: none;
color: #9B9CCF;
padding: 0px 5px;
font-size: 11px;
}

a.bottomnav:hover {
color: #ffffff;
border: solid 1px #999999;
border-right-width: 0px;
border-left-width: 0px;
}

a.landingpagelink:link,
a.landingpagelink:visited,
a.landingpagelink:hover,
a.landingpagelink:active {
white-space: nowrap;
text-decoration: none;
color: #FFDEAE;
font-weight: bold;
}

a.landingpagelink:hover {
color: #FFC36F;
}

.raquo {
text-decoration: none; 
color: #cccccc;
font-weight: bold;
}

a.landingpagelink:hover .raquo {
color: #ffffff;
}