@charset "utf-8";
/* CSS Document */

#mainContent {
	margin:0px;
}

#mainContent .content{
	background: transparent url(../_images/ppage/int_Container_fill.gif) repeat-y scroll 0 0;
}

#mainContent .header{
	background: transparent url(../_images/ppage/int_Container_top.gif) no-repeat scroll left top;
}

#mainContent .footer{
	background:transparent url(../_images/ppage/int_Container_btm.gif) no-repeat scroll left bottom;
}


#mainContent #centerarea{ padding:10px;}

#mainContent .produtcs_banner{
	background:transparent url(../_images/ppage/flash_scene.gif) no-repeat scroll left center;
	height:290px;
}

#mainContent .produtcs_banner .flash{ width:900px;}

#mainContent .products{
	margin:20px 0px;
}


#mainContent .products .blue-box{ float: left; width:214px; margin-right:20px;}
/******************************************************************************************************************/
.blue-box .title{ 
	background:transparent url(../_images/ppage/header-center.jpg) repeat-x scroll center center;
	height:33px;
	position:relative;
}

.blue-box .title .left{
	background:transparent url(../_images/ppage/header-left.jpg) no-repeat scroll center center;
	width:10px;
	height:100%;
	position:absolute;
	left:0px;
}

.blue-box .title .right{
	background:transparent url(../_images/ppage/header-right.jpg) no-repeat scroll center center;
	width:10px;
	height:100%;	
	position:absolute;
	right:0px;
}

.blue-box .body .left{
	background:transparent url(../_images/ppage/body-border.jpg) repeat-y scroll left top;
} 

.blue-box .body .right{
	background:transparent url(../_images/ppage/body-border.jpg) repeat-y scroll right top;
	margin-left:2px;
} 

.blue-box .body .center{
	font-family:Tahoma, Geneva, sans-serif;
	background:#d3d3d3 url(../_images/ppage/body-bg.jpg) repeat-x scroll left top;	
	margin-right:2px;	
	padding:15px;
}

.blue-box .footer{ 
	background:transparent url(../_images/ppage/footer-center.jpg) repeat-x scroll center center !important;
	height:2px;
	overflow:hidden;
}

.blue-box .footer .left{
	background:transparent url(../_images/ppage/footer-left.jpg) no-repeat scroll center center;
	float:left;
	width:10px;
	height:100%;
}

.blue-box .footer .right{
	background:transparent url(../_images/ppage/footer-right.jpg) no-repeat scroll center center;
	width:10px;
	height:100%;	
	float:right;
}

a.select-btn{
	background:transparent url(../_images/ppage/select-btn.jpg) no-repeat scroll center center;
	color:#000000;
	cursor:pointer;
	display:block;
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	height:28px;
	line-height:25px;
	text-decoration:none;
	width:100px;
	margin:0px auto;
}
a.select-btn span{ padding-left:18px; float:left;}
a.select-btn img{
	float:right;
	margin-right:10px;
	margin-top:4px;
	padding-left:10px;
}

a.select-btn:hover img{
	margin-right:8px;
}

.blue-box .title a{
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.blue-box .body .center p{
	color:#555454;
	font-family:tahoma;
	font-size:13px;
	height:55px;
	line-height:19px;
	text-align:left;
}

span.red-highlight{ color: #d80000; }
/******************************************************************************************************************/