﻿@font-face {
	font-family: "Proforma";
	src: url("fonts/Proforma-MediumSC.eot");
  	src: local("Proforma Medium"),
    	url("fonts/Proforma-MediumSC.ttf") format("truetype"),
    	url("fonts/Proforma-MediumSC.otf") format("opentype");
	font-weight:normal;
	font-style:normal;
}
.plans {
	border:1px solid #000;
	margin-bottom:5px;
	width:340px;
	padding:0 5px;
}
html {
	background: url(../images/bg.jpg) repeat center top;
	font-size: 100%;
	}
body {
	font-size: 72.5%;
	}
body, input, select, textarea, td, th {
	color: #000000;
	font-family: Tahoma;
	}
body, form, fieldset, input, select, textarea {
	margin: 0;
	padding: 0;
	} 
a {
	color: #166ADC;
	outline: none;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
img, fieldset, table {
	border: 0 none;
	}
img {
	vertical-align: top;
	}
img.border {
	border:2px solid #9F9E9F;
	padding:2px;
}
input, select, textarea {
	font-size: 1em;
	}
ol {
	margin: 0;
	padding: 0 0 0 20px;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
table {
	border-collapse: collapse;
	}
textarea {
	overflow: auto;
	}
td, th {
	padding: 0;
	vertical-align: top;
	}
ul {
	margin: 0;
	padding: 0 0 0 16px;
	}
#main {
	background: url(../images/main_bg_larger_wo_shadows.png) no-repeat center 110px;
	margin: 0 auto;
	padding: 0 95px;
	position: relative;
	width: 930px;
	}
#main form input,
#main form fieldset {
	background: #dadada;
	border: 1px solid #635d51;
	padding: 2px 4px;
	vertical-align: middle;
	}
#header {
	padding: 10px 0;
	margin:15px 0;
	height:60px;
	color:#fff;
	text-align: center;
	}
#header h1 {
	font-family:Proforma;
	font-weight:normal;
	text-transform:uppercase;
}
#sidebar {
	float: left;
	height: 589px;
	padding: 0 0 0 130px;
	width: 360px;
	}
#sidebar img {
	padding-left:15px;
}
#content {
	float: right;
	font-weight: bold;
	padding: 35px 80px 0 4px;
	width: 355px;
	}
#content b {
	color: #049301;
	}
#content strong {
	color: #a50000;
	}
#footer {
	color: #746E70;
	font-family: "Times New Roman";
	font-size: 1.2em;
	padding: 38px 0 38px 5px;
	text-align: center;
	}
.rewards {
	width:350px;
	margin:0 0 20px;
	font-size:12px;
	color: #a50000;
}
ul.rewLeft {
	float:left;
	padding:0;
}
ul.rewLeft li {
	list-style-position: inside;
}
ul.rewRight {
	float:right;
	padding:0;
}
ul.rewRight li {
	list-style-position: inside;
}
.align-center {
	text-align: center;
	}
.block {
	border: 1px solid #635d51;
	margin: 4px -4px;
	padding: 4px 2px;
	}
* html .block {
	margin: 4px -6px 4px 0;
	}
.c1 {
	color: #166adc;
	}
.checkbox {
	background: none!important;
	border: 0 none!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
	width: auto!important;
	}
.clear {
	clear:both;
	overflow: hidden;
	width: 100%;
	}
.f-left {
	float: left;
	margin: 0 6px 0 0;
	}
.f-right {
	float: right;
	margin: 0 0 0 6px;
	}
.f11 {
	font-size: 1.1em; /* ~11px */
	}
.f13 {
	font-size: 1.3em; /* ~13px */
	}
.fn {
	font-weight: normal;
	}
.form input {
	margin: 2px 0;
	width: 250px;
	}
.form .w1 {
	margin-right:6px;
	width: 96px;
	}
.form .w2 {
	width: 138px;
	}
.logo {
	padding: 18px 0 16px 50px;
	}
.menu {
	font-family:Proforma;
	padding: 5px 0 0 50px;
	margin-bottom:15px;
	}
.menu li {
	padding-bottom:3px;
	height: 26px;
	list-style-image:url(/images/bullet_point.gif);
	}
.menu li a {
	font-size:1.9em;
	color:#ceb493;
	text-decoration:none;
}
.popup {
	background: #fff;
	border: 1px solid #d3d6c9;
	display: none;
	font-size: 1.1em;
	font-weight: bold;
	height: 330px;
	left: 50%;
	margin: 0 0 0 -180px;
	position: absolute;
	top: 150px;
	width: 365px;
	color:#000;
	}
.popup .inner {
	height: 288px;
	overflow: auto;
	padding: 0 10px;
	}
.popup .title {
	background: #a50000;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 1px 1px 1px 10px;
	text-align: left;
	text-decoration: none;
	}
.popup .title a {
	float: right;
	}
.registration fieldset {
	margin: 0 0 1em 0;
	}
.registration fieldset label {
	font-weight: normal;
	}
.registration input {
	margin: 0 0 2px 0;
	width: 330px;
	}
.registration .block {
	margin: 2px -4px;
	padding: 0 2px;
	}
.title {
	color: #a50000;
	font-size: 1.3em;
	padding: 0 0 1em 0;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	}
.u {
	text-decoration: underline;
	}
p.topPad {
	padding-top:15px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	font-size:0.9em;
}
