body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.border {
	border: 10px solid #FFFFFF;
}



.redbg{
	background-color: #AF0201;
}

.bannerbg {
	background-image: url(../images/bannerbg.gif);
	background-repeat: repeat-x;
	height: 205px;
}

.bannerbgsmall {
	background-image: url(../images/bannerbgsmall.gif);
	background-repeat: repeat-x;
	height: 146px;
}
.greybg {
	background-color: #C2C2C2;
}

td {
	font-size:11px;
    font-family: Tahoma;
    font-weight:normal;
	color:#373737;
}
p {
	font-size:11px;
    font-family: Tahoma;
    font-weight:normal;
	color:#373737;
}

a {
	font-family:tahoma;
	font-size:11px;
	color: #3B3B3B;
	text-decoration: underline;
	
}
a:hover {
	font-family:tahoma;
	font-size:11px;
	color: #AF0201;
	text-decoration: underline;
	
}

.tdboldblack {
	font-size:11px;
    font-family: Tahoma;
    font-weight:bold;
	color:#373737;
}

.tdboldblackbig {
	font-size:14px;
    font-family: Tahoma;
    font-weight:normal;
	color:#373737;
}
.redlink{
	font-size:12px;
    font-family: Tahoma;
    font-weight:normal;
	color:#AF0201;
	text-decoration: none;
	padding: 3px;
}
.redlink:hover{
	font-size:12px;
    font-family: Tahoma;
    font-weight:normal;
	color:#ffffff;
	background-color: #AF0201;
	text-decoration: none;
	padding: 3px;
}

.width212{
	width: 212px;
	background-image:url(../images/navbg.gif);
}

.width743{
	width: 780px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.red_color {
	color: #0000FF;
}
.tabup {
	background-image: url(../images/tabup.gif);
	background-repeat: no-repeat;
	font-family:tahoma;
	font-size:14px;
	color: #3B3B3B;
	text-decoration: none;
	height: 35px;
	width: 212px;
	display: block;
	text-indent:15px;
	margin: 0px;
	line-height:26px;
}
.tabup:hover {
	background-image: url(../images/tabdn.gif);
	background-repeat: no-repeat;
	font-family:tahoma;
	font-size:14px;
	color: #AF0201;
	text-decoration: none;
	height: 35px;
	width: 212px;
	display: block;
	text-indent:15px;
	margin: 0px;
	line-height:26px;
}


.tabdn {
	background-image: url(../images/tabdn.gif);
	background-repeat: no-repeat;
	font-family:tahoma;
	font-size:14px;
	color: #AF0201;
	text-decoration: none;
	height: 35px;
	width: 212px;
	display: block;
	text-indent:15px;
	margin: 0px;
	line-height:26px;
}
.tabdn:hover {
	background-image: url(../images/tabdn.gif);
	background-repeat: no-repeat;
	font-family:tahoma;
	font-size:14px;
	color: #AF0201;
	text-decoration: none;
	height: 35px;
	width: 212px;
	display: block;
	text-indent:15px;
	margin: 0px;
	line-height:26px;
}

.submenu {
	font-family:tahoma;
	font-size:11px;
	color: #3B3B3B;
	text-decoration: none;
	
}
.submenu:hover {
	font-family:tahoma;
	font-size:11px;
	color: #AF0201;
	text-decoration: none;
	
}
.submenuup {
	font-family:tahoma;
	font-size:11px;
	color: #AF0201;
	text-decoration: none;
	
}
.footergrey {
	background-color: #E6E6E6;
	height: 80px;
}
.footerblack {
	background-color: #3B3B3B;
	height: 80px;
	font-size:10px;
    font-family: Tahoma;
    font-weight:normal;
	color:#ffffff;
	padding-right:10px;
}

.paddingright{
	padding-right: 40px;
}

.horizontalline{
	background-color: #EAEAEA;
}

/*for product table*/

.borderleft{
	border-left: 1px solid #e4e4e4;
}

.borderright{
	border-right: 1px solid #e4e4e4;
}

.borderbottom{
	border-bottom: 1px solid #e4e4e4;
}

.borderbottomright{
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

