/**
 * Green Header Override
 */
.section-hd h1.lgh, .section-hd h2.lgh {
	width:350px; 
	height: 30px; 
	text-indent: -3000px; 
	background-position: left bottom;
	background-repeat: no-repeat;
}
#subNav h2.lgh {
	width:190px; 
	height: 30px; 
	text-indent: -3000px; 
	background-position: left -2px;
	background-repeat: no-repeat;
	clear: none;
	margin-left: 15px;
}
.customer-serv h1.lgh {
	width:250px; 
	height: 40px; 
	text-indent: -3000px; 
	background-position: left 0px;
	background-repeat: no-repeat;
	margin: 10px 0 0 0px;	
	float: left;
}
.section-hd span.star-big, .customer-serv span.star-big {
	background-color: transparent;
	background-image: url(/images/icons/star.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin: 10px 0 0 55px;
	width: 40px;
	height: 30px;
	float: left;
}
.section-hd span.star-big  {
	margin: 10px 0 0 -6px;
}
.section-hd span.shopping {
	background-color: transparent;
	background-image: url(/images/icons/shopping-bag.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-top: 10px;
	margin-right: 10pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	width: 40px;
	height: 40px;
	float: left;
}
#subNav span.star {
	margin-top: 0.5em;
	margin-right: 20px;
	background: url(/images/front/subnav-star.gif) left center no-repeat;
	width: 10px;
	height: 10px;
	float: left;
}
#subNav ul {
	clear: both;
}

/**
 * User Message for error pages
 */
#userMessage {
	float: left;
	padding: 20px;
}
#userMessage h1.lgh {
	width:300px; 
	height: 30px; 
	text-indent: -3000px; 
	background-position: left -2px;
	background-repeat: no-repeat;
	clear: none;
	margin: 0 0 10px 0;
}
/**
 * Button Styles
 */
.center {
	margin-left: auto;
	margin-right: auto;
}
.center-align {text-align:center;}
.center-align .button-base {display:inline;}
.button-base {
	margin: 0px;
	padding: 0px 0 2px 22px;
	height: 29px;
	cursor: pointer;
	text-transform:uppercase;
	font-size: 12px;
	border: 0;	
	text-rendering:optimizelegibility;
	color: #F5F0D3;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: verdana;
}
.button-b-txt {
	color:#F5F0D3;
}
.button-right {
	float: right;	
}
.button-marg {
	margin: 0 10px;	
}
.button-cont-90 { width: 90%; }
.button-cont-70 { width: 85%;}
.button-cont-50 { width: 56%;}
.button-cont-60 { width: 60%;}

a.button-base:link, a.button-base:visited, a.button-base:hover {
	text-decoration: none;
	color: #fff;
	padding-top: 3px;
}
.button-p-100px{
	width: 100px;
	background:url('/images/buttons/pink_100.gif') top left no-repeat;
}
.button-g-100px{
	width: 100px;
	background:url('/images/buttons/green_100.gif') top left no-repeat;
}
.button-p-120px{
	width: 120px;
	background:url('/images/buttons/pink_120.gif') top left no-repeat;
}
.button-g-120px{
	width: 120px;
	background:url('/images/buttons/green_120.gif') top left no-repeat;
}
.button-p-130px{
	width: 130px;
	background:url('/images/buttons/pink_130.gif') top left no-repeat;
}
.button-p-140px{
	width: 140px;
	background:url('/images/buttons/pink_140.gif') top left no-repeat;
}
.button-g-140px{
	width: 140px;
	background:url('/images/buttons/green_140.gif') top left no-repeat;
}
.button-p-150px{
	width: 150px;
	background:url('/images/buttons/pink_150.gif') top left no-repeat;
}
.button-p-160px{
	width: 160px;
	background:url('/images/buttons/pink_160.gif') top left no-repeat;
}
.button-g-160px{
	width: 160px;
	background:url('/images/buttons/green_160.gif') top left no-repeat;
}
.button-p-170px{
	width: 170px;
	background:url('/images/buttons/pink_170.gif') top left no-repeat;
}
.button-p-180px{
	width: 180px;
	background:url('/images/buttons/pink_180.gif') top left no-repeat;
}
.button-g-180px{
	width: 180px;
	background:url('/images/buttons/green_180.gif') top left no-repeat;
}
.button-p-190px{
	width: 190px;
	background:url('/images/buttons/pink_190.gif') top left no-repeat;
}
.button-p-200px{
	width: 200px;
	background:url('/images/buttons/pink_200.gif') top left no-repeat;
}
.button-g-200px{
	width: 200px;
	background:url('/images/buttons/green_200.gif') top left no-repeat;
}
