/* Flash Header */
#cp_header{
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	background-color: #ffffff;
	height:275px;
}
#cp_header object{ 
	outline: none; 
}


/* /// GENERAL /// */
#p-rcb .cp_tab{
	display:none;
}

#p-rcb a.cp_button {             
font-size:12px;            
color:#465e67;             
background:url(../images/general/arrow.png) no-repeat center left;              
display:block;              
padding-left:20px;             
min-height:16px;           
padding-top:3px;         
padding-bottom:3px;             
text-decoration:none;
}
            
#p-rcb .top .all_products a.cp_button{                            
background:url(../images/general/arrow.png) no-repeat 0 3px;                            
display: inline;             
}
               
.top .all_videos {           
margin-top: 12px;         
}
               
#p-rcb .top .all_videos a.cp_button{                             
background:url(../images/general/arrow.png) no-repeat 0 3px;                             
display: inline-block !important;              
}
               
.all_videos a.cp_button .youtube_icon {                           
margin-left: 8px;                             
vertical-align: middle;                             
background: 0 !important;                             
*display: inline;                            
*zoom:1;                            
margin-top: -2px;             
}

h1{
	color:#465e67;
	font-size:32px;
	padding:0;
	margin:0;
}
h2 {
	color:#465e67;
	font-size:26px;
	padding:0;
	margin:0;
}
p{
	color:#465e67;
}

/* /// CSS TAB 1 /// */
/*
.top{
	background:url(../images/tab1/top_bg.jpg) no-repeat;
	width:395px; */ /*960 - 515 - 50 = 395px */
	/*height:275px; *//* 305 - 30 = 275px*/
	/*padding:30px 515px 0px 50px
}
*/
.top{             
background:url(../images/tab1/top_bg.jpg) no-repeat;             
width:395px;              
height:310px;             
padding:30px 515px 0px 50px
}

.bottom{
	background:url(../images/tab1/bottom_bg.jpg) no-repeat;
	width:940px;
	height:400px;
	padding:0 0 0 20px;
}
/* TWO BLOCKS */
.box_wrapper{
	width:390px;
	padding:15px 25px 0 25px;
	float:left;
}
	.box_top{
		background:url(../images/tab1/box/top_box.png) no-repeat;
		width:390px;
		height:10px;
		clear:both;
	}
	.box_mid{
		background:url(../images/tab1/box/mid_box.png) repeat-y;
		width:340px;
		min-height:50px;
		padding:20px 25px 0 25px;
		float:left;
		clear:both;
	}
	.box_bottom{
		background:url(../images/tab1/box/bottom_box.png) no-repeat;
		width:390px;
		height:10px;
		clear:both;
	}
	
/* THREE BLOCKS */
.box_wrapper_three{
	width:295px;
	padding:15px 5px 0 5px;
	float:left;
}
	.box_top_small{
		background:url(../images/tab1/box/top_box_small.png) no-repeat;
		width:295px;
		height:10px;
		clear:both;
	}
	.box_mid_small{
		background:url(../images/tab1/box/mid_box_small.png) repeat-y;
		width:255px;
		min-height:50px;
		padding:5px 20px 0 20px;
		float:left;
		clear:both;
	}
	.box_bottom_small{
		background:url(../images/tab1/box/bottom_box_small.png) no-repeat;
		width:295px;
		height:10px;
		clear:both;
	}
