/*
  Drop all default styles to zero
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;margin:0;padding:0;line-height:1.25;}
fieldset,img{border:0;}
ol,ul,li,ul li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
table td{
  vertical-align: top;
}

/*
 General styles
*/
body,form,fieldset,input,textarea{
  color: #001965;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

html, body{
  background: #feffff;
  height: 100%;
}

a{
  color: #1c90cc;
  text-decoration: underline;
}

a:hover{
  color: #4bbffb;
}

#wrapper
{
	background: url(../images/header-bg.png) repeat-x center top;
	z-index: 2;
}
	
/*
 Header
*/
#header{
  position: relative;
  color: #fff;
  height: 88px;
  /*background: url(../images/header-bg.png) repeat-x center top;*/
  z-index: 30001;
  margin: 0;
}

#header a{
  color: #fff;
  text-decoration: none;
}

#header-controls{
  text-align: right;
  padding: 10px 0 0 0;
}

#control-country,
#control-share{
  position: relative;
  float: right;
  width: 120px;
  text-align: left;
  top: 3px;
}

#control-country{
  width: 130px;
}

#control-country .select,
#control-share .select{
  position: relative;
  padding: 0 0 0 33px;
  cursor: pointer;
  width: 85px;
  line-height: 17px;
  font-size: 11px;
  z-index: 7;
}

#control-share .select{ /* When no click we show this block */
  z-index: 5;
}

.clicked{
  text-indent: -99999em!important;
  font-size: 0!important;
  z-index: -1!important;
}

.share-page-select,
.lang-page-select{ /* When clicked we toggle block to this one */
  position: absolute;
  top: 12px;
  left: 3px;
  font-size: 11px;
  z-index: 9999;
  display: none;
  background: url(../images/ico-plus.png) no-repeat 12px top;
  width: 85px;
  line-height: 17px;
  cursor: pointer;
  padding: 0 0 0 33px;
}

.lang-page-select{
  background: url(../images/arrow.down.gif) no-repeat 12px top;
}

#control-country .select{
  background: url(../images/arrow.down.gif) no-repeat 12px top;
}

#control-share .select{
  background: url(../images/ico-plus.png) no-repeat 12px top;
}

.dialog{
  width: 203px;
  position: absolute;
  display: none;
}

.lang-dialog{
  top: 1px;
  right: 210px;
  z-index: 60;
}

.share-dialog{
  top: 1px;
  right: 80px;
  z-index: 4;
}

.dialog .dropdownWrapper {
	margin: 25px 0 0 0;
}
.dialog .dropdown{
  position: relative;
  font-size: 12px;
  overflow-y: auto;
  max-height: 315px;
  _height: 315px;
}

.dialog .dropdown li a{
  padding: 0 5px 0 6px;
  line-height: 21px;
  display: block;
}

.dialog .dropdown li a:hover{
  background-color: #233a6e;
}

#header .wrap{
  position: relative;
  width: 964px;
  margin: auto;
}

#header #logo,
#header #logo a{
  width: 261px;
  height: 120px;
  display: block;
  position: absolute;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0.1;
  z-index: 1;
}

#header #logo{
  background: url(../images/logo-front.png) no-repeat left top;
  left: -67px;
}

#header #header-search-block{
  background: url(../images/header-search-bg.png) no-repeat left top;
  width: 160px;
  float: right;
  text-align: left;
  height: 21px;
  line-height: 21px;
  position: relative;
  top: 1px;
}

#header #header-search-block input{
  position: absolute;
  height: 19px;
  font-size: 11px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 19px;
  background: none;
  color: #fff;
}

#header #header-search-block .form-text{
  left: 6px;
  top: 1px;
  width: 120px;
}

#header #header-search-block .form-submit{
  top: 1px;
  height: 19px;
  width: 22px;
  left: 131px;
  cursor: pointer;
}

#top-nav{
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: right;
  clear: both;
  border-right: 1px solid #394c7d;
  top: 9px;
  z-index: 2;
  position: relative;
  right: 3px;
}

#top-nav li{
  float: left;
  text-align: center;
  border-left: 1px solid #394c7d;
  padding: 0;
}

#top-nav li a{
  display: block;
  font-size: 11px;
}

#top-nav li span{
  padding: 0 10px;
}

#top-nav li.active{
  border: none;
}

#top-nav li.active span{
  background: url(../images/header-top-nav-active-r.png) no-repeat right bottom;
  margin: 0 0 0 12px;
  padding: 0 13px 0 0;
  display: block;
  position: relative;
  height: 51px;
  z-index: 1;
  right: -1px;
}

