﻿br.both {
	clear:both;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:270px;
	width:408px;
	background:#2b4344;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1 {
	text-align:left;
	color:#FFF;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#successBox {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:270px;
	width:408px;
	background:#2b4344;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#successBox h1 {
	text-align:left;
	color:#FFF;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#successBoxClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#button {
	margin:100px;
}
.form_contant {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
.submit_button {
	background:url(images/submit_button.png);
	border:0px;
	background-repeat:no-repeat;
	width:150px;
	height:24px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.popupfrom_textfield {
	background:url(images/text_field.png);
	background-repeat:no-repeat;
	border:0px;
	padding:10px;
	width:214px;
	height:40px;
}
.validate {
	color:#FF0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.top-link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.top-link a {
	text-decoration:none;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.top-link a:hover {
	text-decoration:underline;
}
.bg {
	background:url(images/bg.gif) repeat;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
.heading {
	color:#ffffff;
}
.heading h2 {
	font-size:32px;
	padding:65px 10px 0px 10px;
	margin-bottom:0px;
}
.links-bg {
	width:88.5%;
	float:left;
	background:#90b8b7;
	padding:2% 5%;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:0px;
}
.links-bg p {
	padding:0px;
	margin:0px 0px 15px 0px;
}
.price-table {
	width:300px;
	float:left;
	margin:20px 15px;
	background:#2e2e2e;
	padding-bottom:25px;
}
.price-table-heading {
	background:#55b2a2;
	height:90px;
	text-align:center;
	font-size:15px;
}
.price-table-heading h4 {
	font-size:20px;
	margin:0px 10px;
	color:#ffffff;
}
.price-table h5 {
	font-size:17px;
	margin:10px 15px 0px 15px;
	text-align:center;
	color:#ffffff;
}
.price-bg {
	width:100%;
	background:#0e0e0e;
	padding:10px 0px;
	font-size:14px;
	text-align:center;
	color:#ffffff;
	line-height:20px;
	border-top:#ffffff solid 2px;
	height:125px;
}
.price-bg b, .price-bg span {
	font-size:16px;
}
.price-table ul {
	margin:15px 0px 25px 15px;
	padding:0px;
}
.price-table ul li {
	list-style:none;
	color:#ffffff;
	font-size:14px;
	padding:0px 0px 15px 15px;
	background:url(images/icon.png) left 4px no-repeat;
}
.register-btn {
	background:#e64b3e;
	color:#ffffff;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.register-btn:hover
{
	background:#000000;
}

.m-l
{
	margin-left:185px;
}


.spanish 
{
}

.spanish .price-table-heading h4
{
	font-size:16px; 
}


.spanish .price-table-heading {
  height: 100px;
}

.spanish .price-bg {
  height: 140px;
}


.login
{
	font-size:14px;
	text-align:right;
	padding-right:15px;
}

.login a
{
	color:#ffffff;
}