/* 
######################################################################################
######                                                                        #######
######     WINNERS WALL	                                              	     #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** BASE / GENERIC RESET ****************************************************/
/******************************************************************************/

#mainbody {
    width: 780px;
	padding-top: 28px;
}


/********************************************************************************/
/***** HEADERS *****************************************************************/
/******************************************************************************/

#mainbody h1 {
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/h1-winners-wall.gif) no-repeat scroll 0 0;
    height:60px;
    width:587px;
	}
	#mainbody h1 span {
		position: relative;
		z-index: -10;
	}



/********************************************************************************/
/***** WINNERS SECTIONS *************************************************************/
/******************************************************************************/

.winners  {
    /*background: transparent url(../../../images/pagespecific/winners-wall/photo-fridges2.jpg) no-repeat scroll right 10px;*/
    min-height: 300px;
	}
	.winners ul {
		/*overflow: hidden;
		width: 440px;*/
		font-size: 1.2em;
		list-style-type: none;
	}
	.winners ul li
	{
        padding:10px 0 10px 35px;
        width:30%;
	}
	.winners ul li.alt
	{
		/*background-color:#FBF17B; */
	}

.comp1
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/img-fridge.jpg) no-repeat scroll top right;
    
}

.comp1 ul li
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/icon-fridge.gif) no-repeat scroll 0 0;
}

.comp2
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/img-juicer.jpg) no-repeat scroll top right;
    
}

.comp2 ul li
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/icon-bread.gif) no-repeat scroll 0 0;
}

.comp3
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/img-family-cooking.jpg) no-repeat scroll top right;
    
}

.comp3 ul li
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/icon-family-cooking.gif) no-repeat scroll 0 0;
}

.comp4
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/img-healthy-cooking.jpg) no-repeat scroll top right;
    
}

.comp4 ul li
{
    background: transparent url(../../../images/pagespecific/competitions/winners-wall/icon-healthy-cooking.gif) no-repeat scroll 0 0;
}