@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
	background: #00528c url(images/bg.jpg) repeat-x bottom left;
	height: 100%;
}

#wrap {
	width:1654px;
	height: 100%;
	/*background: url(images/bg_pack.png) no-repeat bottom left;*/
}

#inner {
	padding-top: 200px;
}
.rb-logo {
	margin:0  auto 0 auto;
	width:969px;
}

#box {
	width: 696px;
	height: 425px;
	margin: 0px auto 0 auto;
}

#left {
	width: 14px;
	float:left;
	background: url(images/box_left.png) no-repeat;
	height: 100%;
}

#right {
	width: 14px;
	float:right;
	background: url(images/box_right.png) no-repeat;
	height: 100%;
}

#main {
	width: 648px;
	height: 100%;
	float:left;
	background: url(images/box.png) repeat-x;
	padding-left: 20px;
}

* html #main {
	w\idth: 648px;
}

.logo {
	width: 143px;
	height: 129px;
	background: url(images/logo.png) no-repeat;
	text-indent: -10000px;
	margin-top: -35px;
	position:relative;
}

ul.countrys_l {
	width: 159px;
	height: 160px;
	float: left;
	margin-right: 10px;
}

ul.countrys_m {
	width: 159px;
	height: 160px;
	float: left;
	margin-right: 10px;
}

ul.countrys_r {
	width: 159px;
	height: 140px;
	float: left;
}

ul li {
	height: 20px;
	background: url(images/bg_li.png) no-repeat;
	margin-bottom: 3px;
	list-style-type: none;
	text-indent: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

ul li a {
	color: #fff;
	text-decoration: none;
	border: none;
}
ul li img {
	border: none;
	margin: 2px 7px 0 0;
}

#text {
	width: 440px;
	height: 72px;
	margin: 30px 0 25px 0;
	position:relative;
}

#stripe {
	position:relative;
	z-index: 100;
	top: -221px;
	right: 0;
}

#countrySelect {
	position:relative;
	z-index: 200;
}
#image_bottle {
	z-index:-10;
	position:absolute;
	width:867px;
	height:651px;
	background: url(images/bg_packn.png) no-repeat;
}
