/* CSS Document */
.glutenfree_category_header{
	padding-top:40px;
}

.glutenfree_table{
	text-align:center; 
	width:350px;
}

.glutenfree_table_right{
	padding-left:70px;
	text-align:center; 
	width:350px;
}
.glutenfree_line{
	background-color:#000;
	border: 0;
	color:#000;
	width:90%;
	height:2px;
}

.glutenfree_category{
	font-size:14px;
}

.glutenfree_cat_image{
	padding-top:15px;
}

.glutenfree_category ul{
	margin:0;
	padding:0;
}

.subtitle{
	font-size:18px;
	color:#96161A
	}
	
.border{
  border: none;
  border-bottom: none;
  border: 0px;
  border-width: 0px;
}
#textboxslideshow form input{
border-style:none;
border-collapse:collapse;
}

a{
  text-decoration:none;
  color:#000;
}

table, tr {
  margin:0;
  padding:0;
}

.contestclear{
	background-color:#FFF;
	border:none;

}
img{ 
  border:none;
  display:block;
}

body{
  margin: 0px auto;
  width: 980px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#heading{
  font-size: 24px;
  color: #96161A;
}

#ing_list {
  padding: 0 10px 0 15px;
  margin: 0px;
  font-weight:bold;
}
  
#ing_list li{
  padding: 5px 0 4px 0;
  list-style-type: none;
}

#ing_list li a{
color:#FF0000;
}
  
#main{
  height:auto;
  background-image: url(/images/body_bckgrd_repeatx1200.png); 
  background-repeat: repeat-y;
  width: 980px
}

#bodyC2_recipe{
  float: left;
  width: 830px;
}
  
#bodyC2{
  float: left;
  width: 830px;
}

#bodyC1{
  float: left;
  width: 150px;
}

#bodyC1 a{
  color:#FFFFFF;
}

#footer{
  clear:both;
  width:980px;
  height:36px;
}
  
#footer a{
  color: #000;
}

#nav_specials{
  float: right;
  width: 210px;
  padding-top:15px;
}


/**************************************** Navbar stuff ********************/

#accordion {
  float: left;
  width: 150px;
  font-weight: normal;
  font-size: 12px;
  color: #dcd0ae;
}

#accordion ul {
  padding-left: 2px;
  margin: 0;
}

#accordion li {
  list-style: none;
  padding: 4px 0 4px 10px;
  color: #dcd0ae;
  font-weight: bold;
}

#accordion li.accordion_toggle {
  font-weight: bold;
  background-image: url(/images/bullet_arrow_right.gif);
  background-repeat: no-repeat;
  background-position: 0;
  cursor: pointer;
}

#accordion li.accordion_toggle:hover{
  color: white;
}

#accordion a {
  text-decoration: none;
  color: #dcd0ae;
}

#accordion a:hover {
  color: white;
}

