@charset "UTF-8";
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #D9D9D9;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 25px;
	padding-left: 25px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.container_cosmetics a:link {
	color: #069;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
.container_cosmetics a:visited {
	color: #669;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 800px;
	background: #FFF;
	background-image: url(../images/large_screen_layout/Header.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto 30px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.container_cosmetics {
	width: 800px;
	background: #FFF;
	background-image: url(../images/large_screen_layout/cosmetics_Header.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0 auto 30px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.app_intro {
	padding-left: 0px;
	padding-right: 0px;
	width: 580px;
	font-family: Verdana, Geneva, sans-serif;
}

.footer_bg {
	background-image: url(../images/large_screen_layout/Footer_Bg.png);
	width: 700px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#nav_bar {
	margin: 0px;
	padding: 0px;
	height: 50px;
	position: relative;
}

#search_bar {
	margin: 0px;
	padding: 0px;
}

#search_bar p {
	text-align: right;
	margin-top: 10px;
}

#footer {
	margin-top: 50px;
	padding: 0px;
	text-align: center;
}

#copyright {
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.container_cosmetics #copyright {
	color: #036;
}

img#select_language {
	margin-left: 20px;
}

#search_box {
	width: 700px;
	margin: 0px auto;
}

#nav_list {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 999px;
	left: 1px;
	top: 0px;
	height: 65px;
}

#nav_list li {
	display: inline;
	float: left;
	margin-right: 3px;
	padding-top: 22px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #4B3F37;
}

.container_cosmetics h1 {
	color: #036;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics p {
	color: #036;
}

.news_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: -23px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px;
}

.news_box p {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.content_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0px;
}

.content_top {
	height: 20px;
	width: 580px;
	padding: 0px;
	margin: 0px;
}

.content_1 {
	background-image: url(../images/large_screen_layout/box_content.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 580px;
	padding: 0px;
	margin: 0px;
}

.container_cosmetics .content_1 {
	background-image: url(../images/large_screen_layout/cosmetics_box_content.png);
}

.content_2 {
	background-image: url(../images/large_screen_layout/box_content_2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 580px;
	padding: 0px;
	margin: 0px;
}

.container_cosmetics .content_2 {
	background-image: url(../images/large_screen_layout/cosmetics_box_content_2.png);
}

.content_bottom {
	height: 20px;
	width: 580px;
	padding: 0px;
	margin: 0px;
}

.quick_box_top {
	height: 20px;
	width: 244px;
	padding: 0px;
	margin: 0px;
}

.quick_box_content_1 {
	background-image: url(../images/large_screen_layout/quick_box_content.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 224px;
	padding: 0px 10px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .quick_box_content_1 {
	background-image: url(../images/large_screen_layout/cosmetics_quick_box_content.png);
	color: #036;
}

.quick_box_content_2 {
	background-image: url(../images/large_screen_layout/quick_box_content_2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 224px;
	padding: 0px 10px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .quick_box_content_2 {
	background-image: url(../images/large_screen_layout/cosmetics_quick_box_content_2.png);
	color: #036;
}

.quick_box_bottom {
	height: 20px;
	width: 244px;
	padding: 0px;
	margin: 0px;
}

.quick_box_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #716558;
	padding-top: 10px;
	padding-bottom: 2px;
}

.container_cosmetics .quick_box_title {
	color: #036;
}

#reset, #submit {
	border: solid 1px #999;
	background-color: #FFFFFF;
	color: #716558;
}

.container_cosmetics #reset, .container_cosmetics #submit {
	color: #036;
}

#download_form {
	color: #716558;
}

.container_cosmetics #download_form {
	color: #036;
}

#account, #password {
	outline: none;
	border: solid 1px #999;
	color: #716558;
	width: 150px;
}

.container_cosmetics #account, .container_cosmetics #password {
	color: #036;
}

#download_form {
	padding-left: 25px;
	padding-bottom: 200px;
}

.banner {
	margin-bottom: 15px;
	margin-top: 10px;
}

.quick_link {
	width: 120px;
}

