*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

body{
	width:100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

a{
	text-decoration: underline;
	color: #fff;
}

a:hover{
	text-decoration: none;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

p{
	margin: 1em 0;
}



#container{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	background: url("../images/container_bg.gif");
}

.terms{
	font-size: 10px;
	position: absolute;
	top: 560px;
	left: 30px;
	letter-spacing: 1px;
	color: #999;
}

.terms a{
	color: #999;
	text-decoration: none;
}

.recticel{
	position: absolute;
	top: 534px;
	left: 640px;
}

.ourBrands{
	position: absolute;
	top: 270px;
	left: 16px;
}

#bottom{
	width: 800px;
	height: 163px;
}

#topNav{
	position: absolute;
	top: 18px;
	left: 205px;
}

#topNav ul{
	list-style-type: none;
}

#topNav li{
	float: left;	
	padding-right: 25px;
}

#topNav span{
	display: none;
}

#topNav #company a{
	background: transparent url("../images/company.gif") no-repeat top left;
	width: 61px;
	height: 12px;
	display: block;
	float: left;
}

#topNav #company a:hover, #company a.selected{
	background: transparent url("../images/company_over.gif") no-repeat top left;
}

#enviroment a{
	background: transparent url("../images/enviroment.gif") no-repeat top left;
	width: 78px;
	height: 10px;
	display: block;
	float: left;
}

#enviroment a:hover, #enviroment a.selected{
	background: transparent url("../images/enviroment_over.gif") no-repeat top left;
}

#contact a{
	background: transparent url("../images/contact.gif") no-repeat top left;
	width: 49px;
	height: 12px;
	display: block;
	float: left;
}

#contact a:hover{
	background: transparent url("../images/contact_over.gif") no-repeat top left;
}


/************************************************/


#agriculture{
	position: absolute;
	top: 135px;
	left: 580px;

}

#packaging{
	position: absolute;
	top: 210px;
	left: 613px;

}

#sports{
	position: absolute;
	top: 292px;
	left: 613px;
}

#shoe{
	position: absolute;
	top: 365px;
	left: 577px;
	z-index: 10;
}

#flooring{
	position: absolute;
	top: 425px;
	left: 515px;
	z-index: 5;
}

#automotive{
	position: absolute;
	top: 465px;
	left: 435px;
	z-index: 0;
}

/*******************************************/

#contentText{
	position: absolute;
	top: 150px;
	left: 295px;
}

#textFlow{

	width: 280px;
	height: 250px;
	color: white;
	float: left;
	overflow: auto;
}

#textFlow p{
	padding-right: 10px;
	line-height: 1.5;
}

#textFlow sup{
	font-size: 8px;
}

#logo{
	position: absolute;
	top:0;
	left:0;
}

#circleImgs{
	position: absolute;
	top: 262px;
	left: 64px;
}

#circleImgsIndex{
	position: absolute;
	top: 258px;
	left: 68px;
}



#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: 214px;	/* IE 5.x */
	width/* */:/**/214px;	/* Other browsers */
	width: /**/214px;

	/* CSS HACK */
	height: 214px;	/* IE 5.x */
	height/* */:/**/214px;	/* Other browsers */
	height: /**/214px;
	
	/*border:3px solid #317082;*/
	position:relative;	/* Never change this value */
	}
.imageInGallery{		
	width:214px;
	height:214px;
	
	/* Never change these 3 value */
	left:0px;
	top:0px;
	position:absolute;	
	}
#imageSlideshowHolder img {
	position:absolute;
	top: -1px;
	}