﻿/* CSS Document */

/* Left Navigation Start */

ul.nav {
	display:block;
	padding-left:10px;
	overflow:hidden; 
	list-style-type:none;

}
ul.nav ul {
	display:block;
	width:140px;
	padding-bottom: 6px;
	overflow:hidden; 
	list-style-type:none;
	

}
ul.nav li {		
		color:#fff;
		list-style:outside;
		list-style-type:none;		
	}
	
ul.nav li.drop {margin-bottom:0px; }
ul.nav table {border-collapse:collapse; padding:0; margin:0; font-size:1em; }

ul.nav li a, ul.nav li a:visited {
		display:block; 
		text-decoration:none; 
		background:transparent url(../images/yellow_bullets.gif) no-repeat scroll 0px 7px;
		font-family:arial ,verdana, sans-serif;
		font-size: 11px;
		border-bottom: 1px solid #ddd;
		padding-left: 10px;
		padding-bottom: 5px;
		color:#333;
		position:inherit;	
			
}



ul.nav p {
margin-bottom: 1px;
}


ul.nav li a.last, 
ul.nav li a.last:visited { width:14em; line-height:2em; }
ul.nav li ul {display:none; background:#fff; border:1px solid #ddd; }

ul.nav li:hover a {border:0; color:#333;display: block; font-weight:100;}
ul.nav li a:hover {border:0;display: block; font-weight:100; text-decoration:none; color:#333; }

ul.nav li:hover ul, ul.nav li a:hover ul {display:block;}

ul.nav li:hover ul li a, ul.nav li a:hover ul li a {font-weight:normal; font-size: 11px;
		background:transparent url(../images/dott.gif) no-repeat scroll 5px 9px;
		display: block; 
		color:#333;
		border:0;
		padding-bottom:0px;
		border-bottom: 1px solid #ddd;
		padding-left: 12px;
	
		}

ul.nav li:hover ul li:hover a, 
ul.nav li a:hover ul li a:hover {color:#0db7cc; 
								text-decoration:none;}

/* Left Navigation end */


/* subnav */
ul.subnav{
	display:block;
	padding-left:10px;
	overflow:hidden; 
	list-style-type:none;
	
} 
	
ul ul {
	display:block;
	
	padding-bottom: 10px;
	overflow:hidden; 



}

ul.subnav table {border-collapse:collapse; padding:0; margin:0; font-size:1em;

		}
ul.subnav ul {display:none; background:#fff; border:1px solid #ddd; }
ul.subnav li {
			 
			  list-style:outside;
				list-style-type:none;
				}
ul.subnav li.drop {margin-bottom:1px;  }
ul.subnav li a, ul.subnav li a:visited {
		display:block;    text-decoration:none; color:#333;
		background:transparent url(../images/yellow_bullets.gif) no-repeat scroll 0 6px;
		padding-left: 10px;
	    border-bottom:1px solid #ddd;
		padding-bottom: 5px;
}
ul.subnav li a.last, 
ul.subnav li a.last:visited {display:block; width:14em; height:14em;}
ul.subnav li ul {display:none;}

ul.subnav table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}
ul.subnav li:hover a {border:0; color:#333;display: block; font-weight:100; padding-bottom: 4px;}
ul.subnav li a:hover {border:0; display: block; font-weight:100; color:#333; text-decoration:none;}

ul.subnav li:hover ul, 
ul.subnav li a:hover ul {display:block; width:143px; margin-top:-1px;}
ul.subnav li:hover ul li a, 
ul.subnav li a:hover ul li a { background:#fff; color:#333; font-weight:normal; font-size: 11px;
		background:transparent url(../images/dott.gif) no-repeat scroll 4px 8px;
		color:#333;
		border:0;
		padding-bottom:2px;
		border-bottom: 1px solid #ddd;
	
		}
ul.subnav li:hover ul li:hover a, 
ul.subnav li a:hover ul li a:hover {color:#00a8bd; text-decoration:none;}
ul.subnav p {
margin-bottom:1px;
}

ul.righnav {
	display:block;
	overflow:hidden; 
	list-style-type:none;
} 

ul.rightnav ul {margin-left:1em;}
ul.rightnav li {
			  padding-left:5px;
			  /*list-style:outside;*/
			  list-style-type:none;
			  margin-left: -44px;
				}

ul.rightnav li a, ul.rightnav li a:visited {
		display:block; width:14em;   text-decoration:none; color:#333;
		background:transparent url(../images/yellow_bullets.gif) no-repeat scroll 0 8px;
		padding-left:10px;
		padding-bottom: 5px;
		padding-top: 2px;
		border-bottom:1px solid #ddd;
}
ul.rightnav li:hover a, ul.rightnav li a:hover {border:0; color:#0db7cc; border-bottom:1px solid #ddd; text-decoration:underline; }

/* subnav */

/* billy disable this block on 12/03/2010

* {
	padding: 0;
	margin: 0;
}
*/

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color:#333;
	}

p {
	margin-bottom: 1px;
	color:#333;
	line-height: 15px;
}
h1 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	color:#008fa5;
	padding-bottom: 2px;
	font-weight:bold;
	clear:both;
}

h2 {
	font-size: 11px;
	color:#0DB7CC;
	margin-bottom: 1px;
}

h3 {
	clear:both;
	font-size: 13px;
	color:#008fa5;
	font-weight:bold;
	padding-bottom:1px;
}

h4 {
	clear:both;
	font-size: 15px;
	color:#999;
	font-weight:bold;
	padding-bottom:1px;
}

hr {
  border: none;
  background-color: #B4CBDF;
  color: #ccc;
  height: 1px;
  clear:both;
}

a {
	color:#00a8bd;
	font-size:11px;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#0db7cc;
	text-decoration:underline;
}


input {
		vertical-align:top;
	}

/* billy disable this block on 22/03/2010
ul {
	margin:0;
	margin-bottom: 10px;
}
*/

li a {
	color:#333;
	font-size:11px;
	list-style-type:none;
	list-style:none;
}
li p {
	color:#333;
	padding:0pt;
}


#container {
	width: 863px;
	background:transparent url(../images/bg.gif) repeat scroll left top;	
	margin: 0 auto;	
	padding:0pt 6px
	}

#top {
	background: #fff;
	overflow:hidden;
}

.header {
	width:863px;
	height:131px;
	float:right;
	background:transparent url(../images/header.jpg) repeat scroll left top;	
}

.search {
	width: 200px;
	height: 83px;
 	float:right;
	overflow:hidden;
	margin-top:49px;
}
 .logo {
	width:176px;
	height: 117px;
	float:left;
	background:#fff;
}

.logo img {
	margin:22px 0px 23px 22px;
	}

#topmenu {
	height:27px;
	background:transparent url(../images/bg_topmenu.gif) repeat scroll left top;
	color: #fff;
	width:685px;
	position:relative;
	display:block;
	overflow:hidden;
}

/* add by eliza for the position of menu */
#topmenu ul{
	padding:0 0 0 40px;
	margin: 0px;
}
/*---end---*/

ul.link {
	display:block;
	margin-left: 10px;

}

ul.link li {
	list-style-type:none;
	margin-left:1px;
	
}

ul.link li a {
	background:transparent url(../images/yellow_bullets.gif) no-repeat scroll 0pt 5px;
	color:#333;
	padding-left:11px;
	text-decoration:none;
	
}

ul.link li a:hover {
	text-decoration:underline;
	color:#00a8bd;
}

ul.topmenu {
	display:block;
	overflow:hidden; 
	list-style-type:none;
	/* comment by eliza to fix the position of menu for different type of browsers.
	 padding-top: 5px; 
	 height:22px; 
	 */

}

ul.topmenu li {
	float: left;
	color:#fff;
	padding-left: 16px;
	/*  
	comment by eliza to make it works in different browsers,such as IE8 and FireFox
	background:transparent url(../images/bgline.gif) no-repeat scroll 6px 3px; 
	*/
}

/* add by eliza for the menu */
ul.topmenu li p{
	 margin-top: 0px; 
}
/* -- end of add --*/

ul.topmenu li a {
	color:#fff;
	text-decoration:none;
}
ul.topmenu li a:hover {
	color:#ddd;
	text-decoration:underline;
}

ul.topmenu li.noline {
	margin-top:5px;
}

/* add by eliza for the line between menu */
ul.topmenu li.line{
	height:27px;
	background: url(../images/bgline.gif) no-repeat center; 
	margin-left:5px;
}
/*---end---*/

#feature {
	overflow:hidden;
	padding:0pt;
	margin: 0pt;
	top: 0;
	left: 0;
	background:#eee;
}



