﻿body
{
    margin: 0;
    font-family: arial;
    color: #999999;
    font-size: 11pt;
}

#page_container
{
    background-image: url(images/main_layout_bg.jpg);
    width: 1120px;
    background-repeat: repeat-y;
    margin: 0 auto;
}

#layout_header
{
    background-image: url(images/main_header_bg.jpg);
    width: 1000px;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 60px;
}

#layout_menu
{
    background-image: url(images/main_menu_bg.jpg);
    background-repeat: repeat-x;
    width: 1000px;
    height: 46px;
    margin: 0 60px;
    padding: 0;
    position: relative;
}

#layout_image
{
    background-image: url(images/main_image.jpg);
    width: 1000px;
    height: 147px;
    background-repeat: no-repeat;
    margin: 0 60px;
}

#layout_sidebar
{
    width: 151px;
    float: left;
    height: 125px;
}

#layout_content
{
    background-image: url(images/main_content_bg.jpg);
    width: 1000px;
    background-repeat: no-repeat;
    min-height: 340px;
    margin: 0 60px;
    padding: 42px 0 0 0;
}

#layout_content_middle
{
    width: 620px;
    float: right;
    margin: 0 200px 0 0;
}

/* Menu */

.menu
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: -4px;
}

/* Footer */

#page_footer
{
    background-image: url(images/main_footer_bg.jpg);
    width: 920px;
    background-repeat: no-repeat;
    height: 131px;
    margin: 0 auto;
    color: #CCCCCC;
    font-family: arial;
    font-size: 10pt;
    padding: 114px 100px 0px 100px;
}

#page_footer a:link,
#page_footer a:visited
{
    color: #CCCCCC;
    font-family: arial;
    font-size: 10pt;
    text-decoration: none;
}

#page_footer a:hover
{
    color: #999999;
}

/* Headings */

.heading_welcome
{
    width: 260px;
    height: 50px;
    background-image: url(images/heading_welcome.jpg);
}

.heading_showcase
{
    width: 260px;
    height: 50px;
    background-image: url(images/heading_showcase.jpg);
}

.heading_recentnews
{
    width: 260px;
    height: 50px;
    background-image: url(images/heading_recentnews.jpg);
}

.heading_contact
{
    width: 260px;
    height: 50px;
    background-image: url(images/heading_contact.jpg);
}

/* Links */

a:link,
a:visited
{
    font-size: 10pt;
    color: #ff0000;
    text-decoration: none;
}

a:hover
{
    color: #99cc33;
    text-decoration: underline;
}



.surfchilli
{
    font-family: arial;
    color: #99cc33;
    font-size: 11pt;
}

/* Lists */

ul.news
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.news li
{
    background: #fff url(images/bullet.jpg) left top no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}