* {
	margin: 0;
	padding: 0;
	}
html {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url() no-repeat 50% -25px;
	color: #000;
	}
body {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal 75%/1.5 arial, helvetica, sans-serif;
	background: transparent url(../graphics/grid.gif) repeat-x 50% 75px;
	}
* html body 
{
    text-align: center;
}
/* ------------------------------------------------------------------*/
/* Default HTML element styles
/* ------------------------------------------------------------------*/
p {
	margin: 0 0 .5em;
	padding: 0;
	font: normal 10pt/1.8 arial, helvetica, sans-serif;
}
h1 {
	position: relative;
	font: bold 24px/1 arial, helvetica, sans-serif;
	padding: 1em 0 0 0;
	}
h2 {
	position: relative;
	font: bold 24px/1 arial, helvetica, sans-serif;
	padding: 1em 0 0 0;
	}
h3 {
	position: relative;
	font: bold 22px/1.125 arial, helvetica, sans-serif;
	padding: .5625em 0 0 0;
	margin: 0;
	}
#products h3 {
	padding: 0;
	border-top: 1px solid #f00;
}   
h4 {
	position: relative;
	font: bold 20px/1.286 arial, helvetica, sans-serif;
	padding: .643em 0 0 0;
	}
#products h4 {
	padding: 0;
}   
h5 {
	position: relative;
	font: bold 16px/1.286 arial, helvetica, sans-serif;
	color: #333;
	padding: 0;
	}
ul, ol {
	margin: 0;
	padding: 0;
	}
li {
	margin-left: 2em;
	padding-left: 1em;
	}
dl {
	}	
dt {
	padding: .5em 0px .5em 5px;
	font: bold 11px/1.64 verdana;
	}	
dd {
	padding-bottom: .75em;
	font: normal 11px/1.64 verdana;
	margin-left: 5px;
	padding-left: 0px;
	}
fieldset {
	padding-bottom: 1em;
	border: 0 solid #fff;
	}
* html fieldset {	
    margin-top: 0; /*IE6 does this thing with the legend - this hacks around it */
 /*    width: 600px; */
}
*:first-child+html fieldset {	
    margin-top: 0; /*IE6 does this thing with the legend - this hacks around it */
 /*    width: 600px; */
}
fieldset p {
/*    padding-left: 10em!important;
    text-indent: -10em; */
}
div img 
{
    float: left;
}
legend {
	font: bold 16pt/1.125 arial, helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 0;
	background-color: transparent;
	}
* html legend {
}
*:first-child+html legend {	
    position: relative;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #f99;
	color: #333;
	}
a:hover {
	border-bottom: 1px solid #900;
	}
kbd {
	font: normal 13px/1.5 Courier, terminal, monospace;
}
code {
	font-size: 10pt;
}
input, select {
	font: normal 12px/1 arial, helvetica, sans-serif;
	margin: .2em 2px 0 0;
}
label {
	font: normal 10pt/1.8 arial, helvetica, sans-serif;
}
.first {
	width: 10em;
	float: left;
	text-align: right;
	margin: 0 0;
	padding: 0 2px;
	clear: left;
/*	margin-left: -10em; */
	}
/* ------------------------------------------------------------------*/
/* Header styles */
/* ------------------------------------------------------------------*/
#header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	width: 798px;
/*	background: #fff url(Images/TAIheaderLogo.gif) no-repeat 10px top; */
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
* html #header {
    text-align: left;
}
#quickMenu {
	position: absolute;
	top: 0;
	left: 525px;
	border: 0 solid #0c0;
	text-align: right;
	}
#quickMenu li {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	}
#quickMenu li a {
	display: block;
	position: relative;
	font: normal 12px/1.8 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 42px 5px .9em;
	text-decoration: none;
	border-bottom: none;
	}
#quickMenu li a.active {
}
#quickMenu li a:hover {
	background: transparent url(Images/20white.png) repeat;
	}