.left_content ul p {
	color:#333;
	margin: 0px 0px 2px 0px; 
}

.left_content img {
	float:right;
	margin-bottom:5px;
	margin-right:5px;
	padding:2px;
}

/* billy disable this block on 29/03/2010
.left_content li {
	color:#00a8bd;
	font-size:11px;
	line-height:17px;
	list-style-position:outside;
	margin-left:18px;

}
*/

#function-icons {
	cursor:default;
	float:right;
}



#feature .left_col {
	width:178px;
	background:#eee repeat-y scroll left top;	
	position:static;
	float:left;

	
}

#feature .right_col {
	background: #fff;
    float:right;
	
}

#feature .right_col#photodiv{
	position:absolute;
	left:0;
	top:0;
}


.clear {
	clear:both;
	
}



.right_content .title{
	display:block;
	background:#0db7cc;
	color:#fff;
	padding-left: 5px;
	line-height:20px;
	font-weight: bold;
	
}

#content .right_content {
	float:left;
	margin-top:20px;
	margin-left:10px;
	overflow:hidden;
}



.left_content table {
	margin: 0px;
}


.left_content th {
	background:#eee;
	text-align:left;
	border:0;
	padding: 4px;
}
.left_content td {
	border-bottom:1px solid #ddd;
	padding: 4px;
}

