/* CSS Document */
*{	margin: 0px;	padding: 0px;}
body{
		font-family:Arial,"Lucida Grande",Tahoma,sans-serif;
		font-size: 13px;
		background: #FFF;
}
#container{
width:800px;
margin:0 auto;
background-color:#FFF; 
}
#logo-language{
display: block;
position: relative;
margin: 5px 0 1px;
border-bottom: 1px solid #990000;
}
#logo-language h1{
 text-indent: -500px;
 display: block;
 background: url(../images/logo.gif) no-repeat left top;
 width: 180px;
 height: 95px;
 overflow: hidden;
 }
 #logo-language .language{
  position: absolute;
  top:73px;
  right: 7px;
  width:64px;  
 }
 .language a{
	color:#990000;
   text-decoration: none;
 }
 .language a:hover{
	 text-decoration: underline;
 }
 #show-menu{
  margin-bottom: 1px;
  border-bottom: 1px solid #990000;
 }
/*----------------------- Detail ---------------------------------*/
#detail{
	padding: 5px;
	margin: 5px 0;
  border-bottom: 2px solid #CFCFCF;
}
.spacing{
	margin-top: 10px;
}
#colume-left, #colume-right{
	float: left;
}
#colume-left{
	width: 242px;
	margin-right: 5px;
}
#colume-right{
width: 543px;
color:#FFF;
}
.form-box{
	padding-bottom: 18px;
}
.form-box .box-header div{
background: url(../images/conner-top-L.gif) no-repeat scroll 100% 0;
height:10px;
width:10px;
}
#colume-right .box-header{
background: url(../images/Line-top.gif) no-repeat scroll 100% 0;
height:10px;
overflow:hidden;
}
.form-box .box-footer div{
background: url(../images/conner-bottom-L.gif) no-repeat scroll 100% 0;
height:10px;
width:10px;
}
#colume-right .box-footer{
background: url(../images/Line-bottom.gif) no-repeat scroll 100% 0;
height:10px;
overflow:hidden;
}
.form-box  .box-content{
	border-left: 5px solid #d1d1d1;
	border-right: 4px solid #d1d1d1;	
	background-color: #57575a;
}
.form-box .content{
	padding:0 6px!important;
	padding: 0 3px 0 4px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	
}
.form-box .auto-height{
	 height: 379px;
}
.content{
	position: relative;
}
.content h2{
	font-family: "Times New Roman", Times, serif;
	font-size:23px;
	padding:6px 0;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}
.img-border{
	margin:10px 50px;
	border: 2px solid #cfcfcf;
}
.img-left{
	float: left;
	text-align: center;
	width:150px;
	margin-bottom: 26px;
}
.bg-contact{
	margin-top: 20px;
	padding: 5px;
	background-color:  #838383;
}
.content a,.bg-contact a{
	color: #feff82;
	text-decoration: underline;
}
.line-product{
	margin-bottom:5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFF;
}
p span{
	color: red;
	font-weight: bold;
}
.content-jusify{
	text-align: justify;
}
/*--------------------------------------------------------------------*/
/*---------- Mineral water --------------------------------------*/
form{
	position: absolute;
	top:7px;
	right: 7px;
}
form select{
	width:150px;
}
.box-products{
	float: left;
	list-style: none;
	width: 244px;
	margin: 3px;
	padding: 3px;
	background-color: #333333; 	
}
.box-products dt{
	float: left;
	margin: 2px;
}
.box-products a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding: 2px;
}
.box-products a:hover{
	color:#333333;
	background-color: #797979;
}
/*------------------------------- Food ----------------------------------------------*/
.box-list-products dd{
	list-style-image: url(../images/bl.gif);
	display: list-item;
	padding-left: 10px;
	list-style-position: inside;
}
/* ---------- Clear Float ----------------*/
.clear-float{
	clear: both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*-----------------------------------------------*/

 #footer{
  clear: both;
  padding: 3px;
  text-align:center;
  font-size: 11px;
 }
 #footer a{
 color:#990000;
 text-decoration: none;
 }
  #footer a:hover{
 text-decoration: underline;
 }







