/***********************************************************************
 @ filename         : /tpl/templates/shared/css/default_splash.css
 @ author           : ?
 @ description      : template 002 default styles
 @ media            : screen
 @ created          : 2008-07-06
 @ modified         : 2008-07-06, version 1.0
**********************************************************************/


@import url(borders.css);
@import url(fonts.css);

/***** Generics & Layout *****/
body {
    margin: 0; padding: 0;
    color: #999;
    text-align: center;
	font-family: Helvetica,arial,verdana,clean,sans-serif;
}

html, body {height: 100%; width:100%;}

div#container {position:relative; width:100%; height: 100%; }


/*****SPLASH PAGE ****/

div#container_splash {width: 100%; height: 100%; overflow: visible; position: relative;}
div#container_splash[id] {display: table; position: static;}
*div#container_splash [id] {display:block; }
		
div#container_splash_middle[id] {display: table-cell; vertical-align: middle; width: 100%; }
/**div#container_splash_middle {position: absolute; top: 50%; width: 50%; }  for explorer only - this is the line causing the ie7 wide width problem*/
		
div#container_splash_inner {width: auto; margin-left: auto; margin-right: auto; cursor: pointer;} /* for explorer only */
/**div#container_splash_inner {position: relative; top: -50%; left:-50%; }*/


/******/


/*  adsense horizontal banners  */
div#container-adsense728-90,
div#container-adsense468-60,
div#container-adsense234-60 {
	top :0;
	text-align:center;
	display : block;

}
div#container-adsense728-90 {
	width  : 728px;
	height : 90px;
}
div#container-adsense468-60 {
	width  : 468px;
	height : 60px;
}
div#container-adsense234-60 {
	width  : 234px;
	height : 60px;
}
/* adsense vertical banners */
div#container-adsense125-125,
div#container-adsense120-240,
div#container-adsense120-600 {
	top : 0;
	float:right;
}
div#container-adsense125-125 {
	width  : 125px;
	height : 125px;
}
div#container-adsense120-240 {
	width  : 120px;
	height : 240px;
}
div#container-adsense120-600 {
	width  : 120px;
	height : 600px;
}


