/* Global CSS 'carl widdowson' */
body {
	margin: 0px;
 	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}

p, div, span {
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial;
	color: #000000;
}
td {
	vertical-align: top;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
}
img { border: 0px; }
a {
	color: #BD1C28;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.input {
	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	border: 1px solid;
	border-color: #92928D;
}
.submit {
	background-color: #92928D;
	font-family: verdana, arial;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
	height: 20px;
}
.DIVhr {
	background-image: url('images/hrBG.gif');
	background-repeat: repeat-x;
	margin-top: 5px;
	width: 100%;
	height: 1px;
}

/* Global Classes */
.center { text-align: center; }
.right { text-align: right; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.TITLEDivider {
	border-bottom: 1px solid; 
	border-color: #eeeeee;
}
.SubNavBG {
	padding: 5px; 
	background-color: #f6f6f6; 
	border-top: 1px solid; 
	border-top-color: #eeeeee; 
	border-bottom: 1px solid; 
	border-bottom-color: #cccccc;
}
.SubNav {
	color: #6A6A62;
	text-decoration: underline;
}
.SubNav:hover {
	color: #666666;
	text-decoration: none;
}
.vr {
	background-image: url('images/vrBG.gif'); 
	background-repeat: repeat-y;
}
.FAQAnwser {
	color: #BD1C28;
}

/* skins.asp */
.HeaderBG {
	background-image: url('images/HeaderDivider.jpg');
	background-repeat: repeat-x;
}
.TopBorder {
	background-image: url('images/TopBorder.gif');
	background-repeat: repeat-x;
}
.LeftBorder {
	background-image: url('images/LeftBorder.gif');
	background-repeat: repeat-y;
}
.RightBorder {
	background-image: url('images/RightBorder.gif');
	background-repeat: repeat-y;
}
.BottomBorder {
	background-image: url('images/BottomBorder.gif');
	background-repeat: repeat-x;
}
.ProductList {
	font-size: 11px; 
	font-weight: bold; 
	color: #20283D;
 }

/* GlobalNavDropDown.asp */
.DropDownTABLE {
	background-color: #ffffff;
	width: 200px;
	border-top: 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cccccc;
}
.DropDownPadding {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.DropDownDIVhr {
	background-image: url('images/hrBG.gif');
	background-repeat: repeat-x;
	height: 1px;
}
.DropDownNav {
	color: #6A6A62;
	text-decoration: none;
	font-weight: bold;
}
.DropDownNav:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
