/* CSS Document */

* {margin: 0; padding: 0;}

body{
	margin: 0;
}

/* normal text style*/
td, p
{
    font-family: arial;
    font-size: 12px;
	color: #333;
	line-height: 1.2;
	
		
}
 p
{
    font-family: arial;
    font-size: 12px;
	padding: 5px;
	background-color: #F5F8E4;
	line-height: 1.6;
	margin-top: 2px;
	
	
}

a
{
    text-decoration: none;
	color: #800000;
	text-align: right;
}

h1{
	font-family: Arial; 
	font-size: 19px;
	color: #fff;
	margin: 0;
	background-color: #800000;
	padding: 5px;
	font-weight: normal; 
	
}
h2{
	font-family: Arial; 
	font-size: 15px;
	color: #800000;
	margin: 0;
	text-align: left;
} 

h3{
	font-family: Arial; 
	font-size: 19px;
	color: #333;
	margin: 0;
	font-weight: normal; 
}
#menu{
	
	text-align: right;
	background-color: #B6C94C;
}

#menu ul{
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	
	
}

#menu li {
	background-image: url(images/MenuBG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 25px;	
	list-style-type: none;
	display: inline;
}



#menu li a{
    text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000; 
	text-align: center;

}

.content{
	
	padding-top: 10px;
	
}

.menubg{
	background-image: url(images/BGGrad.jpg);
	background-position: left top;
	background-repeat: repeat;
	width: 771px;
	height: 108px;
}
	
.banner{
	background-image: url(images/Banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 771px;
	height: 93px;
}

.tab{
	background: url('images/TabBG.jpg') no-repeat left top;
	width: 361px;
	height: 27px;
	padding-left: 10px;
	padding-top: 8px;
	
	
	
}

.tab1{
	background: url('images/Enquire.gif') no-repeat left top;
	width: 191px;
	height: 25px;
	padding-left: 10px;
	padding-top: 8px;
	
	
	
}

.header{
	height: 27px;
	background-color: #B6C94C;
}
	

.tabcont{
	border-left: 1px solid #B6C94C;
	border-right: 1px solid #B6C94C;
	border-bottom: 1px solid #B6C94C;
	width: 359px;
	padding-top: 8px;
}
.tabcont1{
	border-left: 1px solid #B6C94C;
	border-right: 1px solid #B6C94C;
	border-bottom: 1px solid #B6C94C;
	width: 189px;
	padding-top: 8px;
}
.tabcont2{
	border-left: 1px solid #CCDDED;
	border-right: 1px solid #CCDDED;
	border-bottom: 1px solid #CCDDED;
	width: 217px;
	height: 226px;
	padding: 4px
}

	
.lpane{
	border-bottom: 1px solid #CCDDED;
	padding-bottom: 5px;
}

.rpane{
	border-left: 1px solid #CCDDED;
	width:1px;
}

.footerCell
{
    background-color:#EDD7AD;
    text-align: center;
    padding: 5px 0px 0px 0px;
	font-family: Verdana;
    font-size: 11px;
    color: #333;
	height: 32px;
	
}

.tbltd
{
	
	background-color: #CCDDED;
} 
.tbl
{
	border: 1px solid #EDD7AD;	
	
} 

.cont
{
	padding: 5px;
	background-color: #F5F8E4;
	font-family: arial;
    font-size: 12px;
	padding: 5px;
	background-color: #F5F8E4;
	line-height: 1.6;
	margin-top: 2px;
}	

.cpyrt{
	background-color: #B6C94C;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.address
{
	border: 1px solid #B6C94C; background-color: #EFF3D8; padding: 10px; width: 220px;
}	


<style type="text/css">
        
        .list{
            margin: 0;
           }
           
           .list img{
            display: block !important;
            
           
            margin: 0px 3px 5px 0px;
           }
            
        .list ul{
           list-style-type: none; 
           padding: 2px;
           margin-bottom: 5px;
           
           
          }
          
        .list li{
            display: inline;
            padding: 2px;
            margin-left: 2px;
            margin-right: 2px;
         
        }
          
        .list li a{
            color: black;
            padding: 4px; 
            border: 1px solid #B6C94C;  
                      
        }
        
        .list li a:hover{
            color: black;
                padding: 4px;  
                border: 1px solid #B6C94C;
                background-color: #EFF3D8;       
        }
       
    
    
    </style>