/*----------------------------------------
  Global Stylesheet for eCatalog
  http://www.acmtech.com/onlinecatalogs/

  version: 2.1
  author: Amber Hewitt
----------------------------------------*/

/* GLOBAL TYPE AND LINKS */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
h1 {
    border-bottom: #000080 1px solid;
    color: #000080;
    font-size: 11px;
		}

/* SCROLLING MARQUEE (onlinecatalogs/searchheader.asp) */
.marquee {
	font-size: 12px;
}
.marqueeRed {
	font-size: 12px;
	font-weight: bold;
	color: #DD0000;
}

/* FOOTER (onlinecatalogs/foot.inc) */
#footer {
	font-size: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: 10px;
	width: 755px;
	padding-top: 5px;
	padding-left: 10px;
}
#footer a { 
	font-size: 10px;
}
#footer td {
	font-size: 10px;
	color: #666666;
}

/* TOP BANNER */
#topbanner {
	background-image: url(images/topbanner-gradient.jpg);
	background-repeat: repeat-x;
	width: 775px;
	height: 82px;
	margin-left: 5px;
}
#ecataloglogo {
	width: 200px;
	margin-left: 10px;
	float: left;
	margin-top: 25px;
}
#acctName {
	float: left;
	margin-top: 6px;
	color: #555555;
	line-height: 16px;
}
#promo {
	float: right;
	height: 82px;
	width: 225px;
}

/* NAVIGATION BAR */
#topnavBorder {
	width: 775px;
	margin-left: 5px;
	border: 1px solid #e0e0e0;
}
#topnav {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
	background-image: url(images/topnav-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 26px;
	padding-top: 4px;
	padding-left: 5px;
}
#topnav a:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #434343;
}
#topnav a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #434343;
}
#topnav a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
#topnav a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

/* LINK BACK TO ACMTECH.COM */
.smallLink {
	font-size: 9px;
	font-weight: normal;
}
.smallLink a:link {
	font-size: 9px;
	font-weight: normal;
}

/* ITEMS IN CART */
.itemsincart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #f0f8ff;
}
#items {
	position: absolute;
	left: 650px;
	top: 86px;
}
#items form {
	font-size: 9px;
	font-weight: bold;
	color: #7a7a7a;
}

/* NEW ITEMS (onlinecatalogs/newproductsheader.asp) */
#newproductheader {
	margin-left: 5px;
}

/* SECTION TITLES */
.sectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #434343;
	font-weight: bold;
}
.sectionSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434343;
	font-weight: bold;
}

/* HIGHLIGHT BOXES */
#cartHighlight {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FFFF99;
	margin-top: 50px;
	width: 400px;
}
#promoHighlight {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FFFF99;
	margin-top: 30px;
	width: 450px;
	margin-bottom: 20px;
}
