/**
 * GF Smith styles
 *
 * Colors:
 *
 * #666     Grey
 * #ec008c  Magenta
 */

body
{
   width:100%;
   height:100%;

   font-family:Arial, sans-serif;
   font-size:14px;
   color:white;

   background-color:white;
   background-repeat:no-repeat;
}

a
{
   text-decoration:none;
   color:white;
   outline:none;
}

/* General */

#logo
{
   width:124px;
   height:64px;
   background:url(../images/logo-white.png);

   position:absolute;
   left:23px;
   top:480px;

   z-index:1000;

   text-indent:-3000px;
}

#body-index #logo
{
   background:url(../images/logo.png);
}

ul
{
   list-style:none;
}

/* Menu */

.small-space
{
   font-size:2px;
}

#menu
{
   position:absolute;
   top:35px;
   left:23px; 
   z-index:500;
}

#menu a
{
   font-weight:bold;
}

#menu li, #menu li a
{
   display:block;
   width:144px;
}

#menu li
{
   float:left;
   margin-right:9px;
   line-height:15px;
}

#menu li.current
{
   padding-bottom:3px;
   background:#ec008c;
}

#menu li a
{
   border-top:5px solid white;
   padding-top:3px;
}

#menu li.current a
{
   border-color:#333;
}

#menu li a:hover
{
   border-color:#333;
}

#menu #menu-links
{
   position:absolute;
   top:-12px;
   left:773px;

   cursor:pointer;

   padding-top:12px;

   width:133px;
   height:58px;
   background:url(../images/menu-links-bg.png) no-repeat 118px 23px #d9d9d9;
   padding-left:8px;
}

#menu #menu-links.expanded
{
   background-position:-30px 23px;
}

#menu #menu-links a
{
   width:125px;
   height:46px;
   color:#5F6062;
   border-color:#5F6062;
}

#menu #menu-links a:hover
{
   border-color:#ec008c;
}

#menu .submenu
{
   display:none;
   position:absolute;
   left:0;
   top:70px;
   background:#d9d9d9;
}

#menu .submenu li
{
   background:#949494;
   float:none;
   padding:0 8px;
   padding-top:12px;
   width:125px;
   height:50px;
   margin-right:0;
   margin-bottom:8px;
}

#menu .submenu li a
{
   color:#333 !important;
}

#menu .submenu li.bottom
{
   margin-bottom:0;
}

/* Homepage */

#paper-from-gf-smith
{
   text-indent:-3000px;
   width:718px;
   height:201px;
   background:url(../images/paper-from-gf-smith.png);

   position:absolute;
   left:23px;
   top:135px;
}

/* Content pages */

#main-content-container
{
   position:absolute;
   left:0;
   top:22px;

   width:788px;
   height:556px;
   background:#333;

   z-index:100;
}

#body-index #main-content-container
{
   background:none;
}

.column
{
   position:absolute;
   top:108px;
   border-top:5px solid #b2b2b2;
   margin-right:8px;
   padding-top:3px;
}

.left-column
{
   width:145px;
   left:25px;
   font-weight:bold;
}

.left-column p
{
   margin-bottom:1em;
}

.middle-column
{
   width:297px;
   left:176px;
   height:416px;
   overflow:auto;
}

.right-column
{
   width:297px;
   left:482px;
}

.wide-left-column
{
   width:297px;
}

.third-column
{
   width:145px;
   left:329px;
   font-weight:bold;
}

.middle-column p
{
   margin-bottom:1em;
   line-height:15px;
}

.middle-column strong
{
   font-weight:bold;
}

.image-container
{
   padding-top:0;
   position:relative;
   overflow:hidden;
   height:440px;
}

.image-container img
{
   position:absolute;
   top:0;
   left:300px;
}

.image-container img.visible
{
   left:0;
}

.normal-list li
{
   display:block;
}

.normal-list li a
{
   display:block;
}

.left-column .normal-list li
{
   font-weight:bold;
}

.left-column .normal-list li.break
{
   height:15px;
}

.left-column .normal-list li.two-lines
{
   line-height:15px;
   height:30px;
}

.left-column .normal-list li.current
{
   width:130px;
   padding-right:15px;
}

.normal-list li.current
{
   background:#ec008c;
}

.image-list
{
   position:absolute;
   top:413px;
}

.image-list li
{
   float:left;
   font-size:12px;
   font-weight:bold;
   margin-right:4px;
}

.image-list li.current a
{
   color:#ec008c;
}

/* News */

.news-list
{
   font-weight:normal;
}

.news-list p
{
   margin-bottom:0;
}

.news-list li
{
   margin-bottom:12px;
}

.news-list li.current {
   padding-bottom:2px;
}

.news-list .date, .news-list .current .title
{
   font-weight:bold;
}

/* Paper */

.download-text
{
   font-size:11px;
   font-weight:bold;
   line-height:13px;
   display:block;
   width:138px;
   margin-right:10px;
   float:left;
}

.download-text:hover
{
   background:#ec008c;
}

/* Gallery */

dl.paper-information dd
{
   font-weight:normal;
}

/* Contact */

.wide-left-column .address
{
   float:left;
   width:145px;
   font-weight:normal;
}

.wide-left-column .first
{
   margin-right:6px;
}

.third-column p
{
   font-weight:normal;
}

/* Downloads */

.downloads
{
   width:620px;
   border:0;
   padding:0;
}

.downloads li
{
   width:145px;
   display:block;
   float:left;
   border-top:5px solid #b2b2b2;
   margin-right:8px;
   margin-bottom:24px;
}

.downloads li a
{
   display:block;
   padding-top:3px;
   height:70px;
   background:url(../images/pdf-icon.png) bottom left no-repeat;
}
