/* INTERIOR RULES */

#eye_candy_container {
	height: 330px;
}

.eye_candy_repeat, .eye_candy_base, .eye_candy_overlay {
	width: 100%;
	height: 330px;
}

.eye_candy_overlay span {
	display: none;
}

.sillhouette {
	background: transparent url("/images/eye_candy/interior/sillhouette_repeat.jpg");
}

.sillhouette div.eye_candy_base {
	background: transparent url("/images/eye_candy/interior/sillhouette_base.jpg") no-repeat center top;
}

.sillhouette div.eye_candy_base div.eye_candy_overlay {
	background: transparent url("/images/eye_candy/interior/sillhouette_overlay.jpg") no-repeat center top;
}


/* SITE CONTAINERS */

div#container_4 {
	background: #000 url("/images/backgrounds/interior/black_repeat.jpg") center top repeat-y;
}

div#container_2 {
	background: transparent url("/images/backgrounds/interior/angles.png") center top no-repeat;
	-pie-png-fix: true;
	behavior: url("/scripts/PIE.php");
}


/* MAIN SITE CONTENT BODY */

div#main_body {
	overflow: auto;
	padding: 0px 0px 30px 0px;
}


/* SHOWCASE */ 

div#showcase_container {
	position: relative;
	display: block;
	height: 415px;
	width: 406px;
	margin: 0px 0px 0px 594px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#showcase_container h2 {
	display: none;
	height: 39px;
	padding: 68px 0px 25px 66px;
	font-size: 24px;
	line-height: 24px;
	color: #e1eab1;
	text-transform: uppercase;
}

#showcase_container p {
	display: none;
	color: #fff;
	padding: 20px 23px 0px 59px;
	font-size: 14px;
	line-height: 24px;
}

        .social_media_showcase ul {
			display: none;
			position: relative;
			list-style: none;
			width: 120px;
			margin: 30px 0px 0px 56px;
	     }
        
        .social_media_showcase li {
			float: left;
        }
        
        .social_media_showcase li a {
			position: absolute;
			display: block;
			width: 58px;
			height: 59px;
			z-index: 100;
			-pie-png-fix: true;
			behavior: url("/scripts/PIE.php");
        }
      
        .twitter_button {
			background: transparent url("/images/misc_elements/interior/twitter_button.png") no-repeat 0px 0px;
			left: 0px;
        }
        
        .facebook_button {
			background: transparent url("/images/misc_elements/interior/facebook_button.png") no-repeat 0px 0px;
			left: 40px;
        }
        
        .linkedin_button {
			background: transparent url("/images/misc_elements/interior/linkedin_button.png") no-repeat 0px 0px;
			left: 80px;
        }
        
        .social_media_showcase li a:hover {
			background-position: 0px -59px !important; 
			z-index: 120;
		}
        
        .social_media_showcase li a span {
			display: none;
        }




/* MAIN TEXT REGION */

	div#body_text {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
		width: 550px;
	}
	
		#body_text h2 {
			margin: 0px 0px 20px 0px;
			padding: 10px 0px;
			font-size: 24px;
			text-transform: uppercase;
			text-align: left;
		}
		
		#body_text h3 {
			margin: 20px 0px;
			color: #e40009;
			font-size: 21px;
		}
		
		#body_text p {
			margin: 20px 0px;
		}
		
		#body_text ul, #body_text ol {
			margin: 20px 0px 20px 20px;
		}
		
		#body_text ul.body_ul {
			margin: 20px 0px 20px 0px;
			list-style: none;
		}
		
		#body_text ul.body_ul.statistics {
			font-size: 18px;
		}
	
		#body_text ul.body_ul li {
			font-family: 'AmSansRegular';
			text-transform: uppercase;
			padding: 8px 0px 8px 40px;
			line-height: 18px;
			background: transparent url("/images/misc_elements/interior/li.png") no-repeat;			
			-pie-png-fix: true;
			behavior: url("/scripts/PIE.php");
		}
		
		#body_text ul.body_ul.statistics li {
			line-height: 28px;
			background-position: 0px 8px !important;
		}
		
		#body_text ul.body_ul.statistics li strong {
			font-variant: 100;
			color: #cc0008;
		}
	
		#body_text strong {
			color: #ffffff;
		}


/* SUB NAVIGATION */

div#sub_navigation {
	float: right;
	width: 255px;
	padding: 0px 91px 0px 0px;
}

	#sub_navigation h2 {
		margin: 0px 0px 20px 0px;
		padding: 10px 0px;
		font-size: 24px;
		text-transform: uppercase;
		color: #fff;
	}
	
		#sub_navigation h2 span {
		}


	#sub_navigation ul {
		list-style: none;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				color: #bdbcbc;			
				padding: 6px 9px 6px 2px;
				line-height: 24px;
				border-bottom: 1px #262626 solid;
			}
			
			#sub_navigation ul li a:hover {
				background-position: 0px -32px;
				color: #fff;
			}
			
				#sub_navigation ul li a span {
					display: block;
					float: left;
					color: #00deff;
					padding: 0px 0px 0px 0px;
					width: 23px;
				}
					
		
