.dummy{}/* leave in - bug fix */



#banner
  {
    background:#F5F5F5;
  }

.top1
  {
    padding:20px 0px 0px 90px;
    color:#656565;
    background:#F5F5F5;
  }

.top2
  {
    padding:20px 0px 0px 50px;
    color:#656565;
    background:#F5F5F5;
  }



/******* type styles *******/

body, td{
  font-family:arial, sans-serif;
  font-size:11px;
  color:black;
}
h1
  {
    font-family:century gothic, times new roman,times,serif;
    font-size:18px;
    color:#686868;
    font-weight:bold;
  }

h2
  {
    font-family:century gothic, times new roman,times,serif;
    font-size:16px;
    color:#686868;
    font-weight:bold;
  }

h3
  {
    font-family:century gothic, times new roman,times,serif;
    font-size:14px;
    color:#686868;
    font-weight:bold;
  }

h4{}


/****************** R1C1 HEADERS ******************************/



p
  {
 
  }

hr{
}
.Tcaption{
  font-weight:bold;
}



/********* links ********/
a:link{
  color:#025DA3;
}
a:visited{
  color:#025DA3;
}
a:active, 
a:hover{
  color:#025DA3;
}





/********* navigation ********/

#mainMenu
  {
    width:750px;
    border:0px solid black;
    background: url(rnott-menu-bg.gif) no-repeat;
  }

.mainMenu
  {
    width:748px;
    border-collapse:collapse;
    height:40px;
    margin:0px 0px 0px 1px;
  }

.pageOn,
.pageOff
  {
    text-align:center;
    width:100px;
  }

.pageOff a:link,
.pageOff a:visited,
.pageOff
  {
    color:white;
  }

.mainMenu a
  {
    padding:0px 0px 7px 0px;
    text-decoration:none;
    font-size:11px;
    color:white;
  } 


.mainMenu .pageOff a:hover
  {
    text-decoration:underline;  
  }


#mainMenu .pageOff a
  {
  }

.mainleft
  {
    width:6px;
    background: url(rnott-mainmenu-left.gif) no-repeat 100% 0;
  }

.mainmiddle
  {
    height:35px; 
    width:100px;
    background: url(rnott-mainmenu-middle.gif) repeat-x;
  }

.mainmiddle a
  {
    color:#0057A3;
  }

.mainright
  {
    width:4px;
    background: url(rnott-mainmenu-right.gif) no-repeat;
  }












#subHolder
  {
    height:30px;
    background:white;
  }


#subMenu
{
  margin:5px 0 20px 35px;
}

#subMenu div
  {
    height:30px;
  }

#subMenu a
  {
    padding:0px;
    margin:10px;
    color:#0057A3;
    text-decoration:none;
    font-weight:bold;
  }

#subMenu .pageOn 
  {
  }

#subMenu .pageOn a
  {
    margin:10px;
    padding:10px;
    margin:10px;
    background:#FFC569;
    color:#110D07;
    text-decoration:none;
  }

#subMenu .pageOff a:hover
{
    background:#FEA92A;
    color:#010103;
    text-decoration:none;
}

#subMenu .pageOff a
{
}






/******** layout ********/

body{
  margin:0;
  padding:0;
  background:white url(rnott-page-bg.jpg) repeat-x;
}
#pageOuter{
  width:750px;
  margin:0 auto;
}
#header
  {
    background:#F5F5F5;
  }

#main
{
  width:750px;
  border-collapse:collapse;
  margin:0px 0 0px 0px;
  background:white;
}

#undermenu{
  border-top:7px solid #CCCCCC;
}
#r1c1{
  width:206px;
  height:300px;
  vertical-align:top;
  padding:10px 0 0px 0;
  background: white;
}
#r1c1 img{
  margin:5px 0px 10px 0px;
}

#r1c2{
  vertical-align:top;
  padding:24px 20px 20px 20px;
}

#footer{
  width:730px;
  height:70px;
  border-top:1px solid #ccc;
  border-collapse:collapse;
  margin:3px 0 0 10px;
}

#footer a,
#footer p
  {
    padding:0px 0px 0px 10px;
    color:#888;
  }





#r2c1{
  vertical-align:top;
  text-align:center;
  padding:10px 0 0 0;
  width:233px;
}
#r2c1 a{
  font-size:9px;
  color:#aaa;
}
#r2c2{
  vertical-align:top;
  padding:10px 30px 0 0;
  color:#ddd;
}
#r2c2 a{
  color:#aaa;
}

#underleftcol{
  padding:0 0 0 7px;
}
#sidebar_text{
  padding:0px 10px 0px 10px;
}



#usercontent{
  width:100%;
}



/******** don't edit these! *******/

#footer p{
  margin:0;
}
p,h1,h2,h3{
  margin-top:0;
}
@media print{
  #footer,
  #main{
    width:85%;
    margin:0;
  }
  #main td{
    padding:0;
  }
  #header{
    width:375px; 
    height:53px; 
  }
  #underleftcol,
  #undermenu,
  #mainMenu,
  #path_basket,
  #r1c1{
    display:none;
  }
  #footer{
    background:white;
    color:black;
  }
}

