body {
    margin: 0px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    color: #000;
    background: #f0f0f0 url(template_images/header-general.gif) repeat-x;
    margin: 0px auto 0px auto;
    padding: 0px;
    }
    
p {font-size: 14px;}
h1 {font-size: 30px; font-weight: bold;}
h2 {font-size: 21px; font-weight: bold;}
h3 {font-size: 16px; font-weight: bold;}

a:link {color: #44f; text-decoration: none; font-weight: bold;}
a:visited {color: #44b; text-decoration: none; font-weight: bold;}
a:hover {color: #FF6905; text-decoration: underline; font-weight: bold;}
a:focus {color: #FF6905; text-decoration: underline; font-weight: bold;}
a:active {color: #f00; text-decoration: underline; font-weight: bold;}
    
   
#page {
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
    }
   
#header {
    margin-top: 6px;
    padding-top: 8px;
    }
    
#nav {
    position: absolute; top: 40px; left: 870px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
    }
    
#nav li {
    padding: 0px; 
    margin: 0px;
    width: 96px;
    }

#nav li a,
#nav li a:visited {
    color: #888;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
    display: block;
    margin-bottom: 4px;
    }

#nav li a:hover {
    color: #f84;
    } 

#nav-1 #on-nav-1 a,
#nav-2 #on-nav-2 a,
#nav-3 #on-nav-3 a,
#nav-4 #on-nav-4 a,
#nav-5 #on-nav-5 a,
#nav-6 #on-nav-6 a,
#nav-7 #on-nav-7 a,
#nav-8 #on-nav-8 a {
    color: #fff;
    }
        
#breadcrumbs {
    position: absolute; top: -32px; left: 232px;
    margin: 0px;
    text-align: left;
    }

#breadcrumbs p,
#breadcrumbs a:link,
#breadcrumbs a:visited {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    }

#purchase {
    position: absolute; top: -37px; left: 852px;
    display: block;
    width: 96px;
    padding: 8px 8px 14px 8px;
    border-top: solid 1px #f0f0f0;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
    background: #fff;
    font-size: 15px;
    text-align: center;
    }
        
#content-wrapper {
    position: relative; top: 62px; left: -2px;
    float: left;
    margin: 0px;
    border-right: solid 2px #eee;    
    border-left: solid 2px #eee;
    width: 980px;
    background: #fff;
    }
 
#maincontent {
    float: right;
    margin: 0px;
    float: right;
    padding: 8px 8px 16px 8px;
    width: 740px;
    border-top: solid 4px #f0f0f0;
    }
    
#sidebar {
    float: left;
    margin: -44px 0px 0px 0px;
    width: 200px;
    padding: 8px 8px 16px 8px;
    background: #fff;
    }
    
#divider {
    position: absolute; top: 0px; left: 216px;
    display: block;
    height: 500px;
    width: 8px;
    background: #f0f0f0 url(template_images/divider.gif) repeat-x;
    }
    
#foot-wrapper {
    clear: both;
    position: relative; top: 32px;
    margin: 0px;
    background: #000;
    }
    
#footer {
    padding: 8px 8px 16px 8px;
    margin: 0px auto 0px auto;
    width: 964px;
    font-size: 10px;
    border-bottom: solid 1px #235BB7;
    }
    
#footer p,
#footer a:link,
#footer a:visited {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    }

#footer a:hover,
#footer a:active {
    color: #fff;
    text-decoration: none;
    }

.table {
    table-layout: fixed;
    border: solid 1px #ddd;
    padding: 8px;
    background: #f8f8f8;
    }

.p-table {
    table-layout: fixed;
    border: solid 1px #bbb;
    padding: 2px;
    }

.image {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    } 


.image-big {
    border: 2px solid #666;
    padding: 16px;
    background: #F0F0F0;
    }
