@charset "utf-8";

/* CSS Document */

body
{
   /* text-align:center;*/
}


.button 
	{
    	position: fixed;
    	bottom: 0;
    	left:0;
    	/*right: 0; //or left: 0; depending on where you want it to be.*/
    }	

/* Desktop 
@media only screen and (min-width:961px) and (max-width:1800px) 
{
*/
/*###########  Line   #############*/

.show-line a{
   font-size:14px;
   color:#FFF;
   font-family: 'Lato', sans-serif;
  padding-left:5px;
  
}


/*###########  Line End  #############*/




#menu-pane
	{
		width: 857px;
		float: left;
		/*320px;*/  
    }
    
    #content-pane
	{
	    
		width: 100%;
		height:100%;
		float: left;
		text-align: center;
	}
	#cakecontent-pane
	{
	    margin-top:50px;
		width: 100%;
		height:100%;
		float: left;
		text-align: center;
	}
	#drinkscontent-pane
	{
	    margin-top:50px;
		width: 100%;
		height:100%;
		float: left;
		text-align: center;
	}

    #health_content-pane
    {
        margin-top:50px;
		width: 100%;
		height:100%;
		float: left;
		text-align: center;
		position:relative;
    }
    

	#landing_page
	{
	    width:807px;
		margin-left:233px;
	
	}
	
	
	#mobmenu-pane
    {
        display:none;
    }
    
#options-btn
	{
		visibility:hidden;
    }
	
#mobile_logo 
    {
        
        display:none;
    }

#bottom-nav
    {
        
        bottom:0px;/* auto;
        margin-top:10px;
		 */
margin-left:400px;
        position:fixed;
    }
    .bottom-nav-inner
    {
        float:left;
        /*margin-left:5%;*/
    }   
    
    #right-nav
    {
         margin-left:807px;
        position: absolute;
    }
	
	#right-nav_001
    {
        float:right;
        right:-49px;
        top:0px;
        position: absolute;
    }
	
    .right-nav-inner
    {
    } 
    
    #health_right-nav
    {
        /*margin-left:807px;*/
        float:right;
        right:28px;
        top:0px;
        position: absolute;
        margin-left: 778px;margin-top: 33px;
        
    } 
.flyout
    {
        bottom:0px;
        position:absolute;
        width:166px;
        height:105px;
        overflow: hidden;
        z-index:10000;
    }
	#note
	{
    margin-left: 742px;
    margin-top: 75px;
    position: absolute;
    z-index: 100;
    }
#products
	{
		width:807px;
		height:458px;
		/*margin-left:233px;*/
	}
	
#left_product_1
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_1.jpg);
		position: absolute;
		float:left;
	}

#left_product_2
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_2.jpg);
		position: absolute;
		float:left;
	}
	
#left_product_3
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_3.jpg);
		position: absolute;
		float:left;
	}	
	#cakecontent
	{
        margin:0px auto; 
        width:857px;
    }
    #drinkscontent
	{
        margin:0px auto; 
        width:857px;
        overflow:hidden;
        text-align:center;
        
    }
        
    #health_content
    {
        margin:0px auto; 
        width:857px;
        overflow:hidden;
        text-align:center;
    }
    
    
    
    
#left_product_4
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_4.jpg);
		position: absolute;
		float:left;
	}

#left_product_5
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_5.jpg);
		position: absolute;
		float:left;
	}

#left_product_6
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_6.jpg);
		position: absolute;
		float:left;
	}

#left_product_7
	{
		width:305px;
		height:458px;
		background-image:url(../images/products_img_7.jpg);
		position: absolute;
		float:left;
	}

#left_product_inner
	{
		width:305px;
		height:144px;
		background-image:url(../images/products_text_bg.png);
		position:absolute;
		bottom:0;
	}
	
#right_product
	{
		width:502px;
		height:458px;
		float:right;
		background-image:url(../images/products_bg.png);
		background-repeat:repeat;
	}

.product_item
	{
		width:502px;
	}

.product_item1
	{
		width:502px;
		clear:both;
	}	
	
.product_s1
	{
		float:left;
		margin-left:9px;
		margin-top:7px;
	}
.product_style
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#FFF;
		text-decoration:none;
		text-align:left;
		margin-left:10px;
		margin-right:10px;
		text-shadow:none;
		line-height:12px;
	}
.product_style_read_more
	{
		text-decoration:none;
		position: absolute;
    	bottom: 0;
    	right: 0;
		border:none;
		background-color:#f6d680;
		background-image:none;
	}
	
#products_mobile
 	{
	 	display:none;
 	}

#products_tablet
 	{
	 	display:none;
 	} 

	
#table
	 {
		display: table;
		width:100%;
	 }
            
.row {
		display: table-row;
	}

.cell {
		display: table-cell;
		vertical-align:top;
		padding:10px 0px 10px 0px;
	  }
	  
#product_info
{
	background-image:url(../images/products_bg.png);
	background-repeat:repeat;
	margin-right:10px;
	width:500px;
	height:353px;
}

#product_info_scroll
	{
		margin-right:10px;
	}
	
#product_info_scroll_1
	{
		margin-right:10px;
	}	

