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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4134;
}
body {
	margin: 0px;
	background-color: #f4eae9;
	/*background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
	color: #333333;
}

a {
	color: #000000;
	text-decoration:underline;
}

.productname {
	font-size: 12px;
	color: #992928;
	font-weight: bold;
}

body, html {
	height: 100%;
}
.specialnav img{
	padding-right: 4px;
	padding-left: 4px;
}
#search input {
	height: 15px;
	width: 180px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #4f4134;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 2px;
}

#brand select {
	height: 15px;
	width: 200px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #4f4134;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 2px;
}

.links a {
	color: #992928;
	font-weight: bold;
	text-decoration:none;
}

<!--
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #992928;
	font-weight: bold;
}
.style3 {color: #333333}
-->