

/****************
 * general
 **/
#rig_header {
  /*background: url('banner.jpg') top left no-repeat;*/
	height: 142px;
}

#rig_background .blank {
  /*height: 700px;*/
}

#rig_content-box {
	width: 907px;
	border: 1px solid #000000;
	margin: -30px auto 0 auto;
	padding: 0px;
	/*background: #6392a8 url('content-background.gif') top left no-repeat;*/
}

.alt3, .alt3Active
{
  background: url('http://theme.therigante.com/common/table-background-3.png') repeat;
  color: #FFFFFF;
}



/****************
 * top bar 
 **/
#rig_topbar {
	color: #ffffff;
	height: 20px;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#rig_topbar div, #rig_topbar form {
  display: inline;
}

#rig_topbar .bginput {
	height: 12px;
}

#rig_topbar .seperator {
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	font-weight: bold;
}

#rig_topbar a, #rig_topbar a:link, #rig_topbar a:active, #rig_topbar a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#rig_topbar a:hover {
	color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}


/****************
 * menu bar 
 **/
#rig_menubar-bottom {
  /*clear: both;*/
  float: none;
  height: 20px;
}

#rig_menubar {
	padding: 5px 20px 0px 20px;
}

.rig_menubar-button {
	font-size: 16px;
	float: left;
	margin-left: 13px;
}

.rig_menubar-button a {
	text-align: center;
	width: 94px;
	padding-bottom: 3px;
	display: block;
}

.rig_menubar-button a, .rig_menubar-button a:link, .rig_menubar-button a:active, .rig_menubar-button a:visited {
	color: #ffffff;
	background: url('button.png') repeat;
	text-decoration: none;
}

.rig_menubar-button a:hover {
  color: #ffffff;
	background: url('button-hi.png') repeat;
  text-decoration: none;
}

