/* CSS DOC - Belim website 2007		 								*/
/* commonstyle.css													*/



/* 	------------------------------------------------------------	*/
/* 	standard TAGS													*/
/* 	------------------------------------------------------------	*/

	body {
		background: #0E435F url(../image/backmain.gif) repeat-x;
		padding:0;
		margin:0;
		color: #485056;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

/* 	------------------------------------------------------------	*/
/* 	BS (basic structure)											*/
/* 	------------------------------------------------------------	*/

	#cage {
		position: absolute;
		top: 50%;
		left: 50%;
		width:920px;
		height:520px;
		margin-top: -260px;
		margin-left: -460px;
		/*border: 1px solid #c00;*/
		}

/* 	------------------------------------------------------------	*/
/* 	TOP																*/
/* 	------------------------------------------------------------	*/

	#top {
		width:904px;		/* 920-16 = 904 */
		height:50px;		/* 60-10 = 50 */
		/*background: #ccc;*/
		float:left;
		clear:both;
		padding: 10px 0px 0px 16px;
		margin:0;
		}
	.gaverderinonzewebsite {
		position:absolute;
		top:0px;
		left:650px;
		}

/* 	------------------------------------------------------------	*/
/* 	SLIDESHOW														*/
/* 	------------------------------------------------------------	*/

	#slideshow {
		position:absolute;
		top:60px;
		left:0px;
		}

	#imageSlideshowHolder {
		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 
		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.
		*/
		/* CSS HACK */
		width: 920px;	/* IE 5.x */
		width/* */:/**/920px;	/* Other browsers */
		width: /**/920px;
	
		/* CSS HACK */
		height: 459px;	/* IE 5.x */
		height/* */:/**/459px;	/* Other browsers */
		height: /**/459px;
		
		background-color:#fff;
		/*border:3px solid #317082;*/
		position:relative;	/* Never change this value */
		float:left;
		}
	.imageInGallery{		
		width:920px;
		height:459px;
		background-color:#0e435f;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
		}
	/*#imageSlideshowHolder img {
		position:absolute;
		top: -1px;
		}*/


