/* CSS Document */

/* the top..*/
#theTopHolder { width: 100%; height: 107px; }

#theTop { width: 100%; height: 86px;
background-image: url('../images/topRepeat.jpg');
background-position: left top;
background-repeat: repeat-x;
}

#theTopHeader { width: 834px; height: 86px; 
margin-left: auto; margin-right: auto;
background-image: url('../images/header.jpg');
background-position: left top;
background-repeat: no-repeat;
}
/*end top *
* begin navigation */
#theNavigationHolder { width: 100%; height: 21px;
background-image: url('../images/navRepeat.jpg');
background-position: left top;

}

#theNavigation { width: 833px; height: 21px; 
margin-left: auto; margin-right: auto;
color: #ffffff;
font-size: 12px;
}

#theNavigation img {vertical-align: middle;}
/*#theNavigation a { margin-top: 2px; margin-left: 13px; margin-right: 13px; color: #ffffff; font-size: 11px; text-decoration: none; }
#theNavigation a:hover { color: #000000; text-decoration: none;}*/
#theNavigation a { padding-top: 4px; padding-bottom: 5px; padding-left: 13px; padding-right: 13px; color: #ffffff; font-size: 11px; text-decoration: none; }
#theNavigation a.active { padding-top: 4px; padding-bottom: 5px; padding-left: 13px; padding-right: 13px; color: #ffffff; font-size: 11px; text-decoration: none; background-color: #000000; }
#theNavigation a.images { padding-top: 4px; padding-bottom: 5px; padding-left: 1px; padding-right: 1px; color: #ffffff; font-size: 11px; text-decoration: none; }
#theNavigation a.images:hover { background-color: #000000; }
#theNavigation a:hover { background-color: #000000;}
#theNavigation p { display: inline; margin: 0px; padding-top: 4px; padding-bottom: 5px; padding-left: 13px; padding-right: 13px; color: #ffffff; font-size: 11px; text-decoration: none; }
#theNavigation form { float: right; display: inline; }
/*end navigation*/

#theTabsHolder { 
	position: absolute;
	z-index: 10;
	left: 20px;
	bottom: 0px;
	height: 26px;
	width: 400px;
	font-size: 12px;
		
}

#theLeft input[type=text] { border: 2px solid #cccccc; 
text-align: center;
font-size: 12px;
color: #666666;
width: 70px;
height: 16px;
vertical-align: top;
}