.small_font {
	font-size: 9px;
	color:#3c81c3;
}
.heading01 {
	font-size: 14px;
	font-weight:bold;
	color:#3c81c3;
}
.heading02 {
	font-size: 14px;
	font-weight:bold;
	color:#e97300;
}
.heading03 {
	font-size: 13px;
	font-weight:bold;
	color:#cf8929;
}

.BLUE_Sub_Heading {
	font-size: 12px;
	font-weight:bold;
	color:#3366ff;
}

.GREY_Text {
	font-size: 12px;
	font-weight:normal;
	color:#999999;
}

.GREY_Text_Small {
	font-size: 11px;
	font-weight:normal;
	color:#999999;
}

.search_small {
	width:114px;
	height:15px;
	font-size:10px;
	color:#000000;
}

.title_lg {
	color:#F7941D;
	font-size:18px;
}
/* ---- CUSTOM */

/* ---- Product list */
	.product_primary {
		display:block;
		padding-top:2px;
		padding-right:4px;
		padding-bottom:2px;
		padding-left:6px;
		margin-bottom:1px;
		background-image: url(../images/product_menu_01.gif);
		background-repeat: repeat-x;
		background-color:#f5f5f5;
		color:#1e2a52;
		font-weight:normal;
		font-size:14px;
	}
	
	a.sec_product:link, a.sec_product:active, a.sec_product:visited, div.sec_product {
		display:block;
		width:100%;
		padding-top:5px;
		padding-right:5px;
		padding-bottom:5px;
		padding-left:5px;
		color:#4a3013;
		font-weight:normal;
		font-size:12px;
		text-decoration:underline;
		background-image:url(../images/transpacer.gif);
	}
	
	a.sec_product:hover {
		color:#000000;
		text-decoration:underline;
		background-color:#dadbdc;
	}
	
	a.third_product:link, a.third_product:active, a.third_product:visited, div.third_product {
		display:block;
		width:100%;
		padding-top:5px;
		padding-right:5px;
		padding-bottom:5px;
		padding-left:25px;
		color:#4a3013;
		font-weight:normal;
		font-size:12px;
		text-decoration:underline;
		background-image:url(../images/transpacer.gif);
	}
	
	a.third_product:hover {
		color:#000000;
		text-decoration:underline;
		background-color:#dadbdc;
	}
/* ---- Product list */


/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #5e5e5e;
}
/* ---- */



/* ---- LINKS */
.fo_nav a:link, .fo_nav a:active, .fo_nav a:visited {
	display:block;
	width:100%;
	color:#ffffff;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	background-color:#0099CC;
	border-bottom:1px solid #FFFFFF;
}

.fo_nav a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:#006699;
}



.nav_primary a:link, .nav_primary a:active, .nav_primary a:visited {
	color: #00477f;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:22px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	width:138px;
	display:block;
}

.nav_primary a:hover {
	color: #007ac3;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:0px -56px;
}

.nav_secondary a:link, .nav_secondary a:active, .nav_secondary a:visited {
	color: #00477f;
	font-weight: normal;
	text-decoration: none;
	background-image:url(../images/nav_bg_sub.gif);
	background-repeat:no-repeat;
	background-position:0px -25px;
	padding-left:32px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	width:128px;
	display:block;
}

.nav_secondary a:hover {
	color: #007ac3;
	font-weight: normal;
	text-decoration: none;
	background-image:url(../images/nav_bg_sub.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


a.footer:link, a.footer:active, a.footer:visited { 
	color: #a4a4a4;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	color: #a4a4a4;
	font-weight: normal;
	text-decoration: underline;
}

a:link, a:active, a:visited { 
	color: #797979;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
/* ---- */



ul#navlist
{
margin: 0 0 0 30px;
padding: 0;
width: 12.5%;
}

#navlist li
{
list-style-type: none;
background-color: #191970;
color: #daa520;
border: .2em solid #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: #daa520;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}

ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
ul li {
	margin: 0 0px 1px 0;
	padding: 5px;
	width: 98% !important;
	width: 99%;
}
.filesbox {
	width: 562px !important;
	width: 582px;
	height: auto;
	display: block;
	padding: 0 10px 0 0;
}