﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #aac;	
}
body p {
    margin-top: 0;
    margin-bottom: 0;
}
#menu1 {
	width: 586px;
	margin: 0 auto;
	background-image: url("../images/frame.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align:center;
}
#menubutton {
    width:153px;
    color: #FF6600;
    background-color: #0033CC;
}
.GoMenuForm0{}
._top{
    background-color: #0033CC;
    color:HighlightText;

}
#container {
	width: 760px;
    margin:0 auto;
	background-image: url("../images/frame.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align:center;
}
#masthead {
	width: 735px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	overflow: auto;
	background-color: #fda;
	text-align:center;
}
#sidebar {
	float: left;
	width: 110px;
	position: relative;
	clear: both;
	margin-left: 12px;
	font-size:90%;
	display: inline;
}
.content {
	float: right;
	width: 615px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	float: right;
	width: 615px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-attachment: scroll;	
	position:static;
	height:29.5em;
	overflow:auto;
}
.lefttable {
float:left;
width:48%;/*307px;*/
font-size:x-large;
position: relative;
}
.righttable{
float:left;
width:48%;/*307px;*/
font-size:x-large;
position: relative;
}
.item {
float:left;
width:80%;
font-size:.5em;
text-align:left;
}
.price {
float:right;
width:20%;
font-size:.5em;
}
#footer {
	text-align: center;
	clear: both;
	width: 735px;
	margin-right: 10px;
	margin-left: 12px;
	padding: 0px;
	overflow: auto;
	background-color: #fda;
}
#logo1 {
	float: left;
    width: 260px;
    height: 180px;
}
#thumb1 {
    width: 140px;
    height: 96px;
    border: thick solid #C0C0C0;

}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 80%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
    background-color: #D6D6D6;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: red;
	text-decoration: underline;
}
#footer a:hover {
	color: #f8f;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}