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

a  {
	text-decoration: none
}
a:link {
	color:#990000;
}
a:hover{
	color:#990000;
	text-decoration: underline;
}
a:visited{
	color:#990000;
	text-decoration: underline;
}

body {
	background-color: #DADADA;
	margin: 0px;
}
.bg1 {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.bg2 {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.topbanner {
	height: 102px;
	width: 900px;
}
.content {
	padding: 20px;
	width: 860px;
	
}
.bottommenu a {
	color: #CCC;
	text-decoration: none;
}
.contentprocess {
	padding: 20px;
	width: 860px;
	background-repeat: repeat-y;
}
.contentproduct {
	padding: 20px;
	width: 860px;
	background-repeat: repeat-y;
}

.contentleft {
	width: 475px;
	float: left;
	padding-left: 20px;
}
.contentright {
	float: right;
	width: 290px;
}
.maintext1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #5A2600;
}
.titletext1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C41A1F;
}
.titletext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C51F23;
}
.menu {
	width: 900px;
}
.radiotitletext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.maintext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5A2600;
}
.links {
	padding-top: 20px;
	padding-bottom: 15px;
}
.discliamer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.bottommenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.clear { clear: both; }
