body, h1, h2, h3, p, cite {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a, input {
	outline: none;
}
img {
	border: none;
}
body {
	background: #0f5167 url(frame/background.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
}
a {
	color: #87e0ed;
}
a:hover {
	color: #fff;
}
#container {
	position: relative;
	width: 912px;
	text-align: left;
	margin: 0 auto;
	padding: 14px 23px 0;
	background: url(frame/content-bgr.jpg) no-repeat;
    background-position: 0 208px;
    height: 970px;
}
#callnow {
	position: absolute;
	top: 14px;
	right: 23px;
	text-align: right;
	font-size: 18px;
}
#callnow span {
	display: block;
	font-size: 14px;
	line-height: 13px;
}
#callnow b {
	font-size: 24px;
	color: #2b7108;
}
h2 {
	position: absolute;
	top: 81px;
	left: 23px;
	color: #fff;
	font-size: 21px;
}
h2 span {
	display: block;
	font-size: 24px;
}
h3 {
	position: absolute;
	top: 181px;
	left: 291px;
	color: #0f5268;
	font-size: 24px;
	font-weight: normal;
}
cite {
	position: absolute;
	top: 227px;
	left: 291px;
	width: 515px;
}
p {
	position: absolute;
	top: 232px;
	left: 291px;
	width: 595px;
	font-size: 16px;
}
p a {
	color: #0f5167;
}
p a:hover {
	color: #fb7810;
}
#action {
	top: 432px;
	width: 350px;
	font-size: 18px;
	line-height: 20px;
}
#signup {
	position: absolute;
	top: 430px;
	right: 23px;
}
#exam {
	top: 550px;
	width: 610px;
	font-size: 14px;
}
#euro {
	position: absolute;
	top: 669px;
	left: 291px;
	width: 310px;
}
#euro b {
	display: block;
	padding-bottom: 8px;
}
#euro-exam {
	position: absolute;
	top: 665px;
	right: 23px;
}
#contact {
	position: absolute;
	top: 784px;
	right: 23px;
	color: #fff;
	text-align: right;
	width: 100%;
	height: 102px;
	background: url(frame/separator.gif) no-repeat left bottom;
	background-position: 43px bottom;
}
#facebook {
	position: absolute;
	top: 784px;
	left: 23px;
	color: #fff;
}
#facebook b {
	display: block;
	padding-bottom: 8px;
}
#company {
	position: absolute;
	top: 912px;
	left: 23px;
	color: #fff;
	font-size: 12px;
}
#regnum1 {
	position: absolute;
	top: 903px;
	left: 291px;
	width: 265px;
	color: #fff;
	font-size: 12px;
}
#regnum2 {
	position: absolute;
	top: 903px;
	right: 23px;
	width: 310px;
	color: #fff;
	text-align: right;
	font-size: 12px;
}

a.trigger{
	position: absolute;
	background: #0f5167 url(images/plus.png) 6% 55% no-repeat;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 7px 12px 6px 30px;
	font-weight: bold;

	z-index:2;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger:hover {
	background-color: #414141;
}
a.active.trigger {
	background: #414141 url(images/minus.png) 6% 55% no-repeat;
}
.panel {
	color: #CCC;
	position: absolute;
	display: none;
	background: #414141;
	width: 329px;
	height: auto;
	z-index: 1;
	padding: 20px 20px 20px 30px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.show {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 40px;
  margin-top: -20px;
  margin-left: -75px;
  background: #e74c3c;
  color: #fff;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #c0392b;
  cursor: pointer;
}
.show:hover {
  background: #c0392b;
}
.show:active {
  transform: scale(0.9);
}
.modalclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
	font-weight: bold;
  cursor: pointer;
  border: 0;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 240px;
  margin-left: -200px;
  margin-top: -120px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}
.modaltext {
	padding: 80px 0 0;
	font-size: 21px;
}
.modaltext b {
	color: #0F5167;
}
.active {
  visibility: visible;
  opacity: 1;
}
.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
