/* global ----------------------------------*/

body { 
	background:#cccccc; 
	margin-top: 10px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0; 
	}
	
	A 			{ color: #006699; text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 11px; } 
	A:link		{ color: #006699; } 
	A:visited	{ color: #006699; } 
	A:active	{ color: #006699; } 
	A:hover		{ color: #006699; }


/* -- other links ----------------------------------------------------------------- */
a.subnav { font-size: 12px; color: #006699; margin: 5px 0px 5px 0px; text-decoration: none; }
A.subnav:visited	{ color: #006699;  }
A.subnav:active		{ color: #006699;  } 
A.subnav:hover		{ color: #006699; font-weight: bold; } 

/* -- standard elements ---------------------------------------------------- */
.txt, td, th { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333; }
.footertxt { font-family: arial, helvetica, sans-serif; font-size: 10px; color: #333; }
.subheadertxt { font-family: arial, helvetica, sans-serif; font-size: 14px; color: #fff; font-weight: bold; text-transform:uppercase;}
.headertxtblue { font-family: georgia, times, serif; font-size: 16px; color: #336699; font-weight: bold;}
.headertxt2 { font-family: arial, helvetica, sans-serif; font-size: 18px; color: #333; font-weight: bold; text-transform:uppercase;}
.headertxt3 { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold;}

.input, select, textarea  { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333; background:#fff; }

/* -- background colors --------------------------------------------------------------- */
.whiteback { background:#FFFFFF; }
.lightblue { background: #E5F2FF; }
.mediumblue { background: #99CCFF; }
.darkblue { background: #CCE5FF; }
.lightgray { background: #F0F0F0; }
.darkgray { background: #cccccc; }
.yellowback { background: #FFCC33; }
.lightyellow { background: #FFFFCC; }
.tanback { background: #E5E5CC; }
.lightyellow { background: #FFFFE5; } 
.black { background: #000000; } 


.cartpad { background: #E5F2FF; padding: 5px 10px 5px 10px; 12px; font-weight: bold;}

/* -- colors --------------------------------------------------------------- */
.redfont { color: #CC0000; }




/* -- objects -------------------------------------------------------------- */
#padtopleft2 { margin: 2px 0px 0px 2px; }
#padtopbottom5 { margin: 5px 0px 5px 0px; }
#padtopbottom10 { margin: 10px 0px 10px 0px; }
#padtopbottom2 { margin: 2px 0px 2px 0px; }
#padleftright10 { margin: 0px 10px 0px 10px; }
#padleftright5 { margin: 0px 5px 0px 5px; }
#padall5 { margin: 5px 5px 5px 5px; }
#padall10 { margin: 10px 10px 10px 10px; }
#padall2 { margin: 2px 2px 2px 2px; }
#padtopbottomright5 { margin: 5px 5px 5px 0px; }


#product1 { background: url(images/who_header_connect.jpg) top right no-repeat; }
.productbox {  font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333; margin: 30px 10px 20px 6px; }


/* -- specialty ------------------------------------------------------------ */
.rightline {
        border: dotted;
        border-width: 1px;
        border-bottom-color: #ffffff;
        border-top-color: #ffffff;
        border-left-color: #ffffff;
        border-right-color: #CCE599;
}

.box1 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #cccccc;
        border-top-color: #cccccc;
        border-left-color: #cccccc;
        border-right-color: #cccccc;
}

.box2 {
        border: solid;
        border-width: 1px;
        border-bottom-color: #cccccc;
        border-top-color: #cccccc;
        border-left-color: #ffffff;
        border-right-color: #ffffff;
}



.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}


