body
{
margin: 10px;
background: #F6FBFD;
}

img
{
margin: 0;
padding: 0;
border: 0px;
}

hr
{
color: #888888;
}

p
{
font-family: arial;
font-size: 0.8em;
}

h1
{
font-family: arial;
font-size: 2.9em;
color: #D40E2A;
padding-top: 0px;
line-height: 20%;
}

h2
{
font-family: arial;
font-size: 1.5em;
color: #D40E2A;
}

h3
{
font-family: arial;
font-size: 1.3em;
padding-top: 20px;
color: #D40E2A;
text-align:  left;
}

h4
{
font-family: arial;
font-size: 1em;
color: #D40E2A;
}

#nav
{
padding-left: 6px;
}

#nav ul
{
text-align: center;
margin: 0;
padding: 0;
padding-top: 5px;
}

#nav li
{
font-size: 0.6em;
font-family: arial;
line-height: 110%;
margin: 0;
display: inline;
}

#nav a
{
color: #FFF;
text-decoration: none;
}

#nav a:hover
{
color: #F9D900;
}

#main
{
width: 100%; 
margin: 0px; 
padding: 0px; 
background-image: url('images/main_backing.gif'); 
background-repeat: repeat-y; 
float: left; 
}

#home_panels
{
width: 792px;
margin-top: 6px; 
padding-left: 6px; 
text-align: left; 
float: left;
}

#footer 
{
color: #888888;
font-size: 0.8em;
font-family: arial;
line-height: 125%;
width: 788px; 
padding: 10px; 
text-align: left; 
}

#footer ul
{
margin: 0;
padding: 0;
}

#footer li
{
padding-right: 10px;
font-family: arial;
margin: 0;
display: inline;
}

#footer a
{
color: #888888;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}

.listItemL
{
float: left;
background-image: url('images/listItem_backing_l.gif');
margin-right: 2px;
margin-bottom: 5px;
width: 86px; 
height: 27px;
}


.listItem
{
float: left;
background-image: url('images/listItem_backing.gif'); 
margin-right: 2px;
margin-bottom: 5px;
width: 85px; 
height: 27px;
}

.listItemR
{
float: left;
background-image: url('images/listItem_backing_r.gif');
margin-bottom: 5px;
width: 86px; 
height: 27px;
}

.home_latest_deals
{ 
height: 38px; 
width: 85%;
margin-bottom: 10px; 
margin-left: 10px; 
margin-right: 10px; 
border-bottom: 1px solid #D40E2A; 
text-align: left; 
float:left;
}

.home_panel_text
{
margin-top: 5px; 
padding-left: 5px; 
text-align: left; 
border-right: 1px solid #DCDCDC; 
float: left;
}

.home_panel_text_right
{
margin: 0;
margin-top: 5px; 
padding-left: 5px; 
text-align: left; 
float: left;
}

.home_prompt
{
float: right; 
padding-right: 4px;
}

.home_prompt_text
{
padding-top: 8px; 
float: left; 
font-family: arial;
font-size: 0.75em;
}



.thumbnail1{
position: relative;
z-index: 0;
}

.thumbnail1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ACDAF2;
padding: 2px;
left: -10000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;

top: -140px;
left: -100px; /*position where enlarged image should offset horizontally */
position: absolute;

}