#about_replaze
	{
		width:810px;
		height:400px;
		background-image:url(../images/products_bg.png);
		background-repeat:repeat;
		margin-top:10px;
	}
	
	#recipetitle
	{
	    background-color:Black;
	    margin-top:-45px;
	    color:White;
	    float:left;
	    font-size:20px;
	    height:35px;
	    padding-left:10px;
	    padding-right:10px;
	    padding-top:5px;
	    opacity:0.8; 
	    position:absolute;
	    font-family: 'Oswald', sans-serif;
		z-index:9999;
	    
	}
#recipes
	{
		width:807px;
		/*margin-left:233px;*/
	}

#left_recipes
	{
		width:240px;
		height:458px;
		background-color:#e9e9e9;
		float:left;
	}

#left_recipes_1
	{
		width:240px;
		height:92px;
		background-color:#363636;
		color:#996;
		
	}
#left_recipes_1 h1{
    font-size:42px;
    font-family: 'Raleway', sans-serif;
	font-weight:100;
	padding-top:20px;
   }
#left_recipes_2
	{
		width:240px;
		height:14px;
		background-color:#e9e9e9;
	}

#left_recipes_3
	{
		width:240px;
		height:35px;
		background-color:#e9e9e9;
		padding-top:15px;
	}

#left_recipes_4
	{
		width:200px;
		height:30px;
		background-color:#e9e9e9;
		/*background-image:url(../images/recipes_search_box.png);*/
		background-repeat:no-repeat;
		margin-top:15px;
		margin-left:25px;
	}
	
#left_recipes_5
	{
		width:240px;
		height:auto;
		background-color:#e9e9e9;
	}	

#recipelist
{
    overflow:hidden;
    height:261px;
    }
#right_recipes
	{
		width:567px;
		height:458px;
		float:left;
		/*background-image:url(../images/cake_img_1.png);
	    background-repeat:no-repeat;*/
	    
	}
	
	#right_cake
	{
		width:567px;
		height:458px;
		float:left;
		position: relative;
		/*background-image:url(../images/recipes_img_1.png);*/
		
	}
	
	
	
#right_info
	{
		width:46px;
		height:458px;
		float:right;
		background-image:url(../images/recipes_right_info_bg.png);
		background-repeat:repeat-y;
		right:0px;
		position:absolute;
		
	}
		
#right_info_inner
	{
		width:270px;
		height:458px;
		float:right;
		background-color:#000;
		opacity:0.9;
		overflow:hidden;
		position:absolute;
		top:0px;
		right:46px;
	}
	
.right_info_inner_1
{
	width:250px;
	height:30px;
	float:right;
	background-color:#bc2734;
	margin-top:0px;
	overflow:hidden;
}
 .right_info_inner_1 h2{
    font-size:26px;
	font-family: 'Raleway', sans-serif;
    font-weight:100;
	margin-top:-10px;
	color:#CCC;
	
 }


#right_cake
{
	width:567px;
	height:458px;
	float:right;
/*	background-image:url(../images/cake_img_1.png);*/
	background-repeat:no-repeat;
}
#ipad
{
	width:712px;
	margin:0 auto;
}

#ipad_1
{
	width:712px;
	height:116px;
	/*background-image:url(../images/ipad_img1.png);
	background-repeat: no-repeat;*/
}

#ipad_content
{
	width:712px;
	height:465px;
}

#ipad_left
{
	width:267px;
	height:458px;
	float:left;
	position:relative;
	/*background-image:url(../images/ipad_img2.png);
	background-repeat:no-repeat;*/
}

#ipad_right
{
	width:445px;
	height:458px;
	float:right;
	position:relative;
	/*background-image:url(../images/ipad_img3.png);
	background-repeat:no-repeat;*/
	
	
}

#ipad_left_inner
{
    position:absolute;
}
#ipad_right_inner
{
    position:absolute;
}
#recipe_menu
{
    display:none;
}
#recipe_menu_close
{
    display:none;
    
}
#age
{	
	margin-left:30px;
	
	clear:both;
}
	
#height
{	
	margin-left:30px;
	padding-top:5px;
	clear:both;
}

#left_what_is_replaze
{
	width:293px;
	height:418px;
	background-color:#424242;
	float:left;
}
		
		
		
		#left_landing_page
	    {
		    width:403px;
		    height:458px;
		    background-image:url(../images/stevia_landing.png);
		    float:left;
	    }
	    
	    #right_landing_page
	    {
		    width:404px;
		    height:458px;
		    background-image:url(../images/minitab_landing.png);
		    float:left;
	    }
#left_what_is_replaze1
	{
		width:200px;
		height:33px;
		background-color:#424242;
		float:left;
	}	

#left_how_to_use
	{
		width:200px;
		height:33px;
		background-color:#424242;
		float:left;
	}
	
#left_what_exactly 
	{
		width:200px;
		height:33px;
		background-color:#424242;
		float:left;
	}

#left_where_locate 
	{
		width:201px;
		height:33px;
		background-color:#424242;
		float:left;
	}
	
#left_line_bg
	{
		width:293px;
		height:3px;
		background-image:url(../images/what_is_replaze_line_bg.png);
		background-repeat:repeat-x;
		float:left;
	}

