html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------------------------*/
/*---                           Page Content Layout                            ---*/
/*--------------------------------------------------------------------------------*/
#page {
	width: 1004px;
	height: 1313px;
	margin: 0 auto;
	padding: 0;
	left: 0;
	top: 0;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 1004px;
	height: 195px;
	margin: 0 auto;
	background: url('images/banners/home.jpg') #CCCCCC no-repeat 2px 2px;
}

#content {
	width: 1004px;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFEE;
	color: #000000;
	overflow: auto;
	text-align: center;
	border-top: 5px solid #330000;
}

#footer {
	width: 1004px;
	height: 109px;
	margin: 0 auto;
	background: url('images/banners/footer.jpg') #CCCCCC no-repeat 2px 35px;
}
a {text-decoration: none;}
/*--------------------------------------------------------------------------------*/
/*---                         Navigation and Path Bars                         ---*/
/*--------------------------------------------------------------------------------*/
#headernav {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	top: 124px;
	position: relative;
	background: #CCCCCC url('images/snippets/header_nav.gif') repeat-x left top;
	color: #666666;
	font: normal normal bolder 14px/35px Arial, Helvetica, sans-serif;
}

#headerpath {
	width: 1000px;
	height: 35px;
	margin: 0px auto;
	padding: 0;
	top: 125px;
	background: #CCCCCC url('images/snippets/header_nav.gif') repeat-x left top;
	color: #666666;
	position: relative;
	font: normal normal bolder 14px/35px Arial, Helvetica, sans-serif;
}

#headerpath a { text-decoration: underline; }
 
#footernav {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	top: 124px;
	background: #CCCCCC url('images/snippets/header_nav.gif') repeat-x left top;
	color: #666666;
	line-height: 35px;
	position: relative;
	text-align: center;
}

.htext {
	height: 29px;
	margin-left: 60px;
	margin-top: 4px;
	left: 0;
	top: 0;
	position: relative;
	line-height: 29px;
	float: left;
	vertical-align: middle;
}

