
/*****************************************
 CSS rules common to all, or most, of site
******************************************/



/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    color: #eb9002;
    text-decoration: underline;
}

body
{
    background: white /*url(/images/layout-new/body-bgd.png) repeat-x*/;
    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

/***************
 Overall layout
****************/
#wrap
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
    padding-top: 1px;
}

/*******
 Search
********/
#search
{
    margin-top: 74px;
    height: 35px;
    padding-top: 14px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    background: url(/images/layout-new/search-bgd.png) no-repeat;
}

input.search-text
{
    border: none;
    background: none;
    width: 98px;
    padding: 3px;
    margin-left: 22px;
    text-align: left;
    color: #999;
    font-size: 11px;
}

/*******
 Header
********/
#header
{
    margin: 6px 0px 10px 0px;
    padding: 0px;
    clear: right;
}

#logo
{
    margin-top: 0px;
}


/**********
 Navigation
***********/
#navigation
{
    position: absolute;
    top: 7px;
    background: url(/images/layout-new/navigation/navigation-bgd.png) repeat-x;
    margin: 0px 0px 0px 150px;
    padding: 0px 0px 0px 17px;
    display: block;
    width: 792px;
    height: 140px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 128px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 0px;
    background: #ccc;
    height: 140px;
}

#navigation li a:hover
{
    background: url(/images/layout-new/navigation/navigation-bgd.png) repeat-x;
    text-decoration: none;
    background: #f4f4f4;
    height: 140px;
}

#navigation #news
{
    background: url(/images/layout-new/navigation/news-ho.png) no-repeat;
    width: 116px;
    height: 140px;
}

#navigation #product
{
    background: url(/images/layout-new/navigation/products-ho.png) no-repeat;
    width: 140px;
    height: 140px;
}

#navigation #support
{
    background: url(/images/layout-new/navigation/support-ho.png) no-repeat;
    width: 132px;
    height: 140px;
}

#navigation #training
{
    background: url(/images/layout-new/navigation/training-ho.png) no-repeat;
    width: 120px;
    height: 140px;
}
#navigation #contact
{
    background: url(/images/layout-new/navigation/contact-ho.png) no-repeat;
    width: 129px;
    height: 140px;
}
/***************
 Left hand side
***************/

#left-column
{
    float: left;
    width: 140px;
    margin-top: 5px;
}

#left-column h2
{
    text-align: right;
    font: bold 11px 'Helvetica', 'Arial', 'sans-serif';
}

