﻿/* Reset some CSS rules, based on http://developer.yahoo.com/yui/reset
===============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}table1{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

/* Layout
===============================================================*/
html, body {
    margin: 0px 0px 0px;
    padding: 0;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    height: 100%;
}
body.body {
    background: #160929 url(images/def-content-bg.png) repeat-y top center;
}
#container-page {
	margin: 0;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
}
#container-header {
    background: #160929 url(images/def-header-bg.png) repeat-y top center;
    height: 269px;
    width: 100%;
    display: block;
}
#container-header .header-flash {
    width: 970px;
    height: 215px;
    display: block;
    margin: 0 auto;
}
#container-header .header-menu {
    background: #160929 url(images/def-header-menu-bg.png) repeat-y top center;
    height: 54px;
}
#container-header .header-logo {
    width: 633px;
    height: 215px;
    overflow: hidden;
    margin-top: -215px;
    margin-left: 16px;
}
.header-image {
    width: 920px;
    height: 153px;
    overflow: hidden;
    margin: 0 auto;
} 
#container-footer {
    width: 970px;
    display: block;
    margin: 25px auto 0 auto;
}
#container-footer .copyright p {
    color: #4814a0;
    font-family: Verdana;
    font-size: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
}