@charset "utf-8";
/* CSS Document */
/* CSS Dano */
pre {
	font-size: 12px;
	line-height:1.4em;
	padding: 10px;
	background: #ffffee;
	border: solid 1px #ddd;
	margin: 0 0 20px 0;
	/* Wordwrap Hack */
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap !important;		/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}
body{padding:0px; margin:0px; background2:url(..../images/bg.jpg); color:#707070; font:14px/18px , Arial, Helvetica, sans-serif;	font-family:  Arial, Helvetica, sans-serif;}
div, p, ul, h2, h3, img{padding:0px; margin:0px;}
ul{list-style-type:none;}

.flashintro{
	width:1000px; height:300px; margin:100px auto; border:solid #FFFFFF 1px; 
}
/*----FOOTER PANEL----*/
#footermainPan{ text-align:center; border:solid #FFFFFF 1px; height:100px; background:#565656; color:#fff; clear:both;}
#footerPan{width:747px; position:relative; margin:0 auto;text-align:center;}
#footerPan p.company{background:url(../images/html-button.gif) 0 0 no-repeat; position:absolute; top:42px; right:115px; width:64px; height:22px; padding:3px;text-align:center;}
#footerPan p.copyright{background:#565656; color:#fff; font:11px/15px ,Arial, Helvetica, sans-serif; position:absolute; top:50px; left:300px;text-align:center;}
#footerPan ul{
	width:500px;
	position:absolute;
	top:30px;
	left:253px;
	text-align:center;
}
#footerPan li{float:left; font:13px/15px ,Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:30px 12px 0; color:#fff; background:#565656; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

