/*
screen stylesheet for atriumss.com splash page
created : 2006-02-26
last edited : 2006-03-22
*/


/* ------------------------------------------------------------------------------------- general setting */

* {margin:0; padding:0;} /* set all elements spacing to zero */

body {
	background: #FFFFFF url(../images/splash_bg.gif) bottom left no-repeat;
	font-family: "Trebuchet MS", Tahoma, Loma, Thonburi, sans-serif;
	font-size: 80%; /* set as base size */
	color: #3B3B3B;
} 

html, body, #container { /* set page to full height */
	width: 100%;
	min-height:100%; /* For Modern Browsers */
	height: 100%; /* For IE 6 and under */
	overflow: hidden;
}

html>body, #container {height:auto !important;} /* For Modern Browsers */

#container {} /* to contain overall body */

img {border: 0;}

a {background-color: transparent; text-decoration: none;}
a:link {color: #FF3300;}
a:visited {color: #FF6666;}
a:hover {color: #FF6600;}
a:active {color: #FF4400;}


/* --------------------------------------------------------------------------------------- setting header */

#header { /* header block */
	position: absolute;
	bottom: 114px;
	left: 360px;
	background-color: transparent;
	color: #3B3B3B;
}

#header h1 {
	width: 440px;
	height: 80px;
	background: #FFFFFF url(../images/splash_logo.jpg) no-repeat;
	margin-bottom: 6px;
	text-indent: -5000em;
}

#header p {font-weight: bold;}


/* -------------------------------------------------------------------------------------- setting content */

#content {
	position: absolute;
	background: transparent;
	top: 10%;
	left: 20%;
}

#content ul {
	list-style-type: none;
	font-weight: bold; 
	font-size: 1.85em;
}

#content li {margin-bottom: 0.4em; margin-left: 0.2em;}

#content li a:link {background-color: transparent; color: #FF3333;}
#content li a:visited {background-color: transparent; color: #FF6666;}
#content li a:hover {background-color: transparent; color: #FF5566;}
#content li a:active {background-color: transparent; color: #FF5566;}


/* ---------------------------------------------------------------------------------------- setting footer */

#footer {
	margin-top: 10px;
	font-size: 0.85em;
}