.product_image {
	padding-left: 10px;
	padding-bottom: 10px;
}

.catalogue {
	padding-right: 20px;
	padding-top: 10px;
}

.up {
	margin-left: 500px;
}

.product_table {
	margin-top: -23px;
}

.video {
	padding: 0px 10px 0px 10px;
}

.video_title {
	padding: 0px 0px 0px 10px;
	border-left: solid 5px #716558;
	margin: 0px 0px 0px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .video_title {
	color: #036;
	border-left: solid 5px #036;
}

.feature_list {
	padding: 10px 10px 20px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .feature_list {
	color: #036;
}

.news_list {
	padding: 0px 10px 20px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #200025;
}

.container_cosmetics .news_list {
	color: #036;
}

.spec_list {
	padding: 10px 10px 10px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .spec_list {
	color: #036;
}

.feature_title, .spec_title {
	padding: 10px 10px 0px 10px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #716558;
}

.container_cosmetics .feature_title, .container_cosmetics .spec_title {
	color: #036;
}

.tableHeading {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73220A;
	border-right-color: #73220A;
	border-bottom-color: #73220A;
	border-left-color: #73220A;
	font-weight: bold;
}

.container_cosmetics .tableHeading {
	border-color: #039;
}

.tableEntry {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73220A;
	border-right-color: #73220A;
	border-bottom-color: #73220A;
	border-left-color: #73220A;
}

.container_cosmetics .tableEntry {
	border-color: #039;
}

.tableBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73220A;
	border-right-color: #73220A;
	border-bottom-color: #73220A;
	border-left-color: #73220A;
}

.container_cosmetics .tableBottom {
	border-color: #039;
}

.tableItem {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73220A;
	border-right-color: #73220A;
	border-bottom-color: #73220A;
	border-left-color: #73220A;
	background-color: #EEE;
}

.container_cosmetics .tableItem {
	border-color: #039;
}

.tableItemBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73220A;
	border-right-color: #73220A;
	border-bottom-color: #73220A;
	border-left-color: #73220A;
	background-color: #EEE;
}

.container_cosmetics .tableItemBottom {
	border-color: #039;
}

.tableEntry sup {
	font-size: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#company, #contact, #telephone, #fax, #email {
	width: 200px;
	outline: none;
	border: solid 1px #999;
	color: #716558;
}

.container_cosmetics #company, .container_cosmetics #contact, .container_cosmetics #telephone, .container_cosmetics #fax, .container_cosmetics #email {
	color: #036;
}

#demand {
	outline: none;
	border: solid 1px #999;
	color: #716558;
	background-image: url(../images/query/query.png);
	height: 300px;
	width: 370px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 220px 85px;
}

.container_cosmetics #demand {
	background-image: url(../images/large_screen_layout/cosmetics_query.png);
	color: #036;
}

#query_form {
	padding-left: 10px;
	color: #716558;
}

.container_cosmetics #query_form {
	color: #036;
}

#query_form td {
	vertical-align: top;
}

.back {
	padding-left: 525px;
	margin-top: -23px;
}

.product_thumb {
	border: solid 1px #999;
}

#menu_machines {
	position: absolute;
	background-color: transparent;
	width: 110px;
	left: 378px;
	top: 22px;
	z-index: 5;
	display: block;
	visibility: hidden;
}

#menu_machines_2 {
	position: absolute;
	background-color: transparent;
	width: 110px;
	left: 487px;
	top: 50px;
	z-index: 6;
	display: block;
	visibility: hidden;
}

#menu_applications {
	position: absolute;
	background-color: transparent;
	width: 132px;
	left: 491px;
	top: 22px;
	z-index: 7;
	display: block;
	visibility: hidden;
}

#menu_machines div {
	width: 110px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_machines_2 div {
	width: 110px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_applications div {
	width: 132px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_machines a, #menu_machines_2 a, #menu_applications a {
	text-decoration: none;
	color: #716558;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	display: block;
	width: 80%;
	border-bottom: solid 1px #CCC;
}

#menu_machines a.last, #menu_machines_2 a.last, #menu_applications a.last {
	border-bottom: solid 0px #CCC;
}

