body {
	background-color: black;
	margin: 20px;
	padding: 0px; 
}

p, h1, h2, h3, ul, li {
	padding: 0;
	margin: 0;
}

h1 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px; 
}

h2 {
	color: #c60002;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px; 
}

h3 {
	color: #3851ff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px; 
}

h4 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px; 
}

h5 {
	color: #c60002;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px; 
}


#main-table {
	/*border: 1px #2e44a5 solid; */
	width: 760px;
}


#main {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black; 
	width: 380px;
	background-color:white;
	padding-top: 20px;
}

#main p {
	line-height: 19px; 
	padding-bottom: 10px; 
	padding-left: 30px;
	padding-right: 30px;
}

#main ul {
	padding-left: 60px;
	padding-right: 30px; 
	padding-bottom: 10px; 
	line-height: 20px;
}

#main a:link, #main a:visited, #main a:active {
	color:#3851ff;
	text-decoration: underline; 
}

#main a:hover, #main a:visited:hover {
	color: #c60002;
	text-decoration: underline; 
}

/*main2 has 2 columns instead of three*/

#main2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black; 
	width: 573px;
	background-color:white;
	padding-top: 20px;
}

#main2 p {
	line-height: 19px; 
	padding-bottom: 10px; 
	padding-left: 30px;
	padding-right: 30px;
}

#main2 ul {
	padding-left: 60px;
	padding-right: 30px; 
	padding-bottom: 10px; 
	line-height: 20px;
}

#main2 a:link, #main a:visited, #main a:active {
	color:#3851ff;
	text-decoration: underline; 
}

#main2 a:hover, #main a:visited:hover {
	color: #c60002;
	text-decoration: underline; 
}


#left-panel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width:187px;
	background-color: #4372a8;
	color: white;
	/*border-right: 1px #2e44a5 solid;*/
	padding-top: 20px;
	line-height: 19px; 
}

#left-panel p {
	padding-left: 15px;
	padding-right: 15px;
}

#left-panel li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	position: relative;
	left: -10px;
	padding-bottom: 10px; 
}

#left-panel a:link, #left-panel a:visited, #left-panel a:active {
	color: white;
	text-decoration: none; 
}

#left-panel a:hover, #left-panel a:visited:hover {
	color: white;
	text-decoration: underline; 
}

#right-panel {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 193px;
	background-color: #e5e9e8;
	color: black;
	padding-top: 20px;
	line-height: 19px; 
}

#right-panel p {
	padding-left: 15px;
	padding-right: 15px;
}

#right-panel h1 {
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 13px; 
}

#right-panel li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	position: relative;
	left: -10px;
	padding-bottom: 10px; 
}

#right-panel a:link, #right-panel a:visited, #leftbox a:active {
	color: #c30001;
	text-decoration: underline; 
}

#right-panel a:hover, #right-panel a:visited:hover {
	color: #4371a7;
	text-decoration: underline; 
}

.redtext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #c60002;
	font-size: 11px; 
}

.bluetext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3851ff;
	font-size: 10px; 
}

.box-quote {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px #4372a8 solid;
	background-color: #f7fafa;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#footer {
	background-color: #c60002;
	color:white;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#footer td {
	/*border-top: 1px #6c6e5e solid; */
}

#footer p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: underline; 
}

#footer a:hover, #footer a:visited:hover {
	color: black;
	text-decoration: underline; 
}

.smalltext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
}

.floatright {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 0px; 
	border: 1px #727464 solid; 
}

.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px #727464 solid; 
}

.image-border {
	border: 1px #707262 solid; 
}

/******************************************************************************
Old Styles.
******************************************************************************/


#instructions {
	color:#000000;
	font-size: 10px;
	padding:5px 5px 10px 10px;
	font-weight:bold;
}

#categorybox {
	background-color: #F1F1F1;
	color:#000000;
	font-size: 10px;
	padding:0px;
	border: 1px solid #999999;
}

#categorybox th{
	background-color: #D9D9D9;
	height: 22px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}

#discinfo {
	background-color: #F1F1F1;
	color:#000000;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #999999;
}

#discinfo th{
	background-color: #D9D9D9;
	height: 23px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}

#cartsnap {
	background-color: #F1F1F1;
	color:#000000;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #999999;
}

#cartsnap th{
	background-color: #D9D9D9;
	height: 23px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}

#productbox {
	background-color: #ffffff;
	color:#000000;
	font-size: 10px;
	border: 1px solid #999999;
	padding:2px;
}

#checkoutbox {
	background-color: #ffffff;
	/*border: 1px solid #999999;*/
	width: 758px;
}

#infobox {
	background-color: #ffffff;
	border: 1px solid #999999;
	width:700px;
	padding:10px 5px 10px 10px;
	text-align: left;
}

#notebox{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding:5px;
	font-size:8pt;
}

.stepstitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: auto;
	text-align:left;
	padding-left: 10px;
}

.steps {
	font-size: 10px;
	font-weight: bold;
	//color: #000099;
	width: 110px;
	height:15px;
	text-align:center;
	valign:center;
	text-decoration:none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.currentstep {
	font-size: 10px;
	font-weight: bold;
	//color: #000099;
	width: 110px;
	height:15px;
	text-align:center;
	valign:center;
	text-decoration:underline;
	//background-color:#DAECFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/******************************************************************************
Product Styles.
******************************************************************************/
.productNav {
	padding:5px 0px 0px 5px;
	font-weight:bold;
	font-size:8pt;
}

.productNav a:hover  {
	color : #99FFCC;
	text-decoration: underline;
}

.productNav a:active  {
	color : #99FFCC;
	text-decoration: none;
}

.product {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	padding-bottom:5px;
}
.product a:link  {
	color : #003399;
	text-decoration: none;
}
.product a:hover  {
	color : #003399;
	text-decoration: underline;
}

hr.product {
	color: #CCCCCC;
	height:1px;
	padding:0px;
}

.productDesc {
	color: #000000;
	font-size: 11px;
	font-weight:normal;
}

.productPrice {
	color: #CC0000;
	font-size: 11px;
	font-weight:normal;
}

.productCategory {
	background-color: #D9D9D9;
	height: 22px;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.cartProduct {
	color: #000099;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	padding-left:20px;
	font-size:11px
}

.cartProductPrice {
	color: #CC3300;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
	padding-right:10px;
	font-size:11px
}

/******************************************************************************
Category Styles.
******************************************************************************/
.category {
	font-family: Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
}
.category a:hover  {
	color : #000000;
	text-decoration: underline;
}
.category a:active  {
	color : #000000;
	text-decoration : none;}
img.categoryLogo {
	border:0; 
	width:140px;
}



/******************************************************************************
Disc/Cart Styles.
******************************************************************************/
.disc {
	color : #000099;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

td.disc {
	vertical-align:top;
	padding:0px 4px 0px 2px;
	background-color:#C2CBB4;
	text-align:center
}
.discName {
	color:#466254;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding:2px;
	background-color: #F0F1EEC;
}
/******************************************************************************
Instruction Box Styles.
******************************************************************************/
.instructionBox {
	background-color:#ffffcc;
	vertical-align:middle;
	text-align:center;
}

/******************************************************************************
Cart Snapshot Styles.
******************************************************************************/
td.cartSnap {
	padding:0px 2px 0px 2px;
}

/******************************************************************************
Ship & Bill Info Styles.
******************************************************************************/
.fieldRequired {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

.addressText {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.addressField {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 225px;
}

.helptxt{
	font-size: 10px;
	font-weight:bold;
	color:#333333;
	padding-left:25px;
}
