/*
 *
 *   doc name  xx  Website Styles
 *   desc      xx  Styles Specific to Website
 *   author    xx  Ulf Lonegren
 *   version   xx  1.1  xx  April. 6 2009
 *
 * 
**/

/*ooooooooooooooooooooooooooooooooooooo*/
/*xxxxxx    Table of Contents    xxxxxx*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*
	Website Styles
	[WS1] HTML Body
	[WS2] Font Classes
	[WS3] Content Styling
	[WS4] Link Styles
	[WS5] Headings
	
	Layout and Page Styles
		[P1] Layout
		[P2] Page 1
		[P3] Page 2
		[P4] Page 3
		[P5] Page 4
		
*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooo*/


/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooxxxxxx   [WS1] HTML Body    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

 
html, body {
	height:100%;
	color:#000;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	}
 
body{
	font:13px/1.231 arial,verdana,helvetica,clean,sans-serif;
	background:url(images/wallpaper-top.gif) top left repeat-x;
	background-color:#ecedef;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooxxxxxx   [WS2] Font Classes    xxxxxxoooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

/*xxxxxx    Font Sizes    xxxxxx*/

.size10 {font-size:77%;} /* for setting 10px */
.size11 {font-size:85%;} /* for setting 11px */
.size12 {font-size:93%;} /* for setting 12px */
.size13 {font-size:100%;} /* for setting 13px */
.size14 {font-size:108%;} /* for setting 14px */
.size15 {font-size:116%;} /* for setting 15px */
.size16 {font-size:123.1%;} /* for setting 16px */
.size17 {font-size:131%;} /* for setting 17px */
.size18 {font-size:138.5%;} /* for setting 18px */
.size19 {font-size:146.5%;} /* for setting 19px */
.size20 {font-size:153.9%;} /* for setting 20px */
.size21 {font-size:161.6%;} /* for setting 21px */
.size22 {font-size:167%;} /* for setting 22px */
.size23 {font-size:174%;} /* for setting 23px */
.size24 {font-size:182%;} /* for setting 24px */
.size25 {font-size:189%;} /* for setting 25px */
.size26 {font-size:197%;} /* for setting 26px */

/*xxxxxx    Font Families    xxxxxx*/



/*xxxxxx    Font Colors    xxxxxx*/



/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS3] Content Styling    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

p {
padding:0px;
margin:0px;
padding-bottom:15px;
line-height:24px;
color:#404041;
}

/*
p+p{
	
	}
*/

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [WS4] Link Styles    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

/*
a{

	}

a:link{
	
	}

a:hover{
	
	}

a:visited{
	
	}
*/

.goldlink a{
color:#666666;
text-decoration:underline;
}
	.goldlink a:hover{
	color:#666666;
	text-decoration:none;
	}
	
.blacklink a{
color:#000000;
text-decoration:none;
}
	.blacklink a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
.redNew{
color:#c50000;
text-decoration:none;
}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooxxxxxx   [WS5] Headings    xxxxxxooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
  
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0em 0;
	font-size:100%;
}	

	
	
h1{
font-size:30px;
	}
 
h2 {
font-size:18;
color:#404041;
line-height:24px;
	}
 
h3 {
	margin:0px;
font-size:100%;
	}
 
h4 {
margin:0px;
font-size:100%;
	}
	
h5 {
margin:0px;
font-size:100%;
	}
	
h6 {
margin:0px;
font-size:100%;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P1] Layout (Homepage)    xxxxxxoooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
.logo a{
	width:475px;
	height:45px;
	display:block;
	background:url(images/enquiro-mediative-logo.png) no-repeat;
}


#bg-wrapper{ /* Redefine for each site */
width:100%;
min-height:1043px;
margin:0 auto;
background:url(images/page-background.jpg) top center no-repeat;
}

