/**
 * Stylesheet for In Casa Language Site
 * @author Luis Pirir <luispirir@gmail.com, info@luispirir.com>
 */
*, html {
	margin: 0;
	padding: 0;
	border: 0;
}
	body {
		background-color: #000;
		text-align: center;
		font-size: 62.5%;
	}
	/** LAYOUT **/
	#wrapper {
		width: 960px;
		height: 659px;
		margin: auto;
		position: relative;
		background: url(../images/home.jpg) top no-repeat;
		text-align: left;
	}
		#wrapper h1#title {
			width: 960px;
			height: 112px;
			margin: 0;
			padding: 0;
		/*	background: url(../images/logo_home.png) no-repeat;*/
			text-indent: -99999px;					
		}
		#content_text {
			position: absolute;
			top: 340px;
			left: 18px;
			font: 1.2em Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
		}
			#text {
				width: 225px;
				position: absolute;
				left: 18px;
				top: 366px;
				color: #fff;
				padding: 5px 10px; 
				font: 1.3em/1.2 Lucida Sans Unicode, Lucida Sans, Arial, sans-serif;
				text-align: justify; 
			}
			#content_text label, .label {
				background-color: #00afe9;
				height: 20px;				
				border: 1px solid #333;
				text-transform: uppercase;
				text-align: center;				
				font-size: 1.0em;				
				line-height: 20px;
				margin: 0;
				padding: 0 3px;
				float: left;
			}	
				.langs {
					float: left;
					width: 121px;
					position: relative;
					z-index: 200;
				}
				.select {
					width: 121px;
					display: block;
					background: #000 url(../images/select.jpg) center right no-repeat;
					height: 22px;
					cursor: pointer;
				}
					.select li { list-style: none; }
				#langs {
					width: 121px;
					display: none;
					background: #000;
					position: relative;
					z-index: 300;
				}
					#langs li a {
						color: #fff;
						display: block;
						text-decoration: none;
						padding: 1px 5px;
					}
						#langs li a:hover { background-color: #333; }
			/*#content_text select {
				padding: 2px;											
			}				
			span.select {				
				margin-left: 81px;				
				background-color: #fff;
				color: #333;
				border: 1px solid #333;
				width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. 
				height: 20px;
				padding: 0 24px 0 8px;								
				font: 1.0em/20px;
				background: url(../images/select.png) right no-repeat;						
				z-index: 100;
			}		
		/** FOOTER **/
		#footer {		
			width: 100%;
			height: 80px;
			overflow: hidden;
			position: absolute;
			bottom: 0;			
			background: url(../images/bg_footer_home.jpg) bottom no-repeat;
		}			
