html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../image/wui-bg.gif);
}

body, ul, td, .normal {
 	font-family : gill sans, verdana;
 	font-size : 12px;
	color : #000000;
}
	



/* ----------------------------------------------------------------- */
/* ----- layout stuff                                          ----- */
/* ----------------------------------------------------------------- */
#uioutershell {
	padding:0;
	margin:0;
	float:left;
	width:820px;
}

#body {
	background-image:url(../image/wui-bodybg.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

#leftCol {
	float:left;
	margin:0px;
	padding:0px;
	width:144px;
}

#leftCol #nav {
	margin:40px 0px;
}

#leftCol #nav img {
	margin:0px;
	float:left;
}

#riteCol {
	float:left;
	width:606px;
	margin:0px;
	padding:0px;
}

#mastHead {
	background-color:#434290;
	height:60px;
	margin:0px;
	padding:0px;
}

#mastHead #nav {
	margin-top:23px;
	margin-left:14px;
	float:left;
}

#mastHead #nav img {
	float:left;
	margin:0px;
}

#content {
	padding:20px;
}

#contentBottomBorder {
	clear:both; 
	margin-left:132px; 
	height:3px; 
	background-color:#434290; 
}

#copyright {
	margin-left:150px;
	margin-top:10px;
	float:left;
	color:#434290;
	font-size:10px;
	font-weight:bold;
}

#storeCat {
	text-align:center;
	float:left;
	width:176px;
	margin:15px;
	margin-top:0px;
	margin-left:0px;
}

#storeCat img {
	border: 1px solid #FDC93F;
	margin-bottom:5px;
}

#storeCat a {
 	font-family : verdana,arial,helvetica;
	font-weight: bold;
	color: #434390;
	font-size:12px;
	margin:5px 0px;
	text-decoration:none;
}

#storeCat a:hover {
	color: #7DA35A;
}

#featured {
	float:right;
	margin:10px 0px 10px 30px;
	width:222px;
	background-image:url(../image/featured-header.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:60px;
}

#featured div.div {
	width:222px;
	height:6px;
	margin:10px 0px;
	background-image:url(../image/featured-div.gif);
	background-repeat:repeat-x;
	clear:both;
}

#featured img {
	float:left;
	margin: 0px 10px 10px 0px;
	border:1px solid gray;
}

#featured p {
	margin: 0px 0px 10px 0px;
	color:gray;
}

#featured a {
	color:gray;
	font-weight:bold;
	text-decoration:none;
}

#featured a:hover {
	color:#434390;
}

#featured.products {
	width:297px;
	background-image:url(../image/featuredProducts.gif);
	margin:10px 0px 10px 0px;
}

/* ----------------------------------------------------------------- */
/* ----- style definitions                                     ----- */
/* ----------------------------------------------------------------- */
a { color: blue;  }
a:visited { color: blue; }
a:hover { color: #434390; }

h1, .head  	{
 	font-family : verdana,arial,helvetica;
	font-size : 18px;
 	font-weight : bold;
	color : #434390;
	line-height:100%;
	}

h2, .home1 {
 	font-family : verdana,arial,helvetica;
	font-weight: bold;
	color: #7DA35A;
	font-size:12px;
	}

h3, .home2 {
 	font-family : verdana,arial,helvetica;
	font-weight: bold;
	color: #434390;
	font-size:12px;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
}	
	
.input {
	width:150px;
	}

textarea {
 	font-family : courier new, monospaced;
	font-size : 11px;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 12px;
	color:black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 10px;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:normal;
	}

.trlabel, .tdlabel, .cell, .cell2 {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
}

.trlabel  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#7DA35A;
	}
	
.tdlabel  {
	font-weight: bold;
	color:black;
	background-color:#B7A661;
	}
	
.cell  {
	color:black;
	background-color: #EFE3CD;
	}
	
.cell2  {
	color:black;
	background-color: #EFE3CD;
	}
	
.cell3  {
	color:black;
	background-color: #BCACDD;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}


.applyBorder {
	border:1px solid gray;
}



/* old styles before re-slice */

/*
body, ul, td, .normal {
 	font-family : verdana, gill sans, tahoma;
 	font-size : 12px;
	color : #000000;
	letter-spacing: 1px;
}
	
p {	line-height: 16px; }

li { line-height: 170%; }

a { color: blue;  }
a:visited { color: blue; }
a:hover { color: #434390; }
a.inline { text-decoration: underline }


.fixed  {
 	font-family : courier new,courier,monospaced;
 	font-size : 10px;
 	letter-spacing:normal;
	background-color:#f4f4f4;
	}


.home1 {
 	font-family : verdana,arial,helvetica;
	font-weight: bold;
	color: #7DA35A;
	font-size:12px;
	}

.home2 {
 	font-family : verdana,arial,helvetica;
	font-weight: bold;
	color: #434390;
	font-size:12px;
	}
	
.footer {
	font-size: 7pt;
	color: #434390;
	letter-spacing:normal;
	}
	
.input {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	border: 1px groove #002266;
	width:150px;
	}
	
.select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	}

.textbox {
 	font-family : courier new, monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	width:400px
 	}

.button {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

.tablecontainer {
 	background-color:#002266;
	}
	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#9BBE7C;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#9BBE7C;
	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #f0f0f0;
 	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #e0e0e0;
 	letter-spacing:normal;
	}
	
.selectedcell {
	font-family : verdana,arial,helvetica;
 	font-size:7pt;
	font-weight:normal;
	color:black;
	background-color: #FFFFFF;
 	letter-spacing:normal;
	border-style:solid;
	border-width:2px;
	border-color:#5AAD40;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
h3, .head  	{
 	font-family : verdana,arial,helvetica;
	font-size : 18px;
 	font-weight : bold;
	color : #434390;
	line-height:100%;
	}
	
.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.table {
	border-width: 0.5mm;
	border-color: #B9DBAD;
	border-style: groove;
	}
*/