.right_what_is_replaze
	{
		width:807px;
		height:418px;
		float:right;
		background-color:#e9e9e9;
	    overflow:hidden;
	    text-align:left;
	    
	}
	.tabs_div
	{
		width:473px;
		height:367px;
		float:right;
		overflow:hidden;
	    text-align:left;
	    font-family: Tahoma;
        font-size:13px;
	    color:#333;
	    background-color:#FFF;
	    padding-right:20px;
	    padding-top:20px;
		padding-left:20px;
	    padding-bottom:30px;	    
   	   
	}
    .contact_us
    {
	        top:0;
	        margin-left:521px;
	        width:133px;
	        height:26px;	       
		    /*background-color:Transparent;*/
			display:inline;
			
    }
    
    .health_diabetes1
    {
	        top:0;
	        position:fixed;
	        left:312px;
	        width:162px;
	        height:26px;
	       
		    /*background-color:Transparent;*/
    }
    .health_diabetes2
    {
	        top:0;
	        position:fixed;
	        left:448px;
	        width:174px;
	        height:26px;
	       
		    /*background-color:Transparent;*/
    }
    .health_diabetes3
    {
	        top:0;
	        position:fixed;
	        left:596px;
	        width:169px;
	        height:26px;
	       
		    /*background-color:Transparent;*/
    }
    
    
     .faq_replaze
    {
	        top:0;
	        margin-left:0px;
	        width:133px;
	        height:26px;
	        display:inline;
			margin-left: -31px;
		    /*background-color:yellow;*/
    }
    
    .forum_replaze
     {
	        top:0;
	        width:133px;
	        height:26px;
	        display:inline;
			margin-left:0px;
			margin-left: -31px;
		    /*background-color:yellow;*/
    }
    
    
    .designed_by
    {
	        bottom:0 auto;
	        position:relative;
	        /*margin-left:555px;	       */
	        padding-bottom:30px;
	        font-size:11px;
	        font-family:Tahoma;
	       
	        color:White;
	        float:right;
	        
    }
    
    .copy_right
    {
	        bottom:0 auto;	      
	        position:relative;
	       /* left:150px;*/
	        padding-bottom:30px;
	        font-size:11px;
	        font-family:Tahoma;
	        color:White;
			float:left;	
						
	        
    }
    
    #nutritional_value 
	{
		display: table;
		width:auto;
		margin-left:10px;
		margin-top:20px;

	}
	
            
.nutritional_value-cell 
	{
		display: table-cell;
		width:153px;
		color:#E2810E;
		vertical-align:middle; 
		border: 1px solid #393939;
		height:40px;
		/*background: #a2a2a2; */
		
		padding-left:10px;
	text-shadow: 0 1px 0  #444444; 
		
	}
	
.nutritional_value-cell2 
	{
		display: table-cell;
		vertical-align:middle; 
		border: 1px solid #393939;
		height:24px;
		/*background: #f7931e; */
		color: #D1D1D1;
		padding-left:10px;
		padding-right:10px;
		font-size:14px;
		text-shadow: 0 1px 0  #444444; 
				
	}
	
.nutritional_value-cell3 
	{
		display: table-cell;
		vertical-align:middle; 
		border: 1px solid #393939;
		height:24px;
		/*background: #f7931e; */
		color: #e2810e;
		padding-left:10px;
		padding-right:10px;
		font-size:14px;
		text-shadow: 0 1px 0  #444444; 				
	}
	
.nutritional_value-cell4 
	{
		display: table-cell;
		vertical-align:middle; 
		border: 1px solid #393939;
		height:20px;
		/*background: #f7931e; */
		color: #D1D1D1;
		padding-left:10px;
		padding-right:10px;
		font-size:12px;
		text-shadow: 0 1px 0  #444444; 
				
	}

.nutritional_value-row 
	{
		display: table-row;
		
	 }
	 
.product_heading_style
	{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:16px;
		color:#D2D2D2;
		text-decoration:none;
		text-align:left;
		margin-left:180px;
		margin-right:10px;
		text-shadow:none;
		line-height:18px;
		padding-top:50px;
	}
	  
	  #contact
	{
		width:807px;
		/*margin-left:233px;*/
	}

#left_contact
	{
		width:249px;
		height:458px;
		background-color:#d21819;
		float:left;
	}
		
#right_contact
	{
		width:558px;
		height:458px;
		float:right;
		background-color:#666666;
	}
	
#heading_contact
	{
		width:249px;
		height:96px;
		float:right;
		background-image:url(../images/contact_left_bg.png);
		background-repeat:repeat;
	}

#contact_text
	{
		width:558px;
		height:376px;
		background-image:url(../images/contact_middle.png);
		background-repeat:repeat-y;
	}	
	
#contact_table 
	{
		display: table;
		width:auto;
		margin-left:37px;
		margin-top:20px;
	}
	
            
.contact_table-cell 
	{
		display: table-cell;
		width:150px; 
		vertical-align:middle; 
		height:45px;
		/*background: #a2a2a2; */
		color: #fff;
		text-shadow: 0 1px 0  #444444;
		font-size:14px;
		font-family:tahoma;
		text-align:left;			
	}
	
.contact_submit
	{
		float:right;
	}

.contact_table-row 
	{
		display: table-row;		
	}
		
#health_diabetes
	{
		width:807px;
		/*margin-left:233px;*/
	}

#left_health_diabetes
	{
		width:293px;
		height:458px;
		float:left;
		background-image:url(../images/weight_isseus_img3.png);
		background-repeat:no-repeat;
	}

#right_health_diabetes
	{
	    
		width:514px;
		height:458px;
		float:right;
		background-color:#f4f4f4;
		text-align:left;
	}
	
	.health_div
	{
		width:470px;
		height:458px;
		float:right;
		overflow:hidden;
	    text-align:left;
	    font-family:Tahoma;
        font-size:12px;
	    color:#333;
	    margin-left:25px;
	  
	    padding-right:20px;
   
	   
	}

