*
{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

a
{
	color:#000000;
}

a:hover
{
	text-decoration:none;
}

INPUT, SELECT, TEXTAREA
{
  width:200px;
  border: solid 1px #000000;
  background-color:#eeeeee;
  padding-left: 2px;
}
LABEL
{
  	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
  	padding-right: 20px;
  	text-align:right;  
}

FORM BR
{
	clear:left;
}

body, html
{
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
	background:url(../img/bg.jpg) #dadada repeat-x;
}

H3
{
  color:#606060;
  font-family:tahoma;
  font-weight:bold;
}


DIV#headerTop
{
  background:url(../img/headerTopBg.jpg);
  border:none;
  width:777px;
  height:31px;
  margin:0px auto;
}
DIV#headerTopLeft
{
  width:777px;
  height:31px;
  background:left url(../img/headerTopLeft.jpg) no-repeat;
}

DIV#headerTopRight
{
  width:777px;
  height:31px;
  background:right url(../img/headerTopRight.jpg) no-repeat;
}

DIV#banner
{
  width:777px;
  height:188px;
  background:right url(../img/bannerBg.jpg) no-repeat;
  margin:0px auto;
  
}

#page {
	margin-left : 0 !important;
	margin-left : 14px;
}

DIV#page2
{
  width:750px;
  height:153px;
  margin: auto;
  padding-top:3px;
}



DIV#main
{
  width:777px;
  
  background:url(../img/mainBg.png) repeat-y;
  margin:0px auto;
}

DIV#mainInner
{
  width:757px;
  background: repeat-x url(../img/mainBg.jpg) #797979;
  min-height:300px;
  margin:0px auto;
}

DIV#footer
{
  background: url(../img/footerBg.png);
  border:none;
  width:777px;
  height:8px;
  margin:0px auto;
}

DIV#inner
{
  width:754px;
  background: url(../img/innerBg.png);
  margin:0px auto;
  min-height:200px;
}

DIV#innerHeader
{
  width:754px;
  height:32px;
  background: bottom url(../img/innerHeaderLeft.png);
  margin:0px auto;
}

DIV#innerFooter
{
  width:754px;
  height:12px;
  background: url(../img/innerFooter.png);
  margin:0px auto;
}


UL#menu
{
  margin:0px 10px;
  width:758px;
  height:31px;
  background: url(../img/buttonBg.jpg) repeat-x;
  overflow:hidden;
}

UL#menu LI
{
  float:left;
  background: left url(../img/button.jpg);
}

UL#menu LI A
{
  line-height:31px;
  background: right url(../img/buttonRight.jpg) no-repeat;
  height:31px;
  float:left;
  clear:both;
  text-align:center;
  font-weight:bold;
  color:white;
  text-decoration:none;
}

UL#menu LI A SPAN
{
  margin-right:20px;
  margin-left:20px;
}

UL#menu LI:hover, UL#menu LI.on
{
  background: left url(../img/buttonOn.jpg);
}

UL#menu LI A:hover {
  background: right url(../img/buttonRightOn.jpg) no-repeat !important;
  background: right url(../img/buttonRight.jpg) no-repeat;
}

UL#menu LI.on A.on:hover {
  background: right url(../img/buttonRightOn.jpg) no-repeat;
}
UL#menu .on a
{
  background: right url(../img/buttonRightOn.jpg) no-repeat;
  cursor:pointer;
}


UL#sub-menu
{
  
  height:32px;
}

UL#sub-menu LI
{
  float:right;
  height:32px;
  line-height:32px;
  background: right url(../img/subBg.png) repeat-x !important;
  background: right url(../img/subBg-ie.png) repeat-x;
}

UL#sub-menu LI A
{
  float : left;
  height:28px;
  line-height:28px;
  text-decoration:none;
  font-weight:bold;
  padding: 0px 5px;
  color:#a1a1a1;
  font-family:tahoma;
  font-size:11px;
}

UL#sub-menu LI.on
{
  background: right url(../img/subBgOn.png) repeat-x !important;
  background: right url(../img/subBgOn-ie.png) repeat-x;
}
UL#sub-menu LI.on A
{
    color:#606060;
}

UL#sub-menu LI.between
{
  width:14px;
  background: right url(../img/subBetNormalNormal.png) no-repeat !important;
  background: right url(../img/subBetNormalNormal-ie.png) no-repeat;
}


UL#sub-menu LI.between1
{
  width:14px;
  background: right url(../img/subBetOnNormal.png) no-repeat !important;
  background: right url(../img/subBetOnNormal-ie.png) no-repeat;
}

UL#sub-menu LI.between2
{
  width:14px;
  background: right url(../img/subBetNormalOn.png) no-repeat !important;
  background: right url(../img/subBetNormalOn-ie.png) no-repeat;
}

UL#sub-menu LI.first
{
  width:8px;
  background: right url(../img/subFirst.png) no-repeat !important;
  background: right url(../img/subFirst-ie.png) no-repeat;
}

UL#sub-menu LI.firston
{
  width:8px;
  background: right url(../img/subFirstOn.png) no-repeat !important;
  background: right url(../img/subFirstOn-ie.png) no-repeat;
}


UL#sub-menu LI.last
{
  width:11px;
  background: right url(../img/subLast.png) no-repeat !important;
  background: right url(../img/subLast-ie.png) no-repeat;
}

UL#sub-menu LI.laston
{
  width:11px;
  background: right url(../img/subLastOn.png) no-repeat !important;
  background: right url(../img/subLastOn-ie.png) no-repeat;
}