body { 
	margin: 0px; 
	border-right: 0px solid #000000; 
	font-family:Arial, Helvetica, sans-serif; 
	background-color: #a8aed2;
}

td, th, p, a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
}

a.whiteLink {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #ffffff;
}

.CreatedBy {
	font-size: 12px;
	font-style: italic;
	text-align:center;
}

.CreatedByNoUnderline {
	font-size: 12px;
	font-style: italic;
	text-align:center;
}

.templateThinLineBottom {
	border-bottom:1px solid #000066;
}

.templateThinLineTop {
	border-top:1px solid #000066;
}


.copyrightWhite {
	color: #FFFFFF;
	font-size:90%;
	border-bottom:1px solid #000066;
	border-top:1px solid #000066;
	background-image:url(/webready/BottomBarBG.jpg);
}


#menu {
	width: 200px;
}


#menu ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	border: 1px solid #2A226A;
	margin: 2px;
	padding: 0;
	background-color: #E0DFE4;
}

#menu a {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #596066;
	width:184px;
	font-size:10pt;
}

/*/*/ a{}

#menu a {
	padding: 3px 0 1px 10px;
}

#menu a:hover, #menu a:focus, #menu a:active, #menu a.current {
	background-color:  #8BA0B1;
	color: #fff;
}

#menu a.currentSub {
	background-color:  #8BA0B1;
	text-indent:10px;
	font-size:90%;
	color: #fff;
}

div#breadcrumbs {
	padding: 5px;
	border-bottom: 1px solid #504e75;
}

div#mainContentArea {
	padding: 5px;
}

a {
	color: #2a385b;
}

.pageHeader {
	border:1px solid #888; 
	background-color:#EED266;
	font-weight:bold;
	font-size: 150%;
	color:#000099;
}

.subHeader {
	border:1px solid #888; 
	background-color:#ECE9D8;
	font-weight:bold;
}

.subHeaderNoBold {
	border:1px solid #888; 
	background-color:#ECE9D8;
}

.FrontPageHeader {
	border:1px solid #888; 
	background-color:#ECE9D8;
	font-weight:bold;
	background-image:url(../webready/pagetitles/background.jpg);
	color:#000099;
}

.FrontPageContent {
	border:1px solid #888;
	background-color:#EAEAEA;
}

.FrontPagePatches {
	float:left;
	padding:5px;
	height:125px;
	width:80px;
	background-color:#EAEAEA;
}

.PreviousNext {
	border:1px solid #888; 
	background-color:#EED266;
	font-weight:bold;
	font-size: 100%;
}


/* button styles */
input.txt, input.btn, input.sbm, select.sct, textarea {
	border:1px solid #2a385b; 
	background-color:#a8aed2 
}

input.sbmLarge {
	border:1px solid #2a385b; 
	background-color:#a8aed2;
	padding:5px;
	font-size:16px;
	font-weight:bold;
}

fieldset
{
border: #2a385b solid 1px;
/*width: 20em*/
}

legend
{
background: #FFE377;
border: #2a385b solid 1px;
padding: 1px 10px
}


div#ProductTable {
	margin-left: 0px;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
}

.wrap {
	display: table;
	height: 155px;
	width: 155px;
	border: 1px solid #ededed;
	margin: 10px;
	float: left;
}

.wrapCat {
	display: table;
	height: 100px;
	width: 100px;
	border: 1px solid #ededed;
	margin: 15px;
	float:left;
}


.cell, .celli {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

#showimage{
	position:absolute;
	/*visibility:hidden;*/
	display:none;
	border: 3px solid #2a385b;
	width: 400px;
	background-color:#FFFFFF;
	z-index:999;
}

#dragbar{
	cursor: hand;
	cursor:pointer;
	background-color: #5768AE;
	min-width: 100px; /*NS6 style to overcome bug*/
	border-bottom: 1px solid #000;
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}

#SubCategoryListings{
	width: 125px;
	float:left;
	border:1px solid #999999;
	text-align:center;
	margin:5px;
	background-color:#FDECAA;
}

#SubCategoryListings ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SubCategoryListings li {
	border: 1px solid #000066;
	margin: 0;
	padding: 0;
}

#SubCategoryListings li.nothing {
	margin: 0;
	padding: 0;
	background-color:  #94A3CF;
	border: 0px;
}

#SubCategoryListings a{
	display: block;
	margin: 0;
	text-decoration: none;
	color: #000;
	width:118px;
	font-size:10pt;
}

/*/*/ a{}

#SubCategoryListings a {
	padding: 3px 0 1px 5px;
}

#SubCategoryListings a:hover, #menu a:focus, #menu a:active, #menu a.current {
	background-color:  #8BA0B1;
	color: #fff;
}

#SubCategoryListings a.currentSub {
	background-color:  #e0e4fc;
	text-indent:10px;
	font-size:90%;
	color: #006;
}

.Background {
	border:1px solid #888;
	background-repeat:repeat-x;
	background-image:url("/webready/background.jpg");
}

.Quotations {
	border:1px solid #888;
	background-color:#FFF;
}

.QuotationsContent {
	color:#CC0000;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}

.searchHeader {
	width:190px;
	background-color:#DBE0E4; 
	color:#596066;
	padding:3px;
	margin: 2px 2px 0px 2px;
	font-size:12pt;	
}

.searchBody {
	width:190px;
	background-color:#B9C8CD; 
	color:#596066;
	margin: 0px 2px;
	padding:15px 3px 0px 3px;
	font-size:12pt;	
}
