﻿/* CSS Document */

body{background:#e3e9bb; color:#0F0F0F; font:15px/20px Arial, Helvetica, sans-serif; margin:0px 0 0; padding:0;}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}

/* MENU PANEL*/
#topPanel ul{width:320px; display:block; position:absolute; right:10px; top:33px; }
#topPanel li{float:left; font:12px/15px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}
#topPanel ul li a{padding:0 6px; color:#4d5218; background:none; text-decoration:none;}
#topPanel ul li a:hover{text-decoration:underline;}
#topPanel ul li a.padl{padding:0 0 0 6px;}

/* TOP PANEL*/
#topPanel{
				width: 900px;
				height: 533px;
				position: relative;
				margin: 0 auto;
				padding: 0;
				background-color: #919a28;
				background-image: url('images/header.gif');
				background-repeat: no-repeat;
}
#topPanel img{
				width: 900px;
				height: 138px;
				z-index: 1;
				padding: 0;
				position: absolute;
				margin: 0 0 0 0px;
				background-image: url('images/header.gif');
				background-repeat: no-repeat;
}



/* HEADER PANEL*/
#topPanel #headerPanelfirst{
				width: 300px;
				height: 49px;
				position: absolute;
				top: 0;
				left: 0;
				margin: 138px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/web1.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #headerPanelfirst a{width:300px; height:49px; display:block; text-decoration:none; }
#topPanel #headerPanelfirst a:hover{width:300px; height:49px; background:url('images/web2.jpg') no-repeat 0 0 #e3e9bb; color:#fff; text-decoration:none;}
#topPanel #headerPanelsecond{
				width: 300px;
				height: 49px;
				position: absolute;
				top: 0;
				left: 300px;
				margin: 138px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/propose1.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #headerPanelsecond a{width:300px; height:49px; display:block; text-decoration:none; }
#topPanel #headerPanelsecond a:hover{width:300px; height:49px; background:url('images/propose2.jpg') no-repeat 0 0 #e3e9bb; color:#fff; text-decoration:none;}
#topPanel #headerPanelthird{
				width: 300px;
				height: 49px;
				position: absolute;
				top: 0;
				right: 0;
				margin: 138px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/3d1.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #headerPanelthird a{width:300px; height:49px; display:block; text-decoration:none; }
#topPanel #headerPanelthird a:hover{width:300px; height:49px; background:url('images/3d2.jpg') no-repeat 0 0 #e3e9bb; color:#fff; text-decoration:none;}
#topPanel #infoPanelfirst{
				width: 300px;
				height: 346px;
				position: absolute;
				top: 0;
				right: 0;
				margin: 187px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/web-info.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #infoPanelfirst p{
				width: 250px;
				display: block;
				font: 11px/small Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				padding: 0;
				margin: 50px 50px 0 25px;
}

#topPanel #infoPanelsecond{
				width: 300px;
				height: 346px;
				position: absolute;
				top: 0;
				right: 0;
				margin: 187px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/propose-info.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #infoPanelsecond p{
				width: 250px;
				display: block;
				font: 11px/small Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				padding: 0;
				margin: 50px 50px 0 25px;
}
#topPanel #infoPanelthird{
				width: 300px;
				height: 346px;
				position: absolute;
				top: 0;
				right: 0;
				margin: 187px 0 0 0;
				padding: 0px;
				background: #e3e9bb url('images/3d-info.jpg') no-repeat 0
0;
				color: #fff;
}
#topPanel #infoPanelthird p{
				width: 250px;
				display: block;
				font: 11px/small Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				padding: 0;
				margin: 50px 50px 0 25px;
}

/* /TOP PANEL*/

/* FOOTER PANEL*/
#footerPanel{width:100%;  background:#e3e9bb; color:#4C4C4C; font-size:12px;}
#footerbodyPanel{
				width: 900px;
				height: 105px;
				position: relative;
				margin: 0 auto;
				padding: 0;
				background-image: url('images/footer.gif');
				background-repeat: no-repeat;
				background-color: #919a28;
}

