﻿/* This file created by Amer Al-Homsi */

/* General Styles*/
body {
	background: black url('images/background.jpg') no-repeat center 10px;
	min-height: 768px;
	font-family: Calibri;
	color: white;
	margin-top: 0px;
}
#Banner {
	width: 800px;
	height: 200px;
	margin: 0px auto 0px auto;
	font-size: 14px;
}
#Banner a {
	color: white;
	text-decoration: none;
	margin-right: 10px;
}
#Banner a#HomePageLink {
	margin-right: 320px
}
#Banner a:hover {
	color: #fcce2d;
}
#BannerMenu {
	padding-top: 143px;
	text-align: right;
}
#BannerSubMenu {
	padding-top: 15px;
	text-align: right;
}
#ServiceSubMenu, #SafetySubMenu {
	display: none;
}
/* Home Page Styles */
#HomeMain {
	width: 800px;
	height: 518px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
#LoginForm {
	top: 100px;
	text-align: right;
	margin-right: 50px;
	height: 75px;
}
#LoginForm input {
	background-color: #6d6e71;
}
#Image1 {
	background-image: url('images/home/homeImage1.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 184px;
	height: 225px;
	left: 616px;
	top: 5px;
	visibility: hidden;
}
#Image2 {
	background-image: url('images/home/homeImage2.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 138px;
	height: 225px;
	left: 478px;
	top: -220px;
	visibility: hidden;
}
#Image3 {
	background-image: url('images/home/homeImage3.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 221px;
	height: 103px;
	left: 579px;
	top: -221px;
	visibility: hidden;
}
#Image4 {
	background-image: url('images/home/homeImage4.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 227px;
	height: 103px;
	left: 352px;
	top: -324px;
	visibility: hidden;
}
#Image5 {
	background-image: url('images/home/homeImage5.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 312px;
	height: 102px;
	left: 166px;
	top: -651px;
	visibility: hidden;
}
#Image6 {
	background-image: url('images/home/homeImage6.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 126px;
	height: 123px;
	left: 351px;
	top: -652px;
	visibility: hidden;
}
#Image7 {
	background-image: url('images/home/homeImage7.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 186px;
	height: 227px;
	left: 166px;
	top: -776px;
	visibility: hidden;
}
#Image8 {
	background-image: url('images/home/homeImage8.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 166px;
	height: 180px;
	left: 0px;
	top: -1103px;
	visibility: hidden;
}
#Image9 {
	background-image: url('images/home/homeImage9.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 166px;
	height: 148px;
	left: 0px;
	top: -1104px;
	visibility: hidden;
}
#Image10 {
	position: relative;
	top: -1150px;
	left: 40px;
	width: 740px;
	color: white;
	visibility: hidden;
}
#Image10 p#Line1 {
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: -10px;
}
#Image10 p#Line2 {
	font-size: 30px;
	margin-top: 0px;
	margin-left: 40px;
}

/* Company Profile */
#MainImages{
	text-align: center;
	margin: 20px auto 0px auto;
}
#MainImages img {
	margin-right: 30px;
	visibility: hidden;
}
#Contents {
	margin: 30px auto 0px auto;
	width: 800px;
}
#Contents #Title {
	color: #fcce2c;
	font-size: 20px;
	padding-left: 30px;
	background: transparent url('images/line.jpg') no-repeat scroll 0px 35px;
	height: 45px;
	margin-bottom: 0px;
}
#Contents #Text {
	color: white;
	padding: 0px 30px 0px 30px;
	margin-top: 0px;
}
#Contents a {
	color: white;
	text-decoration: none;
}
#Contents a:hover {
	color: #fcce2d;
}
#Contents table {
	border-collapse:collapse;
}
#GalleryThumbContents {
	width:600px;
	height:50px;
	overflow:hidden;
	position:relative;
	left:10px;
}
#GalleryThumbSlide {
	position:relative;
	width:1000px;
	text-align:left;
}
#GalleryThumbSlide td {
	width:60px;
	text-align:center;
	padding:0px;
}
#GalleryThumbSlide img {
	border:2px white solid;
}
#GalleryThumbSlide img:hover {
	border-color: yellow ;
}