#body-wrapper{ /* Redefine for each site */
width:1003px;
margin:0 auto;
}

	#header{
	width:1003px;
	height:123px;
	overflow:visible;
	}
		#header-top{
		width:1003px;
		height:71px;
		}
			#subscribe{
			float:right;
			width:400px;
			padding-top:15px;
			font-size:12px;
			font-weight:bold;
			}
		#navigation{
		clear:both;
		width:1003px;
		height:52px;
		background:url(images/nav-placeholder2.jpg) top left no-repeat;
		}
		
	#homepage-fma{
	width:1003px;
	}
	
	#body-content{
	width:945px;
		padding-left:30px;
		padding-right:28px;
		padding-top:30px;
	background-color:#ffffff;
	overflow:hidden;
	}
		#homepage-column-1{
		float:left;
		width:626px;
			padding-right:30px;
		font-size:16px;
		}
			.adspot{
			float:left;
			padding-top:20px;
			padding-right:20px;
			}
		#homepage-column-2{
		float:left;
		width:265px;
		}
			#c2-bg-top{
			width:226px;
				padding-left:39px;
			height:32px;
				padding-top:18px;
			background:url(images/column2_bg-top.gif) top left no-repeat;
			font-size:18px;
			}
			
			#c2-content{
			width:265px;
			background-color:#ecedef;
			padding-top:20px;
			}
				.announcement{
				width:232px;
					padding-left:14px;
					padding-right:19px;
				}
				
			#c2-bg-bottom{
			width:265px;
			height:39px;
			background:url(images/column2_bg-bottom.gif) bottom left no-repeat;
			}
		#homepage-column-3{
		float:left;
		width:233px;
			padding-left:24px;
		}
		
	#footer{
	clear:both;
	width:945px;
		padding-left:30px;
		padding-right:28px;
	padding-top:30px;
	padding-bottom:35px;
	border-top:1px solid #cfcfcf;
	background-color:#ffffff;
	}
	
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P2] Layout (Inner 1 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	#innerpage-fma{
	width:1003px;
	height:261px;
	}
		#inner-fma-top{
		width:1003px;
		height:63px;
		overflow:hidden;
		}
			#inner-fma-top-left{
			float:left;
			width:241px;
			height:63px;
			background-color:#4b4b4d;
			}
			#inner-fma-top-right{
			float:left;
			width:762px;
			height:63px;
			background:url(images/inner-top-fma-bg.jpg) top left no-repeat;
			}
		#inner-fma-bottom-executivesummary{
		width:1003px;
		height:198px;
		background:url(http://www.enquiro.com/styles/images/executive-summary_subheader.jpg) top right no-repeat;
		background-color:#4b4b4d;
		}
		#inner-fma-bottom-services{
		width:1003px;
		height:198px;
		background:url(http://www.enquiro.com/styles/images/search-engine-services_subheader.jpg) top right no-repeat;
		background-color:#4b4b4d;
		}
		#inner-fma-bottom-marketinginsight{
		width:1003px;
		height:198px;
		background:url(http://www.enquiro.com/styles/images/marketing-insights_subheader.jpg) top right no-repeat;
		background-color:#4b4b4d;
		}
		#inner-fma-bottom-thelatest{
		width:1003px;
		height:198px;
		background:url(http://www.enquiro.com/styles/images/the-latest_subheader.jpg) top right no-repeat;
		background-color:#4b4b4d;
		}
		#inner-fma-bottom-aboutus{
		width:1003px;
		height:198px;
		background:url(http://www.enquiro.com/styles/images/about-us_subheader.jpg) top right no-repeat;
		background-color:#4b4b4d;
		}
	
	#inner-column-1{
	float:left;
	width:211px;
		margin-right:33px;
	}
		.inner-column-top{
		height:21px; padding-top:7px; background-color:#ecedef; border-bottom:1px solid #c7c7c7; margin-bottom:1px; text-align:center;
		}
		.inner-column-image{
		border-top:1px solid #ecedef; padding-top:1px; padding-bottom:15px;
		}
		.arrow{
		float:left;
		padding-top:5px;
		}
	#inner-column-2{
	float:left;
	width:211px;
		margin-right:33px;
	}
	#inner-column-3{
	float:left;
	width:211px;
		margin-right:33px;
	}
	#inner-column-4{
	float:left;
	width:211px;
	}
	#inner-column-5{
	float:left;
	width:211px;
		margin-right:33px;
	padding-top:25px;
	}
	#inner-column-6{
	float:left;
	width:211px;
		margin-right:33px;
	padding-top:25px;
	}
	
	#secondary-footer{
	clear:both;
	width:973px;
		padding-left:30px;
	height:80px;
	padding-top:50px;
	padding-bottom:55px;
	background-color:#ffffff;
	}
	
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P3] Layout (Inner 2 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	#inner-2-top{
	width:1003px;
	height:63px;
	}
		#inner-2-top-left{
		float:left;
		width:241px;
		height:63px;
		background-color:#4b4b4d;
		}
		#inner-2-top-right{
		float:left;
		width:762px;
		height:63px;
		background:url(images/inner-top-fma-bg.jpg) top left no-repeat;
		}
	
	#inner-2-body{
	clear:both;
	width:1003px;
	background-color:#ffffff;
	overflow:hidden;
	}
		#inner-2-left{
		float:left;
		width:275px;
		}
			#inner-left-nav{
			width:275px;
			height:200px;
			padding-top:15px;
			margin-bottom:30px;
			overflow:hidden;
			background:url(images/sidenav-bg.gif) top left repeat-y;
			}
				.side-btn a{
				padding:0px; margin:0px;
				display:block;
				width:240px;
					padding-left:35px;
				height:22px;
					padding-top:11px;
				color:#ffffff;
				text-decoration:none;
				font-size:12px;
				background:url(images/sidenav-btn.jpg) top left no-repeat;
				}
					.side-btn a:hover{
					background-position:0 -33px;
					}
					.side-btn.active a {
					background:url(images/sidenav-btn-active.jpg) top left no-repeat;
					}
					
					
					
					
					
			#inner-left-sidebar{
			width:245px;
				padding-left:30px;
			}
				.sidebar-element-1{
				width:169px;
				background-color:#ededed;
				border:1px solid #c6c6c6;
				padding:20px;
				margin-bottom:10px;
				line-height:20px;
				}
				.sidebar-element-2-top{
				width:171px;
				padding:20px 20px 0px 20px;
				background:url(images/news-topleft-bg.gif) top left no-repeat;
				background-color:#ecedef;
				line-height:20px;
				}
				.sidebar-element-2-bottom{
				width:171px;
				padding:20px 20px 60px 20px;
				background:url(images/news-bottomright-bg.gif) bottom right no-repeat;
				background-color:#ecedef;
				line-height:20px;
				}
				
				.sidebar-client-testimonial{
				width:169px;
				padding:20px 20px 40px 20px;
				margin-top:10px;
				border:1px solid #c6c6c6;
				line-height:20px;
				background-color:#ededed;
				color:#817119;
				font-size:14px;
				}
				.sidebar-staff-testimonial{
				width:169px;
				padding:20px 20px 40px 20px;
				margin-top:10px;
				border:1px solid #d2c398;
				line-height:20px;
				background-color:#fff8dc;
				color:#6a5a0f;
				font-size:14px;
				}
				
		#inner-2-right{
		float:left;
		width:700px;
			padding-right:28px;
		padding-top:25px;
		}
		#inner-2-right2{

		width:700px;
			padding-right:28px;
		padding-top:25px;
		}
		
		.inner-2-rightBody{
		float:left;
		width:470px;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:0px;
		padding-right:20px;
		}
		
		.inner-2-rightTop{
		float:right;
		width:170px;
		}
		
		.inner-2-rightInclude{
		float:left;
		width:210px;
		}
		
		.inner-2-content{
		width:680px;
		padding:20px 10px 20px 10px;
		overflow:hidden;
		}
			.inner-2-content:hover{
			background-color:#fcf9f1;
			}
		
		.inner-2-contentDark{
		width:680px;
		padding:20px 10px 20px 10px;
		background-color:#fcf9f1;
		}
				
				/* This is for Global webinar template styling */
				.webinarHeader{
				width:680px;
				height:22px;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:10px;
				padding-right:10px;
				background-image:url(../images/webinarTitle_BG.gif);
				}
				
				.webinarTitle{
				width:680px;
				padding-top:10px;
				padding-bottom:10px;
				padding-left:10px;
				padding-right:10px;
				}
				
				.webinarCalendar{
				width:550px;
				padding-top:25px;
				padding-bottom:25;
				padding-left:75px;
				padding-right:75px;
				}
				
				
				/* This is for the webinar template - content styling for posts */
				.postContainer{
				float:left;
				width:700px;
				}
				
				.postedContentName{
				float:left;
				width:85px;
				}
				
				.postedContent{
				float:right;
				padding-left: 15px;
				width: 600px;
				padding-bottom:20px;
				}
				
				.postContentBorder{
				width:700px;
				height:1px;
				}
				
					.postFooter{
					float:left;
					width:700px;
					}
					
					.postFooterColumn{
					float:left;
					width:233px;
					}
				
				/* This is for the webinar post Reply form */
				.postReply{
				width:700px;
				height:325;
				float:left;
				padding-top:25px;
				padding-bottom:25px;
				padding-left:0px;
				padding-right:0px;
				}
				
				.replyColumn1{
				width: 250px;
				height: 40px;
				padding-right: 20px;
				}
				
				.replyColumn2{
				float:right;
				width: 400px;
				height: 225px;
				}
				
				
				
				
				
				
				
				
				
