@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------- 
  base
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 150%;
	letter-spacing: 1px;
	height: 100%;
}

#bg_body {
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.f_left {
	float: left;
	padding-right: 10px;
}

.c_left {
	clear: left;
}

.bold {
	font-weight: bold;
}

.herb {
	color: #DDCC00;
}

.rose {
	color: #FFCCCC;
}

.orange {
	color: #FFCC00;
}

.center {
	text-align: center;
}

.none {
	display: none;
}

.small {
	font-size: 10px;
}

/*---------------------------------------------------------------------- 
  layout
----------------------------------------------------------------------*/
#bg_header_menu {
	position: absolute;
	height: 30px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	/*background-color: #cc0033;*/
	top: 0;
	left: 0;
}

#header_menu {
	position: absolute;
	height: 10px;
	top: 10px;
	left: 285px;
	display: none;
}

#header_menu li {
	list-style-type: none;
	display: inline;
}

#bg_logo {
	position: absolute;
	width: 260px;
	height: 157px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background: url(images/bg_salut_logo_01.gif) no-repeat;
	top: 50px;
	left: 30px;
}

#logo {
	position: absolute;
	top: 55px;
	left: 35px;
}

#select_color {
	position: absolute;
	height: 20px;
	width: 120px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	top: 35px;
	left: 785px;
}

.select_color {
	margin: 0 5px;
}

#herb_banner {
	position: absolute;
	width: 600px;
	height: 115px;
	top: 60px;
	left: 300px;
}

/*-------------------- 
  sidebar
--------------------*/
#side_filtering {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 225px;
	left: 35px;
}

#side_rose {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 340px;
	left: 35px;
}

#side_iron {
	position: absolute;
	width: 250px;
	height: 100px;
	top: 455px;
	left: 35px;
}

#bg_side_info {
	position: absolute;
	width: 250px;
	height: 485px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 570px;
	left: 35px;
}

#side_info {
	position: absolute;
	width: 230px;
	height: 285px;
	top: 580px;
	left: 45px;
  line-height: 120%;
}

#bg_qr_code {
	position: absolute;
	height: 110px;
	width: 110px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #FFFFFF;
	top: 930px;
	left: 100px;
}

#qr_code {
	position: absolute;
	height: 110px;
	width: 110px;
	top: 930px;
	left: 100px;
	/*padding-bottom: 30px;*/
}

/*-------------------- 
  top page
--------------------*/
#bg_main_home {
	position: absolute;
	width: 598px;
	min-height: 1008px;
	border: 1px solid #CCCCCC;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 225px;
	left: 300px;
}

#main_home {
	position: absolute;
	width: 580px;
	top: 235px;
	left: 310px;
}

#main_home h2 {
	padding: 0 0 10px;
}

#main_home ul, #main_home li {
	list-style-type: none;
}

#main_home li {
	list-style-image: url(images/icon_info_list_01.gif);
	margin-left: 16px;
}

#bublista_wrap {
	padding-bottom: 20px;
}

#bg_footer_home {
	position: absolute;
	width: 600px;
	height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 1255px;
	left: 300px;
}

#footer_home {
	position: absolute;
	width: 580px;
	top: 1235px;
	left: 310px;
	padding: 20px 0;
	color: #CC0033;
	text-align: center;
	font-size: 10px;
}

/*-------------------- 
  contact page
--------------------*/
#bg_main_cont {
	position: absolute;
	width: 598px;
	height: 788px;
	border: 1px solid #CCCCCC;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 225px;
	left: 300px;
}

#main_cont {
	position: absolute;
	width: 580px;
	top: 235px;
	left: 310px;
}

#main_cont h2 {
	padding: 0 0 10px;
}

#main_cont th {
	padding: 0 20px 10px 0;
	text-align: right;
	vertical-align: top;
}

#main_cont td {
	vertical-align: top;
}

#bg_footer_cont {
	position: absolute;
	width: 600px;
	height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 1035px;
	left: 300px;
}

#footer_cont {
	position: absolute;
	width: 580px;
	top: 1015px;
	left: 310px;
	padding: 20px 0;
	color: #CC0033;
	text-align: center;
	font-size: 10px;
}

/*-------------------- 
  service page
--------------------*/
#bg_main_srvc {
	position: absolute;
	width: 598px;
	height: 788px;
	border: 1px solid #CCCCCC;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 225px;
	left: 300px;
}

#main_srvc {
	position: absolute;
	width: 580px;
	top: 235px;
	left: 310px;
}

#main_srvc h2 {
	padding: 0 0 10px;
}

#main_srvc table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #737373;
	border-left: 1px solid #737373;
}

#main_srvc th {
	padding: 5px 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	/*border-right: 1px solid #737373;*/
	border-bottom: 1px solid #737373;
}

#main_srvc td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: right;
	width: 20%;
	white-space: nowrap;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
}

#bg_footer_srvc {
	position: absolute;
	width: 600px;
	height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 1035px;
	left: 300px;
}

#footer_srvc {
	position: absolute;
	width: 580px;
	top: 1015px;
	left: 310px;
	padding: 20px 0;
	color: #CC0033;
	text-align: center;
	font-size: 10px;
}

/*-------------------- 
  staff page
--------------------*/
#bg_main_stff {
	position: absolute;
	width: 598px;
	height: 788px;
	border: 1px solid #CCCCCC;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 225px;
	left: 300px;
}

#main_stff {
	position: absolute;
	width: 580px;
	top: 235px;
	left: 310px;
}

#main_stff h2 {
	padding: 0 0 10px;
}

#bg_footer_stff {
	position: absolute;
	width: 600px;
	height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color: #000000;
	top: 1035px;
	left: 300px;
}

#footer_stff {
	position: absolute;
	width: 580px;
	top: 1015px;
	left: 310px;
	padding: 20px 0;
	color: #CC0033;
	text-align: center;
	font-size: 10px;
}

