/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 15px;
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #000;
}

h3 {	
	margin: 0 0 17px 0;
	font: bold 13px Tahoma;
	color: #8FD319;	
	text-transform: uppercase;
	padding: 1px 0 1px 20px;
	width: 100%;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited, a:active {
	color: #00BBFF;
	text-decoration: none;
}

a:hover {
	color: #00BBFF;
	text-decoration: none;
}



/* Paragraphs */
 
p {
	margin: 0;
	font-size: 13px;
}

.big {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}

/* Lists */

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #cbcbc6;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.f_line {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

.f_line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.f_line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .f_line {height: 1%;}

.label {
	float: left;
	width: 22%;
	display: block;
	margin: 4px 0 0 0;
	display: inline;
	font: bold 13px Tahoma;
	color: #00BBFF;
}

.formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.formw .text_input {
	width: 99%;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	background: #FFE4E1;
}

.all {
	width: 900px;
	margin: 0 auto;
}

.frame {
	margin: 0 18px;
}

.header {
	position: relative;
	height: 60px;
		
}

a.logo:link, a.logo:visited {
	position: absolute;
	top: 12px;
	left: 62px;
	text-decoration: none;
}

.logo big {
	font-size: 55px;
	font-weight: bold;
	color: #5B5B5B;
	display: block;
}

.logo big span {
	font-size: 71px;
	color: #00BBFF;
	margin: 0 5px 0 0;
}

.logo small {
	display: block;
	color: #b1b1b1;
	font-size: 14px;
	margin: 3px 0 0 0;
}

.header_links {
	position: relative;
	top: 5px;
	left: 500px;
	
}

.header_links a:link, .header_links a:visited {
	background: #FFFFFF;
	display: block;
	float: left;
	display: inline;
	border: 1px solid #e6e6dc;
	color: #5B5B5B;
	text-transform: uppercase;
	margin: 0 0 0 16px;
	padding: 5px 15px 5px 15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.header_links a:hover {
	color: #8FD319;
	text-decoration: none;
}

.cols {
	margin: 30px 0 0 64px;
	padding: 0 0 93px 0;
}

.line {
	
	font-weight: bold;
	color: #5B5B5B;
	padding: 7px 0 5px 15px;
	font-size: 13px;
	margin: 0 0 15px 0;
	
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.line span {
	color: #00BBFF;
	margin: 0 4px 0 0;
	float: left;
}

.box {
	border: 0px solid #cbcbc6;
	text-align: center;
	margin: 0 0 10px 0;
	color: #5B5B5B;
	font-size: 14px;
	font-weight: bold;
}

.col_left {
	float: left;
	width: 465px;
}

.variants {
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}

.radio {
	vertical-align: top;
	height: 14px;
	margin: 1px 5px 0 0;
	_margin: 3px 0 0 0;
}

.variants label {
	vertical-align: top;
	margin: 0 6px 0 0;
	color: #00BBFF;
}

.col_right {
	float: right;
	width: 223px;
}

.text {
	position: relative;
	width: 100%;
}

.input {
	border: 1px solid #5B5B5B;
	background: #FFE4E1;
	margin: 0 0 0 5px;
	width: 180px;
}

.text div {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.text p {
	position: relative;
	left: -60%;
	float: left;
	margin: 0;
	text-align: left;
	padding: 20px 0 20px 0;
		font-size: 14px;
}


.centered {
	text-align: center;
}

.color {
	color: #00BBFF;
}

.uppercase {
	text-transform: uppercase;
}

.marked {
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.text_input {
	
	border: 1px solid #a5a5a1;
	color: #5B5B5B;
	font: bold 14px Tahoma;
	padding: 1px 0;
}

.big_input {
	padding: 4px 35px;
	text-align: center;
	margin: 0 0 20px 0;
}


.button {
	font: bold 13px Tahoma;
	color: #00BBFF;
	background: #8EE5EE;
	border: 0px solid transparent;
	padding: 1px 15px 2px 15px;
	width: 1;
	overflow: visible;
	text-decoration: underline;
	cursor: pointer;
}

.button:hover {
	color: #a5a59f;
}

.points {
	text-align: center;
	color: #00BBFF;
	font-size: 36px;
	font-weight: bold;
	margin: 14px 0 20px 0;
}

.button_line {
	margin: 25px 0 0 0;
}

.right_box {
	background: #FFFFFF;
	margin: 0 0 26px 0;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.right_box .inner {
	margin: 15px 5px 0 10px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

.right_box dl {
	margin: 0;
	width: 200px;
	_width: 220px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.right_box dl dt {
	margin: 0 0 3px 2%;
	display: inline;
	float: left;
	width: 78%;
}

.right_box dl dd {
	margin: 0 0 3px 0;
	float: left;
	text-align: right;
	width: 20%;
	color: #00BBFF;
}

.right_box dl dt a:link, .right_box dl dt a:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #a5a59f;
	text-decoration: none;
}

.right_box dl dd a:link, .right_box dl dd a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


.right_box dl:hover a {
	text-decoration: underline !important;
}

.footer {
	border-top: 5px solid #5B5B5B;
	height: 68px;
	font: bold 12px Tahoma;
	color: #5B5B5B;
	position: relative;
}

.footer p {
	margin: 0;
	position: absolute;
	top: 15px;
	left: 25px;
	font: bold 12px Tahoma;
	line-height: 1.3em;
}

.counters {
	position: absolute;
	top: 15px;
	right: 30px;
}

.counters a {
	margin: 0 0 0 3px;
}

.question {
	display: none;
}

.next_button {
	font: bold 13px Tahoma;
	color: #00BBFF;
	text-decoration: none;
	border: 0px solid transparent;
	padding: 1px 15px 2px 15px;
	width: 1;
	overflow: visible;
	margin: 7px 0 0 125px;	
	cursor: pointer;
	background: #F4E9EB;
}

p.gray a:link, p.gray a:visited {
	color: #5B5B5B;
}

.pic {
	border: 1px solid #2a1d1d;
	margin: 27px 0 0 0;
}
.next_button:hover {
	color: #a5a59f;
}







body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#b1b1b1;
	font-size:13px;
	background: url(img/dark_wood_texture.jpg) #282828;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:900px;
	margin:1px auto;
}

#form-container-header{
	width:900px;
	
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

#form-container{
	width:900px;
	height: 1030px;
	background: url(../images/01.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	float:left;
}
#form-container1{
	width:900px;
	height: 1100px;
	background: url(../images/02.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	float:left;
}

#form-container-footer{
	width:900px;
	
	padding:15px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}


td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#EB0800;
}

h1{
	color:#777777;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}

.timer {	
	font-size: 25px;
	height: 155px;
	color: #8FD319;
	padding: 10px 0 0 80px;
	margin: -35px 0 0 30px;
	background: url(../images/pricing_pic_clock.png);
	background-repeat: no-repeat;
}
.time {
	color: #b1b1b1;
}

.now {
	float:left;
	top: 60px;
	right: 65px;
}

.now1 {
	position: absolute;
	top: 60px;
	right: 65px;
}

.now {
	background: #FFFFFF;
	display: block;
	float: left;
	display: inline;
	border: 1px solid #e6e6dc;
	color: #FF7E00;
	text-transform: uppercase;
	margin: 0 0 0 16px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.now1 a:link, .now1 a:visited {
	background: #FFFFFF;
	display: block;
	float: left;
	display: inline;
	border: 1px solid #e6e6dc;
	color: #FF7E00;
	text-transform: uppercase;
	margin: 0 0 0 16px;
	padding: 15px 25px 15px 25px;
	text-decoration: none;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

.now1 a:hover {
	color: #5B5B5B;
	text-decoration: none;
}
.new  {
	position: fixed; 
	top: 120px; 
	left: 15px;
}
.paper  {
	position: relative;
	float:left;
	width: 460px;
	top: -160px;
	left: 90px;
	color: #5f5f5f;
}

.paper1  {
	position: relative;
	float:left;
	width: 480px;
	top: -35px;
	left: 100px;
	color: #5f5f5f;
}

.paper1 img {
    padding:5px;
    background:#fff;
    border:1px solid #ccc;  
}

.sticker a:link, .sticker a:visited {
	color: #3F3B3C;
	text-decoration: none;
}

.sticker td{
	padding: 3px 0 0 0;
}

.sticker {
	
	width: 152px;
	height: 185px;
	float:left;
	padding: 10px 10px 10px 10px;
	background: url(../images/sticker_1.png);
}