﻿body
{
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(Images/page_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	margin:0px;
}
#container {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	margin-top:19px;
}

#top{
	background-image:url(Images/page_top.png);
	background-position:0px;
	height:25px;
	clear:both;
}

#body{
	background-image: url(Images/page_bg.png);
	background-repeat: repeat-y;
	clear:both;
}

#footer{
	background-image:url(Images/page_bottom.png);
	height:28px;
	clear:both;
}

p{
	margin:0px;
}

#header{
	height:86px;
}

#header #logo{
	padding-left: 51px;
	padding-top: 18px;
	float: left;
}
#login {
	float: right;
	margin-right: 30px;
	margin-top: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
}

#login fieldset{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#login label {
	font-size: 9px;
	text-transform: uppercase;
	clear: both;
	display: block;
	color: #4c4c4c;
}
#login input {
	width: 128px;
	height: 10px;
	font-size: 9px;
}
#login a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ff0000;
}
#login p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#contact {
	float: right;
	margin: 0px;
}
#contact p {
	margin: 10px;
	vertical-align: middle;
}

#menu {
	height: 36px;
	background-image: url(Images/menu_bg.png);
	background-repeat: repeat-x;
	clear: both;
	margin-left: 20px;
	margin-right: 19px;
}
#menu ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	display:block;
}
#menu ul li {
	margin: 0px;
	width:auto;
	float:left;
	
	/*height:26px;
	background-image:url(Images/menu_hover_bg.png);
	background-repeat:repeat-x;
	padding:10px 15px 0px 15px;*/
}

#menu ul li:hover{

}

#menu li a{
	color:#FFF;
	text-decoration:none;
	height:26px;
	display:block;
	padding:10px 12px 0px 12px;
	font-size: 14px;
}

#menu li a:hover, .currentColumn{
	background-image:url(Images/menu_hover_bg.png);
	background-repeat:repeat-x;
}

#menu ul li #submenu{
    position:absolute;   
    margin: 0px;   
    display:none;
}

#menu ul li:hover #submenu{
    display:block;
}
#menu ul li li{
    float:none;
}

#menu #submenu a {
    background-color:#4d4d4d;
}

#menu #submenu a:hover{
    background-image:url(Images/submenu_hover_bg.png);
    background-repeat:repeat-x;
}
#banner {
	height: 125px;
	background-image: url(Images/banner.png);
	background-repeat: no-repeat;
	background-position: 715px;
	text-align:left;
}
#banner img {
	margin-left: 20px;
	float:left;
}
#copyright {
	background-color: #808080;
	font-size: 11px;
	color: #FFF;
	padding: 10px 0px 10px 40px;
	margin-right: 19px;
	margin-left: 20px;
}

#copyright a
{
    color: #FFF;
    text-decoration:none;
    margin: 0px 8px;
}

#copyright a:hover
{
    text-decoration: underline;
}

#copyright .right
{
    float:right;
    margin-right: 20px;
}


#mainContent{
    margin-right: 19px;
	margin-left: 20px;
}

.logged_panel{
    font-size: 9px;
    width: 150px;
    vertical-align:middle;
    height: 75px;
}

#header #contact img{
    margin-right: 5px;
}