#top-nav li.active a{
  background: url(../images/header-top-nav-active-l.png) no-repeat left bottom;
  color: #fff;
  cursor: default;
}

#sub-nav
{
	position: absolute;
	top: 89px;
	left: 250px;
	margin: 0px;
	padding: 0px;
}
#sub-nav li
{
	float: left;
	margin: 0px 23px 0px 0px;
	padding: 0px;
	list-style: none;
}
#sub-nav li a
{
	color: #000f26;
	font-size: 11px;
	font-weight: bold;
}
#sub-nav li a:hover
{
	color: #003a77;
}
#sub-nav li.active a
{
	color: #003a77;
	font-size: 12px;
}

/*
 Dialog with round corners
*/
.dialog {
    color: #fff;
}

.dialog .hd .c, .dialog .ft .c {
    font-size: 1px; /* ensure minimum height */
    height: 10px;
}

.dialog .ft .c {
    height: 10px;
}

.dialog .hd {
    background: transparent url(../images/d-tl.png) no-repeat 0px 0px;
    margin-right: 10px; /* space for right corner */
}

.dialog .hd .c {
    background: transparent url(../images/d-tr.png) no-repeat right 0px;
    margin-right: -10px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
    background: transparent url(../images/d-ml.png) repeat-y 0px 0px;
    margin-right: 10px;
}

.dialog .bd .c {
    background: transparent url(../images/d-mr.png) repeat-y right 0px;
    margin-right: -10px;
}

.dialog .bd .c .s {
    margin: 0px 6px;
    background: #112a6d url(../images/d-ms.jpg) repeat-x 0px 0px;
    padding: 1px;
}

.dialog .ft {
    background: transparent url(../images/d-bl.png) no-repeat 0px 0px;
    margin-right: 10px;
}

.dialog .ft .c {
    background: transparent url(../images/d-br.png) no-repeat right 0px;
    margin-right: -10px;
}

/*
 Frontpage content area
*/
#main-content{
  background: url(../images/main-content-bg.jpg) no-repeat left top;
  position: relative;
  width: 917px;
  margin: auto;
  top: -4px;
  z-index: 0;
  padding: 7px 8px 5px 39px;
  height: 328px;
}

#main-content .main-right.ver-2{
  padding: 10px 10px 10px 15px;
  width: 277px;
}

#main-content .main-right.ver-2 .desc{
  padding: 0 0 10px 0;
  line-height: 1.5;
}

#main-content .main-left h1,
#main-content .main-right h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

#main-content .main-left h2,
#main-content .main-right h2{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 10px;
}

#main-content .main-right.ver-2 h2{
  margin-bottom: 5px;
}

#main-content p{
  line-height: 1.5;
  margin: 0 0 8px 0;
}

#main-content a.readmore-link,
#spots .readmore-link,
#content .readmore-link,
#content .form .form-submit,
.by-you-reply-link,
.checkboxes .readmore-link{
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  background: url(../images/ico-morelink.png) no-repeat left 3px;
  color: #001965;
  text-decoration: none;
  line-height: 1;
}

#spots .readmore-link,
#content .readmore-link,
.by-you-reply-link{
  font-size: 11px;
}

#spots .readmore-link-block{
  padding: 5px 0 0 0;
}

#main-content .readmore-link:hover,
#spots .readmore-link:hover,
#content .readmore-link:hover,
.by-you-reply-link,
.checkboxes .readmore-link:hover{
  color: #1a2fb8;
}

#main-content .front-more-link-block{
  padding: 10px 6px 0 12px;
  border-top: 1px solid #dddfcd;
}

a:hover,
#header a:hover{
  color: #6a74bc;
}

#main-content .front-more-link-block a,
#content .block .readmore-link{
  font-size: 11px;
  background-position: left 2px;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.float-none{
  float: none;
}

.main-left, 
.main-right{
  float: left;
  position: relative;
}

.main-left{
  width: 610px;
  padding: 50px 0 0 0;
}

.main-right{
  width: 302px;
}

.main-right h4{
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 7px 7px;
}

.main-right .corn-front-block{
  background: url(../images/corn-frontpage-block.png) no-repeat left top;
  width: 284px;
  height: 25px;
  position: relative;
  padding: 7px 10px;
}

.main-right .corn-front-block *{
  font-size: 11px;
  color: #000f26;
  text-decoration: none; 
  line-height: 1;
}

.main-right h5,
.main-right h5 a{
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}

.main-right .corn-front-block .corn-front-date{
  float: right;
  position: relative;
  width: 110px;
  text-align: right;
  overflow: hidden;
}

