/* CSS Document */
body
{
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 12px;
text-align: center; /* added */
min-width: 900px; /* added */
}
body
{ 
scrollbar-face-color : #E1E1E1; 
scrollbar-highlight-color : #FFFFFF; 
scrollbar-3dlight-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;  
scrollbar-arrow-color : #FFFFFF;   
scrollbar-shadow-color : #FFFFFF;   
scrollbar-track-color: #FFFFFF; 

 } 
#ContainerBoxIndex
{
	position: relative;/* abs */
	width: 900px;
	height: 600px;
	margin:0 auto; /* added */
	/*left: 50%;
	margin-left: -450px;*/
	top:30px;
	background: #FFFFFF url('images/Indexfloortiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;

}
#ContainerBoxAbout
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/AboutWalltiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;

}
#ContainerBoxFindus
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/GalleryWalltiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;
}
#ContainerBoxServices
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/ServicesFloortiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;
}
#ContainerBoxCommercial
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/FindusWalltiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;
}
#ContainerBoxGallery
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/CommercialWalltiles.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;
}
#ContainerBoxSafety
{
	position: relative;
	margin:0 auto;
	width: 900px;
	height: 600px;
	top:30px;
	background: #FFFFFF url('images/SafetyHatT.jpg') no-repeat bottom right; 
	border: 0px solid #CCCCCC;
	z-index: 5;
}
#MenuBox{ 
z-index:2; 
}
#MenuBox ul 
{
margin:0;
padding:10px 10px 10px 20px;  /* 10 10 10 50 */
list-style:none;
}
#MenuBox li 
{
display:inline;
padding:0 2px 0 2px; /* 0 6 0 6 */
margin:0;
padding:0;
color: red;
}
#MenuBox a 
{
margin:0;
padding:0 3px 0 3px; /* 0 6 0 6 */
text-decoration:none;
color: #0173bc;
font-size: 12px;
}
#MenuBox a:hover, #MenuBox a:active
{
color: red;
}
#TextBox
{
font-size: 12px;
color: #444444;
text-align: justify;
}
#TextBoxNews
{
font-size: 12px;
color: #444444;
text-align: justify;
overflow:auto;
}
#CreditBox
{
color: #0173bc;
font-size: 10px;
}
#CreditBox a
{
color: #0173bc;
text-decoration: none;
font-size: 10px;
}
#CreditBox a:hover
{
color: red;
}
#Eform
{
background-color: #FFFFFF;
}
input, textarea
{
width: 200px;
color: #0173bc;
font-size: 12px;
}
textarea
{
overflow: auto;
height: 150px;
}
td
{
font-family: "Trebuchet MS", Verdana, Arial;
font-size: 12px;
}
#hilight
{
color: #0173bc;
font-weight: bold;
}
#partlight
{
font-style: italic;
color: #0173bc;
}