.left_content td img {
	float:none;
}
.left_content td.no{
	width: 50%;
	border:none;
	padding: 0px;
}

#tab {
	display:block;
	width:177px;
	color:#fff;
	font-weight: bold;
	height:22px;
}

#tab li {
	padding-top: 5px;
	padding-left:6px;
	color:#fff;
	font-weight: bold;
	list-style-type:none;
	list-style:outside;
}





#home #topnav .home, #services #nav .services, #contactus #nav .contact{
	color:#feff1c;
	font-weight: bold;
}


#content {
	  background:#fff ;
	  margin: 0;
	  overflow:visible;
}

#content .left_content {
	float:left;
	width:464px;
	padding-left: 13px;
	padding-right: 16px;
	border-right: 1px solid #ddd;
	padding-bottom: 20px;
	overflow:hidden;
	margin-bottom:1px;
	margin-top:10px;
	}


.left_col  #sublinks {
	margin:29px 0 10px 14px ;
	width:158px;
	overflow: hidden;
}

#sublinks li{
	background:transparent url(../images/red_arrow.gif) no-repeat scroll 0pt 8px;
	cursor:pointer;
	display:block;
	line-height:17px;
	list-style-position:outside;
	list-style-type:none;
	padding:0px 0pt 0pt 11px;
	color:#604285;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom:5px;
	width: 132px;
}


#sublinks li.noline{
	border-top: 1px solid #f0f0f0;
}

#sublinks li.line{
	border-bottom:1px solid #f0f0f0;
	background:transparent no-repeat scroll;
}


#sublinks li a{
	text-decoration:none;
}

#sublinks li a:hover{
	text-decoration:underline;
}

#links{
	margin-top:18px;
	}
	
#breadcrumb {
	position:relative;
	color:#6d6d6d;
	height: 25px;
}

