@charset "utf-8";
/* all links */
A:link {outline: none; text-decoration: none; color: #000;}
A:visited {outline: none; text-decoration: none; color: #000;}
A:active {outline: none; text-decoration: none; color: #000;}
A:hover {outline: none; text-decoration: none; color: #999;}
.nooutline {outline: none;}
/* all text and background */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#overall_id {
	width: 900px;
	margin: 0px auto; /* centers in page */
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2 {
	margin:0px;
}
h3 {
	margin:0px;
	font-weight:normal;
}
#header_id {
	width: 900px;
	position: relative;
	float: left;
}
#nav_menu_id {
	width: 900px;
	float: left;
	position: relative;
	clear: left;
	background-color: #069;
	color: #FFF;
	height: 18px;
}
/* nav menu hyperlinks */
.navmenutext A:link {text-decoration: none; color: #fff;}
.navmenutext A:visited {text-decoration: none; color: #fff;}
.navmenutext A:active {text-decoration: none; color: #fff;}
.navmenutext A:hover {text-decoration: none; color: #999;}

#header_bar_id {
	width: 900px;
	float: left;
	position: relative;
	clear: left;
	color: #FFF;
}
#logo_id {
	float: left;
	position: relative;
	width: 110px;
	margin-top: 10px;
}
#title_id {
	float: left;
	position: relative;
	width: 340px;
	font-size: 36px;
	color: #069;
	margin-top: 18px;
}
.subtitle {font-size:30px; color:#069;}

#login_id {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 10px;
	height: 90px;
	z-index: 14;
}
/* start not logged in php */
#login01_id {
	float: left;
	position: relative;
	width: 135px;
	color: #000;
	font-size: 16px;
	margin-left: 65px;
	margin-bottom: 5px;
}
#login02_id {
	float: left;
	position: relative;
	width: 140px;
	color: #000;
	margin: 2px;
}
#login03_id {
	float: right;
	position: relative;
	margin-top: 4px;
}
#login04_id {
	float: right;
	position: relative;
	width: 105px;
}
.login1 {margin-top: 2px;}  spacer between login fields 
#login05_id {
	float: right;
	position: relative;
	padding-top: 10px;
	border:thin;
	border-style:solid;
	border-color:#F00;
}
#login06_id {
	clear: left;
	float: left;
	position: relative;
	width: 200px;
	color: #000;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 2px;
}
/* end not logged in php */
/* start logged in php */
#loggedin01_id {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 10px;
	font-size: 14px;
	color: #000;
}
/* end logged in php */
#search_id {
	float: left;
	position: relative;
	width: 240px;
	margin-top: 10px;
	margin-left: 10px;
	height: 90px;
	z-index: 15;
}


#left_bar_id {
	clear: left;
	float: left;
	position: relative;
	width: 200px;
	margin-top: 10px;
	z-index: 9;
}
#left01_id {
	float: left;
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #000;
}
#prod_id {
	color: #FFF;
	background-color: #069;
}
#dprod_id {
	color: #000;
	background-color: #069;
}
#CollapsiblePanel1 {
	margin-top: 3px;
}

#body_id {
	float: left;
	position: relative;
	width: 480px;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 8;
}
#body2_id {
	float: left;
	position: relative;
	width: 690px;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 8;
}

#product_id {
	float: left;
	position: relative;
	width: 900px;
	margin-top: 10px;
	color: #000;
	font-size: 12px;
}
.product A:link {text-decoration: underline; color: #069;}
.product A:visited {text-decoration: nunderline; color: #069;}
.product A:active {text-decoration: underline; color: #06F;}
.product A:hover {text-decoration: underline; color: #06C;}

#right_bar_id {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	color: #000;
	z-index: 10;
}

#footer_id {
	width: 900px;
	float: left;
	height:
	position: relative;
	clear: left;
	background-color: #069;
	color: #FFF;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.vendorbox {
	position:relative;
	float:left;
	width:225px;
	min-height:165px;
	margin-bottom:20px;
}