.main-right .corn-front-block .corn-front-from-website{
  float: left;
  position: relative;
  width: 130px;
  overflow: hidden;
  top: 1px;
}

.corn-front-block .corn-front-img{
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  overflow: hidden;
  left: -8px;
  top: -5px;
}

.corn-front-block{
  position: relative;
  margin-bottom: 6px;
}

.front-inbetween{
  line-height: 1.6;
  padding: 0 8px 0 10px;
  display: block;
  clear: both;
  color: #001965;
  font-size: 11px;
}

/* Spots */
#spots,
#content{
  width: 964px;
  margin: 2px auto;
  position: relative;
  clear: both;
}

#spots .t,
#spots .b,
#content .t,
#content .b{
  position: relative;
  background: url(../images/corn-spot-t.png) no-repeat left top;
  zoom: 1;
  font-size: 1px;
  height: 8px;
  z-index: 2;
}

#spots .t,
#content .t{
  top: 8px;
}

#spots .b,
#content .b{
  background: url(../images/corn-spot-b.png) no-repeat left top;
  clear: both;
  bottom: 8px;
}

#spots .bg,
#content .bg{
  position: relative;
  background: url(../images/corn-spot-bg.png) repeat-y left top; 
  z-index: 1;
  padding: 3px 3px 2px 3px;
}

#spots .int,
#content .int{
  position: relative;
}

#spots .spot{
  background: url(../images/spot-bg.png) no-repeat left top;
  position: relative;
  float: left;
  width: 319px;
  height: 112px;
  overflow: hidden;
}

#spots .s-3{
  left: 2px;
}

.spot-part-right{
  float: left;
  width: 185px;
  padding: 15px 0 0 15px;
}

.spot-part-right p{
  font-size: 10px;
}

.spot-part-right h4,
.spot-part-right h4 a{
  font-size: 14px;
  color: #001965;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.clear{
  clear: both;
}

/* Internal page */
.content-title{
  margin: 0 auto;
  font-size: 22px;
  width: 943px;
  padding: 70px 0 7px 21px;
  position: relative;
}

#content .int{
  background:#fde463 url(../images/content-orange-bg.jpg) no-repeat left top;
}

#content .content-share-block{
  text-align: right;
  padding: 0 17px 0 0;
  width: 623px;
  float: left;
}

#content .fullwidth-side{
  clear: both;
}

#content .fullwidth-side .video{
  position: relative;
  width: 640px;
  overflow: hidden;
  float: left;
}

#content .fullwidth-side{
  position: relative;
}

#content .left-side,
#content .right-side{
  position: relative;
  overflow: hidden;
}

#content .left-side{
  float: left;
  width: 640px;
}

#content .right-side{
  width: 318px;
}

#content .fullwidth-side .right-side{
  padding: 0 0 0 17px;
  width: 290px;
}

#content h3{
  font-size: 16px;
}

#content .fullwidth-side .right-side h3{
  margin: 45px 0 20px 0;
}

#content .fullwidth-side .right-side .desc,
#content .left-side .desc,
#content .fullwidth-desc,
#content .right-side{
  font-size: 11px;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

#content .left-side .desc{
  padding: 0 15px 0 16px;
  position: relative;
}

#content .left-side p,
#content .right-side p{
  margin: 0 0 10px 0;
}

#content .left-side img.float-left{
  margin: 5px 6px 10px 0;
  position: relative;
  left: -16px;
}

#content .left-side img.float-right{
  position: relative;
  right: -16px;
  margin: 5px 0 10px 6px;
}

#content .left-side img.no-wrap{
  float: none;
  left: -16px;
  margin: 10px 0 25px 0;
  position: relative;
}

#content .left-side h2{
  font-size: 18px;
  margin: 10px 0 15px 16px;
  color: #000f26;
}

.facebook-block{
  padding: 0 0 0 9px!important;
}

#content .large-margin{
  margin-top: 25px;
  margin-bottom: 25px;
}

.lightbox-gallery{
  position: relative;
  left: 7px;
  padding: 0 0 35px 0;
}

.lightbox-gallery img{
  border: 1px solid #dfc957;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.lightbox-gallery a{
  margin: 0 5px 5px 5px;
  display: block;
  float: left;
  width: 144px;
  height: 144px;
  border: 1px solid #f4dc60;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#content .cell-block{
	border-bottom: 1px solid #dcca64;
	padding: 0 0 10px 16px!important;
	margin: 0 16px 10px 0;
}

#content .cell-l,
#content .cell-r{
	float: left;
}

#content .cell-l{
	width: 245px;
}

#content .cell-r{
	width: 350px;
}

