/*special custom CSS for specific pages and sections */
/*FORM*/
#form1 {
	width: 500px;
	text-align:center;
} 
#form1 p {
	text-align:left;
	font-size: 1em;
}
#form1 #submit {
	font-size: 1.1em;
	width: 100px;
}
#form1 #sal {
	margin-right: 10px;
}
#form1 #name, #form1 #email, #form1 #phone, #form1 #software, #form1 #question {
	vertical-align:text-top;
}
#formframe {
	background-image: url(imgs/dvaultInsetBkgd.png);
	background-repeat: repeat;
	background-color:#FFF;
	padding: 0 8px 0 10px;
	margin:0;
}

/*SPECIAL*/
#prodsection {
	background-image:url(imgs/dvaultInsetBkgd.png);
	min-height: 100px;
	margin: 0 15px 0 206px;
	padding: 0 10px 0 10px;
}
#prodsection img {
	margin-left: 10px;
	float:right;
}
#prodsection h3{
	padding-top: 5px;
}
#ctrCol p.fineprint { /*for comments in the center column*/
margin-left: 220px; 
font-size: .85em; 
font-style:italic;
}
#contactsubheadbkgd {
	background-image:url(imgs/stock_89597530_web.jpg);
	background-repeat:no-repeat;
	float: right;
	height: 190px;
	width: 128px;
	margin-left: 7px;
	background-color: #57411a;
	background-position: center center;
}
#sitemap {
	padding-left:0;
	font-size: 1em;
	text-align: left;
	height: 50px;
	list-style-type: none;
}
#sitemap li {
	float:left;
	padding: 0 5px 5px 5px;
	font-weight: normal;
	font-size: 1em;
}
#sitemap li a {
	font-weight:bold;
}