/* basic layout structure */
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	margin: 0 0 0 0;
}

#header {
	float: left;
	width: 800px;
	height: 110px;
	background: url('images/layout/header.jpg') no-repeat;
}
#menu_post {
	float: left;
	width: 107px;
	height: 370px;
	background: url('images/layout/m_bottom.jpg') no-repeat;
}
#menu {
	float: left;
	width: 107px;
	height: 180px;
	background: url('images/layout/menu.jpg') no-repeat;
}

#main {
	float: left;
	width: 693px;	/* 693 */
	background: url('images/layout/main.jpg') no-repeat;
	height: 467px;
	text-align: left;
	margin: 0 0 80px 0;
	border: 0px solid blue;
}
html>body #main {
	height: auto;
	min-height: 467px;
}

#maincontent {
	width: 693px;
	padding: 15px 0 50px 0;
}

/* 3 column version */
#maincontent_3c_left {
	float: left;
	width: 138px;
	padding: 0 0 0 0;
	border: 0px solid blue;
}
#maincontent_3c_mid2 {
	float: left;
	width: 480px;
	padding: 6px 0 0 0;
	border: 0px solid blue;
	
}
/* END 3 column version */

#footer_menu {
	float: left;
	width: 800px;
	text-align: left;
	padding: 0 0 0 20px;
}
#footer_copy {
	float: left;
	width: 290px;
	text-align: right;
	padding: 17px 0 0 0;
}
#footer {
	clear: both;
	width: 700px;
	height: 95px;
	padding: 20px 0 0 0;
	text-align: center;
	background: white;
	border-top: 1px solid #ddd;
}
/* END basic layout structure */





/* basic html styles */
html {
	color: #737373;
	font-family: tahoma, arial, san-serif;
	font-size: 8pt;
}
body {
	background: #fff;
	color: #606062;
}
a {
	color: #8a0000;
	text-decoration: none;
}
a:hover {
	color: #8a0000;
	background: #eee;
}
a:selected {}
a:visited {}
table {
	border-collapse: collapse;
}
th {
	padding: 2px 4px 1px 4px;
	border: 0px solid #B7B7B7;
	background: #005597;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
}
td {
	border: 0px solid #B7B7B7;
	padding: 2px 4px 1px 4px;
	font-size: 0.9em;
}
ul {
	list-style-image: url('images/icons/bulletdrop_grey.jpg');
	margin: 4px 0 0 1.4em;
	padding: 0 0 0 0;
}
li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.listheader {
	font-size: 1.1em;
/*	background: #737373;*/
	color: #333;
	padding: 0 0 0 0;
	text-decoration: underline;
}

h1 {
	color: #8a0000;
	font-size: 1.5em;
	margin: 0 0 2em 0;
}
h2 {
	color: #8a0000;
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
h3 {
	color: #8a0000;
	font-size: 1em;
	margin: 1em 0 0 0;
}
label {
	font-size: 1em;
	display: block;
}
sup {
	font-size: 1em;
	margin: 0 0 0 2px;
}
p {
	margin: 1em 0 1em 0;
}
/* END basic html styles */





/* forms */
/* END forms */





/* character styles */
.red {
	color: #BB0000;
}
/* END character styles */





/* paragraph styles */
/* END paragraph styles */





/* other */
#footer img {
	position: relative;
	top: 2px;
}
.clearing {
	clear: both;
	height: 1px;
}

.product {
	float: left;
	margin: 0 0 20px 0;
	width: 467px;
}
.product_image {
	float: left;
	margin: 0;
	border: 1px solid #ddd;
}
.product_text {
	padding: 0 0 0 15px;
	float: right;
	width: 300px;
	border-top: 1px solid #eee;
}
a.button {
	padding: 2px 4px 2px 4px;
	border: 0px solid #ddd;
	background: #999;
	color: white;
	text-decoration: none;
}
a.button:hover {
	padding: 2px 4px 2px 4px;
	border: 0px solid #ddd;
	background: #bb0000;
	color: white;
	text-decoration: none;
}
/* END other */

