/* CSS Document */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:It  0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
text-decoration:none;
color:#293540;

}

.oneColFixCtrHdr #container {
	width: 1004px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/bannerbackground.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ffffff;
	height:100PX;
	display:block;
	position:relative;
	z-index:500;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer 
{
	text-align: center;
	padding: 10px 10px; 
	background-color:#bbbbbb;
	color:#000000;
	margin-top:10px;
	
 

}
.oneColFixCtrHdr #footer a {
	color: #293540;
	font-size:10px;
	text-decoration:none;
}

ul.jd_menu, ul.samsNavStaticList, ul.samsillAccountList, #subContent ul {
	margin-top: .1em;
	margin-bottom: .1em;
	padding: 0;
	list-style-type: none;
	margin:0;
}
ul.jd_menu ul {
	display: none;
}
ul.jd_menu li, ul.samsNavStaticList li, ul.samsillAccountList li, #subContent ul {
	float: left;
}
 
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
}
ul.jd_menu, ul.jd_menu ul {
	height: 25px;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-size: 12px;
	font-weight:900;
	color: #293540;
	line-height: 14px;
	margin: 0px;
	padding: .5em 0 .5em 0;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
}
ul.samsNavStaticList li {
	font-size: 11px;
	line-height:12px;
	padding: .35em 0 .35em 0;
	cursor: pointer;
	white-space: nowrap;
	color:#568BC7;
}
ul.jd_menu li li {
	width: 200px;
	font-weight:normal;
}
ul.jd_menu li a {
	color: #293540;
	text-decoration: none;
}


ul.jd_menu li.jdm_hover, ul.jd_menu li.jdm_active {
	background-color: #BBBBBB;
	color: #FFF;
	padding: .5em 0 .5em 0;
}
ul.jd_menu ul li.jdm_hover, ul.jd_menu ul li.jdm_active {
	background-color: #75a9d9;
	color: #FFF;
	padding: .5em 0 .5em 0;
}



.jd_menu ul {
	background-color: #4C6E8C;
}
ul.jd_menu li a, ul.samsNavStaticList li a {
	border-left: solid 1px;
	padding-left: .75em;
	padding-right: .75em;
}
ul.jd_menu ul li a {
	border-left: none;
	color:#fff;
}
.jd_menu a.first, .samsNavStaticList a.first {
	border-left: none;
	padding-left:0;
}
ul.samsNavStaticList li a, ul.samsillAccountList li a {
	color: #293540;
	text-decoration: none;
}
ul.samsillAccountList li a {
	padding-right:5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;

}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
input.textbox {
	font-size: 11px;
	color:#b5b5b5;
	height:12px;
	width:9.5em;
	padding-left:.5em;
	vertical-align:text-top;
}
input.imageSubmit {
	padding-left:3px;
}
ul.samsillAccountList .searchbox {
	padding-right: 60px;
}
#samsillNavStatic {
	  position:absolute;
	top:20px;
	left:183px;  
	
}
.samsillMyAccount 
{
	 
	position:absolute;
	top:20px;
	right:20px;
}
#samsillLogo {
	padding:0;
	height:90px;
	width:185px;
	display:block;
	background-color:#fff;
}
#samsillLogo a {
	background-image:url(images/samsill_logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:90px;
	width:185px;
	display:block;
	text-decoration:none;
	text-indent: -9999px;
}
#samsillProductNav {
	position:absolute;
	left:183px;
	bottom:10px;
	z-index:1000;
}
a {
	outline: none;
} 

.transparent{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

}

.SearchTextBox
{	vertical-align:middle;
	color:#293540;
	font-size:11px;
}
.SearchButton
{ 	vertical-align:middle;
   
}
img
{
	border-style: none;
}

 