@charset "UTF-8";
/*************************************
	Global
 *************************************/



html {
	height: 100%;	
}
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 76% Arial, sans-serif;
}
#container {
	position: relative;
	background-image: url(../images/bckg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}
html>body #container {
    height: auto;
}
#newContent {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	overflow: hidden;
}



/*************************************
	Menu
 *************************************/



#menu {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF0AE;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index:1000;
}
#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
}
#menu li {
	position: relative;
	display: inline;
	list-style: none;
	text-align: center;
	line-height: 25px;
	margin: 0 15px 0 15px;
	padding: 0;
}
#menu li a:link, #menu li a:visited{
	color: #FFF0AE;
	text-decoration: none;
}
#menu li a:hover, menu li a:active{
	text-decoration: underline;
}



#menu li:hover ul {
	display: inline;
}
#menu li ul:hover {
	display: inline;
}



#menu ul li ul {
	position: absolute;
	display: none;
	width: 200px;
	margin: 0 0 0 0;
	padding: 25px 0 0 0;
}
#menu ul li ul li {
	position: relative;
	display: block;
	background-color: #FFF0AE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height: 14px;
	color: #000000;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited{
	color: #000000;
}



.menu_num {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #AD883D;
	margin: 0;
	padding: 0;
}



/*************************************
	Footer
 *************************************/



#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 155px;
	background-image: url(../images/img_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 155px;
	margin: 0;
	padding: 0;
	z-index:10;
	clear: both;
}
#footer_container {
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-color: #000000;
	background-image: url(../images/img_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AD883D;
	line-height: 25px;
	text-align: center;
	margin: 130px 0 0 0;
	padding: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 110px 0 110px;
}
#footer li a:link, #footer li a:visited{
	color: #AD883D;
	text-decoration: none;
}
#footer li a:hover{
	text-decoration: underline;
}



/*************************************
	Content
 *************************************/



#page {
	position: relative;
	width: 600px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
	display: block;
	float: left;
	width: 600px;
	z-index:100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	margin: 25px 0 180px 0;
	padding: 0;
}
.txt_ti {
	position: relative;
	display: block;
	width: 600px;
	height: 70px;
	font-size: 25px;
	color: #AD8A3A;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 70px;
	background-image: url(../images/img_ti_hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
}
.txt_higlight {
	color: #AD8A3A;
}
#content a:link, #content a:visited {
	color: #AD8A3A;
	text-decoration: none;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
.prod_img {
	float: left;
}
.prod_box {
	float: left;
	margin: 95px 0 0 50px;
	padding: 1px;
	background-color: #CCCCCC;
}
.prod_box_inner {
	background-color: #FFFFFF;
	padding: 25px;
}
.prod_box ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.txt_prod_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	line-height: 25px;
	color: #AD8A3A;
}
.prod_hr {
	height:1px;
	margin: 25px 0 25px 0;
	background-image: url(../images/img_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}