@charset "utf-8";

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#fff;
		color:#fff;
		font-size:12px;
		/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
		/*font-family:Tahoma, Arial, sans-serif;*/
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
	
	ul {
		list-style:none;
	}
	
	h1 {
		padding:0;
		margin:0;
		font-size:12px;
		font-weight: bold;
	}
	
	a {
		text-decoration:none;
		color:white;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	p{
		padding:0;
		margin:0;
	}
	
	#language-container {
		position: absolute;
		top:50%;
		right: 50%;
		margin: -165px -300px 0 0;
	}
	
	#language-container a, #contact-container a, #form-buttons a, #validators a {
		color:#ccc;
	}
	
	#language-container a:hover {
		text-decoration:overline;
	}
	
	#contact-container {
		position: absolute;
		top:50%;
		right: 50%;
		color:#ccc;
		margin: 150px -300px 0 0;
	}
	
	#first-slider-container {
		position: absolute;
		top:50%;
		left: 50%;
		color:#ccc;
		margin: -150px 0 0 303px;
		display:none;
	}
	
	#second-slider-container {
		position: absolute;
		top:50%;
		left: 50%;
		color:#ccc;
		margin: 0 0 0 303px;
		display:none;
	}
	
	#fsc-track, #ssc-track {
		height:150px;
		width:5px;
		text-align:left;
	}
	
	#fsc-handle, #ssc-handle {
		width:35px;
		cursor:n-resize;
	}

	#main-container {
		margin: -150px 0 0 -300px;
		position:absolute;
		top: 50%;
		left: 50%;
		text-align:left;
		height:300px;
		width:600px;
		z-index:1;
		}		
	#top-container {
		width:600px;
		height:150px;
		margin-bottom:2px;
		background-color:#ccc;
		overflow:hidden;
		}
	#bottom-container {
		width:600px;
		height:150px;
		background-color:#ccc;
		}
	#top-container div {
		float:left;
		text-align:right;
	}
	
	#top-first-cell, #top-second-cell {
		width:140px;
		height:150px;
	}
	#top-first-cell div, #top-second-cell div {
		width:137px;
	}
	
	#tfc-blocker {
		height: 61px;
	}
	
	#tsc-blocker {
		height: 75px;
	}
	
	#tfc-helper {
		height:59px;
	}
	
	#tsc-helper {
		height:45px;
	}
	
	#tfc-menu, #tsc-menu {
		padding-right:12px;
		padding-bottom:45px;
		border-right:2px solid white;
	}
	
	#top-third-cell {
		min-width:320px;
		margin-top: 135px;
		letter-spacing: 15px;
		font-weight: bold;		
	}
	
	*+html #top-third-cell {
		min-width:308px;
		padding-right:12px;
	}
	
	* html #top-third-cell {
		width:286px;
		padding-right:12px;
	}
	
	#bottom-container div {
		float:left;
		text-align:right;
		/*background-color:#999;*/
	}
	
	#bottom-first-cell {
		width:210px;
		padding-right:9px;
		padding-top:14px;
		border-right:2px solid white;
	}
	
	#bottom-first-cell div {
		width:207px;
	}
	
	#bottom-second-cell {
		width:140px;
		padding-right:9px;
		padding-top:14px;
		border-right:2px solid white;
	}
	
	#bottom-second-cell div {
		width:137px;		
	}
	
	#bottom-third-cell {
		min-width:228px;
		letter-spacing: 15px;
		font-weight: bold;
	}
	
	*+html #bottom-third-cell {
		min-width:216px;
		padding-right: 12px;
	}
	
	* html #bottom-third-cell {
		width:216px;
		padding-right: 12px;
	}
	
	#bfc-title, #bsc-title, #tfc-title, #tsc-title {
		cursor:pointer;
	}
	
	#contact-form-container {
		margin: -150px 0 0 -300px;
		position:absolute;
		top: 50%;
		left: 50%;
		text-align:left;
		height:330px;
		width:600px;
		z-index:2;
	}
	
	#contact-form {
		text-align:left;
		height:302px;
		width:600px;
		background-color:#ccc;
		overflow:hidden;
	}
	
	form {
		margin: 0;
		padding:12px 0 0 12px;
	}
	
	form p {
		margin:0;
		padding: 0 0 12px 0;
	}
	
	form input {
		width:526px;
		border:none;
		border-bottom:2px solid #fff;
		background-color:#ccc;
		padding-left:6px;
		margin-left:6px;
		color:#fff;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
	}
	
	form textarea {
		width:560px;
		height:210px;
		border:2px solid #fff;
		background-color:#ccc;
		overflow:hidden;
		color:#fff;
		padding:6px 6px 0 6px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:lowercase;
	}
	
	*+html form textarea, * html form textarea {
		width:560px;
		height:204px;
	}
	
	#response-text {
		position: absolute;
		top:50%;
		left: 50%;
		background-color:#fff;
		color:#ccc;
		padding: 12px;
		text-align:center;
		white-space:nowrap;
		z-index:3;
	}
		
	#form-buttons {
		height:30px;
		width:600px;
		background-color:#fff;
	}
	
	
	#form-buttons a {
		margin-right: 10px;
	}
	
	#validators {
		position: absolute;
		right:0;
		bottom:0;
	}