/* PERFORMANCE TALENT CONSULTING GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #001624;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #4d8db6;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}



/* HEADER */

div#header {
	width: 1000px;
}
	
	h1.ptalent {
		background: transparent url("/images/logos/logo.png");
		background-repeat: no-repeat;	
	}
	
	h1.ptalent_exec_search {
		background: transparent url("/images/logos/performance_talent_exec_search_logo.png");
		background-repeat: no-repeat;	
	}
	
	h1.ptalent_project {
		background: transparent url("/images/logos/performance_talent_project_logo.png");
		background-repeat: no-repeat;	
	}
	
	h1.ptalent_rpo {
		background: transparent url("/images/logos/performance_talent_selective_rpo_logo.png");
		background-repeat: no-repeat;	
	}
	
	h1.ptalent_training {
		background: transparent url("/images/logos/performance_talent_training_logo.png");
		background-repeat: no-repeat;	
	}
	
	#header h1 {
		width: 300px;
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* LANGUAGE SELECTOR */

ul#language_selection {
	display: none;
	position: absolute;
	top: 0px; 
	right: 4px;
	list-style: none;
	height: 38px;
	width: 195px;
	padding: 0px 0px 0px 142px;
	background: transparent url("/images/misc_elements/language_title.png");
	background-repeat: no-repeat;
}

	ul#language_selection li {
			float: left;
		}
	
		a#translate_usa_flag {
			background: transparent url("/images/misc_elements/usa_flag.png");
		}
		
		a#translate_german_flag {
			background: transparent url("/images/misc_elements/german_flag.png");
		}
		
		a#translate_brazil_flag {
			background: transparent url("/images/misc_elements/brazil_flag.png");
		}
		
		a#translate_mexican_flag {
			background: transparent url("/images/misc_elements/mexican_flag.png");
		}

		ul#language_selection li a {
			display: block;
			width: 48px;
			height: 38px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
			
		ul#language_selection li a:hover {
			display: block;
			width: 48px;
			height: 38px;
			background-position: 0px -38px;
			background-repeat: no-repeat;
		}
			
			ul#language_selection li a strong {
				display: none;		
			}	


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 98px;
	right: 0px;
	width: 685px;
	height: 35px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	

		a#our_firm_link {
			width: 113px;
			background: transparent url("/images/navigation/our_firm_button.png");
		}

		a#blog_link {
			width: 77px;
			background: transparent url("/images/navigation/blog_button.png");
		}
		
		a#top_performers_link {
			width: 153px;
			background: transparent url("/images/navigation/top_performers_button.png");
		}
				
		a#employers_link {
			width: 117px;
			background: transparent url("/images/navigation/employers_button.png");
		}
		
		a#solutions_link {
			width: 116px;
			background: transparent url("/images/navigation/solutions_button.png");
		}
		
		a#opportunities_link {
			width: 158px;
			background: transparent url("/images/navigation/opportunities_button.png");
		}
		
		a#contact_link {
			width: 109px;
			background: transparent url("/images/navigation/contact_button.png");
		}
		
			
		#navigation li a {
			display: block;
			height: 35px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}
		
		#navigation li a:hover {
			background-position: 0px -35px;
		}
		
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

ul.dropdown {
	display: none;
	position: absolute;
	z-index: 200;
	top: 133px;
	width: 225px;
	list-style: none;
}

ul.dropdown li {
	display: inline;
}

ul.dropdown li a {
	display: block;
	padding: 0px 25px;
	width: 175px;
	background-color: #e8e8e8;
	border-bottom: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	line-height: 37px;
	font-size: 11px;
	color: #676767;
}

ul.dropdown li a:hover {
	background-color: #aeaeae;
	color: #242424;
}

#our_firm_dd {
	left: 315px;
}

#top_performers_dd {
	left: 505px;
}

#employers_dd {
	left: 658px;
}

#solutions_dd {
	left: 775px;
}

/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		line-height: 20px;
		font-size: 14px;
		color: #e4e4e4;
		z-index: 0;
	}

		#body_text h2 {
			line-height: 35px;
			font-size: 22px;
			color: #ffffff;
		}

		#body_text a {
			color: #d2eeff;
		}
		
		#body_text a:hover {
			color: #4d90bc;
		}		
		

		/* SHARED BLOG RULES */
	
		.blog_meta_information {
			margin: 0px !important;
			color: #666666 !important;
		}


/* FOOTER */		

div#footer_container {
	height: 61px;
	background-repeat: repeat-x;
	background-position: center top;
}

	div#footer {
		clear: both;
		position: relative;
		margin: 0px auto;
		width: 1000px;
		height: 61px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	div#facebook_forced_images {
	display: none;
	}
	
		p.copyright {
			display: none;
		}
		

		/* ADD TO LINKS */
		
		ul#add_to {
			position: absolute;
			top: 1px;
			right: 5px;
			list-style: none;
		}

			ul#add_to li {
				float: left;
			}
	
				ul#add_to li a {
					display: block;
					width: 24px;
					height: 38px;
				}
				
					ul#add_to li a strong {
						display: none;
					}	
					
						a.delicous_btn {
							background: transparent url("/images/misc_elements/sm_delicous.jpg");
						}
						
						a.dig_btn {
							background: transparent url("/images/misc_elements/sm_digg.jpg");
						}
						
						a.facebook_btn {
							background: transparent url("/images/misc_elements/sm_facebook.jpg");
						}
						
						a.google_btn {
							background: transparent url("/images/misc_elements/sm_google.jpg");
						}
						
						a.yahoo_btn {
							background: transparent url("/images/misc_elements/sm_yahoo.jpg");
						}
						
						a.linkedin_btn {
							background: transparent url("/images/misc_elements/sm_linked_in.jpg");
						}
						
						a.twitter_btn {
							background: transparent url("/images/misc_elements/sm_twitter.jpg");
						}

						a.xing_btn {
							background: transparent url("/images/misc_elements/sm_xing.jpg");
						}
						
						a.winlive_btn {
							background: transparent url("/images/misc_elements/sm_windows_live.jpg");
						}

							
		/* STICKY IT STAMP! */
	
		a#sticky_stamp {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 75px;
			height: 61px;
		}
		
			#sticky_stamp p, #sticky_stamp img {
				display: none;
			}
