﻿/* Fixes ----------------------- */

img {
    border-style: none;
}
* {
    padding: 0;
    margin: 0;
}
/* Layout ----------------------- */
html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body.body {
    background-position: top;
    background: #f1efe2 url(images/def_layout_bkg.gif) repeat-x scroll top;
}
#container-page {
	margin: 0 auto;
	width: 776px;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
}

#container-header {
    width: 776px;
    height: 132px;
    background: #f1efe2 url(images/def_layout_header_bkg.gif) repeat-x scroll top;
    margin-top: 1px;
}
#container-header .logo {
    width: 406px;
    height: 46px;
    padding-top: 30px;
    padding-left: 30px;
}

#container-header .shortcut {
    width: 160px;
    display: block;
    float: right;
    padding-top: 25px;
}

#container-header .shortcut ul {
	margin: 0;
	padding: 2px 10px 0;
	list-style: none;
}

#container-header .shortcut li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}
#container-header .shortcut a:link, #container-header .shortcut a:visited, #container-header .shortcut a:active {
    color: #c9c4a9;
    text-decoration: none;
}
#container-header .shortcut a:hover {
    text-decoration: none;
    color: #000000;
}

#container-menu {
    width: 776px;
    height: 28px;
    background: #f1efe2 url(images/def_layout_menu_bkg.gif);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
}
#container-body {
    width: 776px;
    background-image: url(images/def_layout_body_bkg.gif);
}
#container-body .bottom {
    width: 776px;
    height: 34px;
    background: url(images/def_layout_body_bottom.gif) no-repeat top;
}
#container-footer {
	width: 100%;
	height: 25px;
	bottom: 0;
}
#container-footer .copyright {
    height: 18px;
    text-align: center;
    width: 776px;
    margin: 0 auto;
    padding-top: 3px;
    color: #3a6b8e;
    font-size: 10px;
    font-family: Verdana;
}
