
div#content
{		
		/*background-image: url('../gfx/bckgrContact.jpg');*/
}


/* ************************************************ */
/* ************** Newsletter style **************** */
/* ************************************************ */
div#sectionNewsletter
{		
		background-image: url('../gfx/bckgrNewsletter.jpg');
}


div.sectionEnd div.sectionMain
{		
		background-image: url('../gfx/bckgrSectionEndStart.jpg');		
}


div.sectionRight div.sectionMain
{
		min-height: 180px;
}



/* ************************************************ */
/* **************** Contact style ***************** */
/* ************************************************ */

div#sectionContact
{
		clear: both;
		height: 100px;
		padding: 0px 0px 30px 100px;
}
div#sectionContact ul
{
		float: right;
		list-style-type: none;
		padding: 0px;
		margin: 5px 40px 0px 0px;
}
div#sectionContact ul li
{
		background: url('../gfx/email.jpg') no-repeat 0px 54%;
		padding: 5px 0px 5px 25px;
}
div#sectionContact ul li a, div#sectionContact ul li a span
{
		font-family: 'Trebuchet MS', Arial;
		font-size: 13px;
		font-weight: bold;
		color: #2C9DB6;
}
div#sectionContact ul li a span
{
		color: #333333;
}
div#sectionContact div.address
{
		color: #666666;
		text-align: center;
		margin: 15px 0px 0px 0px;
}