#content img.thumb{
  border: 1px solid #dfc957;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#content h3{
  font-size: 16px;
}

body.range .carousel-item .internal h1{
  font-size: 18px!important;
}

#content .cell-block h3,
#content .fullwidth-desc h3{
  margin: 15px 0;
}

#content .cell-block .desc{
  margin: 0!important;
  padding: 0!important;
}

#content .fullwidth-desc{
  width: 600px;
  padding: 0 20px;
}

#content .left-side .block{
  padding: 0 0 25px 0;
}

.large-margin-bottom{
  margin-bottom: 60px!important;
}

#content .right-side .block{
  padding: 0 17px 0 17px;
  position: relative;
  margin-bottom: 25px;
  clear: both;
}

#content .right-side .block-form{
  padding: 0 0 0 17px;
}

#content .right-side h3{
  margin: 0 0 15px 0;
}

#content .right-side-image{
  margin-bottom: 17px;
}

/* Form */
#content .form{
  position: relative;
  left: -4px;
}

#content .form label{
  display: block;
  margin: 15px 0 3px 10px;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}

#content .form .part-1,
#content .form .part-2{
  float: left;
  width: 50%;
  height: 70px;
}

#content .form .form-text,
#content .form textarea{
  display: block;
  position: relative;
  border: none;
}

#content .form textarea{
  background: url(../images/content-form-textarea.png) no-repeat left top;
  padding: 6px;
  width: 280px;
  height: 130px;
  resize: none;
}

#content .form .form-text{
  background: url(../images/content-form-text.png) no-repeat left top;
  padding: 3px 6px;
  line-height: 17px;
  color: #1A2FB8;
  width: 134px;
  height: 21px;
}

#content .form .t-full{
  background: url(../images/content-form-text-fullwidth.png) no-repeat left top;
  width: 283px;
}

#content .form .form-submit{
  border: none;
  position: relative;
  margin: 30px 0 20px 4px;
  font-size: 11px;
  cursor: pointer;
}

/* Twitter */
.twitts-block{
  background: url(../images/twitter-block-bg.png) no-repeat right top;
  margin-top: 70px;
}

.twitts-block .desc{
  padding: 10px 0;
  border-bottom: 1px solid #dcca64;
}

.twitts-block p.em{
  font-style: italic;
  color: #000f26;
  margin: 0!important;
}

.twitts-block a.readmore-link,
.block a.readmore-link{
  margin: 15px 0;
  display: block;
}

/* Carousel */
#carousel{
  position: relative;
  background: url(../images/carousel-bg.jpg) no-repeat left top;
  height: 400px;
}

body.range #carousel{
  height: 499px;
}

.jcarousel-container{
  position: relative;
  height: 400px;
  overflow: hidden;
  display: block;
}

body.range .jcarousel-container{
  height: 499px;
}

#carousel .jcarousel-prev,
#carousel .jcarousel-next{
  position: absolute;
  z-index: 99999;
  cursor: pointer;
  top: 173px;
  width: 40px;
  height: 53px;
	display: block;
}

body.range #carousel .jcarousel-prev,
body.range #carousel .jcarousel-next{
  top: 218px;
}

#carousel .jcarousel-prev{
  left: 0;
  background: url(../images/carusel-l.png) no-repeat left top;
}

#carousel .jcarousel-next{
  right: 0;
  background: url(../images/carusel-r.png) no-repeat left top;
}

#carousel .jcarousel-control{
	position: absolute;
	display: block;
	width: 400px;
	height: 40px;
	top: 350px;
	left: 400px;
	z-index: 9999;
}

body.range #carousel .jcarousel-control{
  top: 470px;
  left: 450px;
}

#carousel .jcarousel-control a{
	float: left;
	position: relative;
	margin: 0 3px;
	padding: 5px;
	background: url(../images/carusel-pager-item.png) no-repeat left top;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 22px;
	color: #001a67;
	text-decoration: none;
}

body.range .jcarousel-control a{
  background: url(../images/jcarousel-nav2-item.png) no-repeat left top!important;
  font-size: 0px!important;
  line-height: 11px!important;
  text-indent: -99999em;
  width: 11px!important;
  height: 11px!important;
  padding: 0!important;
  outline: none;
}

#carousel .jcarousel-control a:focus,
#carousel .jcarousel-control a:active,
#carousel .jcarousel-control a.active{
	background-position: right top;
}

body.range #carousel .jcarousel-control a:focus,
body.range #carousel .jcarousel-control a:active,
body.range #carousel .jcarousel-control a.active{
  background-position: right top!important;
}

