@charset "utf-8";
/* CSS Document */

/* Text Styles */

.rightmenutext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	color: #666;
}

.footertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ACACAC;
}

.topnavtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textstyle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.headertext1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D56A00;
}



/* Link Styles */

.menulinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A206A;
	text-decoration:none;
}

.menulinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A206A;
	text-decoration: underline;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A206A;
}

.product-links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A206A;
}

.product-category-links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color: #1A206A;
}

.product-category-links:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color: #1A206A;
}

.top-nav-links {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color: #1A206A;
}

.top-nav-links:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	color: #1A206A;
}


/* Table Styles */

.menu-border{
	border: thin;
	border-top: solid;
	border-width: 1px;
	border-color: #CCC;
}

.menu-border-bottom-top{
	border: thin;
	border-bottom: solid;
	border-top: solid;
	border-width: 1px;
	border-color: #CCC;
}

.menubg:hover{
	background-color:#D2E9FF;
}

.tableborder{
	border: thin solid;
	border-width: 1px;
	border-color: #999;
}

.borderbottom1{
	border: thin solid;
	border-width: 1px;
	border-color: #F7F7F7;
}

.products-border-top-left-right{
	border-bottom: solid;
	border-top: solid;
	border-left: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-top-bottom{
	border-bottom: solid;
	border-top: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-top-bottom-right{
	border-bottom: solid;
	border-top: solid;
	border-right: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-bottom{
	border-bottom: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-left{
	border-left: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-right{
	border-right: solid;
	border-width: 1px;
	border-color: #999;
}

.products-border-left-dotted{
	border-left: dotted;
	border-width: 1px;
	border-color: #999;
}

.table1-border-top{
	border-top: solid;
	border-width: 1px;
	border-color: #999;
}

.table1-border-bottom{
	border-bottom: solid;
	border-width: 1px;
	border-color: #000000;
}

.table1{
	border: thin solid;
	border-color:#999999;
	border-collapse:collapse;
	
}

.table2{
	border: thin solid;
	border-color:#999999;
	border-collapse:collapse;
	
}

.table2 td{
	border: thin solid;
	border-color:#999999;
	border-collapse:collapse;
	
}

.table-border-left2{
	border-left: solid;
	border-width: 2px;
	border-color: #CFCFCF;
}