BODY {
    margin: 0px;
    text-align: center;
}

DIV#container {
    width: 1024px;
    margin: 0px auto;
    text-align: left;
    background-image: url(../img/headers/home.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#header_home {
    width: 100%;
    height: 235px;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: italic;
}

#header {
    width: 100%;
    height: 130px;
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-style: italic;
}

#main_menu {
    height: 140px;
    padding-left: 350px;
}

#main_menu_home {
    height: 100px;
    padding-left: 350px;
}

#main_menu #line2, #main_menu_home #line2 {
    margin-top: 30px;
}

#main_menu A, #main_menu_home A {
    font-family: Verdana;
    font-size: 15px;
    //font-weight: bold;
	font-weight: normal;
    color: #942600;
    text-decoration: none;
}

#main_menu A.active, #main_menu_home A.active {
    //font-size: 17px;
}

#main_menu A:hover, #main_menu_home A:hover {
    text-decoration: underline;
}

DIV#breadcrumb {
    height: 40px;
    padding-left: 350px;
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    color: #494949;
}

DIV.sidebar {
    float: left;
    width: 300px;
}

DIV.left_text {
    width: 250px;
    padding-left: 50px;
    font-size: 11px;
    font-style: italic;
    color: #38688A;
    line-height: 22px;
    text-align: right;
}

DIV.content {
    margin-left: 350px;
    margin-right: 50px;
}

DIV.content_narrow {
    width: 290px;
    margin-left: 350px;
    /*margin-right: 50px; */
}

DIV.right_sidebar {
    float: right;
    width: 230px;
    padding-right: 100px;
}

DIV.content_narrow2 {
    width: 340px;
    margin-left: 350px;
    /*margin-right: 50px; */
}

DIV.right_sidebar2 {
    float: right;
    width: 190px;
    padding-right: 100px;
}

DIV.right_sidebar, DIV.right_sidebar2 H3 {
    margin-bottom: 0px;
}

DIV.project_medium_image {
    width: 190px;
    height: 130px;
    padding: 8px;
    text-align: center;
    background-image: url(../img/project_bg_medium.gif);
    background-repeat: no-repeat;
}

DIV.project_big_image {
    width: 298px;
    height: 206px;
    padding: 8px;
    text-align: center;
    background-image: url(../img/project_bg_big.gif);
    background-repeat: no-repeat;
}

DIV.project_small_image {
    width: 130px;
    height: 88px;
    padding: 8px;
    background-image: url(../img/project_bg_small.gif);
    background-repeat: no-repeat;
}

DIV.product_big_image {
    width: 296px;
    height: 124px;
    padding: 8px;
    text-align: center;
    background-image: url(../img/product_bg_big.gif);
    background-repeat: no-repeat;
}

TABLE.params {
    font: 11px Verdana;
}


DIV.separator {
    width: 100%;
    clear: both;
    font-size: 1px;
}

DIV#footer {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 5px;
    line-height: 20px;
    background-image: url(../img/footer_bg.gif);
    background-position: top;
    background-repeat: no-repeat;
}

DIV#footer .sidebar {
    text-align: right;
}


/* For Homepage only */
#left_block {
    float: left;
    width: 220px;
    padding-left: 80px;
}
#center_block {
    float: left;
    width: 290px;
    margin-left: 50px;
}
#right_block, .right_block {
    float: right;
    width: 290px;
    margin-right: 44px;
}


/* Forms */
FORM {
    margin: 0px;
}

INPUT {
    font-size: 11px;
}


/* For Debug Info */
.cake-sql-log {
    display: none;
    border: 1px SOLID #DDDDDD;
    border-collapse: collapse;
}

.cake-sql-log TD {
    border: 1px SOLID #DDDDDD;
}
