
#product_page_container { 
	width: 967px;
	height: auto;
	margin: auto;	
}
#product_float_container {
	width: 967px;
	height: auto;
	float: left;
}
#product_headingArea {
	width: 999px;
	height: auto;
	float: left;
}
#product_heading_container {
	width: 967px;
	height: auto;
	float: left;
	border:1px solid #999;
}

#product_banner_container {
	width: 967px;
	height: auto;
	float: left;
	background: url(../images/banner.png) no-repeat left top;
}
#product_body_container {
	width: 967px;
	height: 140px;
	float: left;
}
#product_footer_container {
	width: 967px;
	height: 140px;
	float: left;
}
/*------ div Class ------*/

.product_heading_content {
	float:left;
	width:713px;
	height:205px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align:justify;
	background:url(../../products/images/heading_content_bg.png);
}

.product_heading_content_footer {
	float:left;
	width:734px;
	height:27px;
	background:url(../../products/images/heading_content_footer.png);

}
.product_logo_section {
	float: right;
	width: 233px;
	height: 242px;	
	background:#FFFFFF;
	
}

.product_menu_section {
	float: left;
	width: 967px;
	height: auto;
	margin: auto;
}

/*------ text Class ------*/
.textLink {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.textLink A:link {
	color: #FF0000;
	text-decoration: none;
}
.textLink A:visited {
	color: #FF0000;
	text-decoration: none;
}
.textLink A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.textLink A:active {
	color: #FF0000;
	text-decoration: none;
}
.textLine {
	color: #FFFFFF;
	font-weight:bold;
}
.textHeading {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 16px;
}



/* tab pane styling */
div.panes div {
	display:none;
	padding:29px 30px 10px -20px;
	border:1px solid #999;
	width:936px;
	height:auto;
	font-size:14px;
	background-color:#e5e5e5;
}
/* tab pane styling */
div.panes div ul {
	list-style:none;
	padding-left:80px;
	font-size:14px;
	background-color:#e5e5e5;
}

