@charset "utf-8";
/* CSS Document */

body {
	
	text-align:center;

}

a:hover {
	color:#999999;


}


a {
	color: #000033;
	text-decoration: none;
}

#bgimg {

width: 100%;
height: 100%;
}


#bgdiv {
	width: 100%;
	height: 100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:-1;
}
ul {

	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


#main {
	
	width: 775px;
	margin: 0 auto;

}

#header {
	background-image:url(../images/header.jpg);
	
	width: 756px;
	height: 121px;
}

#left_content {
	margin-left: 5px;
	float:left;
	width: 260px;

}

#right_content {
	float:left;
	width: 480px;
	margin-left: 7px;
}

#menu_header {
	text-align:left;
	color:#000033;
	font-size:24px;
	height:28px;

}


#menu_content{
	text-align:left;
	margin-left: 0px;	
	height: 159px;
	border-style:solid;
	border-width:2px;
	border-color:#000033;

}

#menu_stuff{
	margin-left:5px;
	font-weight: bold;
	

}
#box1 {
	width: 240px;
}



#box2_header {
		background-image:url(../images/headerbg.jpg);
	text-align:left;
	color:#000033;
	font-size:24px;
	height:28px;

}


#box2_content{
	height: 160px;
	border-style:solid;
	border-width:2px;
	border-color:#000033;
	text-align::center;
	font-size:18px;
	font-weight:bold;
	

}
#box2 {
	width: 240px;
}

#box3_header {
		background-image:url(../images/headerbg.jpg);
	text-align:left;
	color:#000033;
	font-size:24px;
	height:28px;

}


#box3_content{
	height: 159px;
	border-style:solid;
	border-width:2px;
	border-color:#000033;
	text-align::center;
	font-size:18px;
	font-weight:bold;
	

}
#box3 {
	width: 240px;
}

#map {
	width: 235px;
	height: 159px;
	margin-top:10px;
}


#box4_header {
	
	text-align:left;
	color:#000033;
	font-size:24px;
	height:28px;

}


#box4_content{
	height: 159px;
	border-style:solid;
	border-width:2px;
	border-color:#000033;
	text-align:left;
	font-size:15px;
	font-weight:bold;

}
#box4_stuff{
	margin-left: 5px;

}
#box4 {
	width: 240px;
}

#content_header {
	
	text-align:left;
	color:#000033;
	font-size:24px;
	
	height:30px;

}

#content_header_links {
	
	text-align:left;
	color:#000033;
	font-size:24px;
	height:30px;

}

#content_body_links {
	border-style:solid;
	border-width:2px;
	border-color:#000033;
	height: 155px;
	width:99%;

}

#links_box {
text-decoration:underline;
width: 45%;
height: 100%;
float:left;
	text-align:left;
	margin-left:5px;

}
#content_body {
	border-style:solid;
	border-width:2px;
	border-color:#000033;
	height: 410px;
}

#content_inner {
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left;	
}
#product_list_box {
	width: 460px;
	height: 75px;
	overflow:hidden;
	border-bottom:dotted 1px #CCCCCC;
	vertical-align: middle;
}
#product_list_box_image {
	margin-left: 5px;
	float:left;
	width: 100px;
	height: 75px;
	text-align:center;
	vertical-align:middle;	


}
#product_list_box_desc {
	font-size:12px;
	margin-left: 10px;
	float:left;
	width: 270px;
	height: 75px;
	

}
#product_list_box_price {
	margin-right: 5px;
	font-size:12px;
	font-weight:bold;
	color:red;
	float:left;
	width: 70px;
	height: 75px;
	text-align:right;

}


#footer {
	width: 775px;
	font-weight:bold;

}

#product_info_box {
	position:absolute;
	font-size: 14px;


}

#product_info_image {

}

#product_info_name {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 210px;
	font-weight:bold;

}
#product_info_instock {
		position: absolute;
	left: 250px;
	top: 110px;
	width: 210px;
	

}

#product_info_description {
 position: absolute;
 background-color:#EFEFEF;
 left: 10px;
 width:440px;
 height: 180px;
 border:dashed;
 border-width: 1px;
 border-color:#999999;
 overflow-y:scroll;

 

}

#product_info_description_p {
 margin: 5px 5px 5px 5px;
}

#product_info_price {
	position: absolute;
	left: 250px;
	top: 80px;
	width: 210px;
	color:red;

}
