/* CSS Document */

/*---[PUBLIC.CSS]---*/

body {
	background-color: #E9771D;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

	body div#WRAPPER {
		width: 800px;
	}

		div#WRAPPER div#HEADER {
			font-size: 0px;
			height: 70px;
		}
		
			div#HEADER div#HEADERLOGO {
				width: 229px;
				height: 70px;
			}
		
			div#HEADER div#HEADERFLASH {
				width: 571px;
				height: 70px;
				background-position: top left;
				background-repeat: no-repeat;
				line-height: 37px;
				text-align: right;
			}
				div#HEADERFLASH object {
					margin-right: 5px;
				}
		
		div#WRAPPER div#MAIN {
			text-align: left;
		}
		
			div#MAIN div#LEFTPANE {
				width: 229px;
				height: auto;
				text-align: center;
				font-size: 0px;
			}
			
				div#LEFTPANE div.MENU {
					background-position: top left;
					background-repeat: no-repeat;
					width: 229px;
					height: 31px;
					line-height: 21px;
					text-align: center;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10px;
					color: #FFFFFF;
				}
				
					div.MENU a {
						color: #FFFFFF;
					}
				
					div.MENU a:hover {
						color: #0680C8;
					}
				
				div#LEFTPANE div#FIND_DISTRIBUTOR {
					width: 222px;/*
					height: 121px;*/
					text-align: left;
					border: solid 1px #013C5F;
					background-position: bottom;
					background-repeat: no-repeat;
					background-color: #087CC0;
				}
				
					div#FIND_DISTRIBUTOR div#FDCONT {
						margin: 10px;
					}
				
						div#FDCONT div#FDQ {
							text-align: center;
							font-size: 11pt;
							font-weight: bold;
							color: #FFFFFF;
						}
						
						div#FDCONT div#FDFORM {
							text-align: center;
							font-size: 8pt;
							font-weight: normal;
							margin: 5px 0px;
						}
					
							div#FDFORM input#SSTEXT {
								font-size: 10pt;
								background-color: #82B6D4;
								border: solid 1px #000000;
							}
					
							div#FDFORM input#SSBUTTON {
								font-family: Arial, Helvetica, sans-serif;
								font-size: 11px;
								font-weight: bold;
								color: #FFFFFF;
								background-color: #0774B5;
								background-position: bottom;
								background-repeat: repeat-x;
								border: solid 1px #0D8EDB;
								width: 60px;
							}
							
						div#FDCONT div#FDTEXT {
							text-align: left;
							color: #FFFFFF;
							font-size: 9pt;
							font-weight: bold;
						}
						
							div#FDTEXT span#FDT_NOTE {
								color: #E08620;
							}
		
			div#MAIN div#RIGHTPANE {
				width: 566px;
				height: auto;
			}
			
				div#RIGHTPANE div#FLASHBANNER {
					height: 295px;
				}
			
				div#RIGHTPANE div#MAINCONTENT {
					width: 566px;
					background-position: top;
					background-repeat: repeat-x;
					padding-top: 5px;
				}
					div#MAINCONTENT a{
						text-decoration: underline;
						font-size: 12px;
						color: #FFFFFF;
					}
					div#MAINCONTENT a:hover{
						text-decoration: underline;
						font-size: 12px;
						color: #0000CC;
					}	
					div#MAINCONTENT div#CONTENT{
						margin: 5px; 
						padding-top: 10px;
					}
				
				div#RIGHTPANE div#NEWS {/*
					width: 225px;*/
					height: 200px;
					text-align: left;
					border: solid 1px #D2A258;
					background-position: bottom;
					background-repeat: repeat-x;
					font-size: 8pt;
				}
				
					div#NEWS div#NEWS_CONT {
						margin: 10px;
					}
					
						div#NEWS_CONT div#NEWS_TITLE {
							font-size: 9pt;
							font-weight: bold;
							color: #EEE58F;
						}
				
						div#NEWS_CONT div.NEWSTEXT {
							text-align: left;
							font-size: 8pt;
							font-weight: normal;
							color: #FFFFFF;
						}
						
							div.NEWSTEXT a {
								color: #FFFFFF;
								text-decoration: underline;
							}				

		div#WRAPPER div#FOOTER {
			height: 60px;
			line-height: 16px;
			background-position: bottom;
			background-repeat: repeat-x;
			text-align: center;
		}
	
		div#WRAPPER div.CLEARFLOATS {
			font-size: 1px;
			height: 1px;
			clear: both;
		}
		
/*---[/PUBLIC.CSS]---*/