/* BODY styles */
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/* BODY styles */

/* default text elements */
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	line-height: 15px;
}

h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 14px 0;
	padding: 0;
}

h2 {
	font-size: 21px;
	line-height: 24px;
	margin: 6px 0 14px 0;
	padding: 0;
}

h3 {
	font-size: 17px;
	line-height: 20px;
	margin: 7px 0 12px 0;
	padding: 0;
}

h4 {
	font-size: 15px;
	line-height: 17px;
	margin: 8px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 18px 0;
}
a {
	color: #555;
	text-decoration: none;
}
a.image {
	font-weight: bold;
	color: #555;
	padding: 0 10px 0 0;
	background: url(../g/news_more_bg.gif) right 4px no-repeat;
	display: inline;
	text-decoration: none;
}

a img {
	border: none;
}

abbr,
acronym {
	font-weight: bold;
	border-bottom: #333 dashed 1px;
	color: #333;
	cursor: help;
}
/* default text elements */


/* top level menu and its children */
div.topmenu_container {
	float: left;
	display: none;
}
/*
	div.topmenu_container a {
		color: #8D8D8D;
		padding: 6px 30px 6px 30px;
		display: inline-block;
		float: left;
	}
	div.topmenu_container span.on {
		width: 2px;
		padding: 6px 0 6px 0;
		background: #FFF url(../g/topmenu_round_left.gif) left top no-repeat;
		display: inline-block;
		float: left;
	}
	div.topmenu_container a.on {
		font-weight: bold;
		color: #555;
		padding: 6px 30px 6px 24px;
		background: #FFF url(../g/topmenu_link_bg.gif) right top no-repeat;
		display: inline-block;
		float: left;
	}
	div.topmenu_container span {
		padding: 6px 0 6px 0;
		display: inline-block;
		float: left;
	}
*/
/* top level menu and its children */


/* page element and its ingredients */
div#page {
	width: 160mm;
}
div.ingredient_tr {
	width: 814px;
	height: 8px;
	overflow: hidden;
	background: #FFF url(../g/cont_tr.gif) top right no-repeat;
	float: left;
	display: none;
}
div.ingredient_b {
	width: 990px;
	height: 6px;
	overflow: hidden;
	background: #FFF url(../g/cont_b.gif) top left repeat-x;
	float: left;
	display: none;
}

div.ingredient_br {
	width: 6px;
	height: 6px;
	overflow: hidden;
	background: #FFF url(../g/cont_br.gif) top left repeat-x;
	float: left;
	display: none;
}
/* page element and its ingredients */


/* logo */
div.logo_container {
	width: 160mm;
}
	div.logo_container a img {
		width: 182px;
		height: 89px;
	}
/* logo */


/* linkbar and its children on top of page */
div.related_linkbar {
	width: 797px;
	height: 56px;
	text-align: right;
	float: left;
	display: none;
}
/*
	div.related_linkbar a:hover,
	div.related_linkbar a.on {
		color: #F26925;
	}
	div.related_linkbar span {
		margin: 0 10px 0 9px;
	}
*/
/* linkbar and its children on top of page */


/* horizontal menubar, but its children are in the style_menu.css file */
div.horizontal_menubar {
	height: 24px;
	float: left;
	display: none;
}
/* horizontal menubar, but its children are in the style_menu.css file */


/* header divider */
div.header_divider {
	width: 979px;
	height: 22px;
	background: #FFF url(../g/header_bottom.gif) top left repeat-x;
	overflow: hidden;
	float: left;
	display: none;
}
/* header divider */


