html, body {
	padding: 0;
	margin: 0;
	font-family: Monaco,Verdana,Sans-serif
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 /*background: #FCF8EC;*/
 background: #FCF8EC url('./images/mainbg.png') repeat-x;
}

#topbox {
 background: #d1d1d1 url('./images/topbg.gif') repeat-x;
 height: 30px;
}
 
#topbox div {
 padding: 5px 5px 5px 5px;
}
 
#topbox div span {
 padding: 2px 0 2px 0;
 margin: 0 50px 0 50px;
}
 
#topbox div a {
 font-weight: bold;
 color: #000000;
 text-decoration: none;
}
 
#topbox div a:hover {
 font-weight: bold;
 color: #8D8D8D;
 text-decoration: none;
}
 
#topbox div select {
 width: 150px;
}
 
* html #topbox div select {
 height: 19px;
 font-size: 11px;
}


#main {
	margin: 0 auto;
	width: 1024px;
	/*border: 1px solid black;*/
	/*position: relative;*/
	overflow: auto;
}

#leftad {
	/*position: absolute;
	top: 100px;
	left: 0;*/
	float: left;
	width: 124px;
	text-align: right;
	padding: 100px 2px 0 0;
	/*background: #8B0346;*/
	/*border: 1px dashed #E29AC8;*/
	/*color: #fff;*/
}

#rightad {
	/*position: absolute;
	top: 100px;
	right: 0;*/
	float: left;
	width: 124px;
	text-align: left;
	padding: 100px 0 0 2px;
	/*background: #8B0346;*/
	/*border: 1px dashed #E29AC8;*/
	/*color: #fff;*/
}

#wrapper { 
 /*margin: 0 auto;*/
 float: left;
 width: 752px;
 /*border: 1px solid #000;*/
}

#header {
 color: #000;
 /*width: 880px;*/
 /*float: left;*/
 /*padding: 0;*/
 /*padding: 2px;*/
 /*border: 1px solid #ccc;*/
 /*height: 100px;*/
 margin: 0px 0px 10px 0px;
 /*background: #F0EBD8;*/
 /*overflow: auto;*/
 height: 90px;
}

/** html #header {
	height: 1%;
}*/

#headerleft {
	float: left;
	padding: 5px;
	width: 440px;
}

#headerright {
	float: right;
	padding: 5px;
	width: 290px;
}

#headerright table {
	width: 100%;
	table-layout: fixed;
}

#headerright a {
	color: #4F3B00;
	text-decoration: none;
}

#headerright a:hover {
	color: #8B0346;
	text-decoration: underline;
}

#navigation {
 /*float: left;
 width: 880px;*/
 /*color: #000000;*/
 /*padding: 5px;*/
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 10px 0px;
 /*background: #8B0346;*/
 background: #ffffff;
}

#navheader {
	background: #ffffff url('./images/categoriesheadbg.png') no-repeat;
	height: 20px;
}

#navcontent {
	background: #ffffff url("./images/categoriescontentbg.png") repeat-y;
}

#navcontent div {
 color: #000000;
 padding: 0 15px 0 15px;
}

#navcontent a {
 color: #646565;
 /*font-weight: bold;*/
 text-decoration: none;
}

#navcontent a:hover {
 color: #8D8D8D;
 /*font-weight: bold;*/
 text-decoration: underline;
}

#navfooter {
	background: #ffffff url('./images/categoriesfooterbg.png') no-repeat;
	height: 20px;
}

.itembox {
 /*float: left;
 width: 880px;*/
 /*color: #000000;*/
 /*padding: 5px;*/
 /*border: 1px solid #ccc;*/
 margin: 0px 0px 10px 0px;
 /*background: #8B0346;*/
 background: #ffffff;
}

.itemboxheader {
	background: #ffffff url('./images/itemheadbg.png') no-repeat;
	height: 20px;
}

.itemboxheader div {
 color: #CC3366;
 padding: 8px 10px 0 10px;
}

.itemboxcontent {
	background: #ffffff url("./images/itemcontentbg.png") repeat-y;
}

.itemboxcontent div {
 color: #000000;
 padding: 10px 15px 10px 15px;
}

.itemboxfooter {
	background: #ffffff url('./images/itemfooterbg.png') no-repeat;
	height: 20px;
}

.itemboxfooter div {
 color: #CC3366;
 padding: 0 10px 8px 10px;
 text-align: right;
}

#content {
	overflow: auto;
	/*background: #fff;*/
}

* html #content {
	height: 1%;
}

#leftcolumn { 
 color: #000;
 /*border: 1px solid #ccc;*/
 /*background: #fff;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 230px;
 float: left;
 display: inline;
}

#middle { 
 float: left;
 color: #000;
 /*border-left: 1px dashed #D7D1BF;*/
 /*border-right: 1px dashed #D7D1BF;*/
 /*background: #fff;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 230px;
 display: inline;
}

#rightcolumn { 
 color: #000;
 /*border: 1px solid #ccc;*/
 /*background: #fff;*/
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 230px;
 float: left;
 display: inline;
}

#footer { 
 /*width: 880px;*/
 clear: both;
 color: #ffffff;
 /*color: #F5D8E1;*/
 /*border: 1px solid #ccc;*/
 border-top: 1px dashed #FAE6AA;
 /*border-top: 1px dashed #F5D8E1;*/
 /*background: #2F5FB8;*/
 /*background: #d2d2d2;*/
 background: #FCF8EC url('./images/footerbg.png') repeat-x bottom;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: center;
}