#health_diabetes_text
	{
		margin-left:30px;
		margin-top:380px;
	}
	
	#benefits
	{
		width:857px;
		margin:0 auto;
		/*margin-left:233px;*/
	}

#left_benefits
	{
		width:233px;
		height:461px;
		background-color:#2c2c2c;
		float:left;
	}
	#left_benefits1
	{
		width:233px;
		height:103px;
		background-color:#090;
		float:left;
		color:#9C6;
		padding:10px;
	}
	#left_benefits1 h1{
	  font-size:42px;
	  font-weight:100;
	  font-family: 'Raleway', sans-serif;
	}
	#left_benefits1 h5{
	  font-size:16px;
	  font-weight:100;
	  font-family: 'Raleway', sans-serif;
	}
	
	
	#left_benefits2
	{
		width:233px;
		height:192px;
	
		float:left;
	}
	#left_benefits3
	{
	    padding-top:3px;
		width:115px;
		height:165px;
		float:left;
		background-color:#090;
		color:#9C6;
	}
	#left_benefits3 h1{
	    font-size:25px;
		font-weight:100;
	    font-family: 'Raleway', sans-serif;
		padding:10px;
	}
	#left_benefits4
	
	{
	    padding-top:3px;
	    padding-left:3px;
		width:115px;
		height:165px;
		float:left;
	}
    #right_benefits
	{
		width:574px;
		height:461px;
		float:left;
		background-color:#f4f4f4;
		background-repeat:repeat;
	}
	#right_benefits_inner1
	{
		width:574px;
		height:101px;
		float:right;
		background-color:#444444;
		background-repeat:repeat;
		font-family: 'Ubuntu', sans-serif;
		font-size:20px;
		color:#fff;
		text-align:left;
	}
	
	#right_benefits_inner1_text
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:20px;
		color:#fff;
		text-align:left;
		padding-left:30px;
		padding-top:20px;
	}
	
	#right_benefits_inner2
	{
	   	width:574px;
		height:16px;
		float:right;
		background-color:#f4f4f4;
		background-repeat:repeat;
	}
	#right_benefits_inner3
	{
	   	width:574px;
		height:200px;
		float:right;
		background-color:#f4f4f4;
		background-repeat:repeat;
	}
	.benefits_div
	{
	    font-family: 'Ubuntu', sans-serif;
		font-size:12px;
		text-align:left;
		overflow:hidden;
	    color:#333;
	    margin-left:25px;
	    padding-top:10px;
	    padding-right:40px;
	    width:504px;
		height:312px;
	    	
	}
	
	#desclamier
	{
		width:807px;
		height:461px;
		float:left;
		background-color:#f4f4f4;
		background-repeat:repeat;
	}
	
	#desclamier_inner
	{
    background-color: #F4F4F4;
    background-repeat: repeat;
    height: auto;
    width: auto;
}


