.fullWidth
{
	width: 100%;
}
img.display{
	 display: block;
    margin-left: auto;
    margin-right: auto
}
#headerImage
{
	width: 100%;
	resize: both;
}
#topMenu
{
	margin-top: -20%;
	position: relative;
	height: 18em
}
#menuHolder
{
	width: 100%;
	margin: 0 auto;
}
.menu
{
	text-align: center;
	float:left;
	background-image: url("image/menu.png");
	width: 12%;
	color: #000;
	line-height: 2.8em;
	background-repeat: repeat-x;
	font-size: large;
}

.menu:hover
{
	cursor: pointer;
	background: rgba(255,255,255,0.8);
}
.active
{
	background-image: url("image/selectedMenu.png");
	color: #fff;
}
.active:hover
{
	background: rgba(255,0,0,0.8);
}
#logo
{
	width: 25%;
	resize:both;
	float:left;
}
#logo:hover
{
	cursor: pointer;
}
.empty
{
	width: 0.5%;
	float: left;
	height: 10px;
}
#footer
{
	text-align: center;
	background-color: #5a5c75;
	line-height: 4em;
	color: white;
}
.factory
{
	width:100%;
	border: white solid 2.5px;
	box-shadow: #c3c3c3 2px 2px 2px 3px;
	margin-bottom: 2em;
}
#content
{
	padding-top: 3em; 
	padding-bottom: 3em;
}
h1
{
	color: red;
}
h3,h4
{
	color:#5a5c75;
}
#innerContent
{
	text-align: justify;
	color: #7b7d91;
}
#contentHolder
{
	padding-left: 4em;
	padding-right: 4em;
}
.menu:hover .dropdown
{
	display: block;
}
.dropdown, .subDropdown
{
	display: none;
	list-style: none;
	font-size: medium;
	background: rgb(128,129,139);
	line-height: 1.5em;
	padding-left: 0;
	color:#dfdfe0;
}
.dropdown a
{
	color:#dfdfe0;
}
.dropdown li:hover
{
	background-color: rgb(148,149,159);
}

.subDropdown
{
	position: relative;
	left: 100%;
	top:-1.5em;
}
.subDropdown li:hover
{
	background-color: rgb(148,149,159);
}
.dropdown #msds:hover .subDropdown
{
	display: block;
}
#dropdownProduct ul a li, #dropdownProduct ul a:hover li
{
	color:#7b7d91 !important;
	text-decoration: none;
}
#img1
{
	margin:20px; 
	width:200px;
	height:200px;
	overflow: hidden;
	display:inline-block;
	text-align:center; 
	border:1px dotted #CCC; 
	background-color:#efefef; 
	border-radius:5px; 
}

#tamp
{
	width: 100% !important;
	display: inline-block;
}

#box
{
	width:86%;
	padding-bottom:20px; 
	margin:0 auto;
}

#img
{
	width: 300px;
    height: 150px;
    float: left;
    margin: 0.7em;
    background-color: rgba(0,0,0,0.03) !important;
    border-radius: 0.3em;
    overflow: hidden;
}
@media screen and (max-width: 1200px)
{
	#box
	{
		width:70%;
	}
}
@media screen and (max-width: 736px)
{
	.menu
	{
		line-height: 2.8em;
		height: 2.8em;
		font-size: small;
	}
	.twoLine
	{
		line-height: 1.4em;	
	}
	.dropdown, .subDropdown
	{
		font-size: small;
	}
	#box
	{
		width:50%;
	}
	#contactContent
	{
		text-align: center;
	}
}