@charset "utf-8";
body {
	background-color: #666666;
	background-image: url(../images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: 11px 0px;
	margin:0px;
	padding:0px;
}
body, p, td, input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#address_bar {
	position:absolute;
	left:160px;
	top:190px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
}
#all_content {
	background-image: url(../images/left_side.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 220px;
	width: 885px;
}
#left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
}
#left_nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	text-align: right;
}
#left_nav li {
	padding: 0px;
	margin: 0px;
}
#left_nav ul {
	padding-top:40px;
}
#left_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF66CC;
	width: 130px;
	display: block;
	margin-left: 100px;
	padding: 5px;
	border: 2px solid #666666;
}
#left_nav a:hover, #left_nav a.on {
	border: 2px inset #666666;
	background-color:#D6D5D6;
	color: #000000;
}
#body_content {
	background-color: #FFFFFF;
	float: right;
	width: 635px;
	border: thin outset #666666;
}
#body_content p, #body_content h1, #body_content h2, #body_content h3, #body_content dl {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.draw_attention {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #FF66CC;
}
.clear_both {
	clear: both;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF66CC;
	filter: DropShadow(Color=black, OffX=1, OffY=1, positive=1);
}
#body_content dd, #body_content dt {
	padding: 5px;
}
#body_content dd {
	border-bottom: #FF66CC solid 1px;
	padding: 5px;
}
#body_content dt strong {
	padding-left: 20px;
}
h2 {
	font-size: 18px;
}
hr {
	color: #FF66CC;
	background-color: #FF66CC;
}
.product_listing img {
	float:right;
	padding-left:20px
}
.clear_both {
	clear:both;
}
ul#product_listing {
	list-style-type: none;
	padding-right: 10px;
	height: 30px;
	padding-left: 10px;
}
#product_listing li {
	display:block;
	width:100px;
	float: left;
	font-size: 10px;
	padding: 5px;
}
#product_listing li a {
	color:#FF66CC;
}
