body,input,textarea {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #333;
	background-color: #999;
}

body {
	width: 100%;
	margin: 0px auto;
}

.page_container {
	width: 100%;
}

.page {
	width: 1000px;
	margin: 0px auto;
}

.header_bg {
	float: left;
	display: inline;
	width: 1000px;
	background: url("../img/header.png") top center no-repeat;
	height: 80px;
}

.header_menu {
	margin-right: 290px;
	margin-top: 5px;
}

.header_menu a {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
}

.header_menu a:hover {
	text-decoration: underline;
}

.language_container {
	margin-right: 20px;
	margin-top: 3px;
}

.language_container ul {
	padding: 0px;
	margin: 0px;
	background: url("../img/bendera.png") top right no-repeat;
	width: 89px;
	height: 15px;
}

.language_container li {
	float: left;
	display: inline;
}

.language_container li a {
	text-decoration: none;
	width: 21px;
	display: block;
	height: 15px;
}

.language_container li span {
	visibility: hidden;
}

.goto_icon_link {
	margin-right: 10px;
}

.goto_icon_link span {
	visibility: hidden;
}

.goto_icon_link a {
	background: url("../img/goto_palm.png") top right no-repeat;
	width: 155px;
	height: 55px;
	display: block;
	text-decoration: none;
}

.goto_icon_link a:hover {
	background: url("../img/goto_palm.png") -28px -55px;
}

.menu_container {
	float: left;
	display: inline;
	width: 1000px;
	text-align: center;
	background: url("../img/menu.png") top center no-repeat;
}

.menu {
	height: 40px;
	width: 100%;
}

.menu li {
	list-style: none;
	display: inline;
	float: left;
}

.menu li a {
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	text-shadow: 0 1px 1px #555;
}

.menu li a:hover {
	background: url("../img/menu.png") -10px -40px;
	color: #ff0;
}

.content {
	padding: 10px 10px 0px;;
	float: left;
	display: inline;
	width: 980px;
}

.content_bg {
	float: left;
	display: inline;
	background: url("../img/content_back.png") top center repeat-y;
	width: 1000px;
}

.slide_container {
	height: 150px;
	overflow: hidden;
}

.footer_bg {
	width: 1000px;
	float: left;
	display: inline;
	background: url("../img/footer_back.png") bottom center no-repeat;
	padding: 10px 0px 25px;
}

.footer_text {
	color: #666;
	font-size: 0.9em;
	margin: 10px auto;
}

.footer_text a {
	color: #943436;
	font-weight: bold;
	text-decoration: none;
}

.footer_text a:hover {
	text-decoration: underline;
}

.footer_menu {
	color: #666;
	font-size: 0.9em;
}

.footer_menu a {
	color: #943436;
	text-decoration: none;
	margin: 0px 5px;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.home_left_container {
	float: left;
	display: inline;
	width: 670px;
	padding: 0px 10px 5px;
}

.home_right_container {
	float: left;
	display: inline;
	width: 280px;
	background: url("../img/side_back.png") top left no-repeat;
}

.news_container {
	background: url("../img/side_back.png") top center no-repeat;
	padding: 5px 15px;
}

.news_date {
	margin-bottom: 5px;
	color: #888;
	font-size: 0.9em;
}

.news_title {
	margin-bottom: 20px;
}

.news_title a {
	color: #943436;
	font-weight: bold;
	text-decoration: none;
}

.news_title a:hover {
	text-decoration: underline;
}

.title_home {
	font-size: 1.3em;
	font-weight: bold;
	color: #943436;
	background: url("../img/coal_icon.png") left no-repeat;
	padding: 7px 0px 7px 50px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: #ddd solid 1px;
}

.welcome {
	text-align: left;
	margin-bottom: 10px;
}

.greeting {
	text-align: justify;
	line-height: 17px;
}

.more {
	margin: 5px 0px;
	clear: both;
}

.more a {
	color: #943436;
	font-size: 0.9em;
	text-decoration: none;
}

.more a:hover {
	text-decoration: underline;
}

.images_home {
	border: #ddd solid 1px;
	width: 182px;
	height: 121px;
}

.product_home_link {
	margin: 5px 0px;
}

.product_home_link a {
	color: #943436;
	font-weight: bold;
	text-decoration: none;
}

.product_home_link a:hover {
	text-decoration: underline;
}

.page_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #943436;
	background: url("../img/coal_icon.png") left no-repeat;
	padding: 7px 0px 7px 50px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: #ddd solid 1px;
}

