/* CSS Document */

/* writting by chuan zhi 2008 */

body {
  text-align: center;
 /* background-color:#CCCCCC; */
  }

#container {
   border-color:#0066FF;
   
	
	
  margin: 0 auto;
  
  margin-top: 20px;
  width: 800px;
  color:#00FF33;
  background: white url(images/bg.jpg) no-repeat;
  background-image:url(../images/bg.jpg)
  }
  
#logo img{
  margin-top:5px;
  margin-left:320px;

}
  
  #leftNav {
  float:left;
  background-color:#C0C0C0;
 
  height:492px;
  width:17%;
  
  }
  
 
  
  #ox {
  position:relative;
  top:80px;
  }
  
  
  
   #service ul{
	list-style:disc;
	padding: 0;
	text-align: left;
	margin-top: 0em;
	margin-top:20px;
	margin-right: 0;
	margin-left:40px;
	margin-bottom: 0em;
	
}

 
 #leftNav ul{
    position:relative;
    top:30px;
  
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0em;
	margin-top:20px;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	/*padding:5px */
}

#leftNav ul ul ul {
	margin: 0;
}

#leftNav li {
        /* font-size: 1.2em;*/
	font-size: 1.2em;
	color: #36c; 
	color:white;
    /*     color: #FF6600; */
    
	font-weight: bold;
    background: white;
	backgroun:#36c;
	
}

#leftNav li a{
	display: block; /* important to have all lines same length */
	/* color: #00c;*/
    color: white;
	/*color:#36c; */

	border: 1px solid blue;
	background-color:#36c;
	
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0.15em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	
	padding-left: 0.2em;
	padding-left:8px;
	text-decoration: none;
	
	
}


#leftNav li a:hover {
	text-decoration: none;
	border-color: #666666;
	
	text-align: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0.15em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	padding-left: 0.2em;
	padding-left:8px;
	
	background-color: #36c;
	color: #FFFFFF;
	color: #ff6600;
	text-decoration: none;
	padding-left:20px
}

#leftNav img {
        /* font-size: 1.2em;*/
    border-color:#0066FF;
	border-width:1px;
	margin-top:20px;
	color: #36c; 
   
	   
}






A:link {
    font-size:0.80em;
	font-weight:400;
	color:#0000ff;
	color:#606000;
	font-family: "Comic Sans MS", Courier;
	text-decoration:none;
	padding-left:2px;
	
}

A:visited {
 
	font-size:0.80em;
	/*font-size: 13px; */
	font-weight:400;
	color:#606000;
	text-decoration: none;
	font-family: "Comic Sans MS", "Courier New";
}
A:hover {
    
	font-size:0.8em;
	font-size:0.8em;
	color:#FFFFFF;
	font-family: "Comic Sans MS";
	text-decoration: none;
	background-color: #0000ff;
	font-style: normal;

	padding-left:6px;
	padding-right:5px;
	/*padding-bottom:1px;*/
	margin-left:5px;
	margin-right:5px;
	
	
	/*font-weight: bolder;*/
	
	
}
#topNav a{
/*
position:relative;
top:-5px;
*/
}
#topNav a:hover{
/*
position:relative;
top:-5px;
font-size:0.92em;
*/

}
 
  .dropBox{
    float:right;
	position:relative;
	top:75%;

 }
