html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #1a1a1a url(body-bg.gif) top repeat-x;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

h3 {
  font-size: 90%;
  font-weight: bold;
  padding: 0 0 5px 0;
}

p, address, ol, ul {
	font-style: normal;
	padding: 0 0 1em 0;
	line-height: 150%;
}

ul li {
  list-style: none;
  padding: 0 0 5px 20px;
  background: transparent url(bullet.gif) 0 .3em no-repeat;
}
.hiBlock ul li {
  background-image: url(bullet-dark.gif);
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #ffffff 1px solid;
	background: #A8A6A7;
	color: #ffffff;
	vertical-align: middle;
}
input, textarea {
	padding: 3px 5px 3px 5px	
}
input.imgbutton {
	cursor: pointer;
	background: none;
	padding: 0;
	border: none;
}

/* -------------------------------------------------------- */
.tnormal {
	font-size: 80%;	
}
.tsmall {
	font-size: 70%;
}
.cleaner {
	clear: both;
}

/* -------------------------------------------------------- */
#main {
	width: 960px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #ffffff url(main-bg.gif) left repeat-y;
}

/* -------------------------------------------------------- */
#head {
	background: #000000 url(head-bg.gif) top left no-repeat;
}
#head h1 {
	color: #686768;
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
}
#head h1 a, #head h1 a:visited {
	display: block;
	width: 930px;
	height: 28px;
	padding: 42px 30px 0 0;
	color: #686768;
	text-decoration: none;
}
#head h1 a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------- */
#topMenu {
	padding: 0 30px 0 15px;
	background: #000000 url(menu-bg.gif) top repeat-x;
	color: #ffffff;
	height: 40px;
	line-height: normal;
	overflow: hidden;	
}
#topMenu li {
	list-style: none;
	background: transparent url(menu-padd.gif) top left no-repeat;
	height: 40px;
	float: left;
	display: block;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#topMenu li.first {
	background: none;	
}
#topMenu li a, #topMenu li a:visited {
	color: #ffffff;
	background: transparent;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	padding: 12px 15px 12px 15px;
	display: block;
}
#topMenu li a:hover {
	text-decoration: underline;
}
#topMenu li a.active, #topMenu li a.active:visited {
	color: #B9D800;
}

/* -------------------------------------------------------- */
#banner {
	height: 272px;
	background: transparent url(banner-bg4.jpg) top left no-repeat;
	position: relative;
}
#banner #bannerInfo {
	padding: 15px 360px 10px 30px;
	font-size: 80%;
	color: #ffffff;
	text-align: left;
	line-height: 130%;
	height: 270px;
	overflow: auto;
}
#banner #bannerInfo a , #banner #bannerInfo a:visited , #banner #bannerInfo a:hover {
	color: White;
	text-decoration: underline;
}
#banner #butUpdateMore {
  color: #000000;
  font-size: 60%;
  height: 80px;
  left: 280px;
  line-height: 140%;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 183px;
  width: 320px;
}
#banner #butUpdateMore a, #banner #butUpdateMore a:visited {
  color: #000000;
  font-weight: bold;
  font-size: 160%;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 0;
  line-height: 120%;
}
#banner #butUpdateMore a:hover {
  border-bottom: none;
  padding-bottom: 1px;
}

/* -------------------------------------------------------- */
#page .leftCol {
	width: 650px;
	padding: 10px 0 0 10px;
	float: left;
}
#page .leftCol .block {
	background: #E6E6E6 url(leftcol-bot.gif) left bottom no-repeat;	
	color: #000000;
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;	
	position: relative;
}
#page .leftCol .block h2 {
	background: #737272 url(leftcol-top.gif) top left no-repeat;
	color: #ffffff;
	margin: 0 -20px 10px -20px;
	padding: 5px 20px 5px 20px;
	font-size: 110%;
	font-weight: normal;
	position: relative;
}

#page .rightCol {
	width: 280px;
	padding: 10px 10px 0 0;
	float: right;
}
#page .rightCol .block {
	background: url(rightcol-bot.gif) left bottom no-repeat;
	color: #ffffff;
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;
}
#page .rightCol .block h2 {
	background: #131313 url(rightcol-top.gif) top left no-repeat;
	color: #ffffff;
	margin: 0 -20px 10px -20px;
	padding: 5px 20px 5px 20px;
	font-size: 110%;
	font-weight: normal;
}
#page .rightCol .block a, #page .rightCol .block a:visited {
	color: #ffffff;
	text-decoration: underline;
	white-space: nowrap;
} 
#page .rightCol .block a:hover {
	text-decoration: none;
}

#page .rightCol .hiBlock {
	background: #006600 url(rightcol-bot-hi.gif) left bottom no-repeat;
	color: #ccff99;
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;	
}
#page .rightCol .hiBlock h2 {
	background: #002E00 url(rightcol-top-hi.gif) top left no-repeat;
	color: #ccff99;
	margin: 0 -20px 10px -20px;
	padding: 5px 20px 5px 20px;
	font-size: 110%;
	font-weight: normal;
}
#page .rightCol .hiBlock a, #page .rightCol .hiBlock a:visited {
	color: #ccff99;
	text-decoration: underline;
	white-space: nowrap;
} 
#page .rightCol .hiBlock a:hover {
	text-decoration: none;
}

