.lang a, .lang a:active, .lang a.hover, .lang a:visited {
	text-decoration: underline;
	color: #D2691E;
	font-size: 15px;
	font-weight: bold;
}

.horizontalMenu {
	background-color: #FE8D04;
	color: White;
	padding-top: 1px;
	padding-bottom: 3px;
}

.horizontalMenu a, .horizontalMenu a:active, .horizontalMenu a:focus, .horizontalMenu a:hover, .horizontalMenu a:link, .horizontalMenu a:visited {
	color: White;
	text-decoration: none;
}

.horizontalMenu a:hover {
	color: White;
	text-decoration: underline;
}

.copyright {
	background-image:url(/img/bg-1.gif);
	background-repeat:no-repeat;
	padding-left: 12px;
	color: #9CA7B2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.menuVerticalParent a, .menuVerticalParent a:active, .menuVerticalParent a:focus, .menuVerticalParent a:hover, .menuVerticalParent a:link, .menuVerticalParent a:visited {
	padding-left: 5px;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

.menuVerticalChild a, .menuVerticalChild a:active, .menuVerticalChild a:focus, .menuVerticalChild a:hover, .menuVerticalChild a:link, .menuVerticalChild a:visited {
	padding-left: 20px;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
}

.menuVerticalParentSelected {
	padding-left: 5px;
	width: 247px;
	height: 27px;
	background-image: url(/img/menu-parent-selected.gif);
	background-repeat:no-repeat;
}

.menuVerticalParentSelected a, .menuVerticalParentSelected a:active, .menuVerticalParentSelected a:focus, .menuVerticalParentSelected a:link, .menuVerticalParentSelected a:visited {
	color: White;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;

}

.menuVerticalChildSelected {
	padding-left: 20px;
	width: 247px;
	height: 27px;
	background-image: url(/img/menu-child-selected.gif);
	background-repeat:no-repeat;	
}

.menuVerticalChildSelected a, .menuVerticalChildSelected a:active, .menuVerticalChildSelected a:focus, .menuVerticalChildSelected a:link, .menuVerticalChildSelected a:visited {
	color: White;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
}

.pageNav, .pageNav a, .pageNav a:active, .pageNav a:focus, .pageNav a:hover, .pageNav a:link, .pageNav a:visited {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #708090;
}

.news {
	background-image:url(/img/bg-text.jpg);
	background-repeat:no-repeat;
	padding-left: 16px;
	padding-top: 7px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 30px;
}

.newsLink:active, .newsLink:focus, .newsLink:hover, .newsLink:link, .newsLink:visited {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
}

.text {
	background-image:url(/img/bg-text.jpg);
	background-repeat:no-repeat;
	padding-left: 16px;
	padding-top: 7px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 30px;
}

.products, .products:active, .products:focus, .products:link, .products:visited {
	color: Navy;
	text-decoration: underline;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}

.products:hover {
	color: #B22222;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 3px;
}

input {
	border: 1px solid #E2E2E2;
}

h1 {
	color: Orange;
	font-size: 21px;
	font-family: Arial;
}


