@charset "utf-8";
/* CSS Document */
/* 2008, November */

/*--HEADER TOP Class----------------------------------------*/
div#headertop {
	font-size: 0.7em;
	color: #999999;
	padding: 0 0 0 20px ;
	width: 950px;}

div#headertop .ht_left {
	float:left;
	width: 200px;
	text-align: left;}

div#headertop .ht_right {
	float:right;
	width: 720px;
	text-align:right;}

div#headertop .ht_left ul,
div#headertop .ht_right ul {
	list-style: none;
	display: inline;
	margin: 0;}

div#headertop .ht_left li,
div#headertop .ht_right li {
	list-style: none;
	display: inline; /* IE double float margin hack */
	margin: 0 0 0 20px;
	text-align: right;}

div#headertop a, div#header_login a{
	text-decoration: none;
	color: #333333;}

div#headertop a:hover, div#header_login a:hover{
	text-decoration: underline;
	color: #333333;}

div#header_login {
	padding: 5px 20px;
	font-size: 0.7em;
	color: #999999;
	text-align: right;}



/*--HEADER Class----------------------------------------*/
div#header {
	background: url(http://global.dlink.com.sg/site_img/headerbase.png) no-repeat top center;
	height: 60px;
	width: 960px;}


div#header h1 {
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px 0;}
	
div#logo {
	width: 120px;
	padding: 20px;
	float: left;
	text-align:left;}
	
div#nav {
	width:770px;
	float: right;
	padding: 0;}
	
/*--DTOP HEADER Class ------------------------------------*/
#dtopmenu {
  width: 100%;
  background: #CCC;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  color: #FFF;
  padding: 5px 0; 
}
#dtopleft {
  float: left; 
  padding-left:10px;
  width: 200px;
}
#dtopright {
  float: right; 
  width: 180px;
}
#dmainContent {
	text-align:center;
	width: 100%;
}
#dtopmenu a {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;}

#dtopmenu a:hover {
	text-decoration: none;
