@charset "utf-8";


/* Start TopMenu css */

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #F9F8E3;
	height: 18px;
	text-align: center;
	width: 800px;
	padding: 0;
	margin: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	text-align: center;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 170px;
	position: absolute;
	left: -1000em;
	background-color: #FF0000;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 170px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FF0000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	background: #F9F8E3;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #990000;
	color: #FFF;
	font-weight: normal;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	background: #FF0000;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #990000;
	color: #FFF;
	font-weight: normal;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #FF0000;
	color: #FFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/* End TopMenu css */

body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 10pt;
	background-image: url(../Images/bg.gif);
	text-align: center;
	position: relative;
}
#navbg {
	background-image: url(../Images/Navbg.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 198px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
}
#header {
	position: relative;
	height: 222px;
	background-image: url(../Images/Header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainnav {
	position: absolute;
	width: 750px;
	top: 200px;
	left: 0px;
	height: 22px;
	z-index: 1;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainnav li {
	list-style-type: none;
	display: inline;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#mainnav  a:hover, #mainnav  a:focus {
	text-decoration: underline;
}
#container  {
	width: 750px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#leftsidebar {
	background-image: url(../Images/LeftWing.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 200px;
	width: 75px;
	left: -75px;
	top: 0px;
}
#rightsidebar {
	background-image: url(../Images/RightWing.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 200px;
	width: 75px;
	top: 0px;
	right: -75px;
}
#mainContent  {
	position: relative;
}
#footerbg {
	position: absolute;
	background-image: url(../Images/Footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 750px;
	z-index: 0;
}
#footer {
	position: relative;
	height: 80px;
	width: 750px;
	z-index: 0;
}
#contact {
	position: absolute;
	font-size: 9pt;
	color: #E6A5EF;
	top: 30px;
	text-align: left;
	left: 0px;
	width: 350px;
}

#footerphone {
	color: #E6A5EF;
	font-size: 9pt;
	position: absolute;
	top: 30px;
	text-align: left;
	left: 0px;
	width: 350px;
}
#footerphone a:link, #footerphone a:visited {
	text-decoration: none;
	color: #E6A5EF;
	font-size: 9pt;
}

#siteby {
	position: absolute;
	top: 30px;
	text-align: right;
	right: 0px;
	width: 350px;
}
#siteby a:link, #siteby a:visited {
	color: #E6A5EF;
	text-decoration: none;
	font-size: 9pt;
}
#siteby a:hover, #siteby a:focus {
	color: #E6A5EF;
	text-decoration: underline;
	font-size: 9pt;
}
h2 {
	font-size: 12pt;
	margin-top: 0px;
}
p {	padding: 5px;
}

.ProdLines {	
	color: black;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", "Times Roman", serif;
	font-size: 11pt;
	text-align: left;
}
.ProdLines b {
	display: block;
	color: #750c75;
	font-size: 12pt;	
}
.LinesText {	
	color: #750c75;
	margin: 0;
	padding: 30px 20px 10px 0;
	font-size: 10pt;
	text-align: left;
}
