/*MCP Consultancy and Training Style Sheet* - Last Updated by Simon Del Giudice on 07-02-08
******************************************************************/

/*Global Styles*
******************************************************************/

html{ overflow-y:scroll; }

body {
	margin: 0 auto 0 auto;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #4C4C4E /*url(../images/background01.jpg) repeat-x*/;
	}
	
p { font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #707070;
	/*color: #9F9F9F;*/
	padding: 0 0 8px 0;
	margin: 0;
}

h1 {
	font-size: 18px;
	color: #707070;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	color: #707070;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;		
}
h3 {
	font-size: 14px;
	color: #dc8a49;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

	
a { color: #F68B1E; text-decoration: none; font-weight: bold;}
a:hover { color: #585858; text-decoration: none;}
a:active {color: #585858; text-decoration: none;}
a:visited { color: #F68B1E; text-decoration: none; font-weight: bold;}

/*a { color: #ED8000; text-decoration: none; font-weight: bold;}
a:hover { color: #585858; text-decoration: none;}
a:active {color: #585858; text-decoration: none;}*/

	

input {
	background: white;
	color: black;
	font-size: 11px;
	height: 20px;
	border: 1px solid #dbdbdb;
	padding: 0;
	margin: 0 0 3px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}

textarea {
	background: white/*#3D3D3D*/;
	border: 1px solid #dbdbdb;
	color: black /*#9F9F9F#8BB0D5*/;
	font-size: 11px;
	margin: 0 0 3px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}

select {
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 0;
	border: 1px solid #dbdbdb;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

th {
	background: #BFBFBF;
	padding: 5px;
	margin: 0 0 10px 0;
}

table {
	margin: 10px 0 0 0;
}

	
/*Layout Styles*
******************************************************************/	

#container {
	margin: 0 auto 0 auto;	
	width: 840px;
	min-height: 100% !important;
	height:auto !important;
	height:100% !important;
	background: white;
	/*background: white url(../images/layouts/container-bg.gif) no-repeat top left;*/
	text-align: left;
	padding: 0 !important;
}

/*Header*
*************************/
#header {
	height: 102px;	
}
	#header_left {
		clear: both;
		float: left;
		text-align: left;
		padding: 20px 0 0 20px;
	}
	#header_right {
		float: left;
		width: 578px;
		text-align: right;
		padding: 20px 20px 0 0;	
	}
	#header_search {
		padding: 0;
		margin: 0;
		height: 20px;
	}
	
#header_navigation {
	padding: 0;
	margin: 0;
	height: 32px;
	list-style: none;
	}
#header_navigation li {
	height: 32px;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
	}
#header_navigation li a {
	font-size: 11px;
	text-align: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 32px;	
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	#nav07 {
		width: 72px;
		margin: 0;
		background: url(../images/layouts/navigation_01_08.jpg) no-repeat;
		}	
	#nav06 {
		width: 42px;
		margin: 0;
		background: url(../images/layouts/navigation_01_01.jpg) no-repeat;
		}
	#nav05 {
		width: 66px;
		margin: 0;
		background: url(../images/layouts/navigation_01_02.jpg) no-repeat;
		}
	#nav04 {
		width: 62px;
		margin: 0;
		background: url(../images/layouts/navigation_01_03.jpg) no-repeat;
		}		
	#nav03 {
		width: 76px;
		/*width: 83px;*/
		margin: 0;
		background: url(../images/layouts/navigation_01_04.jpg) no-repeat;
		}		
	#nav02 {
		width: 45px;
		/*width: 45px;*/
		margin: 0;
		background: url(../images/layouts/navigation_01_05.jpg) no-repeat;
		}
	#nav01 {
		width: 71px;
		/*width: 64px;*/
		margin: 0;
		background: url(../images/layouts/navigation_01_06.jpg) no-repeat;
		}													
		
#header_navigation li a:hover {
	color: white;
	background-position: 0 -32px;
	}
	#header_navigation li a.active,
	#header_navigation li a.active:hover {
		color: white;
		background-position: 0 -32px;
		}
		

/*Hot Link Styles*
*************************/


#hotlinks {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#hotlinks li {
	height: 45px !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important; 
	overflow: hidden !important;
	width: 361px;
	}
