/* CSS Document */

/* PAGE RESET START */



div.productGroup a {text-decoration:none; color:#005293;}
div.productGroup a:hover {text-decoration:underline; color:#d55c19;}

.bBorder {
		/*border-top:1px dashed #005293;*/
		
		font-weight: bold;
		font-size:12px;
}

.sectionTitle {
	font-weight:bold;
	font-size:14px;
}
img {  
	border-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE RESET END */


/* PAGE STRUCTURE START */

#page-wrap {
	width:980px;
	text-align : left ;
	margin: 0 auto;
}

#content {
	margin: 0 10px 0 10px;
	widows:960px;
}

#content h1{
	color:#FFF;
}


#desciption {
	background:#d55c19;
	font-weight:bold;
	padding:0 15px 0 15px;
	text-align:justify;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

/* DIV SLIDER */

.faq-ans {
	width:auto;
	background:#ffffff;
	color:#005293;
	display:none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin: 5px 0 5px 0;
	padding:0 15px 0 15px;
	/*border:1px solid #8fcae7;*/
	line-height: 120%;
	font-size:12px;
}

/* DIV SLIDER */