.page_detail {
	text-align: justify;
	line-height: 17px;
}

.page_detail_with_submenu {
	text-align: justify;
	line-height: 17px;
	width: 760px;
}

.page_detail_with_submenu img{
	border: #ddd solid 1px;
}

.sub_menu {
	width: 174px;
	text-align: left;
	padding-right: 5px;
}

.sub_menu_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #943436;
	text-align: left;
	padding: 5px 0px;
	border-bottom: #ddd dotted 1px;
	margin-bottom: 10px;
}

.sub_menu ul {
	margin: 0px;
	padding: 0px;
}

.sub_menu li {
	list-style-type: none;
	border-bottom: #ddd dotted 1px;
}

.sub_menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #666;
}

.sub_menu li a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #aaa;
}

.dotted {
	border-left: #ddd solid 1px;
}

.global_link {
	color: #943436;
	text-decoration: none;
}

.global_link:hover {
	text-decoration: underline;
}

.subpage_title {
	color: #943436;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.page_images {
	float: left;
	border: #ddd solid 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contact_form input,textarea {
	border: #ddd solid 1px;
	background-color: #eee;
	overflow: auto;
}

.button {
	cursor: pointer;
}

.button:hover {
	background-color: #ddd;
}

.page_inside_container {
	padding: 0px 10px;
	float: left;
	display: inline;
	width: 960px;
	margin-bottom: 10px;
}

.back_purple {
	background: url("../img/purple_back.png") top center repeat-y;
	height: 3px;
	float: left;
	display: inline;
	width: 1000px;
	margin: 0px auto;
}

.logo_back {
	display: inline;
	float: left;
	min-height: 290px;
}

.contact_form_container {
	float: left;
	display: inline;
	width: 545px;
}

.contact_address_container {
	float: left;
	display: inline;
	width: 215px;
}

.greeting_container {
	margin-bottom: 10px;
}

.site_map_container{
	border-left: #ddd solid 1px;
	border-top: #ddd solid 1px;
}

.site_map_container td{
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	padding:5px;
}

.sitemap_sub{
	padding: 0px 10px;
	margin:10px 0px;
}

.sitemap_sub li{
	list-style: none;
	color:#999;
	border-bottom: #ddd dotted 1px;
}

.sitemap_sub li a{
	display: block;
	color: #999;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
}

.sitemap_sub li a:hover{
	color: #fff;
	background-color:#999;
	text-decoration: none;
}

.site_map_title_link{
}

.site_map_title_link a{
	background-color: #006994;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	padding:3px;
	display: block;
}

.site_map_title_link a:hover{
	background-color: #7ed3f6;
	color:#333;
}

.error-message{
	font-size: 0.9em;
	color: #f00;
}

.product_home_container{
	text-align: justify;
}

.menu_inside{
	width: 980px;
	margin: 0px auto;
}

.menu_link_container{
}

.menu_link_container a{
	text-decoration: none;
	display: block;
	padding:11px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 1px #333;
}

.menu_link_container a:hover{
	background: url("../img/menu.png") -10px -40px;
	color: #ff0;
}

.header_left_content{
	float: left;
	width: 400px;
}

.header_right_content{
	float: left;
	width: 600px;
}

.logo_link a{
	display: block;
	width: 350px;
	height: 75px;
	margin-top: 3px;
	text-decoration: none;
}

.logo_link a span{
	visibility: hidden;
}

.comment_alert{
	margin-bottom: 5px;
	color: #666;
}

.comment_alert input{
	padding: 2px;
	border: #ccc solid 1px;
	text-align: center;
	width: 30px;
	background-color: #eee;
	font-weight: bold;
	display: inline;
}