#hotlinks li a {
	font-size: 16px !important;
	padding: 12px 0 0 10px !important;
	text-align: left !important;
	color: white !important;
	text-decoration: none !important;
	display: block !important;
	height: 45px !important;	
	width: 361px;
	background-position: left top !important;
	background: url(../images/layouts/homehotlinks01.gif) no-repeat !important;
	}
	#hot01 {
		width: 361px !important;
		height: 45px !important;		
		margin: 0 !important;
		background: url(../images/layouts/homehotlinks01.gif) no-repeat !important;
		}
	#hot02 {
		width: 361px !important;
		height: 45px !important;		
		margin: 0 !important;
		background: url(../images/layouts/homehotlinks01.gif) no-repeat !important;
		}														
		
#hotlinks li a:hover {
	color: white !important;
	
	background-position: 0 -45px !important;
	}
	#hotlinks li a.active,
	#hotlinks li a.active:hover {
		color: white !important;
		background-position: 0 -45px !important;
		}





		
/*Home Styles*
*************************/

#homemain_area {
	margin: 0 auto 0 auto !important;
	padding: 20px 0 0 0;
	text-align: left;
	width: 800px;
	background: #F68B1E url(../images/home/banner01.jpg) no-repeat top left;
	text-align: left;
	height: auto !important;
	height:100% !important;
	min-height: 780px;
}
	#homemain_area p{
		color: white;
	}
#homemain_area_bottom {
	margin: -20px auto 0 19px !important;
	clear: both;
	padding: 0 !important;
	/*width: 840px;*/
	height: 35px;
	background: url(../images/home/main_bottom.gif) no-repeat bottom left;
	text-align: left;	
}	
#homemain_area_bottom p{
	margin: 0 !important;
	padding: 0 !important;
}
#homequote {
	height: 168px;
	margin: 0 0 30px 0;
	text-align: right;
}
/****************************************************************************************************************************/
#homemain h1{
	font-size: 30px;
	letter-spacing: -2px;
	color: white;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 20px;
}	

#homeleft {
	clear: both;
	margin: 0 0 0 20px;
	float: left;
	width: 370px;
	color: white;
}
	#homeleft h1{
		font-size: 30px;
		letter-spacing: -2px;
		color: white;
		font-weight: normal;
		padding: 0;
		margin: 0 0 10px 0;
	}
	#homeleft h3{
		color: white;
	}
	#homeleft ul {
		clear: left;
		margin: 0 0 10px 0;
	}
	
	#homeleft li {
		padding: 0;
		margin: 0 0 0 15px;
		color: white;
		list-style-type: square;
	}
	#homeleft a, #homeleft a:hover, #homeleft a.visited{
		color: #FFFFFF !important;
		font-weight: bold !important;
		text-decoration: none !important;
	}	

#homeright {
	float: right;
	/* PUTBACK margin: 0 20px 0 0;	*/
	width: 370px;	
	color: white;	

}
	#homeright h1{
		font-size: 18px;
		letter-spacing: -1px;
		color: #F68B1E;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	#homeright p{
		color: #555555;
	}

#homefeature02,#homefeature03,#homefeature04,#homefeature05 {
	width: 330px;
	height: 86px;
	margin: 0 0 10px 0;
	background: url(../images/home/feature_back.gif) no-repeat top left;
	padding: 10px 30px 10px 10px;
}

#homefeature01 {
	width: 237px;
	height: 111px;
	margin: 0 0 10px 0;
	background: url(../images/home/food-drink-feature-bck.gif) no-repeat top left;
	padding: 15px 30px 10px 103px;	
}
	#homefeature01 p, #homefeature01 a{
		color: white;
	}
	#homefeature01 h2 a	{
		color: white;
		font-weight: normal;
	}
	#homefeature01 h2 {
		color: white;
		padding: 0 0 5px 0 !important;
		margin: 0 !important;	
	}

#homefeature02 h2,#homefeature03 h2,#homefeature04 h2,#homefeature05 h2 {
	padding: 0 !important;
	margin: 0 !important;
}

#general {
	clear: both;
	background: white;
	min-height:100px !important;
	padding: 0 10px 0 0;
}

#generalmain {
	margin: 0 10px 0 0;
	float: right;
	width: 540px;
	text-align: left;
}
	#generalmain h1{
		font-size: 24px;
		color: black !important;
		}
	#generalmain p{
		color: black;
	}

	#generalmain ul {
		clear: left;
		margin: 0;
	}
	
	#generalmain li {
		padding: 0;
		margin: 0 0 0 15px;
		color: black;
		list-style-type: square;
	}	