.disclamer_div
	{
	    font-family: 'Ubuntu', sans-serif;
		font-size:12px;
		text-align:left;
		overflow:hidden;
	    color:#333;
	    margin-left:25px;
	    padding-top:10px;
	    padding-right:40px;
	    width:725px;
		height:420px;
	    	
	}
	
	#disclamer_inner1
	{
		width:725px;
		height:101px;
		float:right;
		background-color:#444444;
		background-repeat:repeat;
		font-family: 'Ubuntu', sans-serif;
		font-size:20px;
		color:#fff;
		text-align:left;
	}
	
	#disclamer_inner1_text
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:20px;
		color:#fff;
		text-align:left;
		padding-left:30px;
		padding-top:20px;
	}
	
	
	#faq
	{
		width:807px;
		/*margin-left:233px;*/
	}

	#left_faq
	{
		width:229px;
		height:458px;
		float:left;
		background-image:url(../images/faq_left.png);
		background-repeat:no-repeat;
	}
	
	#right_faq
	{
		width:578px;
		height:458px;
		float:right;
		background-image:url(../images/faq_right.png);
		background-repeat:no-repeat;
		text-align:left;
	}
	#faq_pad
	{
	    position:absolute;
	    width:449px;
		height:513px;
		margin-left:305px;
		margin-top:105px;
		float:right;
		background-image:url(../images/pad.png);
		background-repeat:no-repeat;
		text-align:left;
	}
	#faq_q
	{
	    margin-top:140px;
	    margin-left:52px;
	    width:81px;
		height:84px;
		float:left;
		background-image:url(../images/faq_q.png);
		background-repeat:no-repeat;
		text-align:left;
	}
	#faq_sep
	{
	    margin-top:145px;
	    margin-left:33px;
	    width:5px;
		height:70px;
		float:left;
		background-image:url(../images/faq_sep.png);
		background-repeat:no-repeat;
		text-align:left;
	}
	#faq_upper
	{
	     margin-top:140px;
	    margin-left:16px;
	    float:left;
		font-family: 'Ubuntu', sans-serif;
		letter-spacing:-1px;
		line-height:1.7px;
		font-size:12px;
		text-align:left;
	}
	#faq_middle
	{
	    margin-top:191px;
	    margin-left:60px;
	   
		
	}
	#faq_middle p
	{
	    margin:0px 0px 0px 0px;
	   
		
	}
	
	p span .highlight {
		font-size:4px;
	}
	
	.faq_q
	{
	    margin-left:16px;
	    margin-top:1px;
	    padding-left:5px;
	    width:370px;
	    height:28px;
	    background-image:url(../images/faq_q_bg.png);
		background-repeat:no-repeat;
	    color:#bebebe;
	    font-family: 'Ubuntu', sans-serif;
	    font-size:12px;
	    letter-spacing:-1px;
	    text-align:left;
	    
	}
	.faq_q p
	{
	    margin:0px 0px 0px 0px;
	   
		
	}
	
	
	#q_1_content
	{
	    width:817px;
	    height:315px;
	    background-color:#8f959a;
	    padding: 7px 0 0 7px;
	}
	
	#q_1_content_inner
	{
	  width:809px;
	  height:307px;
	  background-color:#303030;
	  font-family: 'Ubuntu', sans-serif;
	  font-size:12px;
	  text-align:left;
	  color:#ffffff;
	}
	
	
	#q_2_content
	{
	    width:817px;
	    height:315px;
	    background-color:#8f959a;
	    padding: 7px 0 0 7px;
	}
	#q_2_content_inner
	{
	  width:809px;
	  height:307px;
	  background-color:#303030;
	  font-family: 'Ubuntu', sans-serif;
	  font-size:12px;
	  text-align:left;
	  color:#ffffff;
	}
	
	#q_3_content
	{
	    width:817px;
	    height:315px;
	    background-color:#8f959a;
	    padding: 7px 0 0 7px;
	}
	#q_3_content_inner
	{
	  width:809px;
	  height:307px;
	  background-color:#303030;
	  font-family: 'Ubuntu', sans-serif;
	  font-size:12px;
	  text-align:left;
	  color:#ffffff;
	}
	#q_4_content
	{
	    width:817px;
	    height:315px;
	    background-color:#8f959a;
	    padding: 7px 0 0 7px;
	}
	#q_4_content_inner
	{
	  width:809px;
	  height:307px;
	  background-color:#303030;
	  font-family: 'Ubuntu', sans-serif;
	  font-size:12px;
	  text-align:left;
	  color:#ffffff;
	}
	#q_5_content
	{
	    width:817px;
	    height:315px;
	    background-color:#8f959a;
	    padding: 7px 0 0 7px;
	}
	#q_5_content_inner
	{
	  width:809px;
	  height:307px;
	  background-color:#303030;
	  font-family: 'Ubuntu', sans-serif;
	  font-size:12px;
	  text-align:left;
	  color:#ffffff;
	}
	
	.faq_left_side
	{
	    width:224px;
	    height:305px; 
	    background-color:#222323;
	    font-family: 'Ubuntu', sans-serif;
	    font-size:12px;
	    text-align:left;
	    color:#ffffff;
	    float:left;
	}
	.faq_right_side
	{
	    width:576px;
	    height:305px; 
	    font-family: 'Ubuntu', sans-serif;
	    font-size:14px;
	    text-align:left;
	    color:#ffffff;
	    float:right;
	}
	
	#img_left
	{
		width:291px;
		height:353px;
		float:left;
	}
	
	#right_section
	{
		width:490px;
		height:274px;
		float:right;
		margin-top:30px;
		margin-right:10px;
	}
	
	#right_section_1
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:0px;
		margin-right:10px;
	}
	
	#right_section_2
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:10px;
		margin-right:10px;
	}
	
	#right_section_3
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:10px;
		margin-right:10px;
	}
	
	#right_section_4
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:0px;
		margin-right:10px;
	}
	#right_section_5
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:0px;
		margin-right:10px;
	}
	
	
	
	#right_section_6
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:0px;
		margin-right:10px;
	}
	
	#right_section_7
	{
		width:490px;
		height:auto;
		float:right;
		margin-top:0px;
		margin-right:10px;
	}
	
	#right_section_8
	{
		width:490px;
		height:274px;
		float:right;
		margin-top:30px;
		margin-right:10px;
	}
	
	
	
	#social_media_icons
	{	
		width:490px;
		height:auto;
		float:right;
		margin-top:10px;
		margin-right:20px;

	}
	.bullets
	{
	    list-style-image: url(../images/arrow.gif);
	   
	}
	
	#diabetes_content1
	{
	    height:311px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:15px;
	}
	#diabetes_content2
	{
	    height:311px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:15px;
	}
	#diabetes_content3
	{
	    height:311px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:15px;
	}
	#diabetes_content4
	{
	    height:311px;
	     margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;

		margin-top:15px;
	}
	#diabetes_content5
	{
	    height:374px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:20px;
	}
	#diabetes_content6
	{
	    height:374px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:20px;
	}
	#diabetes_content7
	{
	    height:420px;
	    margin-left:20px;
	    overflow:hidden;
	    font-family: Tahoma;
	    font-size:13px;
		margin-right:5px;
		margin-top:20px;
	}
	.diabetes
	{
	    width:514px;
	    height:32px;
	    background-image:url(../images/diabetes_arrow.png);
		background-repeat:no-repeat;
	    color:#ffffff;
	    font-family: 'Ubuntu', sans-serif;
	    font-size:15px;
	    /*letter-spacing:-1px;*/
	    text-align:left;
	    margin-bottom:2px;
	    text-decoration:none;
		text-transform:uppercase;
	}
	.diabetes p
	{
	    margin:0px 0px 0px 0px;
	    
	}
	.diabetes a
	{
	    text-decoration:none;
	  
	}
	
	#how_to_is_it
	{
		width:470px;
	}
	
	#how_to_is_it_img
	{
		width:190px;
		float:left;
	}
	
	#how_to_is_it_content
	{
		width:280px;
		float:right;
	}
	
	#beverage
	 {
		display: table;
		width:100%;
		padding-top:10px;
	 }
            
	.beverage_row 
	{
		display:table-row;
	}

	.beverage_cell 
	{
		border: 1px solid #797979;
    	color: #ca2430;
    	display: table-cell;
    	font-size: 13px;
    	height: 34px;
    	padding-left: 10px;
    	padding-right: 10px;
    	/*text-shadow: 0 1px 0 #444444;*/
    	vertical-align: middle;
		font-family:Tahoma, Geneva, sans-serif;
	 }
	 
	 .beverage_cell_1 
	{
		border: 1px solid #797979;
    	color: #333333;
    	display: table-cell;
    	font-size: 13px;
    	height: 24px;
    	padding-left: 10px;
    	padding-right: 10px;
    	/*text-shadow: 0 1px 0 #444444;*/
    	vertical-align: middle;
		font-family:Tahoma, Geneva, sans-serif;
	 }
	 
	 #tempdiv_left
	 {
		 width:243px;
		 float:left;
	 }
	 
	 #tempdiv_right
	 {
		 width:260px;
		 float:right;
	 }
	 
	 #replaze_naturale
	 {
		 width:403px;
		 height:458px;
		 float:left;
		 background-image:url(../images/replaze_naturale.png);
		 background-repeat:no-repeat;
	 }
	 
	 .back-color{
	  
	   width:810px;
	   height:450px;
	   
	 }
	.down-page-menu{
	 height:25px;
	 width:199px;
	 color:#FFF;
	 background-color:#424242; 
	 float:left;
	 font-size:13px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-right:3px;
	 text-align:center;
	 padding-top:10px;
	}
	
	
	
	 #replaze_originale
	 {
		 width:404px;
		 height:458px;
		 float:left;
		 background-image:url(../images/replaze_originale.png);
		 background-repeat:no-repeat;
	 }
	 
	 #stevia_bg
	 {
		 width:807px;
		 height:418px;
		 background-image:url(../images/stevia_bg.png);
		 background-repeat:no-repeat;
	 }
	 
	 #line_bg
	 {
		 width:804px;
		 height:1px;
		 background-image:url(../images/line_bg.png);
		 background-repeat:repeat-x;
	 }
	 
	 #line_bg_1
	 {
		 width:2px;
		 height:38px;
		 background-image:url(../images/line_bg.png);
		 background-repeat:repeat-y;
		 float:left;
	 }
	 
	 #what_is_replaze_menu
	 {
		 width:807px;
		 height:38px;
		 background-color:#424242;
	 }
	
