/*

Design for: bridgestone
Theme: Homepage
Developed by: Icoms Tecnologies - www.icomstec.com


*/

/*----------------- BASIC LAYOUT ------------------*/


body {
	margin: 0;
}


#wrapper {
	width: 100%;
	height: 640px;
/*	background-image: url(images/header-repeat.jpg);
	background-repeat: repeat-x;*/
	margin: auto;
	position: absolute;
	top: 0px;

}

#header {
	background-image: url(images/header-home-repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	height: 120px;
}

#logo {
	width: 300px;
	height: 115px;
	text-align: center;
	position: absolute;
	background-image: url(images/logo_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 -20px;
	top: 0;
	left: 50%;
	margin-left: -350px;
}

#oneteam-sticker {
background-image: url(images/vineta-team.jpg);
position: absolute;
z-index: 20;
top: 1px;
left: 50%;
margin-left: 160px;
width: 204px;
height: 132px;
}

#oneteam-sticker a{
display: block;
width: 204px;
height: 132px;
}


#oneteam-sticker span {
display: none;
}




#container {
	width: 100%;
	margin: auto;
	background-image:url(images/containerbg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	position: absolute;
	top: 120px;
}

#inside-container {
	width:700px; /* original: 714px */
	margin: auto;
	position: relative;
	left: 0 !important;
	left: 20px;
}


#text-environmentalperfomance {
width: 100%;
height: 16px;
/*background-image: url(images/home-environmental-perfomance-title.gif);*/
background-position: top center;
background-repeat: no-repeat;
margin: 20px auto auto auto;
float: left;
}


#text-environmentalperfomance a {
padding: 3px;
}


#text-environmentalperfomance span {
display: none;
}

/*----------------- MENU ------------------*/


#menu {
	height: 120px;
	width: 740px;
	/*float: left;
/*	border: solid 1px #000066;*/
	margin: 20px auto auto auto;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	width: 153px;
	height: 96px;
	float: left;
	margin: 0 28px 0 0;
}

#menu li a {
	width: 153px;
	height: 96px;
	display: block;
	background-image: url(images/menu-big.jpg);
}

#menu #m-products a {
	background-position: 0 0;
}

#menu #m-products a:hover {
	background-position: 158px 0;
}

#menu #m-operations a {
	background-position: 0 -105px;
}

#menu #m-operations a:hover {
	background-position: 158px -105px;
}

#menu #m-teamwork a {
	background-position: 0 -220px;
}

#menu #m-teamwork a:hover {
	background-position: 158px -220px;
}

#menu #m-communities a {
	background-position: 0 -331px;
}

#menu #m-communities a:hover {
	background-position: 158px -331px;
}


#menu span {
	display: none;
}


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


#slideshow {
	width: 704px;
	height: 243px;
/*	border: solid 1px #000066;*/
	float: left;
	margin: auto;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;

}


/*----------------- FOOTER ------------------*/


#footer {
	position: absolute;
	top: 630px;
	width: 793px;
	background-image:url(images/footer-end.jpg);
	background-repeat: no-repeat;
	background-position: top ;
/*	border: solid 1px #000000;*/
	height: 50px;
	left: 50%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	margin-left: -396px;
	margin-top: 30px;
}

#footer a {
 	color: #333333;
	text-decoration: none;

}


#footer a:hover {
	text-decoration: underline;
	color: #AE0000;
}

#footer ul {
	margin: auto;
	position: relative;
	left: 50px;
	margin-top: 14px;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 600px;
}
#footer li {
	float: left;
	margin: 0 20px 0 0;
}

#copyright {
	position: absolute;
	top: 685px;
	width: 793px;
	height: 50px;
	left: 50%;
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -396px;
	margin-top: 30px;
}

