* {
	margin: 0px auto;
	padding: 0px;
}
.PageWidth {
	width: 980px;
	overflow: hidden;
}
.TopHeader {
	width: 51px;
	height: 110px;
	float: left;
}
.MainPageWidth {
	background-image: url("../Img/menubackground.png");
	background-size: 100% 100%;
	border-radius: 20px;
	box-shadow: 0 0 7px -1px rgb(0, 0, 0);
	height: auto;
	padding-bottom: 1px;
	width: 980px;
}
.menu {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 45px;
	margin-bottom: 20px;
}
#nav_red {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: 300;
	width: 950px;
}
#nav_red ul {
	height: 40px;
	list-style: none;
}
#nav_red li {
	float: left;
	margin-top: 18px;
	padding: 0;
}
#nav_red li a {
	color: rgb(255, 255, 255);
	display: block;
	font-family: Lucida Sans Unicode;
	line-height: 40px;
	padding: 0 40px;
	text-align: center;
	text-decoration: none;
}
#nav_red li a:hover {
	color: #444;
	font-size: 15px;
	font-weight: normal;
}
.SubMenu > li {
	margin: 0px !important;
}
/* Navigation Second Level */

#nav_red li ul {
	background: url("../Img/submenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: auto;
	margin-left: 14px;
	margin-top: -41px;
	position: absolute;
	width: 174px;
}
#nav_red li:hover ul {
	display: block;
}
#nav_red li li:hover {
	font-weight: 800;
}
#nav_red li li {
	display: block;
	float: none;
	width: 140px;
}
#nav_red li ul a {
	text-align: left;
	display: block;
	height: 40px;
	padding: 0px 10px 0px 25px;
}
.SubMenu {
	background-image: url("../Img/transprant.png");
	background-size: 100% 100%;
	border: 1px solid rgb(144, 164, 122);
	border-radius: 5px;
}
.SubMenu a {
	border-bottom: 1px solid rgb(144, 164, 122);
	width: 100%;
}
.menu ul li ul li {
	margin: 0;
}
.menu ul li:hover > .SubMenu {
	display: block;
}
.InnerPageWidth {
	background-image: url("../Img/inner.png");
	border-radius: 20px;
	clear: both;
	height: auto;
	overflow: hidden;
	padding-bottom: 24px;
	width: 932px;
}
.SliderImage {
	width: 885px;
	height: 305px;
	border-radius: 20px;
	background-image: url(../Img/slider.jpg);
	margin-top: 24px;
	border: 4px solid #94948c;
}
.SiteTitle {
	float: left;
	margin-left: 25px;
	padding: 10px 0;
	width: 885px;
}
.SiteTitle p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
}
.SiteContain {
	margin-bottom: 24px;
	overflow: hidden;
	width: 885px;
}
.SiteContainLeft {
	float: left;
	height: auto;
	width: 711px;
}
.SiteContainLeft p {
	color: rgb(61, 61, 61);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 24px;
	text-align: justify;
}
.SiteContainLeft h4 {
	color: rgb(61, 61, 61);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 24px;
	margin: -5px 0 1px 5px;
	text-align: justify;
}
.SiteContainImage {
	float: right;
	width: 300px;
	height: 225px;
	background-image: url(../Img/1.jpg);
	border-radius: 20px;
	border: 4px solid #94948c;
}
.SiteFullWdth {
	width: 885px;
}
.SiteFullWdth li {
	color: rgb(61, 61, 61);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 24px;
	list-style: outside none square;
	margin-left: 17px;
	text-align: justify;
}
.ImageGallery {
	width: 885px;
clear:both;
}
.ImageSecond {
	float: left;
}
.SecondText {
	float: right;
}
.ImageSecond > img {
	border-radius: 16px;
}
.ImageSecond1 > img {
	border-radius: 16px;
}
.Footer {
	background-color: rgb(127, 181, 1);
	border-radius: 5px;
	margin-bottom: 21px;
	margin-top: 30px;
	padding: 15px 0;
	width: 932px;
}
.Footer > p {
	color: rgb(255, 255, 255);
	font-family: arial;
	font-size: 14px;
	text-align: center;
}
.LastFooter {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 25px 0;
	width: 932px;
}
.LastFooter > p {
	float: right;
	font-size: 14px;
	letter-spacing: 0.4px;
}
.VideoMain {
	width: 885px;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
}
.VideoMainInner {
	float: left;
	height: 315px;
	margin-left: 20px;
	width: 432px;
}
.ImageTittle {
	font-family: Lucida Sans Unicode;
	font-size: 14px;
	margin: 10px -15px -14px 0;
	text-align: center;
}
