/***********************************************/
/*neafp_css_prod.css                             */
/* NEAFP Products CSS File       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-image: url('images/background_horizontal.jpg');
	color: #000033;
	line-height: 1.166;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
    font-size: 11px;

}

a{
	color: #C37800;
	text-decoration: none;
    font-size: 11px;
font-weight: bold;
}

a:link{
	color: #C37800;
	text-decoration: none;
    font-size: 11px;
font-weight: bold;
}

a:visited{
	color: #C37800;
	text-decoration: none;
    font-size: 11px;
font-weight: bold;
}

a:hover{
	color: #ff9933;
	text-decoration: underline;
    font-size: 11px;
font-weight: bold;
}

a.products:link {
	color: #000033;
    text-decoration: underline;
	font-weight: bold;
}
a.products:visited {
    color: #000033;
    text-decoration: underline;
	font-weight: bold;
}

a.products:hover {
	color: #C37800;
	font-weight: bold;
	
}

a.products:active {
    color: #000033;
    text-decoration: underline;
	font-weight: bold;
}

#menu10 {
	width: 140px;
	margin: 5px;
	}
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(menu10.gif);
	padding: 8px 15px 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(menu10.gif) 0 -32px;
	padding: 8px 15px 0 10px;
	}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 105%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 105%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 120%;
	color: #000033;
	margin: 0px;
	padding: 0px;

}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
 margin: 0;
 padding: 0;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

font.leftnav {

  font-size: 11px;
  font-style: bold;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#ajaxticker1{
width: 140px;
height: 100px;
border: 1px ridge black;
padding: 2px;
background-color: #FEEEB8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
width: 140px;
height: 100px;
background-color: #FEEEB8;
}


.someclass{ //class to apply to your scroller(s) if desired
}
###########CSS nav tabs################

#nav{
  clear:both;
  font-weight:bold;
  font-size:11px;
  color:#666;
  margin-left:18px;
  float:left;
  list-style-type:none;	
  background-color: #000033;
  padding-bottom:1px;
  padding-top:1px;

}

html>body #nav{
  margin-left:200px;
  background-color:#000033
}

#nav li{
  list-style-type:none;
  float:left;
  margin:0 0 0 2px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  background:url(images/tabgrey.gif) #000033 top left no-repeat;
}

#nav li a{
  color:#000033;	
  background:url(images/tabgrey.gif) transparent top right no-repeat;
  display:block;
  padding:0 10px 0 0;
}

#nav li.cur,
#nav li.over,
#nav li:hover
{
  background:url(images/tabblue.gif) #000033 top left no-repeat;
  border-bottom:1px solid #036;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(images/tabblue.gif) transparent top right no-repeat;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(192, 192, 192) rgb(192, 192, 192) rgb(192, 192, 192) rgb(192, 192, 192);
	border-collapse: separate;
	background-color: rgb(0, 0, 51);
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;	
	border-color: green green green green;
	
}

table.products td {
	background:url(images/hat_backg.jpg) no-repeat;
}


################ Product Navigation #######################
################ left_nav##########################

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  color: #C37800;
  a:link: #C37800;
  a:visited: C37800;
  a:hover: #FFFFFF;
  a:active: #c0c0c0;
  font-size: 11px;
  font-color: #FFF;
  font-style: #
}

#containerul li{
  margin:0 0 0 -30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  text-align:left;
  padding:2px; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  color: #C37800;
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:11px;
  height:1em;
  background-position:0 10%;
  background-repeat:no-repeat;
  color: #C37800;
}



