html {
     overflow: -moz-scrollbars-vertical; 
}

body {
	background-image:url(/library/images/common/top-bg-red.gif);
	background-repeat:repeat-x;
	margin-top:23px;	
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#626262;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#626262;
	line-height:17px;
}

.content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#626262;
	text-decoration:underline;
}

.content a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#993333;
	text-decoration:none;
}

.content li{
	font-size:14px;
	padding-bottom:5px;
	line-height:20px;
	list-style-image:url(/library/images/common/orange-cone.gif);
}

.inner-table-l {
	background-image:url(/library/images/common/inner-background-middle.gif);
	background-repeat:repeat-y;
	padding-left:20px;
}

.inner-table-r {
	background-image:url(/library/images/common/inner-background-middle-right.gif);
	background-repeat:repeat-y;

}

.welcome-background {
	background-image:url(/library/images/common/welcome-bg-blue.gif);
	background-repeat:repeat-y;
}

.footer {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#554a4a;
	padding-top:5px;
}

.product-categories {
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style-image:url(/library/images/common/li-arrow.gif);
}

.product-categories a {
	color:#FFFFFF;
}

.product-categories a:visted {
	color:#FFFFFF;
}

.product-categories a:hover {
	color:#FFFFFF;
}

.asterisk {
	font-size: 18px;
	color: #FF0000;
}


#top-callout {
	position: relative;
	bottom:42px;
	z-index:1;


}

#bottom-callout {
	position: relative;
	bottom:53px;
	z-index:2;

}


