/* General site layout */

body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #dbdad7 url('img/layout/header_top.jpg') repeat-x;
    text-align: center;
}

.site
{       
    width: 935px;
    margin: 0 auto;
    text-align: left;
}

/* Header/Navigation */

.siteheader
{
    position: relative;
    height: 80px;
}

.siteheader img
{
    position: relative;
    top: 4px;
    left: 10px;
    display: block;
}

.siteheader ul
{
    list-style-type: none;
    position: absolute;
    left: 180px;
    bottom: 10px;
    margin: 0px;
    height: 28px;
}

.siteheader ul li
{
    float: left;    
    padding-right: 5px;
    font: 12px arial, sans-serif;
    height: 28px;
    background: url('img/navigation/seperator.png') no-repeat right top;
}

.siteheader ul li a
{
    text-transform: uppercase;
    margin-left: 3px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    height: 18px;
    padding-left: 8px;
    padding-right: 8px;
}

.siteheader ul li.current
{
    background: url('img/navigation/active_left.png') no-repeat top left;
}

.siteheader ul li.current a
{
    color: black;
    background: url('img/navigation/active_right.png') no-repeat top right;
}

/* Footer/Bottom */

.sitefooter
{
    margin-top: 65px;
    height: 229px;
    background: url('img/layout/footer_bg.png') repeat-x;
    text-align: left;
}

.sitefooter .contents 
{
    position: relative; 
    top: 20px;
    width: 935px; 
    margin: 0 auto; 
    background: url('img/layout/footer_bullet.png') no-repeat 0px 15px;
}

.sitefooter .contents .navigation
{
    display: block;
}

.sitefooter .contents .navigation ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 131px;
    height: 150px;
    padding-left: 35px;
    padding-top: 10px;
    background: url('img/layout/footer_seperator.png') no-repeat right top;
}

.sitefooter .contents .navigation ul a
{
    color: #7e7b70;
    font: 14px arial, sans-serif;
    text-decoration: none;
}

.sitefooter .contents .information
{
    position: absolute;
    top: 20px;
    left: 250px;
    width: 550px;
    background: url('img/layout/footer_logo.gif') no-repeat;
    font: 13px arial, sans-serif;
    padding-top: 85px;
    padding-left: 10px;
    color: #a3c935;
}

.sitefooter .contents .information ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.sitefooter .contents .information ul li
{
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    background: url('img/layout/footer_navigation_bullet.gif') no-repeat right 7px;
}

.sitefooter .contents .information ul li.last
{
    float: left;
    padding-left: 5px;
    padding-right: 10px;

    background: none;
}

/* Contents */

img
{
    border: 0px;
}

.clearleft
{
    clear: left;
}

.clear
{
    clear: both;
}

/* Leader/top box */

.wideleader
{
    float: left;
    width: 654px;
    height: 228px;
    border: 1px solid #c4c4c2; 
    margin-bottom: 11px; 
    background: white
}

.wideleader .contents
{
    font: 12px arial, sans-serif;
    width: 654px;
    height: 228px;
    padding: 0px;
	background: url('img/top.spot.jpg') no-repeat;

}

/* News box */

.newsbox
{
    float: right;
    width: 257px;
    height: 228px;
    border: 1px solid #393733;
    background: url('img/boxes/newsbox_bg.png') no-repeat;
}

.newsbox .holder
{
    padding: 20px 10px 0px 35px;
    font: 11px arial, sans-serif;
    color: #9b998c;
}

.newsbox .holder h3
{
    margin: 0px;
    padding: 0px;
    font: bold 15px arial, sans-serif;
    color: white; 
    text-transform: uppercase;
}

.newsbox .holder .item
{
    padding-top: 12px;
}

.newsbox .holder .item .title
{
    font-weight: bold;
}

.newsbox .holder .item a
{
    color: #9b998c;
    text-decoration: underline;
}

.newsbox .holder .item a:hover
{
    color: white;
    text-decoration: underline;
}

.newsbox .holder .item a.more
{
    display: block;
}

/* Wide/content box */

.widebox
{
    float: left; 
    width: 656px; 
/*    height: 332px; */
    margin-bottom: 14px; 
}

.widebox .header
{
    padding-left: 20px; 
    height: 20px; 
    background: url('img/boxes/widebox_header.png') no-repeat;
}

.widebox .header h3
{
    margin: 0px;
    padding: 0px;
    font: 11px arial, sans-serif;
    color: white; 
    text-transform: uppercase;
    line-height: 18px; 
}

