html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #F2F1ED;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
	font-size: 8pt;
	color: #000000;
}

td.news {
	font-family: Verdana, Arial, Helvetica, lucida, sans-serif;
	font-size: 8pt;
	color: #AF0303;
	font-weight:bold;
}

a {
    color: #AF0303;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    color: #AF0303;
    text-decoration: underline;
}

a.WhiteLink {
    color: #FFFFFF;
}

a.WhiteLink:hover {
    color: #FFFFFF;
}   

a.YellowLink {
    color: #FDFC86;
    font-weight: bold;
}

a.YellowLink:hover {
    color: #FDFC86;
    font-weight: bold;
}

a.GreenLink {
    color: #548B03;
    font-weight: bold;
}

a.GreenLink:hover {
    color: #548B03;
    font-weight: bold;
}

a.GreenLink:visited {
    color: #548B03;
    font-weight: bold;
}

a.GreyLink {
    color: #434343;
    font-weight: bold;
    font-size: 7pt;
}

a.GreyLink:hover {
    color: #AF0303;
    font-weight: bold;
}

a.BrochureLink {
    color: black;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    margin-left: 10px;
}

a.BrachureLink:hover {
    color: black;
    font-weight: bold;
    margin-left: 20px;
    text-align: center;
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    color: #AF0303;
    margin-bottom: 10px;
    font-style: italic;
}

h1.news {
	font-size: 13pt;
	font-family:Arial, Helvetica, lucida, sans-serif;
	font-weight:bold;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    color: #AF0303;
    margin-bottom: 10px;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}

span.Black {
    color: #000000;
}

p {
    margin-top:10px;
    text-align:justify;
}

.MainPage {
    width: 770;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    height: 100%;
    empty-cells: show;
}

.HeaderRow {
    background-color: #000000;
    background-image: url('/images/header_background.gif'); 
    height: 19px;
}

.LogoRow {
    background-color: #000000;
    background-image: url('/images/logo.gif');
    background-repeat: no-repeat;    
    height: 51px;
}

.ProductRow {
	background-color: #FFFFFF;
    background-image: url('/images/under_list.gif');
    background-repeat: no-repeat;
    text-align: justify;
    padding-left: 10px;
    padding-top: 1px;
    width: 250px;
}

.ImageTopRow {
    background-color: #81BE27;
    background-image: url('/images/menu_image_top.gif');
    height: 4px;
}

.ImageRow {
    background-color: #81BE27;
    background-image: url('/images/main_image.jpg');
    background-repeat: no-repeat;
    height: 124px;
}

.ImageBottomRow {
    background-color: #81BE27;
    background-image: url('/images/menu_image_bottom.gif');
    height: 23px;
}

.ImageListRow {
    background-color: #FFFFFF;
    background-image: url('/images/under_list.gif');
    background-repeat: no-repeat;
}

.ContentRow {
    background-color: #FFFFFF;
}

.FooterRow {
    background-color: #000000;
    height: 20px;
}

.HeaderMenu {
    background-image: url('/images/header_menu.gif');
    height: 19px;
}

.HeaderMenuSeparator {
    background-color: #000000;
    background-image: url('/images/header_separator.gif');
    background-repeat: no-repeat;
    width: 8px;
}

.HeaderMenuItems {
    padding-right: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 10px;
}

.SidePanel {
    width: 170px;
    border-right: 1px solid #E5E4DD;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
}

.TextPanel {
    width: 450px;
    text-align: justify;
    padding-left: 0px;
    padding-right: 6px;
    padding-top: 0px;
    vertical-align: top;
}

.RightPanel {
    width: 170px;
	vertical-align:top;   
	padding-left: 0px; 
	border-left: 1px solid #E5E4DD;
}

.BrosureDownloadPicture {
	width: 100px;
	margin-left: 25px;
	border: 1px solid black;
}

.ContentPantel {
    padding: 15px;
}

.MenuItem {
    border-top: 1px solid #E5E4DD;
    padding: 3px;
    padding-left: 29px;
    background-image: url('/images/bullet_green.gif');
    background-position: 9px;
    background-repeat: no-repeat;
}

.MenuItemActive {
    border-top: 1px solid #E5E4DD;
    padding: 3px;
    padding-left: 29px;
    background-image: url('/images/bullet_red.gif');
    background-position: 9px;
    background-repeat: no-repeat;
}

.MenuItemLast {
    border-bottom: 1px solid #E5E4DD;
}

.MenuItem a {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.MenuItem a:hover {
    color: #AF0303;
    text-decoration: underline;
}

.MenuItemActive a {
    font-size: 10pt;
    font-weight: bold;
    color: #AF0303;
}

.MenuItemActive a:hover {
    color: #AF0303;
    text-decoration: underline;
}

.SubMenu {
    border-top: 1px solid #E5E4DD;
    background-color: #F6F5F3;
}

.SubMenu ul {
    margin: 0px;
    list-style-type: square;
    margin-left: 45px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.SubMenu li {
    line-height: 1.5em;
}

.SubMenu a {
    color: #000000;
}

.SubMenuItemActive {
    color: #AF0303;
}

.SubMenuItemActive a {
    color: #AF0303;
}

.List {
	list-style-image: url('/images/news_indent.gif');
}

.List2 {
	list-style-image: url('/images/news_indent.gif');
	padding-left: 15px;
	padding-top: 0px;
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
}

.ListRef {
	list-style-image: url('/images/news_indent.gif');
	padding-left: 20px;
	padding-top: 2px;
	margin-left: 10px;
	margin-top: 2px;
	text-align: left;
}

.none {
	list-style-type: none;
	padding: 0px;
	padding-left: 0px;
	margin-left: 10px;
}

ul.rightSubMenu {
	list-style-image: url('/images/red_square.gif');
	padding: 0px;
	padding-left: 15px;
	margin-left: 10px;
}

ul.basicList {
	list-style-type: circle;
	padding: 0px;
	padding-left: 15px;
	margin-left: 10px;
	text-align: left;
}

/** {
	border: 1px solid red;
}*/
