@charset "UTF-8";
/****************************************
*			GLOBAL STYLE				*
****************************************/
* {
	margin: 0px;
	padding: 0px;}
	
body {
	font-family: helvetica, Arial, sans-serif;
	background: #f2f2f2 url(../images/skin/background.gif) repeat-x;}
	
p {
	font-size: 14px;
	line-height: 18px;}
	
p span.title {
	color:#0067B1;
	font-weight: bold;}
	
a {
	color: #0079C1;
	text-decoration: none;}
	
input {
	font-family: helvetica, Arial, sans-serif;}
	
img {
	border: 0px;}
	
.hidden {
	display: none;}
	
.imgRight {
	margin-bottom: 10px;
	float: right;
	display: inline;}
	
.imgLeft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	clear: left;}
	
input.error {
	color: #FF0000;
	border:1px solid #FF0000;}
	
.greybl {
	width: auto;
	background: url(../images/skin/greybl.jpg) 0 100% no-repeat #efefef;}
	
.greybr {
	background: url(../images/skin/greybr.jpg) 100% 100% no-repeat;}
	
.greytl {
	background: url(../images/skin/greytl.jpg) 0 0 no-repeat;}
	
.greytr {
	padding:10px;
	background: url(../images/skin/greytr.jpg) 100% 0 no-repeat;}
	
.bluebl {
	width: auto;
	background: url(../images/skin/bluebl.jpg) 0 100% no-repeat #DBEAF8;}
	
.bluebr {
	background: url(../images/skin/bluebr.jpg) 100% 100% no-repeat;}
	
.bluetl {
	background: url(../images/skin/bluetl.jpg) 0 0 no-repeat;}
	
.bluetr {
	padding:20px 25px;
	background: url(../images/skin/bluetr.jpg) 100% 0 no-repeat;}
	
/****************************************
*			WRAPPER STYLE				*
****************************************/
#wrapper {
	margin: 30px auto;
	width: 960px;}
	
/****************************************
*			HEADER STYLE				*
****************************************/
#header {
	width: auto;}
	
	.logo {
		width: 103px;
		height: 77px;}
		
	.nav {
		margin-top: 57px;
		width: auto;
		height: 30px;
		float: right;
		display:inline;}
		
		.nav ul {}
		
		.nav ul li {
			margin-left: 20px;
			display: inline;}
			
		.nav ul li a {
			font-size: 20px;
			color:#b3b3b3;
			text-decoration: none;}
			
		.nav ul li a:hover {
			color:#0079C1;}
			
		.nav ul li a.selected {
			color:#0079C1;}

/****************************************
*			CONTENT STYLE				*
****************************************/
#content {
	margin-top: 15px;
	width: auto;}
	
	#contentBanner {
		width: auto;
		height: 185px;
		z-index: 999;
		background: url(../images/skin/bannerBG.png) no-repeat;}
		
	#contentMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		.processBox {
			padding: 10px;
			width: 173px;
			height: 40px;
			background: url(../images/skin/processBG.png) no-repeat;}
		
		.contactInfo {
			margin: 10px 0px;
			padding: 10px;
			width: 173px;
			height: 170px;
			background: url(../images/skin/contactInfoBG.png) no-repeat;}
			
			.contactInfo p {
				margin: 5px 0px;}
				
		.jobs {
			margin: 10px 0px;
			padding: 10px;
			width: 173px;
			height: 112px;
			background: url(../images/skin/jobsBG.png) no-repeat;}
			
			.jobDesc {
				padding: 2px 0px;
				width: auto;
				border-bottom: 1px solid #808080;}
				
				.jobDesc p {
					font-size: 12px;
					color:#1A1A1A;
					line-height: 16px;}
					
				.jobDesc p span.salary {
					font-size: 11px;}
					
				.jobDesc a {
					font-size: 12px;
					color:#1A1A1A;
					text-decoration: none;}
					
		.news {
			margin: 10px 0px;
			padding: 10px;
			width: 173px;
			height: 112px;
			background: url(../images/skin/newsBG.png) no-repeat;}
			
			.newsItem {
				padding: 2px 0px;
				width: auto;
				border-bottom: 1px solid #808080;}
				
				.newsItem p {
					font-size: 14px;
					color:#1A1A1A;
					line-height: 16px;}
					
				.newsItem p span.date {
					font-size: 12px;}
					
				.newsItem a {
					font-size: 14px;
					color:#1A1A1A;
					text-decoration: none;}
		
		#contentMainLeft {
			width: 700px;}	
		
		#contentMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
	/****** HOMEPAGE ******/
			
	#homepageMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#homepageMainLeft {
			width: 675px;}
			
			#homepageMainLeft h2 {
				font-size: 18px;
				color: #333333;}
				
			#homepageMainLeft p {
				margin: 20px 0px 10px;
				width: 650px;
				color: #333333;}
				
			#homepageMainLeft .correctPoints {
				padding: 10px 25px;
				width: auto;
				background: #ececec;}
				
			#homepageMainLeft ul {
				margin-left: 15px;
				/*margin-right: 15px;*/
				list-style:url(../images/icons/correct.png);}
				
			#homepageMainLeft ul.secondColumn {
				margin-left: 15px;
				/*margin-right: px;*/
				list-style:url(../images/icons/correct.png);
				float: right;
				display: inline;}
				
			#homepageMainLeft li {
				margin: 5px 0px;
				font-size: 14px;
				color: #333333;}
				
			#homepageMainLeft .homepagePoints {
				margin: 25px 0px 15px;
				width: auto;
				/*border:1px solid black;*/}
				
				#homepageMainLeft .homepagePoint {
					margin: 15px 0px 15px;
					width: auto;
					/*border:1px solid black;*/}
					
					#homepageMainLeft .homepagePointsIcons {
						width: 48px;}
							
							#homepageMainLeft .homepagePointsIcons .flatFee {
								margin-top:7px;
								margin-bottom: 3px;
								width: 48px;
								height: 48px;}
								
							#homepageMainLeft .homepagePointsIcons .guarantee {
								margin-top:7px;	
								margin-bottom: 15px;
								width: 48px;
								height: 48px;}
								
							#homepageMainLeft .homepagePointsIcons .screening {
								margin-top:10px;
								margin-bottom: 10px;	
								width: 48px;
								height: 44px;}
								
							#homepageMainLeft .homepagePointsIcons .persAcc {
								margin-top:23px;
								margin-bottom: 30px;	
								width: 48px;
								height: 23px;}
								
							#homepageMainLeft .homepagePointsIcons .post {
								margin-top:15px;
								margin-bottom: 14px;	
								width: 48px;
								height: 45px;}
								
							#homepageMainLeft .homepagePointsIcons .copyright {
								margin-top:15px;
								margin-bottom: 25px;	
								width: 48px;
								height: 48px;}
								
							#homepageMainLeft .homepagePointsIcons .noExtraCost {
								margin-top:5px;
								margin-bottom: 5px;	
								width: 48px;
								height: 48px;}
						
					#homepageMainLeft .hompagePointsInfo {
						margin-right: 75px;
						width: 540px;
						float: right;
						display:inline;}
							
						#homepageMainLeft .hompagePointsInfo p {
							margin: 0px;
							width: 550px;}	
		
		#homepageMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
	/****** About Us ******/
			
	#aboutUsMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#aboutUsMainLeft {
			width: 650px;}
			
			#aboutUsMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#aboutUsMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				line-height: 21px;
				color: #333333;}
				
			#aboutUsMainLeft h2.whyUsTitles {
				padding: 7px;
				background: #dbeaf8;}
				
			#aboutUsMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
				
			.brandSections {
				margin: 20px 0px;
				width: auto;
				padding: 20px;
				background: #efefef;}
				
				#aboutUsMainLeft .brandSections p {
					margin: 0px;}
			
		#aboutUsMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			.aboutUsSectionLinks {
				margin: 10px 0px;
				padding: 10px;
				width: 173px;
				/*height: 94px;*/
				background: url(../images/skin/ourServiceSectionsBG.png) no-repeat;}
				
				.aboutUsSectionLinks h2 {
					font-size: 18px;
					color: #333333;
					font-weight: normal;}
					
				.aboutUsSectionLinks p {
					margin: 7px 0px;}
					
				.aboutUsSectionLinks a {
					color: #333333;}
					
				.aboutUsSectionLinks a:hover {
					color:#0079C1;}
					
				.aboutUsSectionLinks a.selected {
					color:#0079C1;}
					
					
	/****** Contact Us ******/
			
	#contactUsMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#contactUsMainLeft {
			width: 700px;}
			
			#contactUsMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#contactUsMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				color: #333333;}
				
			#contactUsMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
				
			.contactForm {
				margin: 0px;
				margin-right:30px;
				padding: 20px;
				width: 260px;
				height: 323px;
				background: url(../images/skin/contactFormBG.png) no-repeat;
				float: right;
				display: inline;}
				
				#contactUsMainLeft .contactForm p {
					margin: 0px 0px 7px;}
					
				.text {
					padding: 3px;
					width: 98%;
					border:0px;}
								
		#contactUsMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			
	/****** FAQ ******/
			
	#faqMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#faqMainLeft {
			width: 650px;}
			
			#faqMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
				
			#faqMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				color: #333333;}
				
			.faqSection {
				margin: 20px 0px 10px;
				width: auto;}
				
				.faqSection div {
					margin-top: -10px;
					/*background-color: #eee;*/}
					
				.faqSection p {					
					margin: 0px;
					padding: 10px;
					margin-bottom : 10px;
					border: none;
					text-decoration: none;
					font-size: 12px;
					color: #333333;}
					
				.faqSection a {
					margin: 10px 0px;
					display:block;
					padding:7px;
					text-decoration: none;
					font-weight: bold;
					font-size: 14px;
					color: #333333;
					background: #dbeaf8;}
					
				.faqSection a:hover {
					
				}
				.faqSection a.selected {
				}
								
		#faqMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
	/****** Our Clients ******/
			
	#clientsMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#clientsMainLeft {
			width: 650px;
			height: 475px;}
			
		#testimonialsLeft {
			width: 650px;}
			
			#clientsMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
				
			#testimonialsLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
				
			#clientsMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				color: #333333;
				line-height: 22px;}
				
			.clientLogos {
				margin: 20px 0px;
				width: auto;}
				
				.clientLogo {
					margin: 0px;
					margin-bottom: 10px;
					margin-right: 10px;
					padding: 10px 0px;
					width: 150px;
					height: 100px;
					text-align: center;
					float: left;
					display: inline;
					border: 1px solid #dbeaf8;}
					
				.tsSolutions {
					margin-top: 10px;}
					
				.noon {
					margin-top: 17px;}
					
				.sopexa {
					margin-top: 25px;}
				
				.carterAllen {
					margin-top: 0px;}
					
			#testimonialsLeft .testimonials {
				margin: 25px 0px 15px;
				width: auto;}
				
				#testimonialsLeft .testimonial {
					margin: 15px 0px 15px;
					width: auto;
					height: 75px;
					/*border:1px solid black;*/}
					
					#testimonialsLeft .testimonialIcons {
						width: 33px;
						/*border:1px solid black;*/}
						
					#testimonialsLeft .testimonialInfo {
						margin-right: 45px;
						width: 540px;
						float: right;
						display:inline;
						/*border:1px solid black;*/}
							
						#testimonialsLeft .testimonialInfo p {
							margin: 0px;
							width: 550px;}
							
						#testimonialsLeft .testimonialInfo p span.testimonialAuthor {
							font-size: 12px;}
								
		#clientsMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			.clientsSectionLinks {
				margin: 10px 0px;
				padding: 10px;
				width: 173px;
				/*height: 69px;*/
				background: url(../images/skin/ourServiceSectionsBG.png) no-repeat;}
				
				.clientsSectionLinks h2 {
					font-size: 18px;
					color: #333333;
					font-weight: normal;}
					
				.clientsSectionLinks p {
					margin: 7px 0px;}
					
				.clientsSectionLinks a {
					font-size: 14px;
					color: #333333;}
					
				.clientsSectionLinks a:hover {
					color:#0079C1;}
					
				.clientsSectionLinks a.selected {
					color:#0079C1;}
			
			
	/****** Our Service ******/
			
	#ourServiceMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#featuresMainLeft {
			width: 650px;}
			
			#featuresMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
				
			#featuresMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				color: #333333;
				line-height: 22px;}
				
			#featuresMainLeft p {
				margin: 20px 0px;
				font-size: 12px;
				color: #666666;
				line-height: 18px;}
				
			#featuresMainLeft .features {
				padding: 10px 25px;
				width: auto;
				background: #ececec;}
				
			#featuresMainLeft .features ul.firstFeatures {
				margin-left: 15px;
				/*margin-right: 15px;*/
				list-style:url(../images/icons/correct.png);}
				
			#featuresMainLeft .features ul.secondFeatures {
				margin-left: 15px;
				/*margin-right: px;*/
				width: 300px;
				list-style:url(../images/icons/correct.png);
				float: right;
				display: inline;}
				
			#featuresMainLeft .features li {
				margin: 10px 0px;
				font-size: 14px;
				line-height: 18px;
				color: #333333;}
				
			#featuresMainLeft .benefits {
				padding: 10px 25px;
				width: auto;
				background: #ececec;}
				
			#featuresMainLeft .benefits ul.firstBenefits {
				margin-left: 15px;
				/*margin-right: 15px;*/
				width: 250px;
				list-style:url(../images/icons/benefits.png);}
				
			#featuresMainLeft .benefits ul.secondBenefits {
				margin-left: 15px;
				/*margin-right: px;*/
				width: 300px;
				list-style:url(../images/icons/benefits.png);
				float: right;
				display: inline;}
				
			#featuresMainLeft .benefits li {
				margin: 10px 0px;
				font-size: 14px;
				line-height: 18px;
				color: #333333;}
		
		#ourServiceMainLeft {
			width: 650px;}
			
			#sectors {
				width: auto;
				height: 300px;}
			
			#ourServiceMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
				
			#ourServiceMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				color: #333333;
				line-height: 22px;}
				
			#ourServiceMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
			
			#ourServiceMainLeft ul {
				margin-right: 51px;
				list-style:none;
				float: left;
				display: inline;}
				
			#ourServiceMainLeft li {
				margin: 10px 0px;}
								
		#ourServiceMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			.ourServiceSectionLinks {
				margin: 10px 0px;
				padding: 10px;
				width: 173px;
				/*height: 94px;*/
				background: url(../images/skin/ourServiceSectionsBG.png) no-repeat;}
				
				.ourServiceSectionLinks h2 {
					font-size: 18px;
					color: #333333;
					font-weight: normal;}
					
				.ourServiceSectionLinks p {
					margin: 7px 0px;}
					
				.ourServiceSectionLinks a {
					font-size: 14px;
					color: #333333;}
					
				.ourServiceSectionLinks a:hover {
					color:#0079C1;}
					
				.ourServiceSectionLinks a.selected {
					color:#0079C1;}
	
	
	/****** Solutions ******/
	
	#solutionsMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#solutionsMainLeft {
			width: 650px;}
			
			#solutionsMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#solutionsMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				line-height: 21px;
				color: #333333;}
				
			#solutionsMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
				
			#solutionsMainLeft ul {
				margin: 10px 25px;
				list-style-image: url(../images/icons/bullet.png);}
				
			#solutionsMainLeft li {
				margin: 10px 0px;
				font-size: 14px;
				line-height: 18px;
				color: #333333;}
				
			.solutionsSections {
				margin: 20px 0px;
				width: auto;
				/*padding: 1px 20px;*/
				/*background: #efefef;*/}
			
		#solutionsMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			.solutionsSectionLinks {
				margin: 10px 0px;
				padding: 10px;
				width: 173px;
				background: url(../images/skin/ourServiceSectionsBG.png) no-repeat;}
				
				.solutionsSectionLinks h2 {
					font-size: 18px;
					color: #333333;
					font-weight: normal;}
					
				.solutionsSectionLinks p {
					margin: 7px 0px;}
					
				.solutionsSectionLinks a {
					font-size: 14px;
					color: #333333;}
					
				.solutionsSectionLinks a:hover {
					color:#0079C1;}
					
				.solutionsSectionLinks a.selected {
					color:#0079C1;}
	
			
	/****** Pricing ******/
			
	#pricingMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#pricingMainLeft {
			width: 650px;}
			
			#pricingMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#pricingMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				line-height: 21px;
				color: #333333;}
				
			#pricingMainLeft h3 {
				margin: 20px 0px;
				font-size: 16px;
				line-height: 21px;
				font-weight: normal;
				color: #333333;}
				
				#pricingMainLeft h3.standardPackage {
					padding: 5px 0px 0px;
					font-size: 18px;}
					
				#pricingMainLeft h3.boltOns {
					margin: 0px;
					margin-top: 0px;
					margin-bottom: 20px;}
				
			#pricingMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
				
				#pricingMainLeft p.addOns {
					margin:0px;
					font-size:11px;
					line-height: 16px;}
					
			#pricingMainLeft img.standardPackageImage {
				margin-top: 10px;
				margin-right: 40px;
				/*margin-bottom: 10px;*/
				margin-left: 15px;
				float: left;
				display: inline;
				clear: left;}
				
			#pricingMainLeft ul {
				margin: 10px 25px;
				list-style-image: url(../images/icons/bullet.png);}
				
			#pricingMainLeft li {
				margin: 10px 0px;
				font-size: 14px;
				line-height: 18px;
				color: #333333;}
				
			.pricingSections {
				margin: 20px 0px;
				width: auto;
				/*padding: 1px 20px;*/
				/*background: #efefef;*/}
				
				#pricingMainLeft .pricingSections h2 {
					margin: 5px 5px 0px;
					font-size: 18px;
					line-height: 21px;
					color: #333333;}
					
			.pricingBoltOns {
				margin: 20px 0px 10px;
				width: auto;}
				
			#pricingMain .guaranteeBox {
			margin-bottom: 15px;
			width: auto;}
			
			#pricingMain .guaranteeBox h2 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#pricingMain .guaranteeBox p {
				font-size: 12px;}
			
		#pricingMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
			.pricingSectionLinks {
				margin: 10px 0px;
				padding: 10px;
				width: 173px;
				background: url(../images/skin/ourServiceSectionsBG.png) no-repeat;}
				
				.pricingSectionLinks h2 {
					font-size: 18px;
					color: #333333;
					font-weight: normal;}
					
				.pricingSectionLinks p {
					margin: 7px 0px;}
					
				.pricingSectionLinks a {
					font-size: 14px;
					color: #333333;}
					
				.pricingSectionLinks a:hover {
					color:#0079C1;}
					
				.pricingSectionLinks a.selected {
					color:#0079C1;}
		
		
		/*#pricingMain h1 {
			margin: 0px 0px 10px;
			font-size: 20px;
			color: #333333;}
			
		#pricingMain h2 {
			margin: 0px 0px 10px;
			font-size: 18px;
			color: #333333;}
			
		#pricingMain .guaranteeBox {
			margin-bottom: 15px;
			width: auto;}
			
			#pricingMain .guaranteeBox h2 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#pricingMain .guaranteeBox p {
				font-size: 12px;}
			
		#pricingMain ul.ourPromise {
			margin: 15px 25px;
			list-style:url(../images/icons/correct.png);}
			
		#pricingMain ul.ourPromise {
			line-height: 18px;}
			
		#pricingMain li {
			margin: 7px 0px;
			font-size: 12px;}
		
		#pricingMain .pricing {
			width: auto;
			height: 500px;}
			
			#pricingMain .pricing .structure {
				margin-right: 10px;
				padding: 0px 10px;
				width: 195px;
				height: 455px;
				float: left;
				display: inline;
				border-right: 1px solid #eeeeee;}
				
			#pricingMain .pricing .recPricing {
				margin-top: -40px;
				margin-left: -25px;
				margin-right: 10px;
				padding: 40px 40px;
				width:184px;
				height: 455px;
				float: left;
				display: inline;
				background: url(../images/skin/pricingBG.jpg) top no-repeat;
				z-index:1;}
				
			#pricingMain .pricing .lastStructure {
				margin-right: 10px;
				width: 195px;
				float: left;
				display: inline;}
				
				#pricingMain .pricing .recPricing h2 {
					color: #0078C1;
					font-weight: normal;}
					
				#pricingMain .pricing .recPricing h3 {
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .recPricing h4 {
					font-size: 10px;
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .recPricing hr {
					margin: 10px 0px;
					border: 1px solid #CCCCCC;}
					
				#pricingMain .pricing .recPricing ul {
					margin-left: 20px;
					list-style-image:url(../images/premiumBullet.png)}
					
				#pricingMain .pricing .recPricing li {
					margin: 13px 0px;
					font-size: 12px;
					color: #333333;}
				
				#pricingMain .pricing .structure h2 {
					color: #0078C1;
					font-weight: normal;}
					
				#pricingMain .pricing .structure h3 {
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .structure h4 {
					font-size: 10px;
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .structure hr {
					margin: 10px 0px;
					border: 1px solid #CCCCCC;}
					
				#pricingMain .pricing .structure ul {
					list-style: none;}
					
				#pricingMain .pricing .structure ul.standardPackage {
					margin-left: 20px;
					list-style-image: url(../images/standardBullet.png);}
					
				#pricingMain .pricing .structure ul.litePackage {
					margin-left: 20px;
					list-style-image: url(../images/liteBullet.png);}
					
				#pricingMain .pricing .structure li {
					margin: 13px 0px;
					font-size: 12px;
					color: #333333;}
					
				#pricingMain .pricing .lastStructure h2 {
					color: #0078C1;
					font-weight: normal;}
					
				#pricingMain .pricing .lastStructure h3 {
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .lastStructure h4 {
					font-size: 10px;
					color: #333333;
					font-weight: normal;}
					
				#pricingMain .pricing .lastStructure hr {
					margin: 10px 0px;
					border: 1px solid #CCCCCC;}
					
				#pricingMain .pricing .lastStructure ul {
					margin-left: 20px;
					list-style-image: url(../images/premiumPlusBullet.png);}
					
				#pricingMain .pricing .lastStructure li {
					margin: 10px 0px;
					font-size: 12px;
					color: #333333;}*/
					
		/****** Pricing ******/
				
		#siteMapMain {
		padding: 25px;
		width: auto;
		background: #FFFFFF;}
		
		#siteMapMainLeft {
			width: 650px;}
			
			#siteMapMainLeft h1 {
				margin: 0px 0px 10px;
				font-size: 20px;
				color: #333333;}
			
			#siteMapMainLeft h2 {
				margin: 20px 0px;
				font-size: 18px;
				line-height: 21px;
				color: #333333;}
				
			#siteMapMainLeft p {
				margin: 20px 0px 10px;
				color: #333333;}
				
			#siteMapMainLeft ul {
				margin: 10px 25px;
				list-style-image: url(../images/icons/bullet.png);}
				
			#siteMapMainLeft li {
				margin: 10px 0px;
				font-size: 14px;
				line-height: 18px;
				color: #333333;}
				
			.siteMapSections {
				margin: 20px 0px;
				width: auto;}
				
				#siteMapMainLeft .siteMapSections h2 {
					margin: 0px 0px;
					font-size: 18px;
					line-height: 21px;
					color: #333333;}
			
		#siteMapMainRight {
			width: 193px;
			float: right;
			display:inline;}
			