#page .rightCol .lightBlock {
	background: #E6E6E6 url(rightcol-bot-light.gif) left bottom no-repeat;
	color: #000000;
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;	
}
#page .rightCol .lightBlock h2 {
	background: #797979 url(rightcol-top-light.gif) top left no-repeat;
	color: #ffffff;
	margin: 0 -20px 10px -20px;
	padding: 5px 20px 5px 20px;
	font-size: 110%;
	font-weight: normal;
}
#page .rightCol .lightBlock.nopadd {
  padding: 0 2px 10px 2px;
}
#page .rightCol .lightBlock.nopadd h2 {
  margin: 0 -2px 10px -2px;
}

/* -------------------------------------------------------- */
#homepage #page .leftCol, #homepage #page .rightCol {
  width: 315px;
}
#homepage #head {
  border-bottom: 5px solid #00ff00;
}
#homepage .hpLeftPart {
  width: 670px;
  float: left;
}
#homepage .hpColumn {
	width: 280px;
	padding: 10px 10px 0 0;
	float: right;
}
#homepage .hpColumn .block {
	background: #006600 url(rightcol-bot-light.gif) left bottom no-repeat;
	padding: 0 20px 20px 20px;
	color: #000000;
}
#homepage .hpColumn .block h2 {
	background: #000000 url(rightcol-top-light.gif) top left no-repeat;
	color: #ffffff;
	margin: 0 -20px 10px -20px;
	padding: 5px 20px 5px 20px;
	font-size: 110%;
	font-weight: normal;
}

/* -------------------------------------------------------- */
#homepage .softMenu {
  margin: 0;
  padding: 0 0 0 5px;
	background: #005900;
	color: #ffffff;
	line-height: normal;
	overflow: hidden;	
}
#homepage .softMenu li {
	list-style: none;
  background: none;
	float: left;
	display: block;
  padding: 5px;
}
#homepage .softMenu li a, #homepage .softMenu li a:visited {
	color: #ffffff;
	background: transparent;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
	display: block;
  font-size: 95%;
	padding: 0;  
}
#homepage .softMenu li a:hover {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 1px;
}
#homepage #smAmigo.softMenu {	
  background: #97BF0D;
}
#homepage #smAmigo.softMenu li a, #homepage #smAmigo.softMenu li a:visited {
  color: #000000;
}
#homepage .softMenu li.first, #homepage #smAmigo.softMenu li.first {
	background: none;	
}

/* -------------------------------------------------------- */
#homepage .leftCol .prlist, #homepage .rightCol .prlist {
  margin: 0;
  padding: 10px 0 0 10px;
  background: rgb(151,191,13) url(../prlist-amigo-corn.gif) left bottom no-repeat;
  margin-bottom: 10px;
  height: 53.2em;
  overflow: hidden;
}
#homepage .rightCol .prlist {
  background: rgb(0,89,0) url(../prlist-igo-corn.gif) right bottom no-repeat;
}
#homepage .prlist .product {
  margin-right: 5px;
  margin-bottom: 5px;
}

#homepage .hpVyhody {
  clear: both;
  background: #005A00 url(../soft_banner_bg_homepage.gif) left bottom no-repeat;
  margin: 10px;
  color: #ffffff;
}
#homepage .hpVyhody h2 {
  background: #005A00 url(../soft_banner_head_homepage.gif) left top no-repeat;
  margin-right: 5px -20px 10px -20px;
  padding: 5px 20px 10px 20px;
  font-size: 110%;
  font-weight: normal;
}
#homepage .hpVyhody li {
  background: none;
}
#homepage .hpVyhody a, #homepage .hpVyhody a:visited {
  color: #ffffff;
  font-weight: bold;
}


/* -------------------------------------------------------- */
#footer {
	background: transparent url(footer-bg.gif) bottom left no-repeat;
	height: 103px;
	width: 960px;
	position: relative;
	clear: both;
}
#footer p {
	color: #606060;
	font-size: 60%;
}
#footer p#footMenu {
	position: absolute;
	top: 10px;
	left: 60px;	
}
#footer p#copyright {
	position: absolute;
	top: 18px;
	left: 700px;	
}
#footer a, #footer a:visited {
	color: #606060;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------- */
#loginForm .imgbutton {
	vertical-align: top;
	margin-left: 5px;	
}
#jsLister {
  height: 465px;
  overflow: auto;
}
#jsLister img {
  padding: 1px;
  border: #97C00E 1px solid;
}

/* -------------------------------------------------------- */
.butNext {
  position: absolute;
  top: 3.5em;
  right: 30px;
  color: #000000;
  font-weight: bold;
  font-size: 70%;
  padding: 0 0 0 12px;
}
.butNext a, .butNext a:visited {
  display: block;
  text-indent: 0;
  padding: 13px 0 0 55px;
  margin: 0 0 0 -12px;
  width: 177px;
  height: 32px;
  font-size: 120%;
  color: #ffffff;
  background: #000000 url(but-next.gif) 0 0 no-repeat;
  text-transform: uppercase;
  text-decoration: none;
}
.butNext a:hover {
  text-decoration: underline;
}