html body{
	background-image:url(../../images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
}
a img{
	border:0;
}
a, a:visited, a:active, a:hover{
	color: black;
	text-decoration:none;
}
a:hover{
	cursor:pointer;
}
#wrapper{
	width:821px;
	margin: 35px auto 0 auto;
	background-color: white;
	border: 1px solid #555;
}
#head{
	background-image:url(../../images/head.jpg);
	padding: 45px 12px 87px 518px;
}
#body table td{
	vertical-align:top;
}
#sidebar{
	width: 205px;
	background-color: #cecece;
	float:right;
	padding-left: 10px;
	border-left: 1px solid #aaa;
}
#sidebar, #body{
	height: 380px;
}
#sidebar a{
	color: #ff2525;
	display:block;
}
#sidebar table{
	margin-top: 30px;
}
#sidebar td{
	padding-bottom: 10px;
}
#sidebar .icon{
	text-align: center;
	vertical-align:top;
}
#sidebar .icon img{
	padding-top: 3px;
}
h1{
	color: #ff2525;
	font-weight: normal;
	font-size: 22px;
	margin:0;
	line-height: 25px;
	padding-bottom: 17px;	
}
#clients{
	width: 255px;
	margin: 20px;
}
#clients .blackbox{
	vertical-align:top;
	width: 50%;
	padding: 6px 3px 6px 7px;
	height: 67px;
	background-color: black;
	font-size: 11px;
}
#clients .blackbox a{
	color:white;
	display:block;
}
#clients .blackbox b{
	display:block;
	margin: 5px 0 5px 0;
	font-size: 12px;
}
#clients .whitebox{
	vertical-align:middle;
	padding:5px;
}
#technology{
	width: 255px;
	margin: 20px;
}
#technology td{
	font-size: 10px;
	line-height: 11px;
}
#technology img{
	border: 1px solid #000;
}
#technology a{
	display:block;
	color: #ff2525;
}
#technology a b{
	color: black;
	display:block;
	font-size: 11px;
	font-weight:normal;
}
#hidden{
	display:none;
}
.padit{
	padding: 10px 20px 0 20px;
}
.padit h2{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.padit a{
	border-bottom: 1px solid #ff2525;
	color: #ff2525;
}
.padit .subhead{
	font-weight: bold;
}
.clientIMG{
	float:right;
	margin: 0 10px 0 10px;
	border:1px solid black;
}
input, textarea{
	background-color: #f2f2f2;
	border: 1px solid black;
}
.logo img{
	padding: 2px;
	border: 1px solid black;
	background-color: white;
}