#carousel .jcarousel-control{
	text-align: center;
}

.display-none{
  display: none;
}

.carousel-item,
.jcarousel-clip{
  width: 959px;
  height: 401px;
  position: relative;
}

body.range .carousel-item{
  height: 499px!important;
  width: 958px!important;
}

.carousel-item .internal{
  position: relative; 
  top: 83px; 
  left: 96px;
}

body.range .carousel-item .internal{
  width: 285px;
  top: 90px;
  left: 55px;
}

body.range .carousel-item .internal .preface{
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 0 0;
}

.carousel-item .desc{
  margin: 30px 0 0 0;
}

.carousel-item dd,
.carousel-item dt{
  background: url(../images/bullit-list.gif) no-repeat 3px 7px;
  padding: 0 0 5px 10px;
  display: block;
}

/* Orangina by You */
#speach{
	padding: 20px 15px;
	position: relative;
}

.question,
.answer{
	border: 1px solid #dbc455;
	-moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	background: #fff;
	height: 35px;
	margin: 10px 0;
	-moz-box-shadow: 0 0 2px #d5be4e;
	position: relative;
	clear: both;
}

.answer{
  margin-left: 10px;
}

.answer-desc{
  margin-left: 26px!important;
}

.by-you-citate{
	position: absolute;
	background: url(../images/ico-citate.png) no-repeat -2px top;
	width: 14px;
	height: 9px;
	top: -9px;
	left: 50px;
}

.by-you-profile-image{
	position: relative;
	height: 35px;
	margin: 0 11px 0 0;
}

.by-you-profile-image img{
	width: 35px;
	height: 35px;
}

.by-you-heading{
	position: relative;
	float: left;
	/*padding: 5px 0 0 0;*/
	width: 557px;
}

.answer .by-you-heading,
.answer .by-you-info{
  width: 547px;
}

.border-answer{
  border-bottom: 1px solid #dbc050;
  zoom: 1;
  font-size: 1px;
  clear: both;
}

.by-you-reply-link{
	float: right;
	width: 37px;
	text-align: right;
	background-position: 6px 2px;
	position: relative;
	right: 5px;
	top: 6px;
}

.by-you-heading a,
.by-you-heading h5,
.by-you-info,
.by-you-info a{
	color: #000f26;
	font-size: 11px;
	text-decoration: none;
}

.by-you-info{
	position: relative;
	bottom: 3px;
	height: 15px;
	float: left;
	width: 557px;
}

.by-you-info img{
	position: relative;
	top: 2px;
}

.by-you-info span{
	padding: 0 0 0 75px;
}

.by-you-heading h5{
	width: 500px;
	float: left;
	font-weight: bold;
}

div.line{
	background: url(../images/content-line.png) repeat-y 639px top;
}

/* Share Your Orangina */
body.share-your-orangina #content{
	width: 668px;
	height: 519px;
	margin: auto;
	background: url(../images/share-your-orangina-bg.jpg) no-repeat left top!important;
}

body.share-your-orangina #content .int{
	background: none;
}

body.share-your-orangina h1{
	width: 668px;
	margin: auto;
	padding-top: 30px;
}

.check-for-availability{
  background: url(../images/ico-product-availability.png) no-repeat left bottom;
  padding: 25px 0 7px 70px;
  display: block;
  clear: both;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #001965;
  text-decoration: none;
  left: 35px;
  bottom: 20px;
}

/* Popup */
#popup,
#popup-contact{
  position: relative;
  margin: 10px auto;
  background: url(../images/orangina-range-popup.jpg) no-repeat left top;
  width: 797px;
  height: 470px;
}

h1.popup{
  font-size: 23px;
  padding: 30px 0 5px 32px;
}

#popup h3,
#popup-contact h3{
  font-size: 18px;
  padding: 20px 0 5px 20px;
}

#popup table td,
#popup-contact td{
  padding: 6px 9px;
  font-size: 12px;
  font-weight: bold;
  width: 105px;
}

#popup table,
#popup-contact table{
  position: relative;
  margin: 10px 0 0 12px;
}

/* Contact us */
.contact-us-menu{
  position: absolute;
  right: 8px;
  bottom: 5px;
}

.contact-us-menu a{
  font-size: 12px;
  font-weight: bold;
  color: #003a77;
  margin: 0 6px;
  text-decoration: none;
}

.contact-us-menu a:hover{
  color: #4475a7;
}

#popup-contact{
  background: url(../images/popup-contact-bg.jpg) no-repeat left top;
}

#popup-contact td{
  font-weight: normal;
}

