/* CSS Document */
html, body {
	height: 100%;
}

body {
	background-color: #1C1A25;
	padding: 0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	border: none;

}

table {
	border-collapse: collapse;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper_table {
	background-color: #1C1A25;
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 100%;
}

#wrapper_cell {
	padding: 0;
	padding-top: 20px;
	vertical-align: top;
	border: none;
}

#content_div {
	background-color: #ffffff;
	padding: 15px 25px 0 25px;
	border: none;
}

#content_table {
	width: 100%;
}

#content_cell {
	min-height: 400px;
	text-align: center;
	vertical-align: middle;
	border: none;
	font-size:10px;
}

#logo_cell {
	padding: 0;
	border: none;
	width: 930px;
	height: 125px;
	text-align: left;
	vertical-align: botom;
}

#shop_cell {
	padding: 0 25px 0 0;
	border-right: 1px solid #F1D9E2;
	border-top: 1px solid #F1D9E2;
	border-bottom: 1px solid #F1D9E2;
	height: 40px;
	text-align: right;
	vertical-align: middle;
}

#pagenav_cell {
	width: 689px;
	padding: 0 0 0 7px;
	border-top: 1px solid #F1D9E2;
	border-bottom: 1px solid #F1D9E2;
}
#pagenav_cell img {
	padding: 4px 18px 0 18px;
}
#search_div {
	width: 165px;
	padding: 20px 25px 23px 0;
	text-align: right;
	vertical-align: top;
	border: none;
}
#topnav_cell {
	padding:0;
	border-right: 1px solid #F1D9E2;
	text-align: right;
	vertical-align: top;
}
#topnav_cell img {
	padding-top: 2px;
}

#midnav_cell {
	padding: 22px 0 0 0;
	text-align: right;
}
#midnav_cell img {
	padding-top: 0px;
}
#midnav_cell_sep {
	height: 120px;
}
#btmnav_cell {
	padding: 0;
	border-right: 1px solid #F1D9E2;
	vertical-align: bottom;
	text-align: right;
}
#btmnav_cell img {
	padding-top: 8px;
}
#copyright_table {
	padding:0;
	margin:0;
	border:none;
	height:82px;
	width:930px;
	background-image:url(../images/bg_bttm.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #1C1A25;
}
/* accomodates Kyle Christy line */
#copyright_table_home {
	padding:0;
	margin:0;
	border:none;
	height:96px;
	width:930px;
	background-image:url(../images/bg_bttm.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #1C1A25;
}
/* ------- */

.copyright {
	font-family: Helvetica, Arial, sans-serif;
	color: #55535C;
	font-size: 9px;
	padding: 0;
	line-height: 1.5;
	vertical-align:bottom;
}
.copyright a{
	color:#55535C;
	text-decoration:none;
}
.copyright a:hover{
	color:#8D8C92;
}
.copyright a:link{
	color:#55535C;
}
.copyright a:visited{
	color:#55535C;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#keyword {
	border:none;
	background-color:#dddddd;
	width: 150px;
}
input, select, textarea {
	border:none;
	background-color:#dddddd;
	color: #000000;
}