* {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

body {
	background: url(bg1.png);
	margin-bottom: 200px;
	width: 100%;
}

#head {
     width: 996px;	
     height: 868px;
     background: url(bg2.png);
	background-repeat: no-repeat;
}

#body {
	width: 850px;
	font: bold 14px Arial;
	color: black;
	margin-top: -600px;
}

.block {
	width: 728px;
	height: 100%;
	overflow: hidden;
}

.block .body {
	margin: -4px 4px 0 4px;
	background: white;
	width: 650px;
	height: 100%;
	text-align: left;
	font: 13px/18px Arial;
	color: #333;
	padding: 5px 35px 50px 35px;
}

.block .body .side {
	background: url(h-borders.png);
	position: absolute;
	left: -8px;
	top: 0px;
	width: 8px;
	height: 100%;
}

*html .block .body .side {
	height: expression(parentNode.clientHeight);
}

.block .body .side.right {
	margin-left: 100%;
	left: 0px;
}

.block .foot {
	height: 34px;
	background: url(v-borders.png);
	margin-bottom: 30px;
}



h1 {
	margin: 15px 0;
	font: italic 30px Georgia;
	color: #d8008f;
	text-align: center;
}

h2 {
	margin: 15px 0;
	font: bold 14px Arial;
	color: #333;
}

h3 {
	margin: 15px 0;
	font: italic 30px Georgia;
	color: #18d305;
	text-align: center;
}


#footer {
	width: 640px;
	font: 11px Tahoma;
	color: #212629;
	margin-top: 20px;
	text-align: left;
}

#footer a {
	color: #212629;
}

#footer a:hover {
	color: #aaa;
}


.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-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #626063;
	
}

.all {
	width: 1000px;
	margin: 0 auto;
}

.frame {
	margin: 0 18px;
}

.header {
	position: relative;
	height: 132px;
	border-bottom: 5px solid #626063;
	background: url('../i/header_bg.gif') repeat;
}

a.logo:link, a.logo:visited {
	position: absolute;
	top: 12px;
	left: 62px;
	text-decoration: none;
}

.logo big {
	font-size: 55px;
	font-weight: bold;
	color: #626063;
	display: block;
}

.logo big span {
	font-size: 71px;
	color: #810702;
	margin: 0 5px 0 0;
}

.logo small {
	display: block;
	color: #b1b1b1;
	font-size: 14px;
	margin: 3px 0 0 0;
}

.header_links {
	position: absolute;
	top: 68px;
	right: 37px;
}

.header_links a:link, .header_links a:visited {
	background: #ECEDF1;
	display: block;
	float: left;
	display: inline;
	border: 1px solid #e6e6dc;
	color: #810702;
	text-transform: uppercase;
	margin: 0 0 0 16px;
	padding: 15px 18px 13px 22px;
}

.header_links a:hover {
	color: #626063;
}

.cols {
	margin: 30px 0 0 64px;
	padding: 0 0 93px 0;
}

.line {
	background:#fff0f5;
	font-weight: bold;
	color: #333333;
	padding: 7px 0 5px 15px;
	font-size: 14px;
	margin: 0 0 15px 0;
}

.line span {
	color: #339900;
	margin: 0 4px 0 0;
	float: left;
}

.box {
	border: 1px solid #cbcbc6;
	text-align: center;
	margin: 0 0 10px 0;
	color: #626063;
	font-size: 14px;
	font-weight: bold;
}

.col_left {
	float: left;
	width: 600px;
}
.col_left2 {
	float: left;
	width: 630px;
}
.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: #810702;
}

.col_right {
	float: right;
	width: 223px;
}

.text {
	position: relative;
	width: 100%;
}

.input {
	border: 1px solid #626063;
	background: #ECEDF1;
	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: #810702;
}

.uppercase {
	text-transform: uppercase;
}

.marked {
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.text_input {
	background: #FFFEFB;
	border: 1px solid #a5a5a1;
	color: #626063;
	font: bold 14px Tahoma;
	padding: 1px 0;
}

.big_input {
	padding: 4px 35px;
	text-align: center;
	margin: 0 0 20px 0;
}


.button {
	font: bold 15px Tahoma;
	color:#0033CC;
	background:#DDE0FF;
	border: 1px solid #B4A5EF;
	padding: 1px 15px 2px 15px;
	width: 1;
	overflow: visible;
	text-decoration: underline;
	cursor: pointer;
}

.button:hover {
	color: #a5a59f;
}

.points {
	text-align: center;
	color: #810702;
	font-size: 36px;
	font-weight: bold;
	margin: 14px 0 20px 0;
}

.button_line {
	margin: 25px 0 0 0;
}

.right_box {
	margin: 0 0 26px 0;
	border:#66CCFF 1px dotted;
}

.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: #810702;
}

.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;
}


.counters {
	position: absolute;
	top: 15px;
	right: 30px;
}

.counters a {
	margin: 0 0 0 3px;
}

.question {
	display: none;
}

.next_button {
	font: bold 13px Tahoma;
	color: #810702;
	background: #FFFEFB;
	border: 0px solid transparent;
	padding: 1px 15px 2px 15px;
	width: 1;
	overflow: visible;
	margin: 7px 0 0 125px;
	text-decoration: underline;
	cursor: pointer;
}

p.gray a:link, p.gray a:visited {
	color: #626063;
}

.pic {
	border: 1px solid #2a1d1d;
	margin: 27px 0 0 0;
}
.next_button:hover {
background:#00CCCC;
	color: #a5a59f;
}
.resultat {
text-align:justify;
color:#333333;
font-size:14px;
}
.resultat h1 {
color:#0066CC;
}
.secr {
width:600px;
color:#333333;
font-size:12px;
}
