/* This is the main style sheet for the www.foxx-industries.com website */
/* Created 25Aug04 */
/* Revised 25Dec04 */


body 
	{
   	padding-left: 0em;
	color: navy;
	background-color: #B0C4DE;
	font-family: arial, helvetica;
	font-size: 0.8em;
	}



pre
	{
	font-family: courier;
	font-size: 1em;
	}


/* This is the style for the Title section of the website */
#title
	{
   	padding-left: 0;
	color: navy;
	background-color: #B0C4DE;
	font-family: arial, helvetica;
	font-size: 1.4em;
	text-align: center;
	}


/* This section formats paragraphs */
p.center
	{
	text-align: center;
	}


/* This division provides text formatting for vnavbar text descriptions */
#menuright
	{
	position: relative;
	margin-left: 20em;
	width: 60%;
	}


/* This section formats inline images */
#imagecenter
	{
	text-align: center;
	}


/* This sets the text characteristics to attract visual attention to updates */
span.update
	{
	color: yellow;
	font-weight: bold;
	}


/* All of this section is for the horizontal navbar */
/* NOT USED - 11DEC04 */

#hnavcontainer ul
	{
	position: absolute;
	Left: 0;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;

	}

#hnavcontainer ul li 
	{ 
	display: inline; 
	}

#hnavcontainer ul li a
	{
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#hnavcontainer ul li a:hover
	{
	background-color: #369;
	color: #fff;
	}

ul#hnavlist
	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

#hnavlist li
	{
	display: inline;
	list-style-type: none;
	}

#hnavlist a 
	{ 
	padding: 3px 10px; 
	}

#hnavlist a:link, #navlist a:visited
	{
	color: #fff;
	background-color: #036;
	text-decoration: none;
	}

#hnavlist a:hover
	{
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}


/* All of this section is for the vertical navbar */

#vnavcontainer ul 
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#vnavcontainer li 
	{ 
	margin: 0;
	list-style-type: none; 
	}

#vnavcontainer a 
	{
	display: block;
	color: #FFF;
	background-color: #036;
	width: 15em;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	margin: 0;
	}

#vnavcontainer a:hover
	{
	background-color: #369;
	color: #FFF;
	}


#vnavcontainer li li a
	{
	display: block;
	color: #FFF;
	background-color: #69C;
	width: 15em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 3px 3px 3px 20px;
	font-weight: normal;
	}




/* Header formatting */
h1 
	{
	color: white;
	font-size: 1.4em;
	font-family: arial, helvetica;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 1em 0;
	padding: 0.5em;
	border-style: outset; 
	}

h2 
	{
	color: white;
	font-size: 1.2em;
	font-family: arial, helvetica;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 1em 0;
	padding: 0.3em;
	border-style: outset;
	}


h3 
	{
	color: white;
	font-size: 1.0em;
	font-family: arial, helvetica;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 1em 0;
	padding: 0.1em;
	border-style: inset;
	}

h4 
	{
	color: white;
	font-size: 1.0em;
	font-family: arial, helvetica;
	text-transform: uppercase;
	text-align: left;
	margin: 1em 0 1em 0;
	padding: 0.1em;
	border-style: none;
	}

h5 
	{
	color: navy;
	font-size: 1.0em;
	font-family: arial, helvetica;
	text-transform: none;
	text-align: left;
	margin: 1em 0 1em 0;
	padding: 0.1em;
	border-style: none;
	}



/* This defines the style for the counter sentence */
#idbadge
	{
   	padding-left: 0;
	color: navy;
	background-color: #B0C4DE;
	font-family: arial, helvetica;
	font-size: 1.4em;
	text-align: center;
	}


/* This draws a border around the counter so that it looks like a badge */
.idbadgebox
	{
	padding: 0.2em;
	background-color: black;
	border-style: outset;
	}



/* Address formatting */
address 
	{
	margin-top: 1em;
	padding-top: 0em;
	border-top: solid;
	border-top-width: 0.1em;
	font-family: arial, helvetica;
	font-size: 0.8em;

	}



