
html, body {
margin: 0;
text-align:center;
font-family:arial;
font-size:12px;
background-color:#EEEEEE;
height:100%; /* needed for container min-height */
}
a:link{color:#104A7D;text-decoration:none}
a:visited{color:#104A7D;text-decoration:none}
a:hover{color:#A00807;text-decoration:underline}
a:active{color:#A00807;text-decoration:none}

td {
font-family:arial;
font-size:12px;
}

#mainNav {font-family:arial; margin:8px;}
 
#mainNav a:link{ font-size:12px; color:#333333;text-decoration:none}
#mainNav a:visited{font-size:12px; color:#333333;text-decoration:none}
#mainNav a:hover{font-size:12px; color:#A00807;text-decoration:underline}
#mainNav a:active{font-size:12px; color:#A00807;text-decoration:none}


div#container {
position:relative; /* needed for footer positioning*/
margin: 0 auto;
width:950px;
background-color:#FFFFFF;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

div#content {
width:930px;
vertical-align:top;
clear:both;
padding:20px 10px 20px 10px;
}

.titleBig {
font-size:12px;
font-family:arial;
color:#A00807;
font-weight:bold;
}

.textField {
	font-family:arial;
	BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
	color: #333333;
	font-size: 12px;
/*	font-weight:bold;   */
}

.txtQty {
	font-family:arial;
	BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
	color: #333333;
	font-size: 12px;
	width:35px;
/*	font-weight:bold;   */
}

form {
margin: 0 auto;
}

.title {
font-size:14px;
font-weight:bold;
font-family:arial;
color:#A00807;
}

.errors {
color:#FF0000;
font-weight:bold;
}

.navButtons {
border: solid 1px #CCCCCC;
color:#666666;
background-color:#EEEEEE;
color:#666666;
font-family:arial;
font-size:11px;
font-weight:bold;
height:25px;
width:150px;
}

.navButtons:hover {
border: solid 1px #666666;
background-color:#EEEEEE;
}


div#footer {
clear: both;
height: 26px;
padding: 0;
color:#FFFFFF;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
text-align:center;
margin: 0 auto;
width:950px;
position:absolute;
bottom:0; /* stick to bottom */
} 
.buttons
{
   color:#666666;
   font-family:Arial, Verdana, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#EEEEEE;
   border:1px solid;
   border-top-color:#104A7D;
   border-left-color:#104A7D;
   border-right-color:#104A7D;
   border-bottom-color:#104A7D;
  /* filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#C6C2B7');*/
	height:20px;
	width:100px;
}
