@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
/*	line-height: 130%; */
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

p, ul, ol, a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}
#topmenu {
	height: 26px;
	width: 960px;
	margin-top: 0px;
	font-size: 13px;
	margin-bottom: 2px;
	text-transform: uppercase;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBB;
	border-bottom-color: #BBB;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-bottom: 3px;
	background-color: #000;
}
#topmenu li {
	list-style-type: none;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#topmenu ul li.border {
	color: #BBB;
	}
#topmenu ul {
	margin-top: 5px;
	padding: 0px;
}
#topmenu a:link, #topmenu a:visited {
	color: #FFF;
	text-decoration: none;
	}
#topmenu a:hover {
	color: #CCC;
	}
#topmenu a:active {
	}

/* BLACK ON WHITE MENU
#topmenu {
	height: 26px;
	width: 960px;
	margin-top: 8px;
	font-size: 13px;
	margin-bottom: 2px;
	text-transform: uppercase;
	margin-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBB;
	border-bottom-color: #BBB;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 3px;
}
#topmenu li {
	list-style-type: none;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#topmenu ul li.border {
	color: #BBB;
	}
#topmenu ul {
	margin-top: 5px;
	padding: 0px;
}
#topmenu a:link, #topmenu a:visited {
	color: #666;
	}
#topmenu a:hover {
	color: #000;
	}
#topmenu a:active {
	}
*/
#slideshow {
	height: 350px;
	width: 525px;
	background-color: #EEE;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
#mainContent {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

h1 {
	color: #000;
	font-weight: normal;
	font-size: 28px;
	margin-top: 12px;
	margin-bottom: 14px;
}
h2 {
	color: #333;
	font-weight: normal;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 14px;
}
#footer {
	background-color: #FFF;
	background-image: url(../images/footer.jpg);
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}
#botnav {
	height: 20px;
	width: 650px;
	margin-top: 70px;
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 25px;
}
#botnav li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	color: #FFF;
}
#botnav ul {
	margin: 0px;
	padding: 0px;
}
#botnav ul li.border {
	color: #FFF;
	}
#botnav a:link {
	color: #FFF;
	}
#botnav a:hover {
	}
#botnav a:active {
	}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#jenkai {
	color: #CCC;
	font-size: 12px;
	width: 250px;
}
#jenkai a:link {
	color: #CCC;
}
#widgetFooter .copyright {
	float: left;
	margin: 0;
	width: 200px;
	line-height: 22px;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 0;
	padding-left: 35px;
}
#widgetFooter .actionItems {
	margin: 0;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}

#widgetSidebar .top {
	padding: 15px 0 0 32px;
	margin: 0;
	width: 178px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
/*  background: url(../images/title_bar.jpg) no-repeat;  */
}
#widgetSidebarDetailed .top {
	padding: 15px 0 0 32px;
	margin: 0;
	width: 178px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
/*  background: url(../images/title_bar.jpg) no-repeat;  */
}
#widgetSearch .top {
	padding: 15px 0 0 32px;
	margin: 0;
	width: 178px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
/*  background: url(../images/title_bar.jpg) no-repeat;  */
}
#widgetLanguage .top {
	padding: 15px 0 0 32px;
	margin: 0;
	width: 178px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
/*  background: url(../images/title_bar.jpg) no-repeat;  */
}
#widgetVendors .top {
	padding: 15px 0 0 32px;
	margin: 0;
	width: 178px;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
/*  background: url(../images/title_bar.jpg) no-repeat;  */
}
	
#widgetCategories {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
	text-align: left;
	color: #1d1d1d;
}
#widgetCategories .top {
	margin: 0;
	width: 170px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #666;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}
#content-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #EEE;
}
#content-middle {
	float: left;
	width: 100%;
}
#photo {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 15px;
}
#widgetFooter .nav {
	width: 800px;
	padding-top: 19px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#widgetFooter .nav .title {
	width: 120px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin: 0;
	padding: 0;
	}

#widgetFooter .nav ul {
	margin: 0 0 0 1px;
	padding: 0;	
	text-align: left;
	list-style: none;
	}

#widgetFooter .nav ul li {
	text-align: left;
	line-height: 2.00;
	display: inline;
	padding-right: 2px;
	}

#widgetFooter .nav ul li a {
	text-decoration: underline;
	color: #fff;			
	}

#widgetFooter .nav ul li a:hover {
	text-decoration: none;
	}
#cad-prices {
	font-size: 11px;
	margin-top: 4px;
	text-align: center;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
}
ol {
	list-style-type: lower-roman;
	margin-left: 20px;
}
li {
	margin-bottom: 8px;
}
#customerLogin #existingCustomer {
	height: 230px;
}
#viewCart {
	text-align: left;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 5px;
}

