/* CSS Document */

body {
	padding: 0 0 50px 0;
	margin: 0px;
	background-color: #EEEEEE;
	font-family: "Bitstream Vera Sans", sans-serif;
}
.header {
	position: relative;
	height: 110px;
	width: 100%;
	background-image: url(images/header_bg_slice.gif);
	background-repeat: repeat-x;
}
.nav {
	position: relative;
	height: 45px;
	width: 100%;
	background-image: url(images/nav_bg_slice.gif);
	background-repeat: repeat-x;
}
.main {
	background-color: #FFFFFF;
}
.main_left_table_cell {
	background-image: url(images/main_left_bg_slice.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 15px;
}
.flash_spacer_tbl {
	margin-top: -4px;
}
.flash_spacer_tbl_cell_left {
	background-color: #DDE3EF;
}
.flash_spacer_tbl_cell_middle {
	background-color: #DDE3EF;
	height: 200px;
}
.flash_spacer_tbl_cell_right {
	background-color: #DDE3EF;
}
.main_right_table_cell {
	background-image: url(images/main_right_bg_slice.gif);
	background-repeat: repeat-y;
}
.main a {
	text-decoration: none;
	color: #333333;
}
.main a:hover {
	text-decoration: underline;
}
.footer {
	position: relative;
	height: 115px;
	width: 100%;
	background-image: url(images/footer_bg_slice.gif);
	background-repeat: repeat-x;
}
.credits {
	position: relative;
	width: 100%;
}
.credits a {
	text-decoration: none;
	margin-right: 5px;
	font-size: 12px;
	color: #333333;
	margin-left: 5px;
}
.credits a:hover {
	text-decoration: underline;
}
.admintable th {
	background-color: #F80000;
	color: #FFFFFF;
}
.functioncell {
	background-color: #C6DFE7;
}
.producttable h2 {
	font-size: 14px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
}
.producttable p {
	font-size: 12px;
	padding: 5px 0px 0px 8px;
	margin: 0px;
}
.producttable .imagecell {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #163C88;
}
.producttable .descriptioncell {
	border-top: 1px solid #163C88;
}
p {
	margin-left: 30px;
}
h1 {
	margin-left: 20px;
	}
h2 {
	margin-left: 20px;
}
textarea, input {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}
.error_msg {
	color: #EF0000;
}
.categorylist a {
	color:  #2F4D95;
}

#searchForm {
	padding-left: 40px;
}