body {
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logo {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
}
.animation {
	position: relative;
	width: 100%;
	height: 150px;
}
.left_header_tbl_cell{
	background-color: #5AA435;
}
.top_nav {
	position: relative;
	background-color: #36721A;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	margin-right: 15px;
}
.top_nav a:hover {
	text-decoration: underline;
}
.bottom_nav {
	position: relative;
	background-color: #5AA337;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bottom_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	margin-right: 15px;
}
.bottom_nav a:hover {
	text-decoration: underline;
}
.spacer {
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #FFFFFF;
}
.section_header {
	background-image: url(images/section_header_bg_slice.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 40px;
	width: 100%;
}
.main {
	position: relative;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.main a {
	color: #D21011;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.footer {
	position: relative;
	background-image: url(images/footer_bg_slice.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
}
.text_links {
	position: relative;
	width: 100%;
	padding-top: 2px;
}
.text_links a {
	color: #343434;
	text-decoration: none;
	font-size: 12px;
	margin-right: 3px;
	margin-left: 3px;
}
.text_links a:hover {
	text-decoration: underline;
}
.img_border {
	border: 1px solid #D21011;
}
p {
	text-align: justify;
	text-indent: 5px;
}

.admintable th {
	background-color: #d21212;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}

.admintable .functioncell {
	background-color: #C6DFE7;
}

.producttable h2 {
	padding: 0px;
	margin: 0px;
}

.producttable h3 {
	padding: 0px;
	margin: 0px;
}

.producttable .titlecell {
	background-color: #d21212;
	color: #FFFFFF;
}

.producttable .imagecell, .producttable .descriptioncell  {
	border-bottom: 1px solid #d21212;
}