/*  ----------------------|  SUPPORT  |----------------------  */
#img_stepbystep {
	background-image: url(../images/support/step-by-step.gif);
	background-position: bottom center;
 	width: 100px;
 	height: 100px;
 	float: left;
 	border-width: 1px;
 	border-style: solid;
 	border-color: #494949; 
	margin-right: 20px;
	margin: 0px 20px 10px 0px;
}

#img_stepbystep:hover {
	background-position: top center;
}

#img_faq {
 	background: #fff url(../images/support/faq.gif);
	background-position: bottom center;
 	width: 100px;
 	height: 100px;
 	float: left;
 	border-width: 1px;
 	border-style: solid;
 	border-color: #494949; 
	margin: 0px 20px 10px 0px;
}

#img_faq:hover {
	background-position: top center;
}

#img_staff {
 	background: #fff url(../images/support/staff.gif);
	background-position: bottom center;
 	width: 100px;
 	height: 100px;
 	float: left;
 	border-width: 1px;
 	border-style: solid;
 	border-color: #494949; 
	margin: 0px 20px 0px 0px;
}

#img_staff:hover {
	background-position: top center;
}
	
.faq {
 	margin-bottom: 4px;
 	font-size: 9.1pt; }

	.faq li {
	 	color: #494949;
	 	font-weight: bold;
	 	padding-bottom: 10px; }
	 	
	.faq li strong {
	 	float: left;
	 	width:30px; }
	
	.faq_header {
	 	border-bottom: 1px solid #ccc;
	 	font-size: 10.1pt;
	 	margin: 0px 0px 6px 0px;
	 	padding: 0px 0px 4px 0px;
	 	color: #ff9a01; }
	
		.faq a:link, .faq a:visited {
	 		font-weight: 200;
		 	color: #666; }
	
		.faq a:hover {
	 		font-weight: 200;
		 	color: #494949; }

.support_message {
	width: 492px;
	margin-top: 2px;
	height: 100px; }
	

