@CHARSET "UTF-8";
body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 9pt;
	color:#555;
}
a{
	color:#755;
	text-decoration:underline;
}
a:hover{
	color:#A66;
}
h1{
	font-size:1.5em;
	line-height:2em;
	color:#115;
	border-bottom:1px solid #BBB;
}
h2{
	font-size:1.3em;
	background-image:url('../img/invador_mini.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:21px;
}
p{
	font-size:0.9em;
}
#header { 
	background:repeat-x url('../img/header_ext.png');
	height:147px; 
	width:100%;
	margin:0px;
}
#header-center {
	background:no-repeat url('../img/header.png');
	width:850px;
	height:147px;
	margin:0px;
	padding:5px; 
	margin: 0pt auto;
}
#header-center #login-box {
	float:right;
	width:600px;
	text-align:right;
}
.n-input {
	border:1px solid #BBB;
	margin:0px;
}
#header-center #login-box #quick-contact{
	float:right;
	margin-top:95px;
	font-weight:bold;
	font-size:0.9em;
}

#quick-contact img{
	float: left;
	border:0px;
}
#quick-contact a{
	float:right;
	margin-left:10px;
	font-size:0.8em;
}
#container{
	width:850px;
	min-height:100%;
	border-left:1px dotted #BBB;
	border-right:1px dotted #BBB;
	margin: 0pt auto;
	padding:5px;
}
#menu{
	float:left;
	min-height:100%;
	width:180px;
	border-right:1px solid #BBB;
}
#menu ul{
	list-style: none;
	margin-left:0px;
	list-style-image: url('../img/invador.gif') 
}

#menu ul li{
	width:100px;
	border-bottom:1px solid #999;
	margin-bottom:5px;
	padding:5px;
	list-style-image: url('../img/invador.gif') 
}
#menu ul li:HOVER{
	list-style-image: url('../img/invadorup.gif')
}
#menu ul li a{
	text-decoration:none;
}
#clients{
	margin-left:12px;
	margin-top:25px;
}
#clients img{
	margin:3px;
	border:1px solid #BBB;
}
#clients span{
	font-size:0.8em;;
}
#content{
	float:left;
	min-height:100%;
	width:600px;
	padding-left:10px;
}
#footer{
	margin:0pt auto;
	margin-top:20px;
	border-top:1px dotted #BBB;
	padding-top:3px;
	font-size:0.7em;
	width:850px;
	text-align:right;
}
.contact{
	border:1px solid #EEE;
	padding:10px;
}
.contact div{
	width:250px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.contact label{
	width:90px;
	float:left;
}
.contact div input,select,textarea{
	float:right;
	border:1px solid #BBB;
	margin:5px;
	width:245px;
}
.contact div input,select{
	height:1.5em;
}
.ascii-h1{
	font-size:5px;
	color:#555;
	font-weight:bold;
	padding-bottom:15px;
	padding-left:30px;
	border-bottom:1px dotted #CCC;
	height:26px;
	background-image:url('../img/tpacman.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