* html #quickMenu li a:hover {
    background: #8d94b0 none;
}
/* ------------------------------------------------------------------*/
/* Main Content styles */
/* ------------------------------------------------------------------*/
#content {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 788px;
	top: 0;
	left: 0;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #fff;
	border-top: 1px solid #fff;
	min-height: 80em;
	padding: 0 5px;
	}
* html #content {
    height: 80em;
    text-align: left;
    width: 798px;
}
div fieldset {
    position: relative;
    display: block;
    background-color: #eee;
    padding: 1em 5px;
    margin: 0;
}
p#logOut {
/*    float: right; 
    margin: 0;
    clear: left;
    width: 760px;
    margin-top: 1em;*/
    display: none;
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    margin: 0;
    padding: 0 5px;
    width: 790px;
}
/* ------------------------------------------------------------------*/
/* Styles for creating "columns" */
/* Add below classes to DIV */
/* ------------------------------------------------------------------*/
.twoCol { /* DIV class to create (pseuedo) two columns */
    display: block;
    width: 49%;
    float: left;
    margin-top: 1em;
    }
* html .twoCol {
    width: 47%!important;
    height: 9em!important;
}
.threeCol { /* DIV class to create (pseuedo) three columns */
    display: block;
    width: 32%;
    float: left;
    margin-top: 1em;
    }
.left { /* Use in combination with above classes on first (left-most) column */
    clear: left;
}
/* ------------------------------------------------------------------*/
/* Table Styles */
/* ------------------------------------------------------------------*/
table {
    margin: 0 auto;
    padding: 0;
    border: 1px none #fff;
    border-collapse: collapse;
    clear: both;
}
table#tblOrderInfo td {
    border: 0px none #fff;
    text-align: left;
}
table#tblPkLstInfo td 
{
    text-align: center;
}

td {
    border-bottom: 0px none #fff;
}
thead tr {
    border: 1px solid #ccc;
    border-bottom: 2px solid #000;
    background-color: #faf4cd;
}
thead th {
    text-align: left;
    padding: .25em 0;
}
tbody th {
    border: 1px solid #ccc;
    text-align: center;
    padding: .25em 5px;
}
tbody td {
    border: 1px solid #ccc;
    border-top: 0px none #fff;
    text-align:right;
    padding: .25em 5px;
}

/*

#ctl00_cntMainContent_shoppingCart tbody td
{
	 border: 1px solid #ccc;
    border-top: 0px none #fff;
    text-align: left;
    padding: .25em 5px;
}
*/
/* ------------------------------------------------------------------*/
/* Footer styles */
/* ------------------------------------------------------------------*/
#footer {
	position: relative;
	display: block;
	clear: both;
	width: 798px;
	margin: 0 auto;
	font-size: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	}
#footer * {
    display: none;
    visibility: hidden;
}
p.buttons {
    margin-left: 10.5em;
}
/* ------------------------------------------------------------------*/
/* Validation Error Div */
/* ------------------------------------------------------------------*/
.valError {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
	background-color: #f9e9ff;
	padding-bottom: 30px;
	clear: both;
	border-bottom: 1px dotted #000;
}
* html .valError p {
    padding-left: 40px;
    padding-right: 0;
}
*:first-child+html .valError p {
    padding-left: 40px;
    padding-right: 0;
}
.valError h3 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: transparent url(Images/Alert-Arrow.gif) no-repeat 2px 50%;
    padding-left: 40px;
}
.valError h4 {
    display: block;
   position: relative;
    top: 0;
    left: 0;
    padding-left: 40px;
}
* html .valError h3, * html .valError h4 {
    padding: 1.125em 0 0 40px;
}
*:first-child+html .valError h3, *:first-child+html .valError h4 {
    padding: 1.125em 0 0 40px;
}
.valError ul {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 10px;
    color: #300;
}
.printLogo {
    display: none;
    visibility: hidden;
}
p.buttons {
    clear: both;
}
