@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
	padding:0;
	background-color:#333333;
}
a{outline:none;
color:#FF0000}

h1{ font-wieght:regular; font-size:14px; margin:10px auto; padding:0;}

.spacer90{ width:100%;height:90px; }

.logoHeader {
    position:relative;
	background: url(../images/logo.gif) no-repeat left top;
	height: 131px;
	width: 1100px;
	height: 131px;
    margin:0 auto -131px auto;
	z-index: 11;
}

#quickpics {
float:left;
}
#quickpics a img {
margin:10px 10px 2px 0;
border:6px solid #FFF;
}
#quickpics a:hover img{
border:6px solid #FF0000;
}

#borderPics img{
margin:0 0 24px 0;
border:6px solid #FFFFFF;
}

.sig{
margin:10px auto;
background:url(../images/sig_dark.gif) no-repeat right top;
height:50px;
}



.parag {margin:10px 0 0 0; text-align:justify}
.parag h1{ margin:15px 0 0 0; padding:0;}

.clients {
    list-style:none;
	margin:10px 0 0 10px;
	padding:0;
}
.clients li{
    list-style:none;
	margin:0;
	padding:0 0 10px 0;
}

.clients a{padding:5px 0 5px 20px;background:url(../images/arr.gif) no-repeat left 6px;color:#FFFFFF;text-decoration:none;
}
.clients a:hover {color:#FF0000;text-decoration:underline; background-position: 2px 6px;
}


.pros{ margin:10px 0 0 10px;}

.pros li{ list-style:none;}

.pros div{ background:url(../images/arr.gif) no-repeat left 2px; line-height:normal; margin:0 0 8px 0; padding:0 0 0 20px; }


.contactInfo,.contactForm{margin:10px 0 0 0;}
.contactForm #submit {padding:5px; width:100px; height:20px; border:none; background:transparent url(../images/submit.gif) no-repeat center center; float:right;}
.contactInfo em{ color: #FF0000; display:block; font-style:normal; }
.contactForm{ line-height:20px; text-transform:uppercase;}
.contactForm #textfield{ width:260px; }
.contactForm #textarea{ width:500px; }
.contactForm #textfield,.contactForm #textarea{
border-top:solid 4px #cc0000;
border-right:solid 1px #000;
border-left:solid 1px #000; 
border-bottom:solid 1px #000; 
}
