﻿@charset "utf-8";
/* CSS Document */
/* 2016-12-10 Created by Cyrous*/

*{
	padding:0;
	margin:0;
}

#wrapper {
	width:1024px;
	margin:0 auto;
}

#header{
	background-image:url(Images/OTC_Transparent_City_BG_CN.png);
    width:1024px;
	height:100px;
}
#header h1{}
#header ul{}
#header li{
	float:right;
	list-style-type:none;
}
#header li a{
	display:block;
	width:120px;
	height:119px;
	text-indent:-9999px;
}
#header li a:hover{}

#header li.aboutus a{
	background-image:url(Images/AboutUs_1.png);	
}
#header li.aboutus a:hover{
	background-image:url(Images/AboutUs_2.png);
}

#header li.information a{
	background-image:url(Images/Information_1.png);	
}
#header li.information a:hover{
	background-image:url(Images/Information_2.png);
}

#header li.products a{
	background-image:url(Images/Products_1.png);	
}
#header li.products a:hover{
	background-image:url(Images/Products_2.png);
}

#header li.news a{
	background-image:url(Images/News_1.png);	
}
#header li.news a:hover{
	background-image:url(Images/News_2.png);
}

#header li.contact a{
	background-image:url(Images/ContactUs_1.png);	
}
#header li.contact a:hover{
	background-image:url(Images/ContactUs_2.png);
}
#header h3{}

img {
  margin-bottom: 0px;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 5px 30px 0px gray, 0 5px 30px 0px red
}