html, object, div, a, span {
	outline: none;
}

/* header */
#header 
{
    position:relative;
    width:100%;
    height:62px;
    border-bottom:solid 1px #939598;
}

#left
{
    position: relative;
    float:left;
}

#title
{   
    position: absolute;
    top:10px;
    left:12px;
}

#topnav
{
    list-style:none;
    position:absolute;
    top:41px;
    left:13px;
    width:670px;
    
}

#topnav li
{
    float:left;
    display:inline;
   /* padding: 0px 1px 0px 1px;*/
}

/*
#right
{
    position: relative;
    float: right;	
}

#shopping
{
    position:absolute;
    top:10px;
    right:9px;
    width: 85px;
    height: 11px;
}
    

#searchnav
{
    list-style:none;  
    display:inline;
    position:absolute;
    top:16px;
    right:9px;
    width:225px;
	font-size: 9px;
	font-family: Arial;	
	
}

*/
#right{
    float: right;	
    margin:16px 9px 0 0;
    width:240px;
}

#shopping{
    position:absolute;
    top:10px;
    right:9px;
    width: 85px;
    height: 11px;
}

#searchnav{
    list-style:none;  
    display:inline;
   	font-size: 9px;
	   font-family: Arial;	
    float:right;
    clear:both;
}

#searchnav a
{
	text-decoration: none;
	color: #58595b;
	line-height: 15px;
}

#searchnav a:hover
{
	color: #ca4141;
}

#searchnav li
{
    float: left;
    display: inline;
}

#searchbox
{
    width: 225px;
    height: 22px;
    position:absolute;
    top:34px;
    right:9px;
}

#textsearch
{
   float:left;
   padding-bottom:2px;
   width:194px; 
   border:solid 1px #b6b6b8;
   color:#58595b;
   font-size:12px;
   font-family:Arial;
   padding-top: 3px;
   text-indent: 3px;
}

#searchgo
{
    width: 22px;
    height: 22px;
    background: url('/framework/searchGo.gif');
    float: left;
    margin-left: 3px;
    cursor: pointer;
    
}
/* end header */
/* page body */
#pagebody
{
    position: relative;
    overflow:visible;
}

#flashwrapper
{
    height:706px;
	margin-bottom:10px;
}

#bottom
{
    position: relative;
    margin: auto;
    width:650px;
	/*padding-bottom:10px;*/
    /*margin-top: -40px;*/
}

#botlogo
{
    
}

#botnav ul
{
    list-style:none; 
}

#botnav li
{   
    display:inline;
   /* padding: 0px 1px 0px 1px;*/
}

#bottom {
    -moz-user-select:none;
    padding-bottom:10px;
}
/* end page body */
