/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	
	.CustomCode .headerIntro {
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		left: 20px;
		bottom: 10px;
		width: 744px;
	}
	.CustomCode .headerIntro .title {
		background: #000;
		filter: alpha(opacity=70);
		opacity: 0.7;
		padding: 11px 11px 0 11px;
		color:#aeb35e;
		font-size: 20px;
		font-family: 'FuturaMedium';
		width: 310px;
		text-transform: uppercase;
		line-height: 1em;
	}
		.CustomCode .headerIntro p{
		color:#FFFFFF;
		font-size: 14px;
		line-height: 1.3em;
		padding: 11px 11px 11px 11px;
		background: #000;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
		.CustomCode .headerIntro a{
		color:#aeb35e;
	}
	
	.CustomCode .RSSheader{
		color:#393939;
		font-size: 28px;
		font-family: 'FuturaLight';
		background: url(../../Templates/_images/rss_icon.gif) no-repeat right 1px;
		padding: 0 0 0 14px;
		text-transform: uppercase;
		margin: 0 0 16px -16px;
		line-height: 0.8em;
	}
		.CustomCode .RSSheader span{
		color:#888;
		font-size: 16px;
		font-family: Arial;
		text-transform: none;
	}
	.CustomCode .ContactInfo {
		color:#231f20;
		background:#dee7f0;
		border:#dee7f0;
		padding:14px;
		width: 243px;
		margin-bottom: 16px;
	}
		.CustomCode .ContactInfo span {
		color:#00488e;
		font-size: 15px;
	}