#breadcrumb a{
	color:#929292;
	text-decoration:none;	
}
#breadcrumb a:hover {
	text-decoration:underline;

}

.left_content .leftcol {
	width:280px;
	float:left;
	margin-right:10px;

}

.left_content .rightcol {
	clear:right;

	float:left;

}

.left_content .rightcol img{


}

/* add by eliza for the menu for js reason*/
#skills{
	height:320px;
}
#services{
	height:160px;
}
#business{
  height:95px;	
}
#business ul li .link{
		width:146px;
}

.side_menu {
	width:180px;
    margin:6px 0px 15px 0px;
	/* overflow: hidden; */
}
/* -- end ---*/

#contact {
	
	margin-top:26px;
	padding:0px;
	float:left;
	background-position: bottom;
}


#contact h1 {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 15px;
	color:#008fa5;
	padding-bottom: 12px;
	font-weight:bold;
	clear:right;
	background:none;
	padding-left:0px;
}

#contact h2 {
 	width: 161px;
}

#contact .details {
	padding-top:5px;
	width: 166px;
	padding-left: 2px;
	margin-bottom: 16px;
}

#contact .details img{
	float:left;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-top: 2px;

}

#contact p {
	color:#333;
	line-height: 13px;
	margin:0pt 0pt 6px;
	font-size: 11px;
}

#contact h1 {
	font-size: 11px;
	font-weight: bold;
	color:#333;
	padding-bottom:4px;
	
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

.arrow {
	background:transparent url(../images/arrow_bar.gif) no-repeat scroll ;
	width:161px;
	height:3px;
	margin-bottom:6px;
}
.staff {
	float:left;
	overflow:hidden;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}

.staff img {
	
	float:left;
	margin-right: 10px;
}
.header #tool {
	overflow:hidden;
	width: 89px;
	height: 30px;
	position:relative;
	float: right;
	padding-right: 15px;
}

#footer {
   	background: #0db7cc;
	font-size:11px;
	height:48px;
	position:relative;
	top:0pt;
	clear:both;
	color:#fff;
	
	}
#footer .tafelogo {
	float:left ;
	position:relative;
	top:5px;
	left: 10px;
	}
#footer .footer_link {
	text-align:center;
}
#footer p {
	color:#fff;
	padding-top:16px;

	}

#footer a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a:hover{
	text-decoration:underline;
}


.fonts {
	background: url(../images/fonts.gif) repeat scroll left top;
	width: 91px;
	height: 25px;
	margin-top:15px;
	float:right;
}


#font {
	padding-top:25px;
	
	height: 25px;
	overflow: hidden;
	padding-left:6px;
	float:right;
	margin-right: 11px;
	

}
#font img {
	border:none;
	}
	
	
#font li{
	float:left;
	cursor:pointer;
	display:block;
	
	padding-top:5px;
	
	list-style-position:outside;
	list-style-type:none;
}

fieldset {
	border: none;
	margin-left:10px;
	margin-top:10px;
	padding:0pt;
}


fieldset ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0pt;
}

fieldset li img
{
	float:left !important; 
	
}

li img
{
	float:left !important; 
	
}

fieldset label {
	margin-right:1em;
	
	display:block;
	margin:5px 0pt;
}
fieldset span {
	color:#333;
}

.form-submit {
	margin-left:11px;
	margin-top:10px;
}

.error-msg {
	color:#432c5f;
	font-weight:bold;
}

.image img{
	float:none;
}


#print_footer {
	display:none;
	clear: both;
	border-top: 1px solid #888;
	padding: 5px;
	text-align:center;
	
}

.contact_box_body{
	background-image: url(../images/red_button.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 5px;
	color: #FFF;
	text-align: center;
	background-position: center center;
	}

.contact_box_title{
	font-weight:bold;
	text-align: center;
	}
	
.contact_text{
	font-weight: bold;
	/*background-color: #e9e9e9;*/
	}
.contact_us{
	font-size: 1.2em;
	font-weight: bold;	
	margin:35px;
	}