/* SCREEN_HIGH.CSS
   This is where all styles for on-screen high resolution media are declaired
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.0
   Last updated:     2007/08/31
   Last updated by:  Matt Wilcox
                     matt@karova.com
   
   NOTES
   We include the normal screen.css stylesheet and then define additional/overwriting rules to tailor the layout for 1024 res
   ----------------------------------------------------------------------------------------------------------------------- */

@import url(screen.css);
@import url(dedicationsspecific.css);
/* =html =body */
   html { background : url(../images/html.gif) 50% 100% repeat-y; }
   body { background-color : #fff; }

/* =h1 */
   #page_context h1,
   #page_context p {
     display : block; width : 960px; height : 181px;
     background : url(../images/wd-header.gif) 0 0 no-repeat; }
     
/* =a */
   #page_context a {
     position : relative;
     display : block; width : 239px; height : 181px; }
     
/* =li */

/* =div */
   #container {
     width : 960px; }
     
   #page_context {
     width : 960px; height : 240px;
     background : transparent; }
     
   #nav_main {
     width : 960px; }
     
   #content {
     width : 705px; }
     
   div#site_info {
     clear : both;
     width : 920px; height : 110px; padding : 30px 20px 80px 20px;
     background : url(../images/site-info.jpg) 0 0 no-repeat; }
     
   .default #content_intro {
     position : relative;
     /*background : #236154 url(../images/content-main.png) 0 100% no-repeat;*/ }
     
/* =span */
   #page_context a span {
     position : absolute; top: 0; left : 0;
     display : block; width : 239px; height : 181px;
     background : url(../images/page-context_a.jpg) 0 0 no-repeat; }
   #page_context a:hover span,
   #page_context a:focus span {
     background-position : 0 -181px; }
     
   .default #content_intro span {
     position : absolute; top : 0; left : 0;
     display : block; width : 705px; height : 9px;
     background : url(../images/content-main_span.png) 0 0 no-repeat; }
     
 body.range-2 form#basketAdd {
   padding: 3px;
 }
 
 div#aboutbenches {margin-left:40px;}