.generalbox {
 /*border: 1px solid #D3D3D3;*/
 text-align: left;
 margin: 0 0 10px 0;
 background: #ffffff;
 width: 230px;
}

.generalboxhead {
 /*border-bottom: 1px solid #D3D3D3;*/
 /*border-bottom: 1px dashed #D3D3D3;*/
 /*border-bottom: 1px solid #F2F2F2;*/
 /*background: #EBEBEB url("./images/boxhead.jpg") repeat-x;*/
 /*background: #2654B7;*/
 background: #a8421c url('./images/generalboxheadbg.png') no-repeat;
 /*color: #ffffff;*/
 /*font-size: 16px;
 padding: 2px;*/
 text-align: center;
 height: 32px;
}

.generalboxhead div {
	color: #ffffff;
	font-size: 16px;
	padding: 8px 5px 8px 5px;
}

.generalboxcontent {
 /*padding: 2px;*/
 /*padding: 2px 0 2px 0;*/
 /*color: #4F3B00;*/
 background: #ffffff url("./images/generalboxcontentbg.png") repeat-y;
 /*background: #F5F5F5;*/
}

.generalboxcontent div {
 padding: 5px 5px 5px 5px;
 color: #4F3B00;
 /*background: #F5F5F5;*/
}

.generalboxfooter {
 background: #a8421c url('./images/generalboxfooterbg.png') no-repeat;
 /*padding: 2px;*/
 height: 26px;
}

.generalboxfooter div {
	color: #000000;
	padding: 4px 10px 4px 10px;
	text-align: right;
}

.generalboxfooter div a {
	color: #C24D03;
	text-decoration: none;
	font-weight: bold;
}

.generalboxfooter div a:hover {
	color: #8B0346;
	text-decoration: underline;
	font-weight: bold;
}

.generalboxfeatlinkhead {
 background: #a8421c url('./images/generalboxfeatnewsheadbg.png') no-repeat;
 /*color: #ffffff;*/
 /*font-size: 16px;
 padding: 2px;*/
 text-align: center;
 height: 32px;
}

.generalboxfeatlinkhead div {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
}

.generalboxfeatofferhead {
 background: #a8421c url('./images/generalboxfeatofferheadbg.png') no-repeat;
 /*color: #ffffff;*/
 /*font-size: 16px;
 padding: 2px;*/
 text-align: center;
 height: 32px;
}

.generalboxfeatofferhead div {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px 8px 5px;
}

.bigbox {
 border: 1px solid #A9421D;
 text-align: left;
 margin: 0 0 10px 0;
}

.bigboxhead {
 border-bottom: 1px dashed #A9421D;
 background: #fde883 url("./images/bigbox.png") repeat-x;
 /*background: #FF8400;*/
 color: #A9421D;
 font-size: 16px;
 padding: 5px;
 font-weight: bold;
}

.bigboxcontent {
 padding: 2px;
 /*background: #F5F5F5 url("./images/boxcontent.jpg") repeat-x;*/
 background: #fde883;
 color: #464646;
}

#floatcontent {
	overflow: auto;
}

* html #floatcontent {
	height: 1%;
}

#leftc {
 width: 49%;
 float: left;
 padding: 1px;
 border-right: 1px dashed #D7D1BF;
 border-top: 1px dashed #D7D1BF;
 display: inline;
}

#rightc {
 width: 49%;
 float: right;
 padding: 1px;
 border-left: 1px dashed #D7D1BF;
 border-top: 1px dashed #D7D1BF;
 display: inline;
}

.boxdiv {
	background: #FCF8EC;
	border: 1px solid #746024;
}

#nav {
  /*background: #BF4E22;*/
  color: #000000;
  width: 100%;
}

#nav ul
{
 margin: 0px;
 padding: 0px;
 list-style: none;
}

#nav ul li, #nav ul li a
{
 display: block;
}

#nav ul li a
{
 /*padding: 12px 9px 12px 9px;*/
 padding: 5px;
 /*font-family: arial;
 font-size: 14px;*/
 /*background: #BF4E22;*/
 color: #000000;
 text-decoration: none;
}

#nav ul li a:hover
{
 text-decoration: none;
 background: #FFF0C2;
 color: #000000;
}

.generalboxul
{
 margin: 0px;
 padding: 0px;
 list-style: none;
}

.generalboxul li, .generalboxul li a
{
 display: block;
}

.generalboxul li a
{
 /*padding: 12px 9px 12px 9px;*/
 padding: 5px;
 /*font-family: arial;
 font-size: 14px;*/
 /*background: #BF4E22;*/
 color: #000000;
 text-decoration: none;
}

.generalboxul li a:hover
{
 text-decoration: none;
 background: #FFF0C2;
 color: #000000;
}



.generalboxulfeat
{
 margin: 0px;
 padding: 0px;
 list-style: none;
}

.generalboxulfeat li, .generalboxulfeat li a
{
 display: block;
}

.generalboxulfeat li a
{
 /*padding: 12px 9px 12px 9px;*/
 padding: 5px;
 /*font-family: arial;
 font-size: 14px;*/
 /*background: #BF4E22;*/
 color: #C24D03;
 text-decoration: none;
}

.generalboxulfeat li a:hover
{
 text-decoration: none;
 background: #FFF0C2;
 color: #000000;
}


.clearboth {
 clear: both;
}

.clearleft {
 clear: left;
}

.clearright {
 clear: right;
}

a {
	color: #CC3366;
	text-decoration: none;
}

a:hover {
	color: #8B0346;
	text-decoration: underline;
}