/* BEGIN GLOSSARY NAV */		
				
.glossary-a a{
float:left;
width:30px;
height:31px;
background:url(images/glossary_a.jpg) top left no-repeat;
}
	.glossary-a a:hover{
	background-position:0 -31px;
	}
	.glossary-a.active a {
	background-position:0 -31px;
	}
	
.glossary-b a{
float:left;
width:25px;
height:31px;
background:url(images/glossary_b.jpg) top left no-repeat;
}
	.glossary-b a:hover{
	background-position:0 -31px;
	}
	.glossary-b.active a {
	background-position:0 -31px;
	}
	
.glossary-c a{
float:left;
width:28px;
height:31px;
background:url(images/glossary_c.jpg) top left no-repeat;
}
	.glossary-c a:hover{
	background-position:0 -31px;
	}
	.glossary-c.active a {
	background-position:0 -31px;
	}
	
.glossary-d a{
float:left;
width:28px;
height:31px;
background:url(images/glossary_d.jpg) top left no-repeat;
}
	.glossary-d a:hover{
	background-position:0 -31px;
	}
	.glossary-d.active a {
	background-position:0 -31px;
	}
	
.glossary-e a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_e.jpg) top left no-repeat;
}
	.glossary-e a:hover{
	background-position:0 -31px;
	}
	.glossary-e.active a {
	background-position:0 -31px;
	}
	
