@charset "utf-8";

/* CSS Document */
/* Document created by Ben Cash 2008 */

* {
	margin: 0;
}
html, body {
	height: 95%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	line-height: 2em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
hr {
	border-bottom: 1px solid #FFF;
	border-left: none;
	border-right: none;
	border-top: none;
}
#navigation_bar {
	height: 60px;
	top: 0px;
	right: 0px;
	margin-top: 5px;
	margin-right: 10px;
	position: absolute;
	z-index: 30;
}
#navigation_bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation_bar li {
	float: left;
	line-height: 50px;
}
#navigation_bar li span {
	display: inline;
}
#navigation_bar li a:link, #navigation_bar li a:visited, #navigation_bar li a:active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	height: 40px;
	line-height: 50px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
}
#navigation_bar li a:hover {
	color: #666;
	border-bottom: 3px solid #FF6C00;
}
#navigation_bar div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#drop_down {
		background: olive;
		width: 100px;
		height: 100px;
		z-index: 1;
}
#side_navigation {
	color: #FFF;
	padding-left: 10px;
	margin-top: 20px;
}
#side_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#side_navigation li {
	float: left;
	line-height: 26px;
}
#side_navigation li span {
	display: block;
}
#side_navigation li a:link, #side_navigation li a:visited, #side_navigation li a:active {
	display: block;
	width: 198px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/nav_link.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #999;
	text-indent: 10px;
}
#side_navigation li a:hover {
	font-weight: normal;
	color: #FFF;
}
#side_navigation_header {
	height: 30px;
	width: 198px;
	background-image: url(../images/nav_head.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFF00;
	line-height: 30px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#page_border {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 10%;
	border: 5px solid #1F1F1F;
	background-color: #272727;
}
#page_top {
	width: 100%;
	height: 20%;
	background-color: #FFF;
	padding: 0px;
	border-bottom: 1px solid #FFF;
}
#page_content {
	padding: 20px;
	height: 100%;
}
#page_container {
	height: 100%;
	width: 100%;
	background-color: #639;
}
#page_bottom {
	clear: both;
}
#admin_left_column {
	width:300px;
	margin-bottom: 10px;
	float: left;
}
#admin_right_column {
	width: 68%;
	float: right;
}
#left_column {
	width:20%;
	float: left;
}
#right_column {
	width: 74%;
	float: right;
}
#display_table {
	width: 100%;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	border: 5px solid #1F1F1F;
	text-indent: 10px;
	line-height: 2em;
	margin-bottom: 10px;
}
#display_table a:link, #display_table a:visited, #display_table a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6C00;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.textfield {
	border: 1px solid #666;
	color: #333;
	padding: 3px;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.table_border {
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 0px;
}
.table_headers {
	height: 30px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-indent: 10px;
	line-height: 10px;
}
.table_row {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 10px;
	line-height: 10px;
	color: #000;
}
.img_border {
	border: none;
	margin-bottom: 10px;
}
#product_thumbnail {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	float: left;
}
.product_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	text-indent: 0px;
}
.product_description a:link, .product_description a:visited, .product_description a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6c00;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.product_description a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
.dropdown {
	border: 1px solid #CCC;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #CCC;
}
.button {
	height: 30px;
	border: 1px solid #ccc;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	background-color: #fff;
	color: #1F1F1F;
}
.image_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	margin-left: 20px;
	
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px 0px; /* the bottom margin is the negative value of the footer's height */
}
.push {
		height: 30px;ve
}
#footer {
	height: 30px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-indent: 20px;
	line-height: 30px;
	background-color: #FFF;
	color: #333;
	border-top: 2px solid #333;
	text-align: left;
	position: absolute;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
.thumbtable {
	border-style: none;
}
#home_table {
		width: 75%;
		align: center;
		margin-left: 15%;
}