/* Share popup */
#popup-share{
  background: url(../images/share-your-orangina-bg.jpg) no-repeat left top;
  width: 668px;
  height: 559px;
  margin: auto;
  position: relative;
}

#popup-share .form-1{
  position: relative;
  top: 20px;
  left: 30px;
  width: 380px;
  height: 100px;
  float: left;
}

#popup-share .form-2{
  float: left;
  position: relative;
  width: 270px;
  padding: 28px 0 0 0;
  line-height: 1.6;
  font-size: 11px;
}

#popup-share .form-1 label,
#popup-share .form-1 .input{
  display: block;
  float: left;
  position: relative;
}

#popup-share .form-1 .input input
{
	background: transparent url(../image/bg.input3.png) no-repeat;
	width: 239px;
	height: 20px;
	overflow: hidden;
	padding: 5px 7px 0px 7px;
	color: #001965;
	border: 0;
}

#popup-share .form-1 label{
  clear: both;
  width: 55px;
  margin: 10px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  top: -1px;
  padding: 7px 0 0;
}

#popup-share .form-1 .input{
  width: 245px;
  position: relative;
  margin: 0 0 4px 0;
  top: 9px;
  background: none;
  border: none;
  font-size: 12px;
}

#popup-share .fb-connected {
	padding: 20px 0 0 30px;
}

#popup-share .form-1 .t-2{
  top: 23px;
}
/*
#popup-share .form-1 .l-2{
  top: 14px;
}
*/
#popup-share .form-2 .connect-to-facebook img{
  position: relative;
  margin-top: 30px;
}

#popup-share .form-3{
  background: #fffbde;
  border: 1px solid #cbb651;
  clear: both;
  padding: 8px;
  left: 28px;
  width: 290px;
  position: absolute;
  top: 105px;
}

#popup-share .form-3 .desc{
  position: relative;
  list-height: 1.6;
  font-size: 11px;
  padding: 2px 0 3px 2px;
}

#popup-share .form-3 .capcha{
  border: 1px solid #bdb9a5;
  background: #fff;
  text-align: center;
  padding: 5px;
  margin: 0 0 20px 0;
  height: 50px;
  overflow: hidden;
}

#popup-share h5{
  color: #001965;
  padding: 0 0 5px 0;
}

#popup-share .capcha-text-input{
  display: block;
  background: url(../images/capcha-text-input.gif) no-repeat left top;
  width: 221px;
  height: 15px;
  line-height: 15px;
  padding: 3px;
  font-size: 12px;
  position: absolute;
  border: none;
  left: 75px;
  bottom: 9px;
}

#popup-share .form-4{
  position: absolute;
  bottom: 126px;
}

#popup-share .form-4 label,
#popup-share .form-4 textarea{
  float: left;
  position: relative;
}

#popup-share .form-4 label{
  left: 25px;
  top: -5px;
}

#popup-share label{
  font-weight: bold;
  line-height: 1.15;
}

#popup-share .form-4 textarea{
  width: 553px;
  height: 103px;
  left: 32px;
  top: -10px;
  background: none;
  border: none;
  padding: 5px;
}

#popup-share .form-4 .upload-button{
  position: relative;
  top: -9px;
  left: 90px;
}

#popup-share .checkboxes{
  position: absolute;
  padding: 0 0 0 30px;
  bottom: 70px;
}

#popup-share .checkboxes p{
  padding: 0 0 6px 0;
}

.checkboxes .readmore-link{
  position: relative;
  top: 10px;
}

/* Footer */
#footer{
  background: url(../images/footer-bg.jpg) repeat-x center bottom;
  position: relative;
  height: 175px;
  clear: both;
  font-size: 10px;
  color: #c2c8d7;
  z-index: 1;
}

#footer a{
  font-size: 11px;
  color: #c2c8d7;
  text-decoration: none;
}

#footer p{
  margin: 20px 0 5px 0;
}

#footer strong{
  font-size: 11px;
}

#footer a:hover{
  color: #fff;
}

.pusher{
  height: 175px;
  clear: both;
}

#footer .int{
  width: 944px;
  margin: auto;
  padding: 100px 0 0 20px;
  background: url(../images/footer-bottle.png) no-repeat 820px bottom;
  height: 75px;
}

#footer .part{
  float: left;
  width: 32%;
}

#footer .p-2{
  width: 45%;
}

#footer img{
  float: left;
  position: relative;
  margin-top: 20px;
  width: 22px;
}

#container{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -175px;
}


