body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #787878;
}

#header {
	background-image: url(/layout-images/topBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 696px;
	height: 87px;
	margin:auto;
	margin-top: 20px;
	border-bottom: 1px solid #cc3333;
}

#topNav {
	float: right;
	margin: 68px 0 0 0;
	width: 500px;
	text-align:right;
	line-height: 12px;
}

#topNav  a{
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 2px 10px;
	color: #787878;
	text-decoration: none;
	border-left: 1px solid #d9d9d9;
}
#topNav a:hover{
	color: #cc3333;
}

#logo {
	float: left;
}

#catNav {
	width: 696px;
	margin:auto;
	margin-top: 3px;
	margin-bottom: 15px;
	height: 20px;
}

#catNav  a{
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 1px 0;
	width: 113px;
	text-align: center;
	color: #787878;
	text-decoration: none;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom:  none;
	background-image: url(/layout-images/navBG.jpg);
}
#catNav a:hover{
	color: #cc3333;
	background-image: none;
}

#catNav  b {
	color: #000;
}

#content {
	width: 696px;
	margin:auto;
}
#content a {
	color: #cc3333;
}

#content a:hover{
	color: #000;
}

#content a  img {
	border: none;
}

#leftPane {
	width: 697px;
}

#leftPane h1 {
	margin: 10px 0 20px 0;
	_margin: -3px 0 20px 0;
	padding: none;
	font-family: Tahoma;
	font-size: 18px;
	line-height: auto;
	color: #cc3333;
	width: 400px;
}

#leftPane h2 {
	margin: none;
	font-family: Tahoma;
	font-size: 14px;
	line-height: auto;
}



.smaller {
	font-size: 11px;
}

.larger {
	font-size: 13px;
}


#footer {
	width: 696px;
	height: 20px;
	margin:auto;
	margin-top: 20px;
	line-height: 12px;
	padding-top: 4px;
	border-top: 1px solid #d9d9d9;
	clear: both;
}

#fAddr {
	float: right;
	font-size: 10px;
	color: #787878;
}

#fLinks {
	float: left;
	font-size: 10px;
	color: #787878;
}

#fLinks a{
	color: #787878;
}
#fLinks a:hover{
	color: #cc3333;
}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: right;
}

#nav a {
	display: block;
	color: #fff;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 3px;
	border-left: 1px solid #f89200;
	text-decoration: none;
}

#nav a b {
	color: #f89200;
}

#nav ul li:first-child  a {
	border-top: 1px solid #83868f;
	margin-top: 3px;
}

#nav ul a {
	display: block;
	width: 104px;
	padding: 4px 0px 4px 10px;
	margin: none;
	border: 1px solid #83868f;
	background: #4a4c51;
	border-top: none;
	color: #c8d0dc;
	text-align: left;
}
#nav ul a:hover {
	background: #000;
	color: #fff;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	display: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 115px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display: block; 
}

#catDetails {
	border-bottom: 1px solid #ddd;
	width: 259px;
	padding-top: 20px;
	font-size: 11px;
	float: right;
}

#catDetails div{
	border: 1px solid #ddd;
	border-bottom: none;
	background-image: url(/layout-images/catLabel.gif);
	margin: none;
	padding: 2px 5px 2px 2px;
	float: left;
}

#catDetails div b{
	display: block; 
	float: left;
	width: 65px;
	margin-right: 5px;
	padding-left: 5px;
	color: #444;
}

#catDetails div span{
	display: block; 
	width: 173px;
	float: right;
}

#catDetails p{
	margin: 0 2px 0 20px;
	padding: 0;
}

#catThumbs {
	clear: both;
	width: 696px;
	padding-top: 10px;
}

#catThumbs a img {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 160px;
	border: none;
}

#catList {
	width: 696px;
}

#catList a {
	color: #444;
}

#catList a:hover {
	color: #cc3333;
}

#catList .pageThru {
	color: #acacac;
}

#catList .pageThru a {
	color: #cc3333;
	text-decoration: none;
}
#catList .pageThru a:hover {
	color: #000;
	text-decoration: none;
}

#catList .pageThru a.arrow {
	font-weight: bold;
	font-size: 15px;
}

.listProd {
	display: block; 
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 6px;
	width: 152px;
	height: 210px;
	text-align: center;
}
.listProd  a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.listProd  a img{
	border: none;
}

#slideshow {
	float: right;
	margin-top: -35px;
	margin-bottom: 20px;
}

.cssform  {
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.cssform p {
margin: 0;
padding: 5px 0 5px 0;
padding-left: 100px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -100px; /*width of left column*/
width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding: 2px 0 5px 0;
text-align:left;
}

.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
width: 353px;
border: 1px solid #FC948B; 
background-color: #FFECEA;
}
