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

/* Main Elements
*******************************************************/

html,body{
margin:0;
padding:0;
}

body{
background:#ffffff;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
}

a img{
border:none;
}

.error{
color:#CC3333;
}

/* Main Containers
*******************************************************/

div#container{
width:800px;
margin:20px auto;
text-align:left;
}

div#header{
position:relative;
height:70px;
padding-top:10px;
}
#logo{
position:absolute;
top:0;
left:0;
width:290px;
}

div#wrapper{
}

div#content{
float:left;
width:305px;
padding-top:80px;
}

div#sidebar{
float:right;
width:460px;
padding-top:80px;
}

div#footer{
clear:both;
width:100%;
height:50px;
padding-top:53px;
background:#fff url(/images/bg_foot.gif) no-repeat center 20px;
font-size:10px;
color:#999999;
}

/* Navigation
*******************************************************/

/* remove the bullets, padding and margins from the lists */
.menu{
width:500px;
float:right;
}
.menu ul{
float:right;
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:13px;
padding:7px 20px 5px 0px;					/*changed to allow more menu items*/
color:#996666;
text-decoration:none;
text-align:left;
outline:none;
}
/* style the links hover */
.menu :hover{
color:#000000;
}

/*style sub level links*/
.menu ul ul a, .menu ul ul a:visited{
font-size:10px;
width:115px;
margin:0px;									/*changed to allow more menu items*/
padding:2px 3px;
}

/* style sub level links hover */
.menu ul ul a:hover{
color:#000000;
background:#996666;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
background:#fff;
border:1px solid #eeeeee;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* Containers Styling
*******************************************************/

/*Content
**************************/
#content h1{
font-size: 13px;
}
#content p{
font-size: 11px;
line-height:16px;
color:#333333;
}

#content li{
font-size: 12px;
color:#333333;
list-style:disc;
}

#content address{
font-size: 12px;
}

#content a{
color:#333333;
}
#content a:hover{
color:#333333;
text-decoration:none;
}
/*Sidebar
**************************/
#sidebar p{
padding: 0 5px;
font-size: 11px;
color:#333333;
}


/*Footer
**************************/
#footer p#copyright{
float:left;
}

#footer #footmenu{
float:right;
margin-left:0;
padding-left:0;
border-left:1px solid #999999;
}

#footer #footmenu li{
display:inline;
list-style:none;
}

#footer #footmenu li a{
border-right:1px solid #999999;
padding: 0 5px;
color:#999999;
text-decoration:none;
}

#footer #footmenu li a:hover{
color:#999999;
text-decoration:underline;
}

#footer #designlink{
clear:right;
float:right;
padding:0;
margin:0;
}


/*promo
**************************/

#promo{
position:absolute;
height:95px;
width:95px;
top:0px;
right:0px;
background:url(/images/corner.gif) no-repeat;
}
#promo a{
float:right;
display:block;
height:48px;
width:48px;
outline:none;
}

/*stock
**************************/
#stock{
margin:10px 0 0 30px;
padding:10px 0 0 0;
border-top:1px dashed #cccccc;
}

#stock li{
list-style:none;
padding:0 0 10px 15px;
margin:0 0 10px 0;
border-bottom:1px dashed #cccccc;
}

#stock li.alt{
}

#stock li div{
}

#stock li div h3{
font-size:16px;
margin:5px 0;
}

#stock li div p{
margin:0;
}

/*terms
**************************/
#terms{
margin:10px 0 0 30px;
padding:0;

}

#terms li{
list-style:none;
padding:0 0 5px 15px;
margin:0 0 5px 0;
font-size:11px;
}