body {
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #ededed;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* ----------container to center the layout-------------- */
#container {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
}


/* --------------text------------- */
.hometitle {
	font-size: 14px;
	color: #2e5868;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 2em;
}

p {
	font-size: 12px;
	color: #ededed;
}

td {
	font-size: 12px;
	color: #ededed;
}

.title {
	font-size: 15px;
	color:#ffffff;
	font-weight: 600;
}

li {
	font-size: 12px;
	color: #ededed;
	margin: 0px 0px 0px 10px;
}


/* --------------toplink------------- */
#link {
	padding-top:50px;
	margin: 0px;
	float:right;text-align: right;
}

#link a {
	font-size: 12px;
	color: #2e5868;
	text-decoration: none;
	background-image: url(image/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#link a:hover {
	font-size: 12px;
	color: #9b1b40;
	text-decoration: none;
	background-image: url(image/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}


/* ----------banner for logo-------------- */
#banner {
	margin: 0px;
	padding: 0px;
} 


/* --------------content------------- */
#content {
	background-image: url(image/testpic.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}

#contenthome {
	background-image: url(image/background.jpg);
	background-repeat: y-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}


/* --------------content About Us------------- */
#content_aboutus {
	background-image: url(image/aboutusbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}


/* --------------content Service------------- */
#content_service {
	background-image: url(image/servicebg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}


/* --------------content Product------------- */
#content_product {
	background-image: url(image/productbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}


/* --------------content Contact------------- */
#content_contact {
	background-image: url(image/contactbg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 764px;
	height: 400px;
}


/* --------------left navi------------- */
#left {
	width: 420px;
	height: 330px;
	margin: 22px;
	padding: 8px;
	float: left;
	background: transparent url(image/bg.png) repeat;
	border: 1px solid #6bc7e2;
}

#lefthome {
	width: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#righthome {
	padding: 0px;
	margin-right: 0px;
	margin-left: 280px;
}
#centerimagehome {
	padding: 12px;
}

#scroll_area {
	width: 410px;
	overflow: auto;
	height: 330px;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color: #6bc7e2;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #266279;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #266279;
	scrollbar-highlight-color: #6bc7e2;
	scrollbar-shadow-color: #000000;
}

#scroll_area p {
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	margin: 10px 0;
	text-align: justify;
}

#service {
	width: 350px;
	height: 330px;
	margin: 22px;
	padding: 8px;
	float: left;
	background: transparent url(image/bg.png) repeat;
	border: 1px solid #6bc7e2;
}

table.service {
	border-collapse: collapse;
	margin: 0;
	color: #ffffff;
}

table.service th, table.service td {
	padding: 2px;
	font-size: 11px;
	text-align: left;
}

table.service th {
	width: 220px;
	font-weight: normal;
}


/* -----------footer--------------------------- */
#footer {
	font-size: 12px;
	color: #2e5868;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer p {
	color: #2e5868;
}

#footer a {
	font-size: 12px;
	color: #2e5868;
	text-decoration: none;
	margin: 0 6px;
}

#footer a:hover{
	font-size: 12px;
	color: #9b1b40;
	text-decoration: none;
}