*{
	list-style:none;
	margin:0px;
	padding:0px;
}
body, div, p, li { font-family: Trebuchet MS, Arial, San Serif; }

/* REMOVE IMAGE BORDERS due to image links */
img
{
	border-style: none;
}

#globalcontainer
{
	width: 901px;
	margin: 0 auto;
	padding-top: 30px;
}
h1
{
	width: 755px;
	background: url(banner-test.gif);
	background-repeat: no-repeat;
	margin-left: 148px;
	text-indent: -9999em;
	font-size: 60px;
}
#subheading
{
	width: 755px;
	height: 30px;
	background: url(sub_heading.gif);
	background-repeat: no-repeat;
	margin-left: 148px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	padding-top: 58px;
	padding-left: 15px;
}
#nosubheading
{
	width: 753px;
	background: url(heading.gif);
	background-repeat: no-repeat;
	margin-left: 148px;
	text-indent: -9999em;
	font-size: 43px;
}
#announcement
{
	width: 755px;
	height: 45px;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	color: red;
	text-transform: uppercase;

	padding-left: 15px;
}
#small_announcement
{
	width: 755px;
	height: 20px;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: black;
	padding-left: 15px;
}
/* MENU */

ul
{
	width: 148px;
	float: left;
	font-size: 15px;
}
	
ul li a
{
	height: 32px;
 	text-decoration: none;
}
ul li a:link, ul li a:visited
{
	color: #0e69be;
	display: block;
	padding: 8px 0 0 10px;
}
	
ul li a:hover
{
	background-color: #CCEEEE;
	padding: 8px 0 0 10px;
}
	
ul li a:active
{
	background-color: #CCFFFF;
	padding: 8px 0 0 10px;
}
#current-page a
{
	background-color: #CCFFFF;
	padding: 8px 0 0 10px;
}


/* PRODUCT */

#trackscol1
{
	width: 251px;
	background-image: url(background_gradient_blue_dark.gif);
	background-repeat: repeat-x;
	float: left;
	z-index: -2;
}
#trackscol2
{
	width: 251px;
	background-image: url(background_gradient_blue_mid.gif);
	background-repeat: repeat-x;
	z-index: -2;
	float: left;
}
#trackscol3
{
	width: 251px;
	background-image: url(background_gradient_blue_light.gif);
	background-repeat: repeat-x;
	z-index: -2;
	float: left;
}

.plarailproduct
{
	z-index: -1;
	padding-top: 5px;
	margin: 10px;
	height: 170px;
	width: 200px;
	text-align: center;
}	
.plarailproduct img
{
	z-index: -1;
	display: inline;
	margin: 5px;
	float: left;
	width: 219px;
}
.plarailproduct form
{
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.desc, .price
{
	z-index: 1;
	font: 900 10px;
	height: 15px;
	width: 150px;
	float: left;
}

p.desc_heading
{
	font: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.longproduct img
{
	z-index: 1;
}
.longdesc
{
	font: 900 12px;
	text-align: left;
	padding: 15px;
}
.footnote { text-align: right; font-size:14px; }

/* HOMEFOOTER */
#homefooter {
	width: 753px;
	height: 30px;
	padding-top: 30px;
	padding-left: 148px;
	text-align: center;
	font-size: 12px;
	color: #6e6e6e;
	clear: both;
}
#homefooter a { text-decoration: underline; }
#homefooter a:hover { text-decoration: underline; color: orange; }
#homefooter p.links { align: center; padding: .5em 0; margin: 1.5em 0 2em; }