.glossary-f a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_f.jpg) top left no-repeat;
}
	.glossary-f a:hover{
	background-position:0 -31px;
	}
	.glossary-f.active a {
	background-position:0 -31px;
	}
	
.glossary-g a{
float:left;
width:29px;
height:31px;
background:url(images/glossary_g.jpg) top left no-repeat;
}
	.glossary-g a:hover{
	background-position:0 -31px;
	}
	.glossary-g.active a {
	background-position:0 -31px;
	}
	
.glossary-h a{
float:left;
width:27px;
height:31px;
background:url(images/glossary_h.jpg) top left no-repeat;
}
	.glossary-h a:hover{
	background-position:0 -31px;
	}
	.glossary-h.active a {
	background-position:0 -31px;
	}
	
.glossary-i a{
float:left;
width:20px;
height:31px;
background:url(images/glossary_i.jpg) top left no-repeat;
}
	.glossary-i a:hover{
	background-position:0 -31px;
	}
	.glossary-i.active a {
	background-position:0 -31px;
	}
	
.glossary-j a{
float:left;
width:24px;
height:31px;
background:url(images/glossary_j.jpg) top left no-repeat;
}
	.glossary-j a:hover{
	background-position:0 -31px;
	}
	.glossary-j.active a {
	background-position:0 -31px;
	}
	
.glossary-k a{
float:left;
width:27px;
height:31px;
background:url(images/glossary_k.jpg) top left no-repeat;
}
	.glossary-k a:hover{
	background-position:0 -31px;
	}
	.glossary-k.active a {
	background-position:0 -31px;
	}
	
.glossary-l a{
float:left;
width:25px;
height:31px;
background:url(images/glossary_l.jpg) top left no-repeat;
}
	.glossary-l a:hover{
	background-position:0 -31px;
	}
	.glossary-l.active a {
	background-position:0 -31px;
	}
	
.glossary-m a{
float:left;
width:29px;
height:31px;
background:url(images/glossary_m.jpg) top left no-repeat;
}
	.glossary-m a:hover{
	background-position:0 -31px;
	}
	.glossary-m.active a {
	background-position:0 -31px;
	}
	
.glossary-n a{
float:left;
width:28px;
height:31px;
background:url(images/glossary_n.jpg) top left no-repeat;
}
	.glossary-n a:hover{
	background-position:0 -31px;
	}
	.glossary-n.active a {
	background-position:0 -31px;
	}
	
.glossary-o a{
float:left;
width:29px;
height:31px;
background:url(images/glossary_o.jpg) top left no-repeat;
}
	.glossary-o a:hover{
	background-position:0 -31px;
	}
	.glossary-o.active a {
	background-position:0 -31px;
	}
	
.glossary-p a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_p.jpg) top left no-repeat;
}
	.glossary-p a:hover{
	background-position:0 -31px;
	}
	.glossary-p.active a {
	background-position:0 -31px;
	}
	
.glossary-q a{
float:left;
width:29px;
height:31px;
background:url(images/glossary_q.jpg) top left no-repeat;
}
	.glossary-q a:hover{
	background-position:0 -31px;
	}
	.glossary-q.active a {
	background-position:0 -31px;
	}
	
.glossary-r a{
float:left;
width:27px;
height:31px;
background:url(images/glossary_r.jpg) top left no-repeat;
}
	.glossary-r a:hover{
	background-position:0 -31px;
	}
	.glossary-r.active a {
	background-position:0 -31px;
	}
	