.widebox .contents
{
    border: 1px solid #c4c4c2; 
/*    height: 290px;  */
    background: #d8d8d8 url('img/boxes/widebox_bg.png') no-repeat;
    padding: 10px;
    font: 12px arial, sans-serif;
}

.widebox .contents a
{
    color: #000000;
    text-decoration: underline;
}

.widebox .contents a:hover
{
    color: #B2B2B2;
    text-decoration: underline;
}

.widebox .contents a.more
{
    display: block;
}

/* Wider/content box (subpage)*/

.widesubbox
{
    float: left; 
    width: 656px; 
/*    height: 660px; */
    margin-bottom: 14px;
}

.widesubbox .header
{
    padding-left: 20px; 
    height: 20px; 
    background: url('img/boxes/widebox_header.png') no-repeat;
}

.widesubbox .header h3
{
    margin: 0px;
    padding: 0px;
    font: 11px arial, sans-serif;
    color: white; 
    text-transform: uppercase;          
    line-height: 18px; 
}

.widesubbox .contents
{
    border: 1px solid #c4c4c2; 
/*    height: 660px; */
    background: #d8d8d8 url('img/boxes/widesubbox_bgbig.png') repeat-x;
    padding: 10px;
    font: 12px arial, sans-serif;
}

.widesubbox .contents .contentshsplit
{
	float: left;
    border: 0px;
    padding: 10px;
    font: 12px arial, sans-serif;
}

.widesubbox .contents .contentshsplit a
{
    color: #000000;
    text-decoration: underline;
}

.widesubbox .contents .contentshsplit a:hover
{
    color: #B2B2B2;
    text-decoration: underline;
}

.widesubbox .contents .contentshsplit a.more
{
    display: block;
}

/* Product box */

.productbox
{
    float: right; 
    width: 258px; 
    height: 699px; 
    background-color: #808080; 
    border-bottom: 1px solid #1C92BD;
}

.productbox .header
{
    padding-left: 20px; 
    height: 20px; 
    background: url('img/boxes/productbox_header.png') no-repeat;
}

.productbox .header h3
{
    margin: 0px;
    padding: 0px;
    font: 11px arial, sans-serif;
    color: white; 
    text-transform: uppercase;          
    line-height: 18px; 
}

.productbox .product
{
    height: 144px;
}

.productbox .product_light
{
    background: url('img/boxes/productbox_bg_light.png');
}

.productbox .product_dark
{
    background: url('img/boxes/productbox_bg_dark.png');
}

.productbox .product .image
{
    width: 80px; 
    float: left; 
    padding-top: 25px; 
    padding-left: 15px;
}

.productbox .product .contents
{
    padding-top: 20px; 
    float: left;
}

.productbox .product .contents h4
{
    margin: 0px;
    padding: 0px;
    font: bold 15px arial, sans-serif;
    text-transform: uppercase;
    padding-left: 23px; 
    background: url('img/boxes/productbox_arrow.gif') no-repeat left 1px;
}

.productbox .product .contents h4 a
{
    text-decoration: none;
    color: black;
    margin: 0px;
    padding: 0px;
}

.productbox .product .contents ul
{
    list-style-type: none; 
    padding: 0px 0px 0px 4px; 
    margin: 13px 0px 0px 0px;
    color: #dcd9d3; 
    font: 11px arial, sans-serif;
    line-height: 15px;
}

.productbox .product .contents ul li
{
    padding-left: 12px; 
    background: url('img/boxes/productbox_bullet.png') no-repeat left center;
}

.productbox .footer
{
    height: 103px; 
    background: url('img/boxes/productbox_footer_bg.png');
}

.productbox .footer .contents
{
    font: 14px arial, sans-serif;
    padding-top: 32px; 
    text-align: center;
}

/* Small (three column) box */

.smallbox
{
    float: left; 
    width: 213px; 
    height: 354px; 
    margin-right: 9px; 
    background: url('img/boxes/smallbox_bg.png');
}

.smallbox .contents
{
    font: 11px arial, sans-serif;
    color: black;
    padding: 20px 10px 10px 10px;
}

.smallbox .contentsimg
{
	font: 11px arial, sans-serif;
	color: black;
	padding: 5px 10px 10px 10px
}

.smallbox img
{
	padding-left: 1px;
	padding-top: 15px;
}

.smallbox .contentsimg a
{
    color: #000000;
    text-decoration: underline;
}

.smallbox .contentsimg a:hover
{
    color: #B2B2B2;
    text-decoration: underline;
}

.smallbox .contentsimg a.more
{
    display: block;
}

pre {
    font: 11px arial, sans-serif;
    color: black;
}