/****************************************
*			FOOTER STYLE				*
****************************************/
#footer {
	width: auto;}
	
	#footerLinks {
		padding: 20px 25px;
		width: auto;
		height: 100px;
		background: #E6E6E6;}
		
		#footerLinksSection {
			margin-right: 30px;
			width:120px;
			float: left;
			display:inline;}
		
			#footerLinks #footerLinksSection h4 {
				margin:0px 0px 5px;
				font-size: 14px;
				color:#666666;
				font-weight: normal;}
				
			#footerLinks #footerLinksSection a {
				color: #666666;
				text-decoration: none;}
				
			#footerLinks #footerLinksSection ul {
				margin-top: 10px;
				list-style:none;}
				
			#footerLinks #footerLinksSection li {
				}
				
			#footerLinks #footerLinksSection li a {
				font-size: 11px;
				color: #666666;
				text-decoration: none;}
				
	#footerBar {
		padding: 10px 25px;
		width: auto;
		height: 36px;
		background: url(../images/skin/footerBarBG.png) no-repeat;}
		
		#footerBar p {
			font-size: 12px;
			color: #666666;}
			
		#footerBar ul {
			float: right;
			display:inline;}
			
		#footerBar li {
			margin-left: 10px;
			display:inline;}
			
		#footerBar li a {
			font-size: 12px;
			color: #666666;
			text-decoration: none;}

/****************************************
*			LIGHTBOX STYLE				*
****************************************/
			
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #333333; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
		