#generalleft {
	clear: both;
	float: left;
	margin: 0 0 0 20px !important;
	padding: 0 !important;
	float: left;
	width: 220px;
	text-align: left;
}

	#generalleftnav {
		padding: 10px !important;
		margin: 0 !important;
		width: 200px;
		float: left;
		min-height: 210px;
		background: #DBDBDB url(../images/layouts/contact-backtop.gif) top left no-repeat;
	}
	#generalleftnav h2{
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #707070 !important;
		}
	#generalleftnav p{
		margin: 0;
		padding: 0;	
		color: #707070;
	}

	#generalleftnav li {
		border-bottom: 1px dotted white;
		color: #707070;
		padding: 3px !important;
		margin: 0 0 0 0 !important;
		overflow: hidden;
		list-style: none;
		}
	#generalleftnav li a {
		font-size: 11px;
		text-align: left;
		font-weight: normal;
		padding: 5px 0 0 0;
		color: #707070;
		text-decoration: none;	
		overflow: hidden;
		}			
		
#generalleftnav li a:hover { color: black;}
#generalleftnav li a.active, #generalleftnav li a.active:hover { color: black;}

#generalleftnavbott {
	clear: both;
		width: 220px;
		margin: 0 0 10px 0;
		height: 25px;
		background: #DBDBDB url(../images/layouts/contact-backbott.gif) top left no-repeat;	
}




#contactrightback {
		padding: 5px 0px 0 10px;
		width: 210px;
		background: #F68B1E url(../images/layouts/rightnav-backtop.gif) top left no-repeat;
	}
	#contactrightback h1{
		margin: 5px 0 10px 0 !important;
		padding: 0;
		font-size: 18px;
		color: #000000 !important;
		font-weight: normal;
		}
	#contactrightback h2{
		margin: 5px 0 10px 0 !important;
		padding: 0;
		font-size: 18px;
		color: #000000 !important;
		}
	#contactrightback p {
		color: white !important;
		padding-right: 10px !important;
		}
	#contactrightback a {
		color: white !important;
	}
	 #contactrightback a:hover {
		color: #707070 !important;
		}

		#contactrightbott {
		width: 220px;
		margin: 0 0 10px 0;
		height: 25px;
		background: #F68B1E url(../images/layouts/rightnav-backbott.gif) top left no-repeat;	
	}


/*Quote Bubbles*
*************************/

#quote01 {
	float: right;
	width: 300px;
    font-size: 18px;
	padding: 20px;
	color: #707070;	
	margin: 0 0 10px 10px;
}

#quote01 p 
{
    font-size: 18px;
	color: #707070;
	}

#quote01_top {
	width: 256px;
	padding: 10px;
	height: 100px;
	background: #F7DCC0 url(../images/layouts/01quotetop.gif) top left no-repeat;	
	}

#quote01_bott {
	width: 300px;
	min-height: 25px;
	background: url(../images/layouts/01quotebott.gif) top left no-repeat;	
	}


/*Search Styling*
*************************/


.SearchLink {font-size:12px;}

.search_results_container 

{   font-size:12px;
    }
.resultitem {
	padding: 0;
	margin: 0;
}

.summary {
	font-size: 12px;
}

.fullpath {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 11px;	
}

.fullpath a
{
    color:Black;
}

.resultitemlink {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: black;
}
	.resultitemlink a {
		font-size: 11px;
		padding: 0;
		margin: 0;
		color: #ED8000; text-decoration: none; font-weight: bold;
	}


/*Footer*
*************************/

#footer {
	clear: both;
	margin: 0 auto 10px auto !important;	
	padding: 10px 20px 0 20px;
	width: 800px;
	min-height: 30px;
	background: white;
	/*background: white url(../images/layouts/footer-bg.gif) no-repeat bottom left;*/
	text-align: left;
}

	#footerright {
		float: right;
		text-align: right;
		vertical-align: middle;
	} 
	
	#footerleft {
		float: left;
		text-align: left;
		vertical-align: middle;
}



#navtrail 
{
	color: #707070;
	/*color: #9F9F9F;*/
	padding: 0 0 8px 0;
	margin: 0;
}

#printpage 
{
    clear: both;
    text-align: right;
    height: 20px;
}
#printpage img 
{
    border: 0;
}

