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

body {
	background-color: #454545;;
	padding: 0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;

}

table {
	border-collapse: collapse;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper_table {
	background-color: #454545;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 100%;
}

#wrapper_cell {
	padding: 0;
	padding-top: 30px;
	vertical-align: top;
}

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

#content_table {
	width: 100%;
}

#content_cell {
	min-height: 430px;
	text-align: center;
	vertical-align: middle;
}

#logo_cell {
	padding: 0;
	border-right: 1px solid #ececec;
	width: 190px;
	height: 70px;
	text-align: left;
	vertical-align: top;
}

#search_cell {
	width: 709px;
	padding: 12px 0 0 0;
	text-align: right;
	vertical-align: top;
}

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

#pagenav_cell {
	width: 709px;
	padding: 0 0 0 7px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
#pagenav_cell img {
	padding: 0 18px 0 18px;
}
#topnav_cell {
	padding: 15px 0 0 0;
	border-right: 1px solid #ececec;
	text-align: right;
	vertical-align: top;
}
#topnav_cell img {
	padding-top: 2px;
}

#midnav_cell {
	padding: 15px 0 0 0;
	text-align: right;
}
#midnav_cell img {
	padding-top: 8px;
}
#midnav_cell_sep {
	height: 32px;
}
#btmnav_cell {
	padding: 0;
	border-right: 1px solid #ececec;
	vertical-align: bottom;
	text-align: right;
}
#btmnav_cell img {
	padding-top: 8px;
}
#copyright_table {
	margin-top: 2px;
	width: 950px;
}
.copyright {
	font-family: Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	padding: 0 7px 0 8px;
	font-size: 9px;
	line-height: 1.3;
	vertical-align:top;
	}
.copyright a{
	color:#2a2a2a;
	text-decoration:none;
	text-decoration:underline;
}
.copyright a:hover{
	color:#000000;
}
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;
}