@charset "utf-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px auto;
}

#container {
	margin: 0px auto 0px;
	width: 1024px;
	min-height: 600px;
	text-align: justify;
	background-color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: 12.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#header {
	height: 100px;
	width: 1024px;
}
#logo {
	float: left;
	height: 50px;
	width: 967px;
	margin-top: 10px;
	padding-left: 57px;
	clear: left;
	padding-bottom:15px;
}
img {
	border:none;
}
a {
	text-decoration: none;
	color: #666;
}
/*
	Navigation bar
*/
#nav_box {
	float: left;
	height: 20px;
	width: 868px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	padding-left: 156px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: normal;
	font-family: "Century Gothic", sans-serif;
}
.nav {
	margin-right: 113px;
}
.nav1 {
	margin-right: 109px;
}
.nav2 {
	margin-right: 95px;
}
/*
	Navigation bar Anchors
*/
.nav a , .nav1 a, .nav2 a{
	text-decoration: none;
	color: #666;
}
.nav a.active, .nav1 a.active, .nav2 a.active {
	color: #0067B1;
}
.nav a:hover,.nav1 a:hover,.nav2 a:hover {
	color: #0067B1;
}
/*
   Footer	
*/
#footer {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: center;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*
  Content 
*/
#content {
	width: 820px;
	min-height: 457px;
	margin-top: 30px;
	padding-left: 100px;
	padding-right: 104px;
	text-align: justify;
	
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #0067B1;
	text-decoration: underline;
	font-family: "Arial", sans-serif;
}
#content1 {
	width: 820px;
	min-height: 600px;
	margin-top: 30px;
	padding-left: 100px;
	padding-right: 104px;
	text-align: justify;
	
}
#content2 {
	width: 817px;
	min-height:800px;
	margin-top: 30px;
	padding-left: 108px;
	padding-right: 99px;
	text-align: justify;
	clear: none;
	float: left;
}


/*
  Location page
*/
.our_map {
	float: left;
	height: 310px;
	width: auto;
}
.google_map {
	float: left;
	width: 324px;
	margin-left: 5px;
	height: 310px;
}
.qr_code {
	height: 204px;
	width: 136px;
	float: left;
	margin-left: 5px;
	padding-top: 40px;
	padding-left: 24px;
	background-image: url(../images/easy4u.png);
	background-repeat: no-repeat;
}



/*
  Contact page
*/
.com_info {
	float: left;
	width: 405px;
	height: 400px;
}
.enquiry {
	float: right;
	width: 405px;
}

/*
  Product page
*/
#product_box {
	float: left;
	width: 820px;
	height: 180px;
}

.product {
	height: 165px;
	width: 145px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	border: 2px dotted #CCC;
	clear: right;
}
