/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-image: url(../images/BG.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	cursor:default;
}
#Container {
	width:800px;
	height:784px;
	background-image:url(../images/BGContainer.gif);
	background-repeat:no-repeat;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#TopMenu td {
	background-image:url(../images/BGTopMenu.gif);
	padding-left:15px;
	background-repeat:no-repeat;
	vertical-align:middle
}
#TopMenu a {
	color:#333333;
}
#Seperator {
	background-image:url(../images/BGDot.gif);
	background-repeat:repeat-x;
	background-position:center
}
#Categories {
	height:178px;
	background-image:url(../images/BGCategories.gif);
	background-repeat:no-repeat;
	padding-left:130px;
	vertical-align:top;
}
.SearchInput {
	border:1px solid #bee5ff;
	height:17px;
}
#Products td {
	background-image:url(../images/BGProduct.gif);
	background-repeat:no-repeat;
	width:244px;
	height:92px;
}
#Products #Product {
	padding-left:4px;
	padding-right:4px;
	border:0px;
}
#Products #ProductName {
	padding-top:4px;
}
#Products #ProductName #Product a {
	font-weight:bold;
	color:#990000;
}

.Header {
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold
}

#SubMenu #Sub{
	border:1px solid #CBDFF5;
}

#CategoryLinks a{
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
}

#Categories td.Category{
	background-image:url(../images/CategoryBG.gif);
	background-repeat:no-repeat;
	padding:4px;
	width:143px;
}