#left-column ul
{
    list-style: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

#left-column ul li
{
    padding-right: 5px;
}

#left-column ul li a
{
    line-height: 14px;
    font: normal 11px 'Helvetica', 'Arial', 'sans-serif';
    color: #999;
}

#left-column ul li a:hover
{
    color: #eb9002;
}

#left-column ul li ul
{
    margin-right: -5px;
    padding: 0px;

}

#left-column ul li ul li
{
    border-bottom: 1px dotted white;
}

#left-column ul li ul li a
{
    color: #eb9002;
    font-weight: bold;
}

#left-column ul li ul li ul
{
    margin-right: -5px;
    padding: 0px;

}

#left-column ul li ul li ul li a
{
    color: black;
}

li.nav-heading
{
    margin: 10px 0px;
    font-weight: bold;
}

li.nav-sub-heading
{
    color: #333;
    font-weight: bold;
    padding: 3px;
    margin: 7px 0px;
}

/****
 Body
*****/
#page
{
    padding: 0px;
    margin: 25px 0px 0px 170px;
}

#page h2
{
    color: #333;
    font: normal 16px 'Helvetica', 'Arial', 'sans-serif';
    margin: 20px 0px;
}

#page p
{
    font: normal 12px 'Helvetica', 'Arial', 'sans-serif';
    line-height: 18px;
    color: #333;
    margin-right: 20%;
}

#page-home
{
    padding: 0px;
    margin: 0px;
}

#home-overlay
{
 position: absolute;
 top: 153px;
 z-index: 10;
 width: 960px;
 height: 543px;
}

#home-banner
{
 position: absolute;
 top: 153px;
 z-index: 1;
}

#specials-overlay
{
 position: absolute;
 z-index: 10;
 width: 200px;
 height: 201px;
 margin-left: 3px;
}

.specials-image
{
 position: absolute;
 z-index: 1;
 width: 200px;
 height: 201px;
 padding-left: 6px;

}


.news-headline
{
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.news-headline td
{
    padding: 10px 0px;
}

/********
 Products
*********/

#product-list
{
    margin-left: 10px;
}

#product-list tr
{
    border-bottom: 1px solid #ccc;
}

.product-short
{
    margin: 10px 10px 0px 0px;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    width: 135px;
}

.product-short h3
{
    font: normal 12px 'Helvetica', 'sans-serif';
    line-height: 16px;
    color: #666;
}

.product-short h3 a
{
    color: inherit;
}

.price
{
    font-weight: bold;
    font-size: 110%;
}

.product-thumb
{
    display: block;
    width: 120px;
    height: 120px;
    margin-top: 5px;
}

.product-nav-box
{
    background: url(/images/layout-new/product-nav-box.png) no-repeat;
    height: 20px;
    color: white;
    padding: 6px;
    margin: 10px 0px;
}

.product-nav-box a:link,
.product-nav-box a:visited,
.product-nav-box .prev-next a
{
    color: white;
}

.prev-next
{
    float: right;
}


/*********
 Footnotes
**********/

#footnotes
{
    width: 960px;
    margin-top: 10px;
}

#footnotes td
{
    height: 240px;
    width: 204px;
    background: url(/images/layout-new/footnotes-td-background.png) no-repeat;
    padding: 15px 10px 15px 10px;
}

#footnotes td#featured
{
    height: 204px;
    width: 204px;
    background: url(/images/layout-new/footnotes-featured-background.png) no-repeat;
    padding: 15px 5px 15px 10px;
    font-size: 11px;
}

#footnotes h2
{
    color: #999;
}

#footnotes a:hover
{
    text-decoration: none;
}


#footnotes td.end
{
    border-right: none;
    padding-right: 0px;
}

#footnotes td.end p
{
    margin: 5px 0px 3px 0px;
}

#footnotes h4
{
    margin: 10px 0px;
    font: bold 11px 'Helvetica', 'sans-serif';
}

.footnotes-thumb
{
    text-align: center;
    margin: 10px 0px;
    border: 1px solid #ccc;
    font-size: 11px;
}

.footnotes-thumb img
{
    display: block;
}

#twitter_update_list
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#twitter_update_list li
{
    font-size: 11px;
    margin: 10px 10px 0px 0px;
}

#footnotes td.end p.twitter-box
{
    margin-left: 20px;
    font-size: 11px;
    line-height: 20px;
}

p.headlines
{
    font: normal 11px 'Helvetica', 'Arial', 'sans-serif';
    line-height: 18px;
    color: #333;
    margin-right: 0%;
}

#footnotes td.end p img
{
    vertical-align: sub;
}

#footnotes a.specials-image,
#footnotes img.specials-image
{
    width: 200px;
    margin: 0px 0px 0px 3px;
    display: block;
    padding: 0px;

}

/******
 Footer
*******/
#footer
{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    clear: both;
    padding: 5px;
    color: #ccc;
    font-size: 10px;
    line-height: 1.6em;
}

#footer a
{
    color: #999;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

p.orange
{
    margin-top: -3px;
}

p.orange a:link,
p.orange a:visited,
a:link.orange,
a:visited.orange
{
    color: #eb9002;
    font-weight: bold;
}

.start-again
{
    font-size: 10px;
    margin-bottom: 20px;
}

#refiner-panel
{
    background: url(/images/layout-new/refiner-bgd.png) left bottom no-repeat;
    padding-bottom: 15px;
}

#refiner-panel ul
{
    background: url(/images/layout-new/refiner-top-bgd.png) left top no-repeat;

}

#refiner-panel ul li
{
    padding: 0px 8px 0px 5px;

}

/************
 Registration
**************/

#registration
{
    background: #f4f4f4;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px;
    margin-bottom: 60px;
}

#registration label
{
    float: left;
    width: 170px;
    text-align: right;
    color: #333;
}

#registration input.text,
#registration textarea,
#registration select.text
{
    display: block;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    margin-left: 180px;
    padding: 5px;
}

#registration select.text
{
    width: auto;
}

#registration input.submit
{
    background: #999;
    color: white;
    text-align: center;
}

#registration fieldset
{
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0px 0px 10px 180px;
    padding: 10px 0px 10px 0px;
    border: none;
}

#registration fieldset label
{
    width: 100px;
}

#registration fieldset legend
{
    display: none;
}

.date-selector
{
    display: block;
    margin-left: 110px;
    margin-bottom: 5px;
}

#registration fieldset input.text
{
    background: #f4f4f4;
    margin-left: 110px;
}

a:link.submit-link,
a:visited.submit-link
{
    display: block;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    padding: 5px;
    background: #999;
    color: white;
    text-align: center;
    text-decoration: none;
}

.seminar-table
{
    margin-bottom: 60px;
}

#uber-map
{
    margin-right: 90px;
    margin-bottom: 20px;
    margin-left: 15px;
    float: right;
    border: 1px solid #ccc;
}