/*-----------------------------------------------------------------------------
	Competition
-----------------------------------------------------------------------------*/
	
	#cta-competition {
		background: url('../images/cta-competition.png') no-repeat;
		height: 291px;
		position: relative;
	}
	
	#cta-competition h2 {
		color: #442b57;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 15px 0 15px;
	}
	
	/*
	#cta-competition h2 {
		color: #442b57;
		height: 55px;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 15px 0 15px;
		position: relative;
	}
	#cta-competition h2 em {
		bottom: 0;
		color: #ffffff;
		font-size: 2em;
		left: 15px;
		position: absolute;
	}
	*/
	
	#cta-competition h3 {
		color: #442b57;		
		clear: both;		
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.4em;
		margin: 15px 25px 0 140px;
	}
	#cta-competition h3 em {
		color: #ffffff;
		display: block;
		font-size: 1.7em;
		font-style: italic;
		line-height: 1.4;
	}
	
	#cta-competition .about {
		height: 65px;
	}
	#cta-competition .about p {
		margin-left: 15px;
	}
	#cta-competition p {
		margin: 0.5em 25px 0 140px;
	}
	
	#cta-competition p img {
		left: 25px;
		right: auto;
		position: absolute;
		top: 117px;
	}
	
	#cta-competition ul {
		margin: 0.5em 0 0 140px;
	}
	#cta-competition ul .more {
		background: url('../images/arrow-right.png') no-repeat center left;
		color: #442b57;
		font-weight: bold;
		padding: 0 0 0 10px;
	}
	#cta-competition ul .more:hover {
		text-decoration: underline;
	}
	
/*---------------------------------------------------------------------------*/