BODY {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	color: #FFF;
	background-color: #5C0615;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
}

h1 {
	font: normal bold 18px Trebuchet MS;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-weight: normal;
	font-size: 12px;
	font-family: Trebuchet MS;
	display:inline;
	padding:0px; 
	margin:0px;
	color:#fff;
	visibility:visible;
}

.contentRow {
	background-color: #73081A;
	background-image: url(img/content_bg.jpg);
	background-repeat: no-repeat;
}

.text {
	font: normal 12px Trebuchet MS, Arial;
	color: #FFF6F2;
	line-height: 14px;
}

.homeProd {
	font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	color: #FFF;
	text-decoration: none;
}

.homeProd:hover {
	font-weight: normal;
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	color: #FFE8DC;
	text-decoration: none;
}

.footer {
	font-weight: normal;
	font-size: 10px;
	font-family: Trebuchet MS, Arial;
	color: #E69B97;
	text-decoration: none;
	text-transform: uppercase;
}
.footer:hover {
	font-weight: normal;
	font-size: 10px;
	font-family: Trebuchet MS, Arial;
	color: #FFD7D5;
	text-decoration: none;
	text-transform: uppercase;
}

.buton{ background:#B51933; color:#fff; font-size:10px; font-weight:bold; border:1px solid #B51933;}
.input{ background:#fff;border:1px solid #000; color:#000;}