#cakewrapper
{
	background-image:url(../images/cake_bg.png); 
	background-repeat:no-repeat;
	width:1180px;
	margin:0 auto;
}

#drinkswrapper
{
	background-image:url(../images/red_fruits_bg.png); 
	background-repeat:no-repeat;
	width:1180px;
	margin:0 auto;
}

#health_wrapper
{
	background-image:url(images/Ipad1.png); 
	background-repeat:no-repeat;
	width:1180px;
	margin:0 auto;
}

#abc
{
	margin:0px auto; 
	width:857px;
}

#xyz
{
	margin:0px auto; 
	width:857px;
}

#footer_1
 {
	 margin:0 auto; 
	 width:857px;
 }
	 
.faq_right_side_one
{
	margin-top:38px;
	margin-left:25px;
	width:472px;
   
}

#faq_right_side_social_media
{
	margin-left:330px;
	margin-top:34px;
}

.faq_right_side_five
{
	margin-top:38px;
	margin-left:25px;
	width:472px;
	height:170px;
	overflow:auto;
	padding-right:20px;
}

#dibetes_852
{
	width:465px;
}




@media  screen and (max-width:960px) 
{
    
#menu-pane
{
    display:none;
}

#mobmenu-pane
{
    display:block;
    position:absolute;
}

img
{
	width: 100%;
}

#note
{
    display:none;
}

.contact_us
{
	display:none;
}

.faq_replaze
{
	display:none;
}

.forum_replaze
{
	display:none;
}

.flexslider 
{
    height: auto;
    position: relative;
}

#footer_1
{
	width:auto;
	margin:0 auto;
}

.copy_right 
{
    float: none;
    padding-bottom: 10px;
    position: relative;
	text-align:center;
}

.designed_by 
{
    margin-left: 0px;
    padding-bottom: 10px;
    position: relative;
	float:none;
	text-align:center;
}

#mobile_logo
{
	display:block;
	text-align:center;
	z-index:9999;
	margin:0 auto;
}

#drinkswrapper
{
	background-image:none; 
	width:1180px;
	margin:0 auto;
}

#cakewrapper
{
	background-image:none; 
	width:1180px;
	margin:0 auto;
} 

#abc
{
	width:100%;
	margin:0 auto;
}


#right-nav_001 
{
    float: left;
    position: absolute;
    right: -6px;
    top: 453px;
    transform: rotate(90deg);
    transform-origin: left top 0;
}

#right-nav_001 img 
{
    width: 80%;
}

#right-nav 
{
    float: none;
	margin-left:0px;
    position: absolute;
    margin-right: 0px;
    margin-top: -460px;
    /*transform: rotate(90deg);*/
    transform-origin: left top 0;
}

#right-nav img 
{
    width: 80%;
}

#benefits 
{
    margin: 0 auto;
    width: auto;
}

#left_benefits 
{
    background-color: #2C2C2C;
    float: none;
    height: 461px;
    width: 233px;
	margin:0 auto;
}

#right_benefits 
{
    background-color: #F4F4F4;
    background-repeat: repeat;
    height: auto;
    width: auto;
	margin-top:10px;
}

#right_benefits_inner1 {
    background-color: #444444;
    background-repeat: repeat;
    color: #FFFFFF;
    float: none;
    font-family: 'Ubuntu',sans-serif;
    font-size: 20px;
    height: auto;
    text-align: center;
    width: auto;
	padding-bottom:20px;
}

