.aboutus{
    font-family: verdana;
    font-size: 12px;
    color:black;
    line-height: 20px;
}

.aboutus .big{
    font-family: Monotype Corsiva;
    font-weight: bold;
    font-size: 20px;
    color:maroon;
}

#left_contact{
    height: 100%;
    width: 35%;
    //border: 1px solid #707070;
    float: left;
    
}

#right_contact{
    height: 100%;
    width: 64%;
    //border: 1px solid #707070;
    float: right;
    
}

#images a img {
	border: 1px solid maroon;
	padding: 2px;	
	//margin: 10px 50px 10px 0;
}

#images tr{
vertical-align: top;
text-align: center;
}

#images td{
    //border: 1px solid blue;
    padding-bottom: 20px;    
}

#images td span {
    color: black;
    font-size:8pt;    
    //line-height: 100%;
    //border: 1px solid blue;
    font-family: verdana;
    font-weight: bold;        
}
/*****************************************************/
/*Tabbed menu CSS of Petware page comes Here*/

#images #topbar{    
    height: 35px;
    margin: 0;
}

#images #topbar #heading{
    float:left;
    width:12%;    
    height: 35px;
    margin: 0;  
}

#images #topbar #tabbedMenu{
    float:right;
    width: 88%;
    //border: 1px solid green;
    height: 35px;
    margin: 0;    
}
#images p{
    margin:0;
}

	#tabmenu {
		padding: 0px;		
        float:right;
        height: 100%;
        margin: 0;
        vertical-align: bottom;
        clear: right;                         
        }
 
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;  
        height: 100%;
        padding-top: 15px;     
        vertical-align: bottom;                                     
        }
 
	#tabmenu a{
		color: white;
		background: maroon;
		font: 14px verdana;
		border: 1px solid maroon;
		padding: 0px 15px 5px 5px;		
		text-decoration: none;
        height: 100%;
        margin-bottom: 0px;        
        }
 
	#tabmenu a.active {
		background: white;
        color:maroon;		 
        padding: 0px 15px 5px 15px;
        border: 1px solid maroon;
        font: 14px verdana;
        font-weight: bold;
        border-bottom: 2px solid white;		
        }
 
	#tabmenu a:hover {
		color: white;
		background: #CD5C5C; }
 
	#tabmenu a:visited {
		color: #E8E9BE; 
        }
 
	#tabmenu a.active:hover {
		background: white;
		color: maroon; }
        
    #thumbnails{
        border-top: 1px solid maroon;
        margin-top: 0;
    }