/* css :: style :: carlson */

/* T R B L */
html, body {
	/* master font control */
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #56595c;
	line-height: 18px;
}
body {
	background-color: #000000;
	background-image: url(../images/mainHeaderTop_bgndTile.gif);
	background-repeat: repeat-x;
	background-attachment: top center;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smallest {
	font-size: 9px;
}
.smaller {
	font-size: 10px;
}
.larger {
	font-size: 13px;
}
.red {
	color: #B52943;
}
.yellow {
	color: #f7b100;
}
.orange {
	color: #e76f00;
}
.blue {
	color: #005399;
}
.green {
	color: #2f8926;
}
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/* ***************************************** form elements */
.formField {
	border: 1px solid #236C90;
	background-color: #E9F3F9;
	font-size: 10px;
	color: #246085;
	padding: 3px 5px 3px 5px;
	margin-bottom: 3px;
}
.formInput {
	border: 1px solid #236C90;
	background-color: #E9F3F9;
	padding: 3px;
}
.formButton {
	border: 1px solid #1E506F;
	background-color: #4F9AC9;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px 10px 6px 10px;
	font-weight: bolder;
}
.cart-formButton {
	border: 1px solid #9F5000;
	font-size: 11px;
	color: #82141C;
	padding: 6px 10px 6px 10px;
	font-weight: bolder;
	background-image: url(../images/formBTN_bgnd.gif);
	background-position: center right;
	margin: 0px 3px 0px 3px;
}

.width40 {width: 40px;}
.width70 {width: 70px;}
.width100 {width: 100px;}

/* ***************************************** H style & headlines */
h1, h2, h3, h4 {
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
}
/*h1 {
	font-size: 26px;
	color: #5d2e24;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
}*/
/*CSS H1 changes per testing guru requests*/
h1 {
	font-size: 26px;
	color: #5d2e24;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
	line-height: 1em;
}
h2 {
	font-size: 18px;
	color: #741426;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
}
h3 {
	font-size: 14px;
	color: #741426;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
}
h4 {
	font-size: 12px;
	color: #741426;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
}
/* ***************************************** general link */
a { outline: none; } /* firefox outline prevention */

a, a:link, a:visited {
	color: #005399;
	text-decoration: underline;
}
a:hover {
	color: #005399;
	text-decoration: none;
}
a:active {
	color: #005399;
	text-decoration: underline;
}
/* ***************************************** utilityNav link */
#utilityNav a, #utilityNav a:link, #utilityNav a:visited {
	color: #cac9c2;
	text-decoration: none;
}
#utilityNav a:hover {
	color: #f7b100;
	text-decoration: none;
}
#utilityNav a:active {
	color: #cac9c2;
	text-decoration: none;
}
/* ***************************************** subMenuContent link */
.subMenuContent a, .subMenuContent a:link, .subMenuContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subMenuContent a:hover {
	color: #b3cce1;
	text-decoration: underline;
}
.subMenuContent a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ***************************************** subMenuContent link */
#contactUs_menu a, #contactUs_menu a:link, #contactUs_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contactUs_menu a:hover {
	color: #b3cce1;
	text-decoration: underline;
}
#contactUs_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ***************************************** footer link */
#footerContainer a, #footerContainer a:link, #footerContainer a:visited {
	color: #d0d0c3;
	text-decoration: none;
}
#footerContainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerContainer a:active {
	color: #d0d0c3;
	text-decoration: none;
}
.gridHeader A:hover { text-decoration: underline; }
.gridHeaderasc A { padding-right:25px; background: url(/carlsonjpmdesign/images/icon_sortUp.gif) no-repeat 95% 100%; }
.gridHeaderdesc A { padding-right:25px; background: url(/carlsonjpmdesign/images/icon_sortDn.gif) no-repeat 95% 100%; }

/* ***************************************** utilityNav link */
#image_noborder a, #image_noborder a:link, #image_noborder a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#image_noborder a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#image_noborder a:active {
	color: #d0d0c3;
	text-decoration: none;
}