/* 
	support.css
	styles for support.html
*/

#main h2 img {
	vertical-align: middle;
	margin-left: 10%;
}

#software {
	float: left;
	width: 30%;
	border: 3px solid #30569C;
	margin: 10px 9% 20px;
}

* html #software {
	margin-right: 1%;
}

#software dt {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CDD8D2;
	background-color: #30569C;
	padding-top: 6px;
	padding-bottom: 6px;
}

#software dd, #manual dd {
	margin: 9px 10px 10px;
}

#software dd a:hover {
	background: url(../images/demosoftware2.png) no-repeat left top;
	text-decoration: underline;
}

#software dd a {
	background: url(../images/demosoftware1.png) no-repeat left top;
	padding-left: 128px;
	padding-top: 45px;
	height: 82px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #777;
}

* html #software dd a, * html #manual dd a {
	height: 128px;
}

#manual {
	float: left;
	width: 30%;
	border: 3px solid #931124;
	margin: 10px 9% 20px;
}

#manual dt {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CDD8D2;
	background-color: #931124;
	padding-top: 6px;
	padding-bottom: 6px;
}

#manual dd a:hover {
	background: url(../images/manual2.png) no-repeat left top;
	text-decoration: underline;
}

#manual dd a {
	background: url(../images/manual1.png) no-repeat left top;
	padding-left: 128px;
	padding-top: 45px;
	height: 82px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 130%;
	color: #777;
	font-weight: bold;
}


dd.note {
	text-align: justify;
	font-size: 80%;
	margin-left: 0;
}

#main p {
	clear: both;
	margin-left: 8%;
	margin-right: 10%;
}
