/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}

.red {color:#b41731 !important;}

.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
	text-decoration: none;
	
	}
		.menulinks:hover {
	color: #b41731;
	text-decoration: underline;
	
	}
p {
	margin: 0px;
	padding: 0px;
}

li.on {
	background: url(/images/header_active.gif) bottom center no-repeat;
}
li.off {
	background: url(/images/header_inactive.gif) bottom center no-repeat;
}

#wrapper {
	width: 100%;
	height: 89px;
	background: url(/images/header_bg_row1.gif) top left repeat-x;
}

#globalbody {
	width: 1021px;
	display: table;
}
#hrow1_outer {
	background: url(/images/header_row1_bg.gif) top left repeat-x;
	width:100%;
}
#hrow1 {
	width: 981px;
	height:76px;
	padding:10px;
	color:#FFFFFF;
}
#hrow1 h1 {
	margin:0;
	font:60px Times normal;
	float:left;
}
#hrow1 h1 img {
	margin:15px 10px;
}
#hrow1 #desc {
	float:left;
	width:350px;
	border-left:solid 1px #FFFFFF;
	margin:15px;
	padding-left:15px;
}
#linksr1 {
	float:left;
	background:none;
	text-align:right;
	color:#FFFFFF;
	width:200px;
	font-weight:bold;
	margin-top:15px;
}
#linksr1 a, #linksr1 strong a {
	background-color:none;
	color:#FFFFFF;
	text-decoration:none;
}

#header {
	width: 1001px;
	padding-top: 2px !important;
}

#links {
	width: 1001px;
	background: #fff;
	padding:0 15px;
}
#links ul {
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
}
#links li {
	padding: 0 0 10px 0;
	list-style: none;
	display: inline;
	font-family: Arial;
	font-size:20px;
	color: #b41731;
	margin:0 15px;
}
#links a {
	color: #535353;
	text-decoration:none
}
#links a:hover {
	text-decoration:underline
}
#hrow2_outer {
	background: url(/images/header_row2_bg.gif) top left repeat-x;
	width:100%;
}
#hrow2 {
	height:32px;
	color:#FFFFFF;
	width: 1001px;
	padding-top: 9px !important;
}
#links2 {
	width: 971px;
	padding:0 15px;
}
#links2 ul {
	padding: 0;
	margin:0 0 10px 0;
}
#links2 li {
	padding:0 0 10px 0;
	list-style: none;
	display: inline;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	margin:0 25px;
}
#links2 a {
	color: #FFFFFF;
	text-decoration:none
}
#links2 a:hover {
	text-decoration:underline
}
#links2 form {
	position:absolute;
	display:inline;
}

.clear {
	clear: both;
}

.logo {
	width: 309px;
	height: 89px;
	background: url(../images/logo.gif) top left no-repeat;
	float: left;
}

.topmid {
	width: 500px;
	float: left;
	margin-left: 10px;
}

.topmid2 {
	width: 500px;
	float: left;
	margin-left: 10px;
}

.linkstop {
	width: 500px;
	margin-top: 15px;
	padding: 0px;
	float: left;
}

.linkstop ul {
	margin: 0px;
	padding: 0px;
}

.linkstop li {
	display: inline;
	list-style:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #858585;
	margin-right: 18px;
}
.linkstop A {

	color: #858585;
	text-decoration:none
	
}
.linkstop A:HOVER {

	color: #b41731;
	text-decoration: underline
}
.plate {
	width: 159px;
	height: 89px;
	background: url(../images/plate.gif) top left no-repeat;
	float: right;
}

.searchbox {
	width: 280px;
	float: right;
	margin-top: 10px;
}

.inputbox {
	font-size: 10px;
	width: 200px;
	height: 18px;
	padding-top: 3px;
}

.number {
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #858585;
	float: left;
	margin-top: 20px;
}

.redtext {
	color: #b41731;
}

.pinktext {
	color: #ea1776;
}

/****************
changing width below to 1102 helps fit in big promo box in IE, but it makes Safari too wide
****************/
#contentbody {
	width: 1001px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#contentleft {
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}

/****************
changing width below to 805 helps fit in big promo box in IE, but it makes Safari too wide
****************/
#contentright {
	width: 765px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	margin-top: 10px;
}