/* Article Page */
#page.articlepage h3
{
	font-size: 16px;
}
#page.articlepage div.link
{
	cursor: auto;
}
#page.articlepage div.link a
{
	color: #001965;
	text-decoration: none;
}
#page.articlepage div.link a:hover
{
	text-decoration: underline;
}
#page.articlepage .leftColumn
{
	float: left;
	width: 640px;
	padding: 0 0 18px;
	background: url(../image/articlepage.border.bg.gif) repeat-y 639px top;
}
	#page.articlepage .leftColumn h2
	{
		font-size: 18px;
	}
	#page.articlepage .leftColumn h2,
	#page.articlepage .leftColumn .paragraph div.text,
	#page.articlepage .leftColumn ul,
	#page.articlepage .leftColumn .media
	{
		margin: 18px 0 0;
	}
	/* Media */
	#page.articlepage .leftColumn .firstMedia
	{
		margin: 0;
	}
	#page.articlepage .leftColumn .media
	{
		position: relative;
	}
		#page.articlepage .leftColumn .media .image
		{
			background: #fff;
			text-align: center;
			width: 640px;
		}
		#page.articlepage .leftColumn .media .shareButton
		{
			
		}
		#page.articlepage .leftColumn .media .paragraph
		{
			position: absolute;
			top: 46px;
			left: 640px;
			width: 286px;
			padding: 0 17px !important;
			margin: 0 !important;
		}
			#page.articlepage .leftColumn .media .paragraph div.text
			{
				padding: 12px 0 !important;
				margin: 0 !important;
			}
		#page.articlepage .leftColumn .media .shareButton
		{
			display: inline-block;
			float: right;
			margin: 0 14px 0 0;
			background: url(../image/sharebtn.bg.left.png) top left no-repeat;
			padding: 0 0 0 19px;
			height: 34px;
			font-size: 11px;
			font-weight: bold;
		}
			#page.articlepage .leftColumn .media .shareButton a
			{
				display: inline-block;
				background: url(../image/sharebtn.bg.right.png) top right no-repeat;
				padding: 4px 36px 0 0;
				height: 30px;
				text-decoration: none;
				color: #001965;
			}
	/* Paragraph */
	#page.articlepage .leftColumn .paragraph h2,
	#page.articlepage .leftColumn .paragraph div.text
	{
		padding: 0 14px;
	}
	#page.articlepage .leftColumn .paragraph div.nomargin
	{
		margin: 0;
	}
	#page.articlepage .leftColumn .paragraph .image
	{
		margin: 18px 0;
	}
	#page.articlepage .leftColumn .paragraph .image-left
	{
		margin-right: 18px;
		float: left;
	}
	#page.articlepage .leftColumn .paragraph .image-right
	{
		margin-right: 1px;
		margin-left: 18px;
		float: right;
	}
		#page.articlepage .leftColumn .paragraph .image .imageText
		{
			background: #fefcea;
			padding: 6px;
			border-bottom: 1px solid #dcca64;
			font-size: 11px;
			color: #000f26;
			font-style: italic;
		}
	/* Gallery */
	#page.articlepage .leftColumn .gallery
	{
		padding: 0 14px;
		margin: 0 0 54px;
	}
		#page.articlepage .leftColumn .gallery ul li
		{
			display: block;
			float: left;
			width: 130px;
			height: 130px;
			overflow: hidden;
			background: #fff url(../image/gallery.image.bg.gif) no-repeat;
			padding: 8px;
			text-align: center;
			margin: 0 10px 0 0;
		}
	/* List */
	#page.articlepage .leftColumn .list
	{
		padding: 0 14px;
	}
		#page.articlepage .leftColumn .list ul
		{
			margin: 7px 0 0;
		}
			#page.articlepage .leftColumn .list ul li
			{
				border-bottom: 1px solid #dcca64;
				padding: 11px 0;
			}
				#page.articlepage .leftColumn .list ul li .image
				{
					float: left;
					width: 193px;
					height: 182px;
					overflow: hidden;
					background: #fff url(../image/list.image.bg.gif) no-repeat;
					padding: 8px;
					text-align: center;
					margin: 0 28px 0 0;
				}
				#page.articlepage .leftColumn .list ul li h3
				{
					padding: 15px 0;
				}
	#page.articlepage .leftColumn .dualImages
	{
	}
		#page.articlepage .leftColumn .image
		{
			float: left;
		}

