@charset "utf-8";
/* CSS Document */

/* MENU STYLES */
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top:85px;
left: 0;
z-index:50;
width: 900px; /* precision for Opera */
font: 12px Arial, Helvetica, sans-serif;
}
#menu dl {
float: left;
width: 150px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #fff;
margin: 0px;
}
#menu dd {
display: none;
border: none;
}
#menu li {
text-align: left;
padding-left:2px;
background: #386199;
height:20px;
border-top:1px solid black;
}
#menu ul{
border:1px solid black;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
z-index:50;
background: #ffffff;
color:#386199;
}
/* END MENU STYLES */

/*Headline style*/
#headline{
position:relative;
top:20px;
background-color:#b5c0ee;
background-image:url("../images/bg-headline.jpg");
height:22px;
margin:3px 0 3px 0;
padding:3px 8px 3px 8px;
border-bottom:2px ridge black;
font-weight:bold;
}

#headline a{
color:#990000;
}

#headline a:hover{
text-decoration:none;
}

/* login and ad block styles*/
#login{
position:relative;
width:376px;
height:70px;
float:left;
background-color:white;
background-image:url("/images/login-back.jpg");
}
#login-header{
float:left;
z-index:10;
}
#cart-info{
position:absolute;
height:16px;
font-size:11px;
left:90px;
top:6px;
z-index:11;
}
#cart-info a{
color:#990000;
}
#create-account{
position:absolute;
height:16px;
font-size:11px;
right:6px;
top:6px;
z-index:11;
font-weight:bold;
}

#login-form{
position:relative;
height:30px;
font-size:11px;
margin:30px 0px 0px 6px;
}

#logged-in{
position:relative;
height:30px;
font-size:11px;
margin:40px 0px 0px 6px;
}


#top-search{
width:478px;
height:70px;
background-color:white;
background-image:url("/images/ad-back.jpg");
float:right;
}
#top-ad{
margin:5px 10px 5px 10px;
width:400px;
height:60px;
}
#top-ad p{
margin:0px;
}

/*Footer Style*/
#footer{
position:relative;
background-color:#000000;
color:white;
font-size:10px;
width:900px;
margin:0 auto;
}
#footer a{
color:white;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}

#dhtmltooltip{
position: absolute;
border: 1px solid white;
width: 100px;
padding: 5px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
color:white;

}
