

body, tr, p, input, textarea, select { font-family:verdana,sans-serif; font-size:12; color:#383333; }

A:link { text-decoration: underline; color:#E71015; }
A:visited { text-decoration: underline; color:#E71015; }
A:hover { text-decoration: none; color:black; }
A:active { text-decoration: none; color:red; }

/*A.nav:link { color:#414141; text-decoration:none; }
A.nav:visited { color:#414141; text-decoration:none; }
A.nav:hover { color:#00A5A5; text-decoration:underline; }
A.nav:active { color:#FFCA3D; text-decoration:none; }*/


td.searchHeader { font-weight:bold; color:gray; font-size:12px; }

table.productDetails td { font-size:11px; }


h1{
	font-size: 20px;
	color: #ED1C24;
	font-weight: normal;
	margin: 0 0 0 0;
}
h2 { font-size:14px; font-weight:bold; }
h3 { font-size:12px; font-weight:bold; }



body {
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #383333;
}

td {
	font-size: 13px;
}

.white12 {
	font-size: 12px;
	color: #FFFFFF;
}
.white11 {
	font-size: 11px;
	color: #FFFFFF;
}

.footer {
	color: #7D7D7D;
	font-size: 11px;
}

input.login {
	font-size: 13px;
	color: #383333;
	width: 101px;
}

td.greypanel {
	background-image: url(../images/greyfade_bg.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	line-height: 29px;
	color: #ED1C24;
	text-align: right;
	padding: 3 10 10 20;
}
/* -- Styles for nav -- */

/* nav1_red */
table.nav1_red {
	background-color: #FC1922;
}
table.nav1_red td.left {
	background-image:url(../images/button_smlred_left.gif);
	background-repeat: no-repeat;
}
table.nav1_red td.centre {
	background-image:url(../images/button_smlred_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
table.nav1_red td.right {
	background-image:url(../images/button_smlred_right.gif);
	background-repeat: no-repeat;
}
table.nav1_red a.nav {
	font-size: 13px;
	color: white;
	text-decoration: none;
}
table.nav1_red a.nav:hover {
	color: white;
}


/* nav1_grey */
table.nav1_grey {
	background-color: #CFCFCF;
}
table.nav1_grey td.left {
	background-image:url(../images/button_smlgrey_left.gif);
	background-repeat: no-repeat;
}
table.nav1_grey td.centre {
	background-image:url(../images/button_smlgrey_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
table.nav1_grey td.right {
	background-image:url(../images/button_smlgrey_right.gif);
	background-repeat: no-repeat;
}
table.nav1_grey a.nav {
	font-size: 13px;
	color: #5B5B5B;
	text-decoration: none;
}
table.nav1_grey a.nav:hover {
	color: #5B5B5B;
}


/* nav2_red */
table.nav2_red {
	background-color: #ED1C24;
}
table.nav2_red td.left {
	background-image:url(../images/button_lrgred_left.gif);
	background-repeat: no-repeat;
}
table.nav2_red td.centre {
	background-image:url(../images/button_lrgred_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
table.nav2_red td.right {
	background-image:url(../images/button_lrgred_right.gif);
	background-repeat: no-repeat;
}
table.nav2_red a.nav {
	font-size: 13px;
	color: white;
	text-decoration: none;
}
table.nav2_red a.nav:hover {
	color: white;
}


/* nav2_grey */
table.nav2_grey {
	background-color: #9E9E9E;
}
table.nav2_grey td.left {
	background-image:url(../images/button_lrggrey_left.gif);
	background-repeat: no-repeat;
}
table.nav2_grey td.centre {
	background-image:url(../images/button_lrggrey_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
table.nav2_grey td.right {
	background-image:url(../images/button_lrggrey_right.gif);
	background-repeat: no-repeat;
}
table.nav2_grey a.nav {
	font-size: 13px;
	color: white;
	text-decoration: none;
}
table.nav2_grey a.nav:hover {
	color: white;
}

