/* CSS Document */

#main_content {
	clear:both;
}

#left_main_content {
	float:left;
	width:572px;
	padding-right:20px;
}

#banner_image{
    position:absolute; 
	z-index:1;
}
#banner_image span{
    display:block;
    float:left;
}

    
/* ********************************** */

        
#banner{
    position:relative;
    width:590px;
    height:240px;
    overflow:hidden;
	z-index:1;                
}

span img{
    display:block;
    border:none;
}
#satisfaction_cover {
	position:relative;
	z-index:3;
}
#cover {
	height:115px;
	width:100px;
	position:absolute;
	top:-110px;
	right:-16px;
	z-index:2;
}

#satisfaction {
	height:110px;
	width:113px;
	position:absolute;
	top:-95px;
	right:-10px;
	z-index:3;
}

#message_box {
	margin-top:30px;
	width:590px;
	text-align:justify;
	line-height:1.2em;
	font-size:12px;
	font-weight:bold;
}

#message_box_left {
	float:left;
	background:url(../pv_images/message_box.png) no-repeat;
	height:84px;
	width:290px;	
	color:#E4225C;
	margin-left:10px;
}

#message_box_right {
	float:right;
	background:url(../pv_images/message_box.png) no-repeat;
	height:84px;
	width:290px;
	color:#0782C6;	
}

#message_box_left p, #message_box_right p{
	margin:0;
	padding:10px 15px;
}

#content {
	clear:both;
	width:585px;
	padding-top:30px;
}

#text {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:375px;	
	text-align:justify;
	padding-bottom:30px;
}

#text p{
	margin:0 0 10px 20px;		
}

#small_icons {
	float:right;
	width:193px;
	border:1px solid #E5E3E3;
	background:#FFFFFF;
	margin:5px 0 0 0;
	padding:0;
}

#small_icons a {
	text-decoration:none;
}

#small_icons a:hover {
	text-decoration:none;
}

#small_icons img{
	border:none; 
	width:193px;
	height:54px;
}


