html, body{
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
}
html{
	overflow: hidden;
}
body{
	overflow: auto;
	background-color: #F0F0F0;
}
a{
	color: #0087BF;
	text-decoration:none;
	line-height:25px;
}
a:visited, a:hover, a:active, a:focus{
	text-decoration:none;
}
a:hover{
	cursor:pointer;
}
#main-wrapper{
	width: 1120px;
	margin: auto;
	background-color: #FFF;
	overflow: hidden;
	
	box-shadow: 0px 0px 25px 1px #999;
}
.menu-bar{
	background-color: #000000;
}
.menu-bar ul{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	left: 640px;
	
}
.menu-bar ul li{
	display:inline-block;
	padding: 10px 8px;				
}
.menu-bar ul li a{
	color: #FFF;
}
.menu-bar ul li:not(:first-child){
	margin-left: -4px;
}
.menu-bar ul li:hover{
	background-color: rgba(219, 50, 9, 0.7);
	cursor:default;
}
.menu-bar ul li.active{
	background-color: #DB3209;
}			
#slideshow-wrapper{
	position:relative;
	overflow:hidden;
}
#slideshow-images-div{
	position:relative;
}
#slideshow-images-div ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height: 380px;
}
#slideshow-images-div ul li{
	width: 1120px;
	display: block;
	float: left;
}
#slideshow-images-div ul li img{
	width:100%;
	height: 100%;
}

#slideshow-paging{
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
#slideshow-paging ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slideshow-paging ul li{
	display:inline-block;
	border-radius: 100%;
	padding: 7px;
	margin: 0px 4px;
	background-color: #FFF;
	opacity: 0.4;
	
	transition: opacity ease-in-out 0.25s;
	-webkit-transition: opacity ease-in-out 0.25s;
}
#slideshow-paging ul li:hover{
	opacity: 0.75;
	cursor: pointer;
}
#slideshow-paging ul li.active{
	opacity:1;
	cursor:default;
}

#gallery-menu-div{
	width: 850px;
	margin:auto;
}
.gallery-menu-item{
	display:inline-block;
	width: 15%;
	margin: 0px 16px;
}
.gallery-menu-item .gallery-title{
	word-wrap: break-word;
	font-size: 16px;
	text-align: center;
	padding-bottom: 12px;
	color: #0265A6;
	font-weight: bold;;
}
.gallery-menu-item .gallery-image{
	width: 120px;
	height: 120px;
	margin: auto;
}
.gallery-menu-item .gallery-image img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

#information-div{
	width: 850px;
	margin:auto;
}
#information-div > div{
	width: 30%;
	margin-right: 28px;
	display: inline-block;
	vertical-align: top;
}
#company-about-div{
	border-top: 6px solid #900;
}
#company-about-div .title{
	font-weight: bold;
	font-size: 24px;
	margin: 8px 0px;
	display: inline-block;
}
#company-about-div .description{
	color: #333;
}
#random-image-div{
	height:250px;
}
#random-image-div img{
	width: 100%;
	height: 100%;
}
#company-contact-div{
	margin-right: 0px !important;
	text-align: center;
	background-color: #900;
	height: 250px;
}
#company-contact-div .icon{
	color: #FFF;
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#company-contact-div .highlight-title{
	width: 105px;
	margin: auto;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#company-contact-div .message{
	color: #ddd;
	font-size: 10px;
	width: 71%;
	margin: auto;
	line-height: 1.5;
}
#company-contact-div .contact-number{
	color: #FFF;
}
#contact-us-btn{
	color: #FFF;
	border: 1px solid #CCC;
	background-color: transparent;
	font-size: 10px;
	padding: 10px 22px;
	font-weight: bold;
}
#footer-div{
	text-align: center;
	font-size: 12px;
	color: #777;
}