@charset "utf-8";
/* CSS Document */

#mainint {
background-image: url(images/loopbg.jpg);
}
a#portf{
background-image: url(images/portf.jpg);
height: 158px;
width: 87px;
display: block;
border: 0;
}
a#portf:hover {
background-image: url(images/portf_h.jpg);
}
a#portf span {display:none;}
a#serv{
background-image: url(images/serv.jpg);
height: 77px;
width: 87px;
display: block;
border: 0;
}
a#serv:hover {
background-image: url(images/serv_h.jpg);
}
a#serv span {display:none;}
a#inquire{
background-image: url(images/inquire.jpg);
height: 85px;
width: 87px;
display: block;
border: 0;
}
a#inquire:hover {
background-image: url(images/inquire_h.jpg);
}
a#inquire span {display:none;}
a#who{
background-image: url(images/who.jpg);
height: 77px;
width: 87px;
display: block;
border: 0;
}
a#who:hover {
background-image: url(images/who_h.jpg);
}
a#who span {display:none;}
footer {
height: 30px;
width: 100%;
}
#footertext {
font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
}
#content {
height: 395px;
width:96%;
overflow: auto;
font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
padding-left: 20px;
}

#content-horizon {
height: 395px;
width:96%;

font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
padding-left: 20px;
}

#content-flash {
	height: 395px;
	width:96%;
	overflow: hidden;
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
}

#preloader{
visibility:hidden;
width:1px;
height:1px;
position:fixed;
left:0px;
top:0px;

}

#formleft input {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background:none;
	border:0px;
	padding-top:7px;
	padding-left:15px;
	width: 205px;
}

#input-bg {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background-image:url(images/textbox.png);
	border:0px;
	width: 224px;
	height: 32px;
}

#ta-bg {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background-image:url(images/textarea.png);
	border:0px;
	width: 371px;
	height: 332px;
}

#formleft {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
}

#formright textarea {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background:none;
	border:0px;
	padding-top:10px;
	padding-left:14px;
	width: 355px;
	height:310px;
}

#boton-bg {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background-image:url(images/boton.png);
	border:0px;
	width: 129px;
	height: 32px;
}

#formleft input.boton {
	font-family: Segoe UI, Lucida Grande,Lucida Sans, Tahoma;
	font-size: 14px;
	background:none;
	border:0px;
	padding-top:4px;
	padding-left:8px;
	width: 120px;
}