/* left side column and its children */
div.leftcolumn {
	width: 182px;
	margin: 0 18px 0 0;
	padding: 0 0 11px 0;
	float: left;
	display: none;
}
/*
	ul.leftmenu_firstlevel,
	ul.leftmenu_secondlevel,
	ul.leftmenu_thirdlevel {
		width: 182px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		ul.leftmenu_firstlevel li a {
			padding: 4px 8px 5px 8px;
			background: #EDEDED;
			border-bottom: #FFF solid 1px;
			color: #8D8D8D;
			display: block;
		}
		ul.leftmenu_firstlevel li a.on,
		ul.leftmenu_firstlevel li a:hover {
			color: #FFF;
			background: #F26925;
		}
		ul.leftmenu_secondlevel li a {
			padding: 4px 8px 5px 16px;
			background: #C7C7C7 url(../g/leftmenu_bg.gif) 8px 9px no-repeat;
			border-bottom: #FFF solid 1px;
			color: #555;
			display: block;
		}
		ul.leftmenu_secondlevel li a.on,
		ul.leftmenu_secondlevel li a:hover {
			color: #FFF;
			background: #F26925 url(../g/leftmenu_bg.gif) 8px 9px no-repeat;
		}
		ul.leftmenu_thirdlevel li a {
			padding: 4px 8px 5px 23px;
			background: #DDD url(../g/leftmenu_bg.gif) 14px 9px no-repeat;
			border-bottom: #FFF solid 1px;
			color: #6D6D6D;
			display: block;
		}
		ul.leftmenu_thirdlevel li a.on,
		ul.leftmenu_thirdlevel li a:hover {
			color: #FFF;
			background: #F26925 url(../g/leftmenu_bg.gif) 14px 9px no-repeat;
		}
		* html ul.leftmenu_firstlevel li a,
		* html ul.leftmenu_secondlevel li a,
		* html ul.leftmenu_thirdlevel li a {
			height: 1%;
		}
*/
/* left side column and its children */


/* middle column and its children */
div.middlecolumn {
	width: 160mm;
	padding: 0 0 10mm 0;
}
	div.header_image {
		width: 571px;
		height: 95px;
		padding: 11px 0 0 10px;
		float: left;
		display: none;
	}
/*
		div.header_image span {
			font-size: 23px;
			font-weight: normal;
			line-height: 23px;
			color: #fff;
			padding: 0;
		}
*/

/* left side column and its children in the middle column */
	div.content_left_container {
		width: 160mm;
	}
		div.navigationbar {
			width: 381px;
			margin: 0 0 7px -7px;
			float: left;
			display: none;
		}
/*
			div.navigationbar a {
				background: url(../g/leftmenu_bg.gif) right 5px no-repeat;
				padding: 0 9px 7px 7px;
				color: #8D8D8D;
				display: inline;
				float: left;
			}
			div.navigationbar span {
				padding: 0 9px 7px 7px;
				color: #8D8D8D;
				display: inline;
				float: left;
			}
*/
		div#content_left {
			width: 160mm;
		}
			div#content_left div.quote {
				width: 180px;
				background: url(../g/quot.gif) 5px 0 no-repeat;
				float: left;
			}
				div#content_left div.quote p {
					font-size: 16px;
					font-weight: bold;
					font-style: italic;
					line-height: 18px;
					text-align: left;
					margin: 0 10px 0 25px;
					padding: 12px 0 12px 0;
				}
			div#content_left p,
			div#content_left a,
			div#content_left li,
			div#content_left td {
				font-family: Verdana;
				font-size: 14px;
				line-height: 18px;
			}
				div#content_left p span {
					font-size: 68px;
					padding: 16px 0 20px 0;
					margin: 0 3px 0 0;
					display: block;
					float: left;
				}
			div#content_left a {
				color: #F26925;
			}
			div#content_left a img {
				padding: 0 2px 0 0;
			}
			div#content_left a:hover {
				text-decoration: underline;
			}
			div#content_left table {
				margin: 0 0 13px 0;
			}

			div#content_left table td {
				vertical-align: top;
				padding: 2px 7px 2px 7px;
			}
			div#content_left ul {
				margin: 0 0 13px 6px;
				padding: 0;
				list-style-type: none;
			}
			div#content_left ul ul {
				margin: 0 0 0 6px;
				padding: 0;
				list-style-type: none;
			}
				div#content_left ul li,
				div#content_left ul ul li {
					margin: 0;
					padding: 0 0 0 12px;
					background: url(../g/cont_list_bg_active.gif) 0 7px no-repeat;
				}

		div.bottom_navigation {
			width: 370px;
			margin: 30px 0 0 0;
			float: left;
			display: none;
		}
