﻿* {margin: 0; padding: 0;}

body
{
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #990000;
	border-bottom-style: none;
}
a
{
	color: #990000;
	text-decoration: none;
}
a:active 
{
	color: #660000;
	text-decoration: underline;
}
a:visited
{
	color: #990000;
	text-decoration: none;
}
a:hover 
{
	color: #000099;
	text-decoration: underline;
}
img
{
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-width: 0px;

}

img.floatRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}
img.floatLeft
{
	float: left;
	margin: 0px 10px 10px 0px;
}
div.mainBorder
{
	border-style: double;
	border-color: #ffffff;
	border-width: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	}
div.main
{
	
	background-color: #FFFFFF;
}
div.mainMenu
{
	width:212px; height:208px; float:left;
}
.middle
{
	vertical-align:middle;
}

/** HOME MENU NAV **/

.cssmenu
{
	position: relative;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background: url(../../images/menu_bg_o.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 212px;
	height: 30px;
	margin: 4px 0 0 0;
	padding: 0;
}
.cssmenu a
{
	display: block;
	width: 212px;
	height: 30px;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.cssmenu img
{
	width: 212px;
	height: 30px;
	border: 0;
}
* html a:hover
{
	visibility: visible;
}

.cssmenu a:hover img
{
	visibility: hidden;
}
.cssmenu a:hover span
{
	color: #990000;
}
.cssmenu span
{
	position: absolute;
	left: 44px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 

/**  BOTTOM NAV  **/

.botNav
{
	position: relative;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background: url(../../images/navBot_o.gif) no-repeat;
	white-space: nowrap;
	display: inline;
	width: 100px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	

}
.botNav a
{
	display: -moz-inline-box;
	display: inline;
	width: 100px;
	height: 50px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
	
}
.botNav img
{
	display: -moz-inline-box;
	display: inline;
	width: 100px;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0px;
}

.botNav a:hover img
{
	visibility: hidden;
	display: inline;
	padding: 0;
	margin: 0;
	

}
.botNav a:hover span
{
	color: #990000;
}
.botNav span
{
	display: inline-block;
	display: -moz-inline-box;

	position: absolute;
	padding: 0;
	margin: 0;
	
	cursor: pointer;
	line-height: 50px;
	vertical-align: middle;
	/**text-align: center;
	width: 50px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;**/

} 
/** BOTTOM NAV 2 - 08 jul 21 **/
/*URL: http://www.dynamicdrive.com/style/ */

.botNav2{
width: 100%;
overflow: hidden;
}

.botNav2 ul{
margin: 0;
padding: 0;
padding-top: 3px;
/*padding-left: 10px; offset of tabs relative to browser left edge*/
font-family: Tahoma, Arial, Verdana, Sans-Serif;
font-weight: bold;
font-size: 12px;
list-style-type: none;
}

.botNav2 li{
display: inline;
margin: 0;
}

.botNav2 li a{
float: left;
display: block;
text-decoration: none;
text-align: center;
margin: 0px;
/*padding: 7px 8px; padding inside each tab*/
/* top, right, bottom, left 
padding: 6px 16px 6px 16px;*/
padding-bottom: 18px;
padding-left: 40px;
padding-right: 28px;
padding-top: 18px;

/*border-right: 3px solid #ffffff; right divider between tabs*/
color: #666666;
background: #ffffff; /*background of tabs (default state)*/
}

.botNav2 li a:visited{
color: #666666;
}

.botNav2 li a:hover, .botNav2 li.selected a{
background: #999999; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #990000;
}

/**  END NAV  **/

div.leftSplit
{
	width: 212px;
	float: left;
}
div.leftControl
{
	border: 3px solid #999999;
	padding: 10px 10px 14px 20px;
	margin: 3px 3px 0px 0px;
	width: 176px;
	float: left;
	background-color: #CCCCCC;
	color: #666666;
}
div.rightControl
{
	border: 3px solid #999999;
	padding: 15px;
	margin: 0px 0px 10px 10px;
	width: 176px;
	float: right;
	background-color: #CCCCCC;
	color: #333333;
}
h1
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 24px;

	line-height: 48px;
	
	font-weight: normal;
	color: #990000;

}
h2
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}
a.h2link
{
	color: #333333;
	text-decoration:none;
}
h2 a:hover
{
	color: #990000;
	text-decoration:underline;
}
h3
{
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
h3.tagline
{color: #666666;}
h4
{	color: #333333;
	padding: 0px;
	margin: 0px;
	font-size: 14px;}
ul
{
	margin: 3px;
	list-style-type: square; list-style-position:inside;
	margin-left :3px;
	padding-left:12px;
		text-indent: -16px;
}
li
{
	padding: 0px;}
li.products
{
	padding: 6px;}
ol
{
	margin: 3px;
	list-style-position: inside;
	margin-left: 3px;
	padding-left: 12px;
	text-indent: -16px;

}
a.navProducts
{
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
a.navNews
{
	font-size: 12px;
}
div.mainContent
{
	border: 1px dashed #666666;
	width: 563px;
	float: right;
	display: inline;
	padding: 10px;
	margin: 3px 0px 0px 0px;
}
div.footer
{
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	width: 800px;
	font-size: 9px;
	color: #cccccc;
	letter-spacing: 2px;
}
div.saveNow
{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	position: relative;
	z-index: 1;
	top: -167px;
	left: 0px;
	display: inline;
	background-color: #FFFFFF;
	padding: 3px 49px 3px 49px;
}
.breadcrumbs
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;

}
.bc_h1
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
}

div.content
{
	font-size: 12px;
	line-height: 16px;
}
h3.newsHeader
{
	font-style: italic;
	color: #666666;
}
div.newsContent a
{
	font-weight: normal;
}
h2.contact
{	
	color: #666666;
	}
div.contact
{
	font-size: 14px;
	margin-bottom: 20px;
}
div.popupbody
{
	padding: 20px;
	margin: 20px;
	background-color: #ffffff;
	border: 3px double #666666;
	font-size: 12px;
}
div.productSections
{
	border-style: inset;
	border-width: 3px;
	padding: 3px;
	margin-bottom: 12px;
}

#loginbox
{
	border: 1px dotted #666666;
	margin: 3px;
	position: relative;
	width: 350px;
	padding: 9px;
	font-size: 12px;
}

#loginbox input
{
   color: #990000;
   border-color: #999999;
   background-color: #ffffff;
   font-size: 12px;
}
#welcomebox
{
   font-size: 12px;
   text-align: right;
}

.backtop
{
	text-align: right;
	vertical-align: middle;
}
img.backtop
{
	vertical-align: middle;
}