/* CSS Document */

/* general styles for html tags */

body {
  padding: 0;
  margin: 0;
  background: #92CDD3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #2B2B2B;
  line-height: 20px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #2B2B2B;
  }

img {
  border: 0;}

a {
  text-decoration: none;}


/* structure */
#page {
  width: 764px;
  padding-top: 1px;
  background: url(../gfx/bg.gif) repeat-y;
  margin: 0 auto;
  position: relative;
  height: 555px;
  overflow: hidden;
}

#contense {
  margin: 0px 13px 3px 15px;
  background: #F9F9F9 url(../gfx/top-gradient-bg.gif) repeat-x;
  width: 736px;
  height: 550px;

}

#orange_stripe {
  background: #FA7C01;
  position: absolute;
	width: 736px;
	height: 25px;
  top: 0px;
	}
#black_stripe {
	background: #000000;
	position: absolute;
	top: 25px;
	width: 490px;
	height: 20px;
	padding: 5px 0px 0px 30px;
	left: 15px;
}

#left_block {
  position: absolute;
  left: 434px;
  top: 254px;
  width: 292px;
}

#right_block {
	background: url(../gfx/right-block-bg3.gif) no-repeat;
	position: absolute;
	right: 13px;
	top: 83px;
	width: 404px;
	height: 455px;
	left: 18px;
}

#choose_country {
  background: url(../gfx/box-bg2.gif) no-repeat bottom;
  position: absolute;
  right: 39px;
  bottom: 200px;
  width: 246px;
}

#choose_title {
  margin-bottom: 6px;
}

#choose_country a {
  display: block;
  height: 25px;
  float: left;
  width: 90px;
  margin-left: 15px;
  margin-top: 3px;
  position: relative;
  top: +23px;
}

#link {
  margin-top: 8px;
}

#logo {
  position: absolute;
  top: 35px;
  left: 569px;
}

#bottom_gradient {
	background: url(../gfx/bottom-gradient.gif) repeat-x;
	height: 62px;
	width: 733px;
	position: absolute;
	left: 17px;
	bottom: 0;
	top: 496px;
}

#footer {
  background: url(../gfx/footer-bg.jpg) no-repeat;
  line-height: 16px;
  width: 734px;
  height: 140px;
  padding: 10px 15px 0 15px;
  margin: 0 auto;
  text-align: center;
  color: #56787C;
  }
  
#footer a {color: #56787C;}

/* additional styles */

.clearer {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}
