/* CSS Document */

body {
	margin: 0;
	background-image: url('media/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

.breadcrumb {
	font-family: arial;
	font-size: 10pt;
	color: #000;
	padding-left: 10px;
	vertical-align: center;
	text-align: left;
}

.top_nav {
	text-align: center;
	padding: 3px;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.content {
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 9pt;
	line-height: 19px;
	text-align: left;

}

h1 {
	margin: 0;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: normal;
	text-align: left;

}

.prodimg {
 	padding: 2px;
 	border: 1px solid #aaa;

}

h2 {
	margin: 0;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	text-align: left;

}

.footer {
	font-family: arial;
	font-size: 9pt;
	line-height: 23px;
	color: #000;
	padding: 5px;
	text-align: center;
}

a {
 	color: #000;
 	font-weight: bold;
}

a:hover {
 	color:# 000;
 	font-weight: bold;
 	text-decoration: underline;
}

#sidebar {
	width: 220px;
	text-align: left;
	float: right;
	padding: 8px;
}

.sidebar_top {
 	padding: 8px;
 	background-color: #660000;
 	color: #fff;
 	font-weight: bold;
 	font-size: 13px;
 	font-family: arial;
}

.sidebar_side {
 	padding: 6px;
 	border-bottom: 1px solid #aaa;
 	background-color: #f7f7e0;
 	font-size: 12px;
 	font-family: arial;
 	color: #000;
 	font-weight: normal;
}

.image {
 	padding: 6px;
 	border: 1px solid #aaa;
 	margin: 3px;
}