/* CSS Document */

/* Body Formatting */
body,p,td,span,div {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

input,select {font-size: 11px;}
input:text {border: 1px solid black;}

h1,h2 {color: #990000;}
h3 {font-size: 15px; color: #990000;}

input.OrderForm {font-size: 10px; font-weight: bold;}

select.OrderForm {font-size: 10px;}

/* General Layout and Style */
#container {width: 745px; margin: 0 auto; text-align: center;}
#content {width: 735px; margin: 0 4px; text-align: left;}
#mainArea {padding: 5px;
	 border: 1px solid #556688; 
	 background-color: #EBEBEB; 
	 /*float: right;*/
	 }

.surveyTable td {border: 1px solid #556688; font-size: 13px;}

.table td {padding: 1px 3px;}

/* headers */
.headline-Product {font-size: 21px; font-weight: bold;}
.headline-smallProduct {font-size: 18px; font-weight: bold;}
.headline-largest {font-size: 15px; font-weight: bold;}
.headline-larger {font-size: 14px; font-weight: bold;}
.headline-large {font-size: 13px; font-weight: bold;}
.headline-medium {font-size: 12px; font-weight: bold;}
.headline-small {font-size: 11px; font-weight: bold;}
.headline-smaller {font-size: 10px; font-weight: bold;}
.headline-smallest {font-size: 9px; font-weight: bold;}
.headline-link {font-size: x-small; line-height: 1.2em; font-weight: bold;}

/* text */
.largest {font-size: 15px}
.larger {font-size: 14px}
.large {font-size: 13px}
.Default {font-size: 12px; color:black}
.small {font-size: 11px}
.smaller {font-size: 10px}
.smallest {font-size: 9px}
.link {font-size: x-small; line-height: 1.2em; font-weight: bold;}

/* text color */
.banner {color:#99ccff}
.white {color:#ffffff}
.red {color:#cc0000}
.blue {color:#336699}
.grey {color:#666666}
.gold {color: gold}
.green {color: #00593B}
.maroon {color: #990000;}

/* Link Styles */
a:link {text-decoration: none; color: #000099;}
a:visited {text-decoration: none; color: #000099;}
a:hover {text-decoration: none; color: #990000;}
a:visited {text-decoration: none; color: #000099;}

.survey {padding: 3px 10px 2px ; font-size: 13px; font-weight: bold;}
.survey:link {color: white; text-decoration: underline;}
.survey:visited {color: white; text-decoration: underline;}
.survey:hover {color: white; text-decoration: underline;}

#headerH2 {color: #990000; position: relative; top: 10px; left: 16px; font-size: 23px;}

.LeftNav {color: #000099; font-size: 12px; font-weight: bold;}
.h2LeftNav {color: white; text-indent: 8px; font-size: 22px; margin: 0; padding: 5px 0 4px 0;}

.TopNav {font-size: 16px; font-weight: bold;}
.TopNav a:link {text-decoration: none; color: #000099;}
.TopNav a:visited {text-decoration: none; color: #000099;}
.TopNav a:hover {text-decoration: none; color: #990000;}
.TopNav a:visited {text-decoration: none; color: #000099;}

.footerNav {font-size: 11px; font-weight: bold;}

.ShopCartNav {font-size: 10px;}

.smallBox {width: 11px; height: 11px; vertical-align: bottom; margin-bottom: 2px;}

.td1 {margin: 0; padding: 10px 0 5px 0;}                 