#menu_machines a:hover, #menu_machines_2 a:hover, #menu_applications a:hover {
	color: #000;
}

#menu_machines div.submenu {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_applications div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_applications div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_2 div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_2 div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_en {
	position: absolute;
	background-color: transparent;
	width: 200px;
	left: 378px;
	top: 50px;
	z-index: 5;
	display: block;
	visibility: hidden;
}

#menu_machines_title_en {
	position: absolute;
	background-color: transparent;
	width: 110px;
	left: 378px;
	top: 22px;
	z-index: 5;
	display: block;
	visibility: hidden;
}

#menu_machines_2_en {
	position: absolute;
	background-color: transparent;
	width: 110px;
	left: 577px;
	top: 50px;
	z-index: 6;
	display: block;
	visibility: hidden;
}

#menu_applications_en {
	position: absolute;
	background-color: transparent;
	width: 132px;
	left: 491px;
	top: 22px;
	z-index: 7;
	display: block;
	visibility: hidden;
}

#menu_machines_en div {
	width: 200px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_machines_2_en div {
	width: 110px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_applications_en div {
	width: 132px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#menu_machines_en a, #menu_machines_2_en a {
	text-decoration: none;
	color: #716558;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
}

#menu_applications_en a {
	text-decoration: none;
	color: #716558;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70%;
	border-bottom: solid 1px #CCC;
	padding-bottom: 3px;
}

#menu_machines_en a.last, #menu_machines_2_en a.last, #menu_applications_en a.last {
	border-bottom: solid 0px #CCC;
}

#menu_machines_en a:hover, #menu_machines_2_en a:hover, #menu_applications_en a:hover {
	color: #000;
}

#menu_machines_en div.submenu {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu_en/menu_en_bg_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_applications_en div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

#menu_applications_en div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

#menu_machines_en div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu_en/menu_en_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_2_en div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_en div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu_en/menu_en_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu_machines_2_en div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*Cosmetics Filling Machines*/

#cosmetics_menu_machines {
	position: absolute;
	background-color: transparent;
	width: 110px;
	left: 513px;
	top: 22px;
	z-index: 5;
	display: block;
	visibility: hidden;
}

#cosmetics_menu_machines_en {
	position: absolute;
	background-color: transparent;
	width: 98px;
	left: 508px;
	top: 22px;
	z-index: 5;
	display: block;
	visibility: hidden;
}

#cosmetics_menu_applications {
	position: absolute;
	background-color: transparent;
	width: 132px;
	left: 491px;
	top: 22px;
	z-index: 7;
	display: block;
	visibility: hidden;
}

#cosmetics_menu_machines div {
	width: 110px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#cosmetics_menu_machines_en div {
	width: 98px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#cosmetics_menu_applications div {
	width: 132px;
	color: #716558;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 0px;
}

#cosmetics_menu_machines a, #cosmetics_menu_applications a {
	text-decoration: none;
	color: #069;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	display: block;
	width: 80%;
	border-bottom: solid 1px #CCC;
}

#cosmetics_menu_machines_en a {
	text-decoration: none;
	color: #069;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	display: block;
	width: 80%;
	border-bottom: solid 1px #CCC;
}

#cosmetics_menu_machines a.last, #cosmetics_menu_applications a.last {
	border-bottom: solid 0px #CCC;
}

#cosmetics_menu_machines_en a.last {
	border-bottom: solid 0px #CCC;
}

#cosmetics_menu_machines a:hover, #cosmetics_menu_applications a:hover {
	color: #000;
}

#cosmetics_menu_machines_en a:hover {
	color: #000;
}

#cosmetics_menu_applications div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cosmetics_menu_applications div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_2_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cosmetics_menu_machines div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cosmetics_menu_machines_en div.menu_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_3_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cosmetics_menu_machines div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#cosmetics_menu_machines_en div.menu_last_item {
	height: 22px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/menu/cosmetics_menu_3_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