#right_benefits_inner2 
{
	display:none;
}

#right_benefits_inner3 {
    background-color: #F4F4F4;
    background-repeat: repeat;
    float: right;
    height: auto;
    width: auto;
}

.benefits_div {
    color: #333333;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    margin-left: 15px;
    overflow: hidden;
    padding-right: 20px;
	margin-bottom:10px;
    padding-top: 10px;
    text-align: left;
    width: auto;
}


#xyz
{
	margin:0px auto; 
	width:100%;
}

#contact
{
	width:100%;
	/*margin-left:233px;*/
}


#left_contact 
{
    background-color: #D21819;
    height: 458px;
	float: none;
    width: 249px;
	margin:0 auto;
}

#right_contact 
{
    background: none;
    float: none;
    height: 458px;
    width: 100%;
	padding-top:10px;
	margin:0 auto;
}

#contact_text
{
	background-image:url(../images/contact_middle.png);
	margin:0 auto;
	background-size:100%;
	width:auto;
}

.contact_submit
{
	float:left;
}

#contact_table 
{
    display: table;
    margin-left: 22px;
    margin-top: 20px;
    width: auto;
}


#faq {
    width: 100%;
}


#left_faq {
    background-image: url("../images/faq_left.png");
    background-repeat: no-repeat;
    float: none;
    height: 458px;
    width: 229px;
	margin:0 auto;
}

#right_faq {
    background-image: url("../images/faq_right.png");
    background-repeat: repeat;
	background-size:100%;
    float: none;
    height: 458px;
    text-align: left;
    width: 100%;
	margin:0 auto;
	margin-top:80px;
}


#faq_pad
{
	position:absolute;
	width:449px;
	margin:0 auto;
	height:513px;
	margin-top:524px;
	float:none;
	background-image:url(../images/pad.png);
	background-repeat:no-repeat;
	text-align: center;
	
}



#q_1_content {
    background-color: #8F959A;
    height: auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
}


#q_1_content_inner {
    background-color: #303030;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: 100%;
	padding-bottom:20px;
	margin-top:0px;
}

#q_2_content {
    background-color: #8F959A;
    height: auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
}


#q_2_content_inner {
    background-color: #303030;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: 100%;
	padding-bottom:20px;
	margin-top:0px;
}

#q_3_content {
    background-color: #8F959A;
    height: auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
}


#q_3_content_inner {
    background-color: #303030;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: 100%;
	padding-bottom:20px;
	margin-top:0px;
}

#q_4_content {
    background-color: #8F959A;
    height: auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
}


#q_4_content_inner {
    background-color: #303030;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: 100%;
	padding-bottom:20px;
	margin-top:0px;
}

#q_5_content {
    background-color: #8F959A;
    height: auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
}


#q_5_content_inner {
    background-color: #303030;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    width: 100%;
	padding-bottom:20px;
	margin-top:0px;
}


.faq_left_side 
{
	display:none;
}

.faq_right_side 
{
    color: #FFFFFF;
    float: none;
	margin:0 auto;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    height: auto;
    width: 92%;
}

.faq_right_side_one
{
	margin-top:0px;
	margin-left:0px;
	width:100%;	   
}

#faq_right_side_social_media
{
	margin-left:0px;
	margin-top:20px;
}

.faq_right_side_five
{
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height:auto;
	overflow: hidden;
	padding-right:0px;
}

#left_health_diabetes 
{
    background-image: url("../images/weight_isseus_img3.png");
    background-repeat: no-repeat;
	margin:0 auto;
    float: none;
    height: 458px;
    width: 293px;
	position: relative;
}


#right_health_diabetes {
    background-color: #F4F4F4;
    float: none;
	margin:0 auto;
    height: auto;
    text-align: left;
    width: 100%;
}

#diabetes_content7 {
    font-family: Tahoma;
    font-size: 13px;
    height: auto;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 20px;
    overflow: hidden;
}

#health_diabetes 
{
    width: 100%;
}


#health_diabetes_text 
{
    margin-left: 30px;
	margin-top:0px;
	position: absolute;
    bottom: 0;
	margin-bottom:20px;
}

#dibetes_852
{
	width:100%;
}

#diabetes_content5 {
    font-family: Tahoma;
    font-size: 13px;
    height: auto;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 20px;
    overflow: hidden;
}

#diabetes_content6 {
    font-family: Tahoma;
    font-size: 13px;
    height: auto;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 20px;
    overflow: hidden;
}


