/*
 * Cascading Style Sheet v2.1
 *
 * Copyright 2010
 * Author: Adapter Digital Agency
 * Date: Fri Oct 29 12:58:27 2010
 */

div#container {
	margin:auto;
	width:980px;

}
div#header {
	height:85px;
	position:relative;
	z-index:2;
	clear:both;
	float:left;
	width:980px;
}
div#header > h1 {
	background: url(../images/sansiri-logo.png) no-repeat;
	height:55px;
	margin:16px auto 0;
	width:75px;
}
div#header > h1 > a {
	display:block;
	height:55px;
	text-indent:-7777px;
	width:100%;
}
div#container h1.en {
	background:url(../images/sansiri-logo-en.png) no-repeat 0 0;
	width:87px;
}

/*Language*/
ul#lang {
	background:url(../images/global/lang.png) no-repeat;
	height:12px;
	right:20px;
	top:105px;
	width:37px;
	z-index:77;
}
ul#lang.en 
{
	background:url(../images/global/lang.png) no-repeat;
	background-position:0 -22px;
	height:12px;
	right:20px;
	top:105px;
	width:37px;
	z-index:77;
	
}
ul#lang > li {
	float:left;
	height:12px;
	width:18px;
}
ul#lang > li > a {
	display:block;
	height:12px;
	text-indent:-7777em;
	width:18px;
}

/* content */
div#content {
	float:left;
	height:478px;
	width:984px;
	background:url(../images/bg_landing.jpg) no-repeat;
}

/* lightbox */
div.overlay {
	background:white;
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:95;
}
div.lightbox {
	display:none;
	position:absolute;
	top:34px;
	z-index:96;
}
div.lightbox a.close {
	display:block;
	height:25px;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	z-index:97;
}