/*
			a.back,
			a.top {
				font-family: Verdana;
				font-size: 14px;
				line-height: 18px;
				padding: 0 0 0 20px;
			}
*/
/* left side column and its children in the middle column */

a.img {
	padding: 0 0 2px 16px;
	display: inline-block;
}

/* right side column and its children in the middle column */
	div.content_right_container {
		width: 190px;
		background: #ededed;
		float: left;
		display: none;
	}
/*
		div.content_right {
			width: 164px;
			margin: 13px 0 0 0;
			padding: 0 0 0 13px;
			float: left;
		}
			div.content_right h5 {
				font-size: 11px;
				font-weight: bold;
				margin: 0 0 4px 0;
			}
			div.content_right a:hover {
				text-decoration: underline;
			}
			div.content_right a img {
				width: 16px;
				height: 13px;
			}
			div.content_right img {
				width: 164px;
				height: 2px;
				border: 0;
				margin: 0 0 11px 0;
				float: left;
			}
*/
/* right side column and its children in the middle column */
/* middle column and its children */


/* left and middle container are in one - index.html */
div.left_middle_column {
	width: 771px;
	margin: 0 18px 0 0;
	float: left;
	display: none;
}
/*
	div.wide_image_container {
		width: 771px;
		height: 245px;
		margin: 0 0 14px 0;
		float: left;
	}
		div.headertext_container {
			width: 326px;
			margin: 16px 0 0 32px;
			padding: 10px 0 0 18px;
		}
			div.headertext_container span {
				font-size: 23px;
				font-weight: normal;
				line-height: 23px;
				color: #fff;
				padding: 0;
			}
			div.headertext_container p {
				color: #fff;
			}
	div.newsbox_container {
		padding: 0 0 0 2px;
		float: left;
	}
		div.newsbox {
			width: 242px;
			padding: 0 0 10px 14px;
			float: left;
		}
			div.newsbox h5 {
				font-size: 18px;
				font-weight: normal;
				margin: 8px 0 4px 0;
				padding: 0;
			}
			div.newsbox p {
				margin: 5px;
			}
*/
/* left and middle container are in one - index.html */


/* right side column and its children (banner side) */
div.rightcolumn {
	width: 190px;
	padding: 0 0 11px 0;
	float: left;
	display: none;
}
/*
	div.offerbox {
		width: 190px;
		margin: 0 0 11px 0;
		float: left;
	}
		div.offerbox h6 {
			font-weight: bold;
			color: #fff;
			background: #8d8d8d;
			margin: 0;
			padding: 5px 0 5px 10px;
		}
		div.offerbox p {
			margin: 10px;
		}
		div.offerbox a:hover {
			text-decoration: underline;
		}
*/
/* right side column and its children (banner side) */


/* footer and its children */
div.footer {
	width: 180mm;
	margin: 5mm 0 0 0;
}
	div.copyright {
		width: 180mm;
	}
		div.copyright span {
			margin: 0 0 0 11px;
		}
	div.contacts {
		width: 765px;
		text-align: right;
		float: left;
		display: none;
	}
/*
		div.contacts span {
			margin: 0 13px 0 13px;
		}
*/
/* footer and its children */


/* footer linkbar and its children */
div.footer_linkbar {
	width: 985px;
	padding: 0 0 9px 11px;
	float: left;
	display: none;
}
/*
	div.footer_linkbar a {
		color: #979797;
	}
	div.footer_linkbar span {
		color: #979797;
		margin: 0 10px 0 10px;
	}
	span#label {
		margin: 0;
	}
*/
/* footer linkbar and its children */