
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	background: #FFFFFF url(/images2/background-gradient.jpg) repeat-x top fixed;
	margin: 1em auto auto auto;
	color: #101B32;
	text-align: center; /* IE6 */
}

h1, h2, h3 {
	font-weight: bold;
}

h1, h1 a {
	font-size: 14px;
	/* padding: 0px; */
	font-weight: 700;
	color: purple;
}

h2 {
	font-size: 14px;
	width: 100%;
	border-bottom: 1px dotted gray;
	color: purple;
	}



h3 {
	font-size: 11px;
}

p, .gentext, ol, ul {
	font-size: 12px;
	color: inherit;
	background: inherit;
}

#sgmnews {
	clear:both;
	position: relative; /*IE hack*/
}

#top, #bottom {
	margin: 0; padding: 0; line-height: 0; font-size: 1px; width: 960px; height: 17px; clear: both;
}

#top {
	background: url('/images2/top-corners.png') top left no-repeat;
}

#bottom {
	background: url('images2/bottom-corners.png') bottom left no-repeat;
}

.smalltext {
	font-size: 10px;
}

a img {
 border: none;
}

.outlined {
	border: 1px solid #1E3360;
}

form.genform {
	text-align: left;
	margin-left: 0;
}

#maindiv {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}


#layout-pagetitle {
	margin: 10px 0 0 0;
	padding: 0px;
}

/*
#layout-pagetitle h1 a {
	color: #101B32;
	background: #FFFFFF;
	text-decoration: none;
}
*/
#layout-sidebar {
	margin-top: 0px;
	text-align: center;
}
	#layout-sidebar table {
		margin-top: 15px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

#layout-main {text-align: justify;}
#layout-main-extended {
	margin-top: 10px;
}

table.layout-pagetable {
	margin: 0px;
	padding: 5px;
	width: 960px;
}
	table.layout-pagetable td {
		vertical-align: top;
		padding: 0px 10px 0px 10px;
	}



table.footer-contact td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background: inherit;
	text-align: left;
}


#header {
	margin: 0;
	width: 960px;
	height: 80px;
	line-height: 80px; 
	text-align: left;
	background:	#000000 url(/images2/header-fade3.png) repeat-x bottom;
}

#header-leftcol {
	float: left; 
	line-height: 0px;
	padding-left: 10px;
}

#header-rightcol {
	float: right;
	line-height: 0px;
	padding-right: 15px;
	padding-top: 20px;
	text-align: right;
	display: block;
}

#header-rightcol p {
	line-height: 12px; /*IE fix*/
}
#content {
	width: 100%;
	background: #FFFFFF url(/images2/content-gradient.jpg) top fixed repeat-x;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
/*
table.headertable, table.headertable * {
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: left;
}
*/

#simpleheader, #simplefooter {
	display: none;
}

/*
table.filmstrip {
	background: #1E3360;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
}

table.filmstrip td, table.filmstrip img {
	vertical-align: middle;
	margin: auto auto;
	text-align: center;
}
*/




/* -----------------------------------------

Availability Table on Product Pages

-------------------------------------------*/

table.availabilitytable {
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px;
}
	table.availabilitytable td, table.availabilitytable th {
		text-align: center;
		vertical-align: middle;
		padding: 3px;
	}
	table.availabilitytable th {
		background: gray;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
	}
	table.availabilitytable tr.availabilitytablelabels {
		font-weight: normal;
		background: #DDDDDD;
	}

/* ----------------------------------------------------------
Documents Table
------------------------------------------------------------*/

table.doctable { 
	border: 1px solid #1E3360; 
}
	table.doctable th {
		font-size: 10px;
		font-weight: bold;
		background: #66CCFF;
		color: #000000;
		text-align: left;
		padding: 3px;
	}
	table.doctable td {
		font-size: 11px;
		text-align: left;
		padding: 3px;
	}
	table.doctable tr.doctable_row1 {
		background: #D5D5D5;
		color: #000000;
	}
	table.doctable tr.doctable_row2 {
		background: #E4E4E4;
		color: #000000;
	}
	table.doctable tr.doctable_rowselected {
		background: #FFFFCC;
		color: #000000;
	}
	table.doctable a {
		text-decoration: none;
		color: #0000FF;
	}
	table.doctable a:hover {
		text-decoration: underline;
	}
	
/* -------------------------------------------------
Info table
--------------------------------------------------*/

	table.infotable {
		text-align: justify;
		font-size: 12px;
	}
	table.infotable th {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: purple;
		border-bottom: 1px dotted gray;
	}
	table.infotable td {
		padding: 4px;
	}
	table.infotable a {
		text-decoration: none;
		color: DarkSlateBlue;
		font-weight: bold
	}
	table.infotable a:hover {
		text-decoration: underline;
	}

/* -------------------------------------------------
Product Table
--------------------------------------------------*/
table.producttable {
	font-size: 10px;
}
	table.producttable td, table.producttable p, table.producttable h3 {
		text-align: justify;
		vertical-align: top;
		color: #101B32;
		background: inherit;
		margin: 0;
		padding: 0;
	}
	table.producttable h3{
		font-size: 14px;
		font-weight: bold;
	}
	table.producttable img {
		margin: 5px auto 0px auto;
		display: block;
	}


/* --------------------
   NAV MENU 
   ---------------------*/
	
#navmenu {
	height: 30px;
	width: 100%;
	background: #000000 url(/images2/navmenu-fade.jpg) repeat-x;
	border-top: 1px solid #777777;
	border-bottom: 1px solid black;
}

#navmenu * li img {
	float: left;
	z-index: 9999;
	padding: 4px;
}

span.navmenu_link {
	font-weight: bold;
}

span.navmenu_linkdesc {
	font-size: 11px;
	font-weight: normal;
}


/* ----------------------
	footer
	--------------------- */
#footer {

	width: 100%;
	background: #000000;
	color: #FFFFFF;
	float: left;
	background: #000000 url(/images2/footer-fade3.png) top repeat-x;
}

#footer-container {
	padding: 10px;
}

#footer-middlecol {
	padding-left: 10px;
	float: left;
	width: 290px;
	/*border-right: 1px solid #DDDDDD;*/
}

#footer-leftcol {
	padding-left: 10px;
	float: left;
	width: 290px;
	/*border-right: 1px solid #DDDDDD;*/
}

#footer-rightcol {
	padding-left: 10px;
	float: left;
	width: 290px;
	display: inline;
	/*margin-left: -60px;*/
}

/* ????? */

#sporenews img{
	float: left;
}

#sporenews .title {
	font-weight: bold;
}



/*** SUPERFISH ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0; 
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 1200;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index: 1200;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	font-family: Arial, Helvetica;
	font-weight: 600;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;/* #13a; */
}

.sf-menu li {
	/* background:		#BDD2FF;*/
	line-height: 1.0;
}
.sf-menu li li {
	background:		#444444;/* #AABDE6; */
	border-bottom: 1px solid #666666;
	line-height: 1.0;
	
}
.sf-menu li li li {
	background:		#555555; /*#9AAEDB; */
	line-height: 1.0;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		/* #CFDEFF; */ gray;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/Scripts/superfish-1.4.8/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/Scripts/superfish-1.4.8/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

