/* CSS Document */
/* ------------------------------- body common style -------------------------*/
body, body * {
position: relative;
left:0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: "Trebuchet MS","Times New Roman",Times,serif;
font-size:14px;
background-repeat: repeat-x;
} 
.zindex {
display:block;
z-index:99;
}
a {
text-decoration:none;
color: #FF6600;
}
img {
border: none;
margin:0px 0px 0px 0px;
}
img a{
border: none;
margin:0px 0px 0px 0px;
}
p {
padding-left:10px;
padding-right:10px;
color: #CC6600;
}
hr {
border-top: 1px dotted #333;
border-bottom:none;
}
h1 {
font: normal 1.30em/1.2em  "Times New Roman", Times, serif;
color:#444;
}

h2{
font: normal 1.35em/1.1em Georgia, "Times New Roman", Times, serif;
font-weight: normal;
text-align:center;
}
.tarea {
width:99%;
height: 110px;
color:#333333;
background-repeat:repeat-x;
background-image:url(imgs/inputSH.gif);
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
margin-bottom:2px;
font-size:12px;
font-weight:normal;
border:solid 1px #777777;
}
.searchimpt {
color:#333333;
background-repeat:repeat-x;
background-image:url(imgs/inputSH.gif);
width:190px;
height:21px;
padding-left:4px;
padding-top:4px;
font-size:12px;
font-weight:bold;
border:solid 1px #777777;
}
.flat {
width:auto;
height:21px;
font-size:12px;
font-weight:bold;
border:solid 1px #777777;
cursor:pointer;
}
#holder {
position:relative;
width:100%; /* up right down left */
}

/* ------------------------------- body common style EOF-------------------------*/
/* ------------------------------- TEXT color styles BOF-------------------------*/
.red {
color:#FF0000;
}
.imp {
color:#FF9933;
}
.gre {
color:#33CC33;
}
.yel {
color:#FFFF66;
}
/* ------------------------------- TEXT color styles EOF-------------------------*/
/* ------------------------------- center logo BOF-------------------------*/
#webitech {
position:relative;
top:180px;
width:530px;
height:200px;
margin:auto;
margin-bottom:200px;
background-color:#000000;
}
/* ------------------------------- center logo EOF-------------------------*/
/* ------------------------------- center text top -------------------------*/
#welcome {
position: absolute;
top:20px;
width:100%;
height:100px;
font: normal 1.00em/1.40em "Trebuchet MS","Times New Roman",Times,serif;
text-align:center;
}
#contactform {
position: relative;
margin:auto;
width:600px;
height:300px;
text-align:left;
}
#addr {
position: relative;
width:100%;
top:-300px;
margin-bottom:10px;
}