.glossary-s a{
float:left;
width:27px;
height:31px;
background:url(images/glossary_s.jpg) top left no-repeat;
}
	.glossary-s a:hover{
	background-position:0 -31px;
	}
	.glossary-s.active a {
	background-position:0 -31px;
	}
	
.glossary-t a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_t.jpg) top left no-repeat;
}
	.glossary-t a:hover{
	background-position:0 -31px;
	}
	.glossary-t.active a {
	background-position:0 -31px;
	}
	
.glossary-u a{
float:left;
width:28px;
height:31px;
background:url(images/glossary_u.jpg) top left no-repeat;
}
	.glossary-u a:hover{
	background-position:0 -31px;
	}
	.glossary-u.active a {
	background-position:0 -31px;
	}
	
.glossary-v a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_v.jpg) top left no-repeat;
}
	.glossary-v a:hover{
	background-position:0 -31px;
	}
	.glossary-v.active a {
	background-position:0 -31px;
	}
	
.glossary-w a{
float:left;
width:32px;
height:31px;
background:url(images/glossary_w.jpg) top left no-repeat;
}
	.glossary-w a:hover{
	background-position:0 -31px;
	}
	.glossary-w.active a {
	background-position:0 -31px;
	}
	
.glossary-x a{
float:left;
width:26px;
height:31px;
background:url(images/glossary_x.jpg) top left no-repeat;
}
	.glossary-x a:hover{
	background-position:0 -31px;
	}
	.glossary-x.active a {
	background-position:0 -31px;
	}
	
.glossary-y a{
float:left;
width:27px;
height:31px;
background:url(images/glossary_y.jpg) top left no-repeat;
}
	.glossary-y a:hover{
	background-position:0 -31px;
	}
	.glossary-y.active a {
	background-position:0 -31px;
	}
	
.glossary-z a{
float:left;
width:25px;
height:31px;
background:url(images/glossary_z.jpg) top left no-repeat;
}
	.glossary-z a:hover{
	background-position:0 -31px;
	}
	.glossary-z.active a {
	background-position:0 -31px;
	}
	
/* BEGIN GLOSSARY NAV */
.glossaryitems ul li{
margin-left:20px;
padding-bottom:5px;
list-style-image:url(images/glossary-item.gif);
font-family:Arial, Helvetica, sans-serif;
line-height:24px;
color:#404041;
}
.glossaryitems a{
}
/* END GLOSSARY NAV */

.team-content img{
padding-right:10px;
float:left;
}
.team-content td{
padding-bottom:20px;
}



.conference-item{
padding-top:20px;
padding-bottom:10px;
}



.cb_mnu_01{
	width: 350px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}



/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooxxxxxx   [P3] Layout (Inner 2 Specific)    xxxxxxoooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

.mktForm {
width: 210px; 
background-color: #ecedef;
background-image: url(images/news-bottomright-bg.gif);
background-repeat: no-repeat;
background-position: bottom right; 
padding-bottom: 45px;
}

.mktForm p { margin: 0px; padding: 0px; padding-top: 8px; line-height: 16px; }

.lpeRegForm .formNotEmpty { }

.mktLblLeft ul { }

.mktFormReq .mktField  li { }
.mktFormReq .mktField  li label {  }


.mktFormMsg { }

.mktFormText.mktFormString.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	color: #424242;
}


.mktFormText.mktFormPhone.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	color: #424242;
}
.mktFormText.mktFormEmail.mktFReq {
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;	
	color: #424242;
}

/*.mktFormbtn {
	height: 32px; width: 174px; background: url(http://www.enquiro.com/styles/images/news-bottomright-bg.gif) 0 0 no-repeat; display:block; border: 0px; padding: 0px; margin:0px; cursor: pointer;
}*/




/* TABBER STYLES */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 49px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	}
	ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 48px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #4c4c4e;
	}
	ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	}
	ul.tabs li a:hover {
	/* background: #ccc; */
	}
	html ul.tabs li.active, html ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/* background:#FF0000; */
	background:url(images/tabber-active-btn-bg.jpg) top left repeat-x;
	border-bottom: 1px solid #4c4c4e; /*--Makes the active tab look like it's connected with its content--*/
	}
	
	.tab_container {
	border-bottom: 1px solid #999999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background:url(images/tabber-body-bg.jpg) top left repeat-x;
	background-color:#010101;
	color:#ffffff;
	}
	.tab_content {
		padding: 20px;
		font-size: 1.2em;
	}
/* END TABBER STYLES */












