﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:url('images/rich-sauces-bg-bar.png') repeat-x;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

#footer {
	clear: both;
	background-image:url('images/footer-sauces-bg.png');
	background-repeat:no-repeat;
	height:80px;
	text-align:center;
	color:white;
	font-size:12px;
	padding-top:4px;
}

#rich_sauces_page
{
	background-image:url('images/rich-sauces-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:858px;
}

#rich_sauces_chili
{
	background-image:url('images/recipe-chilli-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_creole
{
	background-image:url('images/recipe-creole-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_bang
{
	background-image:url('images/recipe-bang-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_pepper
{
	background-image:url('images/recipe-black-pepper-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_fired_tomato
{
	background-image:url('images/recipe-fired-tomato-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_bernaise
{
	background-image:url('images/recipe-bernaise-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_garlic_parsley
{
	background-image:url('images/recipe-garlic-parsley-page.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
	width:924px;
	height:860px;
}

#rich_sauces_page a
{
    color:#52587C;
    font-weight:bold;
}

#rich_sauces_page a:hover
{
    color:#32486C;
}


#right_info
{
    font-size:16px;
    color:Black;
    width:380px;
    height:653px;
    float:right;
    margin-top:100px;
    margin-right:20px;     
    padding:0px 20px 0px 20px;
}

#right_info ul, #right_info li
{
 color: #000066;
 font-size:12px;
 line-height:28px;
 margin:0px 0px 0px 0px;
 padding:0px;
 list-style-image: url('images/green-bullet.png'); 
 list-style-position:inside;
}

#right_bottom_contact
{
    display:table-cell; 
    vertical-align:bottom; 
    height:250px;
}

#rich_sauces_nav
{
    height:50px;
    padding-top:20px;
    padding-left:670px;
    color:White;
}

#rich_sauces_nav a
{
    color:White;
}

#rich_sauces_nav a:hover
{
    color:#cccccc;
}

#left_carousel
{
    padding-top:340px;
    float:left;
}

#left_arrow
{
    float:left;
    width:30px;
    margin-top:40px;
}

#right_arrow
{
    float:left;
    width:30px;
    margin-top:40px;
}

.allergenTitle
{
    color:#51b224;
    font-size:12px;
}

.allergenInfo
{
    color:#000066;
    font-size:12px;
}


#recipe_div
{
    width:380px;
    height:676px;
    float:right;
    margin-top:0px;
    margin-right:20px;     
    padding:20px 20px 0px 20px;
}

#recipe_info 
{
    height:600px;
}

#recipe_info h2
{
   margin:0px;
   padding:0px;
   font-size:14px;
   font-weight:bold;
   color:#b4669d;     
}

#recipe_info p
{
   margin-top:0px;
   font-size:12px;
   color:#000066;   
   line-height:15px;  
}

#recipe_info 
{
    height:600px;
}

#recipe_info h2
{
   margin:0px;
   padding:0px;
   font-size:14px;
   font-weight:bold;
   color:#b4669d;     
}

#recipe_info p
{
   margin-top:0px;
   font-size:12px;
   color:#000066;   
   line-height:15px;  
}

#recipe_buttons
{
    text-align:center;
}