.titles {
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.menus {
	width: 200px;
	margin-bottom: 10px;
}

.menus ul {
	margin: 0px;
	padding: 0px;
}

.menus li {
	list-style: none;
	font-size: 13px;
	color: #858585;
	padding: 0px;
	
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top:0px;
}

.menus li a {
	color: #858585;
	text-decoration: none;
}
.menus a:hover {
	color: #b41731;
	text-decoration: underline;
}



.plink a {
	color: #858585;
	text-decoration: none;
	font-size:10px;
}
.plink a:hover {
	color: ;
	text-decoration: underline;
}
.menusub {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.menusub ul {
	margin: 0px;
	padding: 0px;
}

.menusub li {
	list-style: none;
	font-size: 11px;
	color: #666;
	margin-left: 10px;
	padding: 0px 0px 0px 5px;
}

.menusub li a {
	color: #b41731;
	text-decoration: none;
}

#tranpartners {
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.titlerightbig {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #858585;
	margin-right: 100px;
	float: left;
}

.titleregistry {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	color: #858585;

}

.titlerightsmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #858585;
	float: left;
	margin-top: 3px;
	white-space: nowrap;
}

.titlerightsmall a {
	color: #858585;
	text-decoration: underline;
}
.titlerightsmall a:hover {
	color: #b41731;
	text-decoration: underline;
}
.bulletsep {
	width: 20px;
	height: 19px;
	background: url(../images/buttle_sep.gif) top left no-repeat;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.divsep {
	width: 770px;
	border-bottom: 1px solid #b41731;
	margin-top: 20px !important;
	margin-top: 0px;
}

.pagination {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #858585;
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
}

.arrowleft {
	width: 11px;
	height: 10px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	
}

.arrowright {
	width: 11px;
	height: 10px;
	float: right;
	margin-left: 5px;
	margin-top: 5px;

}

.pagenumbers {
	
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center
}

.pagenumbers ul {
	margin: 0px;
	padding: 0px;
}

.pagenumbers li {
	list-style: none;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #858585;
}

.pagenumbers li a {
	color: #858585;
	text-decoration: underline;
}	
.pagenumbers li a:hover {
	color: #b41731;
	text-decoration: underline;
}	
#searchtext {
text-align:left;
margin: 20 0 0 10;
}
#prodlist {
	width: 770px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #858585;
	margin-top: 20px;
}

.box1 {
	width: 118px;
	float: left;
	margin-right: 10px;
	display: block;
}

.prodimg {
	width: 118px;
	height: 119px;
}

.prodtxt {
	width: 118px;
	text-align: left;
	margin: 5px;
	
}
.prodtxt a {
	color: #858585;
	text-decoration:none
}
.prodtxt a:hover {
	color: #b41731;
	text-decoration: underline
}
.pglink a {
	color: #858585;
	text-decoration:none
}
.pglink a:hover {
	color: #b41731;
	text-decoration: underline
}
#bottompagination {
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
}

#breadcrumb {
	font-size: 10px;
	margin-top: 10px;
}

#breadcrumb a {
	color: #b41731;
}

#ads {
	width: 770px;
}

#promobox {
	width: 799px; 
height: 191px; 
background: url(../images/promo_box.gif) no-repeat;

text-align:center;

margin-left:auto;

margin-right:auto;

margin-top: 10px; 
margin-bottom: 8px
}

#promoone{
	width: 251px;
	height: 73px;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 17px;
	float: left;
}

#promotwo{
	width: 259px;
	height: 75px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 17px;
	float: left;
}

#promothree{
	width: 250px;
	height: 75px;
	padding-left: 6px;
	padding-right: 2px;
	padding-top: 17px;
	float: left;
}

#contact {
	width: 877px;
	height: 83px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 100px;
}

.contactone {
	width: 173px;
	height: 83px;
	margin-left: 4px;
	float: left;
}

.contacttwo {
	width: 190px;
	height: 83px;
	margin-left: 4px;
	float: left;
}

.contactthree {
	width: 190px;
	height: 83px;
	margin-left: 4px;
	float: left;
}

.contactfour {
	width: 190px;
	height: 83px;
	margin-left: 4px;
	float: left;
}

#footer {
	width: 770px;
	height: 18px;
	float: right;
}

.foottext {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #5e5e5e;
	padding-top: 6px;
	padding-bottom: 20px;
}

#footer_contact {
	width:900px;
	float:left;
	border-top:solid 1px #dfe0dc;
	margin:20px 0 0 40px;
	padding:20px 0 20px 10px;
}
#footer_contact strong {
	display:block;
	color:#a5a5a5;
	font-size:18px;
	font-weight:normal;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #ffffff;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #858585;
	color: #FFFFFF;
}
#trailimageid {
	font-size: 0.75em;
	font-family:Helvetica, Arial, sans-serif;
	color: #999999;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 475px;
	height: 0px;
	z-index: 200;
}

#seccat_nav {
	clear:left;
	width: 160px;
	min-height:750px; height:auto !important; height:750px;
	padding: 0px;
	float: left;
	color: #858585;
}

#seccat_nav ul {
	margin: 0px;
	padding: 0px;
}

#seccat_nav li {
	list-style:none;
	font-size: 12px;
	color: #858585;
	margin-right: 18px;
}
#seccat_nav a {

	color: #b41731;
	text-decoration:none
	
}
#seccat_nav a:hover {

	color: #b41731;
	text-decoration: underline
}

#seccat_brand {
	border-bottom: 1px solid #b41731;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 10px 0;
	margin-bottom:10px;
}
#seccat_about {
	border-top: 1px solid #b41731;
	border-bottom: 1px solid #b41731;
	margin-top:10px;
	padding:5px 0 5px 0;
}
.seccat_section {
	border-top: 1px solid #b41731;
	margin-top:10px;
	padding:5px 0 5px 0;
}
.red2dark a {
	color:#b41731;
	font-weight:bold;
}
.red2dark a:hover {
	color:#720f1f;
}
#productinfo th {
	padding-left:20px;
	text-align:left;
	color:#666;
}
.registry p {margin-left:30px;color:#B41731;font-size:16px;}
.registry strong {margin-left:30px;font-size:16px;}
