@import "global.css";

#main {
	background-image: url(../Images/contactUsLaptop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#toppanel
{
	width: 600px;
}
#toppanel h1 {
	font-size: 70px;
	color: #F3F3F3;
	padding-top: 20px;
	padding-bottom: 20px;
}
#toppanel h2 {
	padding-bottom: 15px;
}
#toppanel p{
	padding-top: 40px;
	width: 500px;
}

#contactIntro {
	height: 235px;
}

.heading
{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 12px;
	color: #000000;
}
#bigNumber {
	background-image: url(../Images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	padding-left: 90px;
	width: 500px;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 40px;
}
#bigNumberHK {
	background-image: url(../Images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	padding-left: 90px;
	width: 500px;
	margin-top: 25px;
	margin-left: 10px;
}
#bigNumber #black {
	font-size: 28px;
	color: #000;
	font-family: arial;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
#bigNumberHK #black {
	font-size: 28px;
	color: #000;
	font-family: arial;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
#bigNumber #blue {
	font-size: 60px;
	color: #006699;
	line-height: 50px;
	font-family: arial;
}
#bigNumberHK #blue {
	font-size: 60px;
	color: #006699;
	line-height: 50px;
	font-family: arial;
}
.contactBox {
	width: 290px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C9C9C9;
	border-left-color: #C9C9C9;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
#last {
	margin-right: 0px;
}

.contactBox  .title{
	background-image: url(../Images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 9px;
}
.contactBox .image{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
	padding: 15px;
	font-size: 14px;
}
.fbook {
	width: 123px;
	height: 46px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#callBox
{
	margin-left: 2px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 220px 20px;
}
.phoneNumber {
	margin-top: -5px;
}

#locationBox
{
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 210px 20px;
}
#emailBox
{
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/email.png);
	background-position: 210px 10px;
}

