/* CSS Document */


#main {
	border: 2px solid #5890CD;
	background-image: url(../images/headerBG.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #5890CD;
	padding: 10 10 10 10;
}

.white { background-color: #ffffff; }

.menu { margin: 0 0 2 6; }

#title { font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #ffffff;
white-space: nowrap;
text-align: right;
padding: 10 0 10 0;
white-space: nowrap; }

#phone { font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
padding: 10 0 10 0; }

#textBox { background-color: #ffffff;
padding: 15 15 20 15; }

#copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #5890CD;
font-weight: bold;
padding: 2 0 0 5; }

#textarea1, #textarea1 td, #textarea2, #textarea2 td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #828080; }

a { text-decoration: underline;
color: #5890CD; }

a:hover { text-decoration: underline;
color: #828080; }

#viewcart a { 
white-space: nowrap;
font: bold 11px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
 padding: 1 10 1 10;
  border: 1px solid #828080;
  background: #5890CD;
  font-variant: small-caps;
}

#viewcart a:hover { 
text-decoration: none; color: #000000; background: #828080; border: 1px solid #cccccc;
}

#edit { padding:1 0 0 0; }