.diabetes {
    background-image: none;
    /*background-repeat: no-repeat;*/
	background-color:#585858;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif;
    font-size: 15px;
    height: 32px;
    margin-bottom: 2px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}


#recipes 
{
	margin:0 auto;
	text-align:center;
}

#replaze_naturale {
    background-image: url("../images/replaze_naturale.png");
    background-repeat: no-repeat;
    float: left;
    height: 458px;
    width: 403px;
}


#replaze_originale {
    background-image: url("../images/replaze_originale.png");
    background-repeat: no-repeat;
    float: left;
    height: 458px;
    width: 404px;
}

}




/*styles*/

.style001
	{
		font-family:Tahoma;
		font-size:13px;
		color:#333;
	}	
	
.readmore_style
	{
		border:none;
		background-color:#f6d680;
		background-image:none;
	}

.readmore_style_homepage
	{
		border:none;
		background-color:#f6d680;
		background-image:none;
		padding:1px 10px 10px 10px;
	}		

.style002
	{
		font-family:Tahoma;
		font-size:12px;
		color:#d2d2d2;
		margin:0px 30px 0px 30px;
	}
	
.style003
	{
		font-family:Tahoma;
		font-size:13px;
		color:#985301;
		line-height:40px;
		text-decoration:none;
	}
	
.style004
	{
		font-family:Tahoma;
		font-size:20px;
		color:#D2D2D2;
		margin:10px 10px 0px 10px;
	}

.style005
	{
		font-family:Tahoma;
		font-size:12px;
		color:#333;
		text-align:left;
		margin-left:25px;
	}
	
.style006
	{
		font-family:Tahoma;
		font-size:12px;
		color:#fff;
		text-align:left;
		margin-left:25px;
		height:150px;
        overflow:hidden;
        padding-right:10px;
        
	}
	
	.style007
	{
		font-family:Arial;
		font-size:11px;
		color:#ff7800;
		text-align:left;
	}
	
	
.style008
	{
		font-family:Arial;
		font-size:11px;
		color:#797979;
		text-align:left;
	}

.style009
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:40px;
		color:#fff;
		text-align:left;
		line-height:25px;
		padding-left:100px;
		letter-spacing:-2px;
	}

.style010
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:25px;
		color:#fff;
		text-align:left;
		padding-left:100px;
		padding-top:20px;
		letter-spacing:-2px;
	}
	
.style011
	{
		float:left;
		margin-left:40px;
		margin-top:30px;
	}

.style012
	{
		font-family:Tahoma;
		font-size:12px;
		color:#363636;
		text-align:left;
		margin-left:25px;
	}
	
.style013
	{
		float:left;
		margin-left:25px;
		margin-top:20px;
	}
	
.style014
	{
		float:left;
		margin-left:25px;
		margin-top:23px;
	}

.style015
	{
		float:left;
		margin-left:35px;
		margin-top:25px;
	}

.style016
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:33px;
		color:#fff;
		text-align:left;
		line-height:20px;
		padding-left:100px;
		letter-spacing:-2px;
	}

.style017
	{
		font-family:Tahoma;
		font-size:14px;
		color:#d1d1d1;
		margin-left:10px;
		margin-right:10px;
		margin-top:5px;
		margin-bottom:0px;
	}	
	

	.style018
	{
		font-family:Tahoma;
		font-size:14px;
		color:#d1d1d1;
		margin-left:10px;
		margin-right:10px;
		margin-top:0px;
		margin-bottom:0px;
	}
	
.style020
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:33px;
		color:#fff;
		text-align:left;
		line-height:22px;
		padding-left:35px;
		letter-spacing:-2px;
	}

.style021
	{
		font-family: tahoma;
		font-size:11px;
		color:#a0a0a0;
		text-align:left;
		padding-left:380px;
	}

.style022
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:22px;
		color:#fff;
		text-align:left;
		letter-spacing:-1px;
	}
	
.style023
	{
		font-family: 'Ubuntu', sans-serif;
		font-size:35px;
		color:#fff;
		text-align:left;
		line-height:24px;
		letter-spacing:-1px;
	}
	.style024
	{
		font-family: 'Raleway', sans-serif;
		font-size:31px;
		color:#fff;
		text-align:left;
		line-height:24px;
		letter-spacing:-1px;
		padding-bottom:12px;
	}
	
.style025
	{
		font-family: Tahoma;
		font-size:30px;
		color:#cdcdcd;
		text-align:left;
		letter-spacing:-1px;
		padding-bottom:12px;
	}
	
.style026
	{
		margin-left:12px;
	}

.style027
	{
			color: #ca2430;
    	    font-family: Tahoma;
    		font-size: 13px;
    		text-align: left;
			margin-bottom:0px;
			margin-top:0px;	
	}
	
.style028
	{
		color: #333;
		font-family: Tahoma,Geneva,sans-serif;
		font-size: 13px;
		padding-left:10px;
	}	
			
	.style029
	{
		color: #fff;
		font-family: Tahoma,Geneva,sans-serif;
		font-size: 13px;
		font-family: 'Lato', sans-serif;
	}



.mysty
{
	margin-top:10px;
}
	
#our_range_wrapper {
	display: block;
	width: 1180px;
    background-image: url("../images/pink_shadow_bg.png");
    background-repeat: no-repeat;
    margin: 0 auto;
}

#our_range_content {
    margin: 0 auto;
    width: 857px;
}
