@charset "utf-8";
/* CSS Document */

body{
	background-color: #90140C;
}

.header  {
	
	background-image:url(../images/stripes.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #FFFFFF;
	border-bottom:solid 1px #ffffff; 
	margin: 0 0 5px 0;
	padding: 2px;
}

.content{
	background-color:#FFFFFF;
	padding: 0 5px 0 5px;
}

.footer  {
	background: #000000;
	color: #FFFFFF;
	border-top: solid 1px #ffffff;
	margin: 10px 0 0 0;
}

.company { 
	font-weight: bold;
}

hr { 
	clear: both;
	border:solid;
	border-width:1px;
	border-bottom-color:#007300; 
	border-top-color:#ffffff; 
	border-left-color:#ffffff; 
	border-right-color:#ffffff;
}

.top-news img {
	float: left; 
	margin-right: 5px;
}

.top-news h3, .news h3 { 
	font-size: large;
	font-weight: bold;
}

.accesskey {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.header a{
	color:#FE9B27;
}

.footer a{
	color:#999999;
}

.validation {
	margin-top: 10px;
}

.product img {
	float: left;
	margin-right: 5px;
}

.product h3, .news h3 {
	font-size: large;
	font-weight: bold;
}