/*
    support.css
    All associated text and graphics 
    copyright 2004-2007 Ian Mitchell - TheBlueMajestic.com
    All Rights Reserved

    Added: April 14, 2006
    Updated: October 10, 2007

    IMPORTANT!!
    This design is not a template. You may not reproduce it elsewhere without expressed written consent.
    However, feel free to study the CSS and use techniques you learn from it elsewhere.

    Free CSS tutorials are available at: http://w3schools.com/css/default.asp

*/

#globalLinksCell ul li a.a6:link,
#globalLinksCell ul li a.a6:visited,
#globalLinksCell ul li a.a6:hover,
#globalLinksCell ul li a.a6:active{
    background-image: url(../../images/css_themes/classic/globalLinksCell_support.png);
    background-position: 0 /*Xpos*/ 0 /*Ypos*/;
	}
    
    
    
    
    
#extraDiv1{ display: none;
    background-image: url(../../images/css_themes/classic/globalLinksCell_selected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 /*Xpos*/ 0 /*Ypos*/;
	height: 30px;
	left: 538px;
	position: absolute;
	top: 200px;
	width: 104px;
    }
    
    
    
    
#contact form{
    padding-top: 5px;
    padding-bottom: 5px;
    }
#contact form div.table div.tableRow div.column1{
    width: 82px;
    margin-right: 6px;
    text-align: right;
    }
#contact form div.table div.tableRow div.column2{
    width: 366px;
    text-align: left;
    }