#page.articlepage .rightColumn
{
	float: left;
	width: 319px;
	padding: 350px 0 0 0;
}
	#page.articlepage .rightColumn .form
	{
		padding: 0 0 0 17px;
		margin: 0 0 18px;
	}
		#page.articlepage .rightColumn .form .dualFields .field
		{
			float: left;
		}
		#page.articlepage .rightColumn .form .dualFields .field1
		{
			margin: 0 10px 0 0;
		}
		#page.articlepage .rightColumn .form .text,
		#page.articlepage .rightColumn .form .link
		{
			margin: 17px 0 0;
		}
	#page.articlepage .rightColumn .image
	{
		margin: 0 0 18px;
	}
	#page.articlepage .rightColumn .paragraph
	{
		padding: 0 17px;
		margin: 0 0 18px;
	}
		#page.articlepage .rightColumn .paragraph div.text,
		#page.articlepage .rightColumn .paragraph div.image
		{
			padding: 12px 0;
		}
		#page.articlepage .rightColumn .paragraph .image-left
		{
			float: left;
			margin: 0 6px 0 0;
		}
		#page.articlepage .rightColumn .paragraph .image-right
		{
			float: right;
			margin: 0 0 0 6px;
		}
	#page.articlepage .rightColumn .facebookBox
	{
	}
		#page.articlepage .rightColumn .facebookBox h3
		{
			padding: 0 0 12px 0;
		}
		#page.articlepage .rightColumn .facebookBox .link
		{
			padding: 12px 0 0;
		}
	#page.articlepage .rightColumn .twitterFeed
	{
		background: url(../image/twitterfeed.bg.gif) no-repeat top left;
		margin: 0 0 18px 17px;
		padding: 5px 0 0 0;
	}
		#page.articlepage .rightColumn .twitterFeed h3
		{
			padding: 0 0 65px 0;
		}
		#page.articlepage .rightColumn .twitterFeed .tweets li
		{
			font-size: 11px;
			border-bottom: 1px solid #dcca64;
			padding: 0 0 3px;
			margin: 0 0 3px;
		}
			#page.articlepage .rightColumn .twitterFeed .tweets li span.status
			{
				display: block;
			}
			#page.articlepage .rightColumn .twitterFeed .tweets li span.date
			{
				display: block;
				font-style: italic;
				color: #000f26;
			}


#page.articlepage .singleField input
{
	background: transparent url(../image/bg.input1.png) no-repeat;
	width: 279px;
	height: 20px;
	overflow: hidden;
	padding: 5px 7px 0px 7px;
	color: #001965;
}
#page.articlepage .dualFields input
{
	background: transparent url(../image/bg.input2.png) no-repeat;
	padding: 5px 7px 0px 7px;
	width: 127px;
	color: #001965;
	height: 20px;
	overflow: hidden;
}
.firefox #page.articlepage .dualFields input,
.firefox #page.articlepage .singleField input
{
	margin: 1px 0px 0px 0px;
}
.safari #page.articlepage .dualFields input,
.safari #page.articlepage .singleField input
{
	margin: 4px 0px 0px 0px;
}

/* World map */
#content .worldmap
{
	position: relative;
}
	#content .worldmap .fullLink
	{
		position: absolute;
		top: 10px;
		left: 20px;
		font-weight: bold;
	}
		#content .worldmap .fullLink a
		{
			color: #001965;
			text-decoration: none;
		}
		#content .worldmap .fullLink a:hover
		{
			text-decoration: underline;
		}
	#content .worldmap .shareButtonsWrapper
	{
		position: absolute;
		top: 354px;
		left: 5px;
	}
		#content .worldmap .shareButtonsWrapper h3
		{
			font-size: 12px;
			color: #001965;
			font-weight: bold;
			height: 24px;
			margin: 0 0 0 18px;
		}
		#content .worldmap .shareButtonsWrapper ul.shareButtons
		{
			position: relative;
			background: url(../image/sharebtns.png);
			width: 204px;
			height: 48px;
			left: -16px;
		}
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.twitter,
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.facebook,
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.youtube
			{
				list-style-type: none;
				position: absolute;
				top: 0;
				text-indent: -3000px;
				width: 36px;
				height: 36px;
				z-index: 9;
			}
				#content .worldmap .shareButtonsWrapper ul.shareButtons li.twitter a,
				#content .worldmap .shareButtonsWrapper ul.shareButtons li.facebook a,
				#content .worldmap .shareButtonsWrapper ul.shareButtons li.youtube a
				{
					display: block;
					width: 36px;
					height: 36px;
					overflow: hidden;
					position: relative;
					z-index: 10;
				}
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.twitter
			{
				left: 32px;
			}
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.facebook
			{
				left: 84px;
			}
			#content .worldmap .shareButtonsWrapper ul.shareButtons li.youtube
			{
				left: 136px;
			}
			
body.range .flashCarousel
{
	position: absolute;
	top: 0;
	right: 0;
}