/* 
	$Id: wns.css 40 2008-08-24 22:06:42Z dino $
*/
body {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
	
.bold {
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navbar, a.navbar, a.navbar:visited, a.navbar:hover {
	color: #666666;
	font-family: Arial Black;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a.navbar:hover {
	color: #6699CC;
	text-decoration: none;
}

h1, h2, h3, a.h3, a.h3:visited, a.h3:hover {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	/*text-transform;*/
	letter-spacing: 1px;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
}

h3, a.h3, a.h3:visited, a.h3:hover {
	font-size: 16px;
	font-weight: bold;
}

hr.thin {
	color: #000066;
	height: 1px;
}

.productList, a.productList, a.productList:visited, a.productList:hover {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
}

a.productList, a.productList:visited, a.productList:hover {
	color: #000066;
	font-weight: bold;
}

.cursorh {
	/*cursor: hand;*/
	cursor: default;
}

* html .leftMenu li a{
	/*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}

.leftMenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
}

.leftMenu li {
	background-image: url(../images/index1_r9_c4.jpg);
	height: 22px;
}

.leftMenu li a{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
}

.leftMenu li a:visited, .leftMenu li a:active{ color: #FFFFFF; }

.leftMenu li a:hover{ color: #FFFFFF; text-decoration: underline; }