/* SDG Added 26-08-09
**********************************************/
#sectorfeatures {
	clear: both;
	margin: 0;
	padding: 0;
	background: white !important;
	}
		
	#sectorfeature01 {
		float: left;
		margin: 10px 0 0 0;
		padding: 30px 0 0 0;
		width: 173px;
		height: 80px;
		background: white url(../images/sector01-back.jpg) no-repeat top left;
	}		
		#sectorfeature01 h2{
			color: white;
			padding: 0 20px 0 10px;
			margin: 0 0 30px 0;
			/*color: #F68B1E !important;*/
			}
		#sectorfeature01 h2 a{			
			color: white;
			font-weight: normal;
		}
	#sectorfeature02 {
		float: left;
		margin: 10px 0 0 0;	
		padding: 30px 0 0 0;
		width: 173px;
		height: 80px;		
		background: white url(../images/sector01-back.jpg) no-repeat top left;
	}	
		#sectorfeature02 h2{
			color: white;
			margin: 0 0 30px 0;
			padding: 0 20px 0 10px;
			/*color: #F68B1E !important;*/
			}
		#sectorfeature02 h2 a{			
			color: white;
			font-weight: normal;
		}			
	#sectorfeature03 {
		float: left;
		margin: 10px 0 0 0;
		padding: 30px 0 0 0;
		width: 173px;
		height: 80px;		
		background: white url(../images/sector01-back.jpg) no-repeat top left;
	}
		#sectorfeature03 h2{
			color: white;
			padding: 0 20px 0 10px;
			margin: 0 0 30px 0;			
			/*color: #F68B1E !important;*/
			}
		#sectorfeature03 h2 a{			
			color: white;
			font-weight: normal;
		}			
#orangeblockarea {
	width: 530px;
	background: #dc8a49 url(../images/home/sector-top-area.gif) top left no-repeat;
	padding: 0 !important;
	margin: 0 !important;
}
#orangeblockarea-bott {
	width: 530px;
	height: 23px;
	background: url(../images/home/sector-bott-area.gif) top left no-repeat;
	margin: 0 0 10px 0;
}
#title-container {
	float: left;
	padding: 0 0 0 10px;
}
	#orangeblockarea h2{
		float: left;
		background: url(../images/home/sector-h2-back.gif) top left no-repeat;
		display: block;
		height: 27px;
		width: 480px;
		padding: 3px 0 0 40px;
		color: white;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0 0 0;
	}
	#orangeblockarea h3{
		color: white;
		width: 485px;		
		padding: 3px 0 0 45px;
		font-size: 15px;
	}
	#orangeblockarea p{
		color: white;		
		padding: 3px 0 8px 45px;	
	}
	#orangeblockarea ul{
		padding: 0 !important;
		margin: 0 0 0 45px;		
	}
	#orangeblockarea li{
		color: white;		
	}
	#orangeblockarea img {
		padding: 0 !important;
		margin: 0 !important;
	}

#homequotetext {
	float: right;
	width: 280px;
	height: 90px;
	background: url(../images/quote-back.png);
	text-align: left;
	margin: 30px 30px 0 0;
	padding: 10px;

}
#homequotetext p{
	color: black;
	font-size: 13px;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: bold;
}

#homequotetext h2{
	color: black /*#f68c1f*/;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 30px;
	font-weight: bold;
}

	#homequotetext p a{
		color: #f68c1f !important;
	}

/*ContactForm
*************************/
#contactForm #template_btnContactSend{
	background: url(../images/submit-button.gif) top left no-repeat;	
}

.contactForm span {
	vertical-align: top;
	height: 25px;
}

/* Email Sign Up
*************************/

#email-signup {
	background-color:#FFF;
	background-image:url(../images/layouts/signup-back.gif);
	background-repeat:no-repeat;
	height:94px;
	width:285px;
	padding: 6px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}

#email-signup h1 {
	font-size:14px;
	color:#000;
	margin: 0;
	padding: 0;
}

#email-signup li {
	list-style:none;
	float:left;
	padding-right: 4px;
}

#email-signup h2 {
	font-size:11px !important;
	color:#FFF;
}

#email-signup label
{
 	text-align: left;
	display: block;
	padding-top: 4px;
	font-size:11px;
}

#email-signup input
{
	width: 10.7em;
	border:#CCC Solid 1px;
	margin-top:10px !important;
	padding: 2px 0 0 3px;
	color:#999;
	
}

#email-signup .signup-input {
	background-repeat:no-repeat;
	background-position: right ;
}

#email-signup .signup-btn {
	background-image:url(../images/layouts/submit-small.gif);
	border:none;
	width: 18px;
	height: 22px;
}

#email-signup .signup-success p{
	padding: 5px;
}