html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, a, img, strong, sub, sup, b, u, i, form, 
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 1px;
	min-width: 1px;
	color: #000000;
}

/* +++++++++++++++++++ */
/* CONTAINER DIV -- GOES AROUND EVERYTHING */
/* +++++++++++++++++++ */
#container {
}
img#logo { display: none; }
img#mnPic { display: none; }


#navBar {
	display: none;
}

/* +++++++++++++++++++ */
/* LEFT NAVIGATION */
/* +++++++++++++++++++ */

/* LEFT NAVIGATION */
ul#leftNav {
	display: none;
}

/* +++++++++++++++++++ */
/* FOOTER */
/* +++++++++++++++++++ */
/* +++++++++++++++++++ */
/* FOOTER */
/* +++++++++++++++++++ */

#audi_container_footer {
	clear: both;
}
#footer UL {
	display: none;
}

#meta {
	FONT: 0.9em Tahoma,Verdana,Arial,Helvetica,sans-serif; 
}

/* +++++++++++++++++++ */
/* MAIN COLUMN */
/* +++++++++++++++++++ */
#colMain {
	float: left;
	width: 705px;
	padding-bottom: 35px;
}
#colMain h1 { /* sIFR - AUDI SANS EXTENDED BOLD */
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	color: #FFF;
	margin-top: 5px;
}

#colMain img#mnPic { padding-bottom: 30px; }

/* CENTER COLUMN */

#colCenter {
	padding-right: 35px;
	min-height: 150px;
}
#colCenter a { font-weight: bold; }
#colCenter p {
	margin-bottom: 10px;
	line-height: 1.3em;
}
#colCenter ul {
	margin-bottom: 10px;
	margin-left: 10px;
}

#colCenter #floatRgt {
	display: none;
}
#colCenter #floatRgt img {
	border: solid 1px #666666;
	margin-bottom: 5px;
}
#colCenter #floatRgt a { font-weight: normal; }

/* SUPPLIER LIST */
#navST {
	display: none;
}


/* RIGHT NAV */
#colRight {
	display: none;
}
/* FORM STUFF */
input.btn, #formTable input.btn {
	background: url(/img/buttonRed.png) no-repeat 0px -21px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	cursor: pointer;
	width: 132px;
	border-width: 0px;
	text-align: center;
}
input.btn:hover  { 
	background: url(/img/buttonRed.png) no-repeat 0px 0px;
}
table#formTable {
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}


#formTable td {
	vertical-align: top;
	padding-bottom: 10px;
}
#formTable input {
	float: right;
	margin-left: 10px;
	font-size: 90%;
	width: 200px;
	white-space: nowrap;
}
table#tCalc td { 
	font-size: 90%;
	padding: 4px 6px 4px 0; 
}
table#tCalc td .btn { width: 75px; }

table#tCalc .line td { border-top: 1px solid #666666; }
table#tCalc .input {
	width: 75px;
	text-align: right;
}
table#tCalc .rgt { text-align: right; }

/* HR TOOLS STUFF */
div.btnLrg {
	background: url(/img/buttonRedLrg.png) no-repeat 0px -42px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	cursor: pointer;
	width: 132px;
	border-width: 0px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
div.btnLrg:hover  { 
	background: url(/img/buttonRedLrg.png) no-repeat 0px 0px;
}
div.btnLrg a { text-decoration: none; }
