/* tag styles */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
hr {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

/* content styles */
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000066;
	background-image: url(images/bgRepeat.jpg);
	background-repeat: repeat-x;
}
.imageBorder {
	border: 1px solid #CCCCCC;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.verdana12 {
	font-size: 12px;
	color: #000066;
}
.verdana12LBlue {
	font-size: 12px;
	color: #0066FF;
}
.verdana12White {
	font-size: 12px;
	color: #ffffff;
}
.verdana10 {
	font-size: 10px;
	color: #000066;
}
.verdanaOrange10 {
	font-size: 10px;
	color: #FF9900;
}
.verdanaOrange14 {
	font-size: 14px;
	color: #FF9900;
}
.ulSquare {
	list-style-image: url(images/img_orange_square.gif);
	line-height: 18px;
	margin-left: 0px;
}
.centerTD {
	text-align: center;
	vertical-align: top;
}

.ulCheck {
	list-style-position: outside;
	list-style-image: url(images/img_check.gif);
	margin-left: 8px;
}
.arialWhite18 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.verdanaBlue18 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.verdanaWhite18 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#products td {
	text-align: center;
}
.input {
	font-size: 10px;
}


/* main links */

a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #000066;
}

/* white links */

a.white:link {
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #FF9900;
}
a.white:active {
	color: #FFFFFF;
}

/* orange links */

a.orange:link {
	color: #FF9900;
}
a.orange:visited {
	color: #FF9900;
}
a.orange:hover {
	color: #0066FF;
}
a.orange:active {
	color: #FF9900;
}

/* blue links */

a.blue:link {
	color: #0066FF;
}
a.blue:visited {
	color: #0066FF;
}
a.blue:hover {
	color: #FF9900;
}
a.blue:active {
	color: #0066FF;
}

/* white large links */

a.lwhite:link {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a.lwhite:visited {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a.lwhite:hover {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
a.lwhite:active {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

/* buy links */

a.buy:link {
    font-size: 18px;
	color: #FF9900;
	font-weight: bold;
}
a.buy:visited {
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
}
a.buy:hover {
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
}
a.buy:active {
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
}
#prodinfo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #01259D;
	border-right-color: #01259D;
}
#prodinfo td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #01259D;
	border-left-color: #01259D;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.qty {
	width:40px
}
.addtocart {
	width:125px
}
.extrapadding {
	padding: 0px 10px 0px 10px;
}.err {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.thankyou {
	color: #FF0000;
}