.htext a, .htext a:visited, .htext a:active { color: #666666; text-decoration: none; height: 29px; line-height: 29px; }

.htext img { border: none; float: left; }

.htext select, .htext input { font-size: 12px; width: 100px; position: relative; vertical-align: middle; }

.htext select { height: 20px; }

.htext input { height: 14px; }

*html .htext select, .htext input { margin-top: 4px; vertical-align: -3px; }

#footernav a { color: #666666; font: bold 12px/30px Arial, Helvetica, sans-serif; text-decoration: underline; }

/*--------------------------------------------------------------------------------*/
/*---                           Boxed Model Layout                             ---*/
/*--------------------------------------------------------------------------------*/
.box {
	width: 215px;
	height: 306px;
	border-width: 3px;
	border-style: solid;
	border-color: #CCCCCC;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 5px 8px;
	float: left;
	left: 0;
	position: relative;
}

*html .box { margin: 5px 6px; }

.boxtitle, .boxcontent { width: 213px; text-align: center; display: block; position: relative; }

.boxtitle{
	height: 30px;
	background: #660000;
	border-style: solid;
	border-width: 1px 1px 4px 1px;
	border-color: #CCCCCC;
	font: bolder 14px/30px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxsubtitle {
	background: #CCCCCC;
	color: #000000;
	position: relative;
	height: 20px;
	line-height: 20px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #999999 #999999 #999999 #CCCCCC;
	margin-bottom: 3px;
	padding: 0;
	font-size: 12px;
}

.boxsubtitle span { display: block; height: 100%; float: left; }

.boxsubtitle a { color: #993366; }

.showing { margin-left: 6px; left: 0; padding: 0; text-align: left; width: 140px;font-size: 10px; }

.show { width: 105px; }

.boxcontent {
	height: 270px;
	background: #FFFFFF; 
	color: #000000;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
}

/*---                         Boxed Category Layout                            ---*/
.boxname {
	color: #000000;
	padding: 2px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 3px;
	text-decoration: none;
	display: block;
	width: 100px;
}

.boxitem { color: #999999; padding: 2px; font-weight: normal; float: right; font-size: 12px; margin-right: 2px; }

/*---                         Boxed Feature Layout                             ---*/
.feature {
	width: 475px;
	height: 105px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	border-bottom: #CCCCCC 2px solid;
	display: block;
	position: relative;
}

.feature em { color: #666666; }

.thumb { float: left; margin: 8px auto auto 8px; border: none; left: 0; top: 0; padding: 0; z-index: 1; }

.feature span {
	height: 78px;
	width: 383px;
	bottom: 0;
	margin: 5px 4px 0 4px;
	display: block;
	text-align: left;
	float: left;
	font: bolder 12px/19px "MS Reference Sans Serif";
	color: #999999;
	overflow: hidden;
	z-index: 1;
}

.feature a.preview {
	background: url('images/snippets/items_frame.gif') no-repeat top left;
	display: block;
	height: 83px;
	width: 83px;
	float: left;
	padding: 0;
}

div.more {
	font: bolder 12px/17px "MS Reference Sans Serif";
	color: #993366;
	width: 83px;
	height: 20px;
	left: 0;
	margin: 0px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

a.hid p.scroll div.pull {
	font: bolder 12px/19px "MS Reference Sans Serif";
	margin: 5px auto 0 auto;
	border-top: 1px solid #999999;
	padding: 0;
/*	line-height: 12pt;*/
	position: relative;
/*	font-style: normal;*/
	color: #999999;
	z-index: 100 !important;
	height: 200px !important;
	overflow: hidden;
	background: #CCCCCC;
}

a.hid div.pull span { display: block; height: 15pt; width: 400px; margin: 0; }

a.hid {
	vertical-align: top;
	color: #993366;
	width: 1px;
	height: 1px;
	margin: auto;
	display: block;
	top: 0px;
	left: 40px;
	text-decoration: none;
}

a.hid p.scroll {
	width: 468px;
	height: 200px;
	margin: 80px 0 0 0;
	float: left;
	position: absolute;
	padding: 0;
	left: 0px;
	top: 20px;
	display: none;
	font-style: normal;
	color: #999999;
	border: 1px solid #660000;
	z-index: 100 !important;
	background: #FFFFEE;
}

a.hid p.scroll span { padding: 0; margin: 0 auto 2px 20px; height: 12pt; }

a.hid:active p.scroll, a.hid:focus p.scroll { display: block; }

/*
p {
	font: bolder 12px/17px "MS Reference Sans Serif";
	color: rgb(148, 37, 127);
	width: 83px;
	height: 20px;
	left: 0;
	margin: 0px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

a.hid {
	vertical-align: top;
	color: rgb(148, 37, 127);
	width: 1px;
	height: 1px;
	margin: auto;
	display: block;
	top: 0px;
	left: 40px;
	text-decoration: none;
}

a.hid em {
	width: 472px;
	height: 200px;
	margin: 80px 0 0 0;
	float: left;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0px;
	top: 20px;
	display: none;
	font-style: normal;
	color: rgb(133, 133, 133);
	border: 1px solid #660000;
	z-index: 10;
	background: rgb(253, 245, 230);
}

*html a.hid em { position: static; margin-top: 0px; }

a.hid:active em, a.hid:focus em { display: block; }

*/
/*--------------------------------------------------------------------------------*/
/*---                           Boxed Login Layout                             ---*/
.login {
	height: 100%;
	background: #660000;
	font: bolder 14px/35px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
}

.login span { height: 25px; display: block; margin: 8px 0px; width: 100%; line-height: 25px; }

.login span input { width: 100px; margin: 0; right: 0; }

.login a { height: 18px; line-height: 18px; display: block; color: #FFFFFF; }

.special { width: 100%; /*height: 120px; */ margin: 0 auto; padding: 0; text-align: left; }

.special a{ width: 190px; float: left; height: 82px; text-decoration: none; }

.special p {
	float: right;
	height: 68px;
	width: 100px;
	margin: 7px 0;
	text-align: left;
	font-size: 10pt;
	font-style: italic;
	line-height: 12pt;
	color: #666666;
}

.special span {
	float: left;
	width: 180px; /*height: 46px; */
	text-align: left;
	bottom: 0;
	border-bottom: #CCCCCC 2px solid;
	margin: 4px 0 0 5px;
	font: bolder 12px/17px "MS Reference Sans Serif";
	color: #999999;
}

a.links { display: block; width: 180px; height: 50px; background: #CCCCCC; color: #000000; margin: 15px; }
a:hover {
	color: #996666;		
}
form { padding: 0; margin: 0; }

.linktype {
	height: 16px;
	border: none;
	background: none;
	cursor: pointer;
	font: bolder 14px/16px Arial, Helvetica, sans-serif;
	width: 30px;
	margin-left: 5px;
	padding: 0;
	color: #666666;
}

.log {
	margin: 0 0 0 110px;
	padding: 0;
	height: 20px;
	line-height: 16px;
	font-size: 12px;
	vertical-align: middle;
	float: left;
	width: 80px;
}

.sublog { color: #CCCCCC; margin-right: 10px; font-size: 12px; line-height: 20px; text-decoration: none; }

	fieldset { margin: 5px 2px; border: 2px outset #CCCCCC; padding: 0 0 0 5px; text-align: left; }

  legend { color: #999999; font-weight: bolder; }

	fieldset .boxname, fieldset .boxitem{ font-size: 12px; line-height: 14px; font-weight: normal; }

	.more { color: #993366; margin-top: 10px; }

.CH {
	position: absolute !important;
	margin: 82px 0 0 365px !important;
	left: 0 !important;
	top: 0 !important;
	padding: 0 !important;
	height: 18px !important;
	width: 110px !important;
}

.itemdescription {
	width: 100%;
	top: 110px;
	position: relative;
	border-bottom: #CCCCCC 2px solid;
	margin: 0;
	padding: 0;
}

*html .itemdescription { top: 40px; }

.page, .long { width: 230px;}
.page { font-size: 10px;}