/*  VIGI clear styles                            */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}
fieldset,img {
  border: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
  line-height: 100%
}
a {
  outline: none;
  text-decoration: none;
  font-weight: normal;
}
hr {
  border: solid #000000;
  border-width: 1px 0 0 0;
  height: 0px;
  line-height: 0px;
}
a.file {
  background: url(../../css/sys/file.gif) no-repeat;
  padding: 0 0 0 18px;
}
a.file i {
  font-style: normal;
}
a.http {
  background: url(../../css/sys/http.gif) no-repeat right 4px;
  padding: 0 12px 0 0;
}
a.mail {
  background: url(../../css/sys/mail.gif) 0 2px no-repeat;
  padding: 0 0 0 18px;
}

/*  input:button                                 */
span.button  {
  background: url(../../css/sys/buttons.gif) no-repeat 0 0px;
  padding: 0 0 0 10px;
  display: inline-block;
}
span.button input {
  background: url(../../css/sys/buttons.gif) no-repeat right 0;
  height: 21px;
  border: none;
  padding: 0 10px 1px 0;
  font-size: 10pt;
  margin: 0;
}
span.button:hover {
  background: url(../../css/sys/buttons.gif) 0 -42px;
}
span.button:hover input {
  background: url(../../css/sys/buttons.gif) right -42px;
}

/*  msg                                          */
.error {
  border: solid 2px #da0000;
  padding: 5px;
  font-weight: bold;
  background: #FFeeee;
  color: #000000;
  margin: 5px 0 5px;
}
.alert {
  border: solid 2px #008000;
  padding: 5px;
  font-weight: bold;
  background: #eeFFee;
  color: #000000;
  margin: 5px 0 5px;
}

/*  input:file                                   */
span.butfile  {
  background: url(../../css/sys/buttons.gif) no-repeat 0 0px;
  display: inline-block;
  position: relative;
  height: 21px;
  width: 80px;               /*80*/
  overflow: hidden;
  margin: 0;
  padding: 0;
}
span.butfile span {
  background: url(../../css/sys/buttons.gif) no-repeat right 0;
  height: 21px;
  line-height: 21px;
  width: 60px;               /*60*/
  display: block;
  text-align: center;
  padding: 0 10px 1px 0;
  font-size: 10pt;
  position: absolute;
  top: 0px;
  left: 10px;
  margin: 0;
}
span.butfile input {
  cursor: pointer;
  height: 21px;
  width: 70px;               /*70*/
  border: none;
  margin: 0;
  padding: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
span.butfile:hover {
  background: url(../../css/sys/buttons.gif) 0 -42px;
}
span.butfile:hover span {
  background: url(../../css/sys/buttons.gif) right -42px;
}

/*  capatcha                                     */
.capatcha {
  width: 300px;
  background: #ffFFff;
  border: solid 2px #eeEEee;
}
.capatcha td {  padding: 5px;}/*  main                                         */
body {
  background: url(../../css/h2.png);
  color: #ffFFff;
}
.main {
  margin: 0 auto 0 auto;
  width: 995px;
  border-left: solid 3px #ccCCcc;
  border-right: solid 3px #ccCCcc;
  background: #0191DA;
}

/*  head                                         */
.head {
  background: url(../../css/head.png);
  height: 57px;
}
.head a {
  display: block;
  height: 57px;
}

/*  one                                          */
.one {
  width: 100%;
}
.one .pif {
  width: 302px;
  height: 372px;
  background: url(../../css/pif.jpg);
}
.one .hd1 {
  width: 640px;
  height: 72px;
  background: url(../../css/head2.png);
  margin: 20px 0 0 0;
}
.one .ht {
  width: 271px;
  height: 273px;
  background: url(../../css/ht.png);
}
.one .dfg {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.one .dfg div {
  position: absolute;
}
.one .dfg .photo {
	background: url(../../css/phone.png);
	width: 345px;
	height: 45px;
	top: 72px;
	left: 261px;
}
.one .dfg .txt {
	top: 168px;
	left: 9px;
}

/*  two                                          */
.two {
  width: 100%;
  height: 150px;
}
.two .ht2 {
  width: 160px;
  height: 141px;
  background: url(../../css/ht2.png) no-repeat 20px 0;
}
.two .hd1 {
  width: 640px;
  height: 72px;
  background: url(../../css/head2.png) -5px 0;
}

/*  text                                         */
.text {
  padding: 0 30px 0 30px;
}
.one .text {
  padding-top: 30px;
}
.one .txt a {
  text-decoration: none;
  font-weight: bold;
}

/*  foot                                         */
.foot .aht {
  background: #ffFFff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #020202;
  font-weight: bold;
}
.foot .copy {
  height: 90px;
	padding: 40px 0 0 0;
  text-align: center;
  color: #ffFFff;
  font-weight: bold;
}
/**/
a {
	color: #ffFFff;
}

.text h1 {
  font-size: 20px;
}
.text h2 {
  font-size: 18px;
}
.text h3 {}
.text pre {
  background: #FFFAE9;
  border: solid 1px #E5E5E5;
  border-left: solid 5px #E5E5E5;
  padding: 5px;
  margin: 3px 0 3px 0;
  font-size: 10pt;
}
.text p {
  margin: 5px 0 5px 0;
}
.text img {
  margin: 5px;
  border: solid 3px #fffFFF;
}
body {
  font-size: 14px;
  font-family: Verdana;
  text-align: justify;
}
.text th {
  padding: 5px;
  font-weight: bold;
}
.text td {
  padding: 5px;
}
.text ul {
  margin: 5px 0 5px 5px;
}
.text ol {
  margin: 5px 0 5px 25px;
}
.text ol li {
  padding: 5px 0 5px 0;
}
.text ul li {
  list-style: none;
  background: url(../../css/bull.png) no-repeat 0 9px;
  padding: 5px 0 5px 20px;
}
.text b, strong {
  font-weight: bold;
}
.text a {  
  text-decoration: underline;
}
.text a.act,
.text a:hover {
  color: #004080;
}
.text input {
  border: solid 1px #ccCCcc;
  background: #ffFFff;
  padding: 1px;
}

/**/
.text .one .text ul {
  font-size: 18px;
  text-decoration: underline;
}
.text .one .text li {
  background: url(../../css/bull.png) no-repeat 0 18px;
  padding: 10px 0 10px 20px;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../css/sys/macffbghack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

