/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.85em Arial;
	color:#eae7e7;
	background:#2b0f26 url("images/bg.jpg") no-repeat left top;
}

a {
	text-decoration:underline;
	color:#d6055e;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	color:#d6055e;
	font:normal 1.5em Arial;
	margin-bottom:14px;
}

	h1 span {font-size:1.6em;}

/* Structure */

.wrapper {
	width:1000px;
	margin:0 auto;
}

.wrapper:after {
	clear:both;
	content:"";
	display:block;
}

.container {
	width:100%;
	float:left;
	margin-right:-392px;
}

/* Header */

.header {
	position:relative;
	height:334px;
	background:url("images/header.png") no-repeat 940px 19px;
	margin-bottom:20px;
}

.inside .header {
	height:229px;
	margin:0;
	
}

	.name {
		font:italic normal 1.8em Georgia;
		position:absolute;
		top:17px;
		left:64px;
		color:#eae7e7;
		text-decoration:none;
	}
	
	/* Intro */

	.intro {
		height:115px;
		position:absolute;
		top:58px;
		left:30px;
		width:940px;
		background:url("images/intro.jpg") no-repeat center top;
	}
	
		.intro .i-left {
			background:url("images/intro-sides.png") no-repeat left top;
			width:7px;
			height:115px;
			display:block;
			position:absolute;
			top:0;
			left:0;
		}
		
		.intro .i-right {
			background:url("images/intro-sides.png") no-repeat right bottom;
			width:7px;
			height:115px;
			display:block;
			position:absolute;
			top:0;
			right:0;
		}
		
		.part-name {
			position:absolute;
			top:40px;
			left:34px;
			font:italic normal 2.3em Georgia;
		}
	
	/* Header menu */
	
	.h-menu {
		position:absolute;
		top:185px;
		right:55px;
	}
	
		.h-menu li {
			padding-left:30px;
			float:left;
		}
		
			.h-menu a {color:#e3cbd6;}
	
	/* Header question */
	
	.h-question {
		position:absolute;
		top:85px;
		right:45px;
		font:italic normal 1.3em/1.5em Georgia;
		color:#fc78ad;
	}
	
	/* Cabinet */
	
	.cabinet {
		position:absolute;
		top:85px;
		left:490px;
		width:310px;
	}
	
		.cabinet dl {
			overflow:hidden;
			padding:3px 0 4px;
		}
		
			.cabinet dt {
				float:left;
				width:97px;
				padding:0 3px 0 0;
			}
			
			.cabinet dd {
				display:table;
			}
			
				.acc-type {
					color:#ea5288;
					border-bottom:1px dashed #ea5288;
				}
				
				.status-up {
					color:#fc78ad;
					display:inline-block;
					background:url("images/status-up.png") no-repeat center top;
					width:92px;
					height:22px;
					font:0.8em/22px Arial;
					margin:-2px 0 0 10px;
					padding:0 0 0 22px;
					position:relative;
				}
			
			.cabinet p {padding-top:3px;}
			
			.payment {
				color:#ab8ca5;
				font-size:0.8em;
			}
	
	/* Main intro */
	
	.main-intro {
		position:absolute;
		top:58px;
		left:30px;
		width:940px;
		height:276px;
		background:url("images/main-intro.jpg") no-repeat center top;
	}
	
		.main-intro .mi-left {
			background:url("images/main-intro-sides.png") no-repeat left top;
			width:7px;
			height:276px;
			display:block;
			position:absolute;
			top:0;
			left:0;
		}
		
		.main-intro .mi-right {
			background:url("images/main-intro-sides.png") no-repeat right bottom;
			width:7px;
			height:276px;
			display:block;
			position:absolute;
			top:0;
			right:0;
		}
		
		.slogan {
			top:156px;
			left:32px;
			position:absolute;
		}
		
		/* Intercept */
		
		.intercept {
			position:absolute;
			top:85px;
			left:377px;
		}
		
			.intercept .title {
				color:#fff;
				font:italic normal 1.1em Georgia;
				margin-bottom:10px;
			}
			
			.intercept .field {
				position:relative;
				height:23px;
				background:url("images/intercept-field.gif") no-repeat right top;
				width:222px;
				color:#bd8293;
				font:normal 0.8em/23px Arial;
				margin-bottom:10px;
			}
			
				.field .text {
					position:absolute;
					top:4px;
					right:3px;
					border:none;
					background:none;
					font:normal 1em Arial;
					width:152px;
				}
				
			.intercept .button {
				background:url("images/intercept-button.png") no-repeat left top;
				border:none;
				width:72px;
				height:23px;
				color:#f97da1;
				cursor:pointer;
			}
	
	/* Topmenu */

	.topmenu {
		position:absolute;
		top:19px;
		right:60px;
		background:url("images/topmenu.png") no-repeat left top;
		padding:1px 0 0 10px;
		font-size:0.95em;
	}
	
		.topmenu li {
			float:left;
			line-height:38px;
			padding:0 7px;
		}
		
			.topmenu a {
				color:#2d0125;
				text-decoration:none;
			}
			.topmenu a:hover {color:#f97da1;}
	
/* Content */

.content {
	margin-right:392px;
	padding:0 0 0 32px;
	line-height:1.5em;
}

	.inside .content {padding:0 0 0 65px;}

	.right {text-align:right;}
	
	.question {
		border-left:6px solid #d6055e;
		padding-left:27px;
		margin-bottom:30px;
	}
	
	blockquote {
		background:#e3cbd6;
		margin:0 0 30px -32px;
		color:#2a0f25;
		padding:10px 10px 10px 32px;
		font:italic normal 1.3em/1.5em Georgia;
	}
	
		blockquote strong {font-weight:normal;color:#a70f77;}
		blockquote span {border-bottom:1px dashed #2a0f25;}
	
	.content ol {
		margin:0 0 20px 30px;
		list-style:decimal;
	}
	
	.quote {
		background:#d6055e url("images/quote.png") no-repeat left top;
		margin-bottom:20px;
		
	}
	
		.quote .ins {
			background:url("images/quote.png") no-repeat right bottom;
			padding:10px 22px;
		}
		
		.quote a {color:#fff;}
		
		.inside .quote {
			margin-left:-33px;
			color:#eae7e7;
			font:0.8em/1.3em Arial;
		}
		
			.inside .quote .ins {
				padding:10px 33px;
			}
	
	/* Correspondence */
	
	.reload-cor {
		width:161px;
		height:33px;
		display:block;
		line-height:33px;
		background:url("images/reload-cor.png") no-repeat left top;
		margin:-33px 0 0 295px;
		padding:0 0 0 39px;
	}
	
	.cor {
		background:#e3cbd6;
		color:#424141;
		margin:0 0 20px -65px;
		padding:0 20px 0 30px;
		border-bottom:10px solid #e3cbd6;
		border-top:10px solid #e3cbd6;
		overflow:hidden;
	}
	
		.message {
			background:url("images/message.gif") repeat-x top;
			margin:-2px 0 10px;
			padding:10px 10px 0 35px;
		}
		
			.user1 {color:#c52121;}
			.user2 {color:#1d55bb;}
	
	/* Text block */
	
	.textblock {
		margin-bottom:25px;
		color:#e3cbd6;
	}

		.textblock p {margin-bottom:15px;}
	
/* Nums */

.nums {
	overflow:hidden;
	padding:0 0 0 65px;
}

	.nums form {
		float:left;
		width:222px;
	}
	
		.nums form .title {
			color:#fff;
			font:italic normal 0.8em Georgia;
			margin:0 0 10px 66px;
		}
		
			.nums form .title span {font-size:1.7em;}
		
		.nums form .field {
			position:relative;
			height:23px;
			background:url("images/intercept-field.gif") no-repeat right top;
			width:222px;
			color:#bd8293;
			font:normal 0.8em/23px Arial;
			margin-bottom:10px;
		}
		
			.nums form .text {
				position:absolute;
				top:4px;
				right:3px;
				border:none;
				background:none;
				font:normal 1em Arial;
				width:152px;
			}
			
		.nums form .button {
			background:url("images/intercept-button.png") no-repeat left top;
			border:none;
			width:72px;
			height:23px;
			color:#f97da1;
			cursor:pointer;
		}
	
	.nums-right {
		float:right;
		width:628px;
		padding:0 30px 0 0;
	}
	
		.nums table {
			width:628px;
		}
		
			.nums td {
				background:#3d1636 url("images/nums-bg.gif") repeat-x top;
				border-top:1px solid #5a204f;
				border-bottom:1px solid #35132f;
				padding:4px 18px 5px;
				vertical-align:top;
			}
			
				.nums img {vertical-align:top;}
				
				.phone {
					color:#e0dede;
					font-size:0.8em;
				}
			
			.nums .current  td {
				background:#260e22 url("images/nums-bg-current.gif") repeat-x top;
				border-top:1px solid #3b1a34;
				border-bottom:1px solid #260e22;
			}
		
		.reload-list {
			width:161px;
			height:33px;
			display:block;
			line-height:33px;
			background:url("images/reload-list.png") no-repeat left top;
			margin-left:18px;
			padding:0 0 0 39px;
		}

/* Right column */

.rightside {
	width:270px;
	padding:0 70px 70px 0;
	float:right;
}
	
	.garant {
		font:normal 0.8em/1.7em Arial;
		margin-bottom:25px;
	}
	
	.window {
		background:url("images/window.png") no-repeat left top;
		position:relative;
		height:283px;
		margin:0 -70px 10px 0;
	}
	
		.window img {
			position:absolute;
			top:204px;
			left:-46px;
		}
	
	/* Contact list */

	.contact-list {
		width:249px;
		background:url("images/contact-list.png") no-repeat left top;
		padding:13px 0 0;
		margin:0 0 20px;
	}
	
		.contact-list .ins {
			background:url("images/contact-list.png") no-repeat right bottom;
			padding:0 0 13px;
		}
		
			.contact-list .ins .ins {
				background:url("images/contact-list.png") repeat-y center;
				padding:0 10px 0 20px;
			}
		
				.contact-list ul {
					height:250px;
					color:#84546a;
					overflow:auto;
				}
				
					.contact-list li {
						padding-bottom:8px;
					}
					
						.contact-list a {
							color:#d6055e;
							text-decoration:none;
							border-bottom:1px dashed #ea5288;
						}
						.contact-list a:hover {border:none;}
	
	/* Order */
	
	.order {
		width:249px;
		background:url("images/contact-list.png") no-repeat left top;
		padding:13px 0 0;
		margin:0 0 20px;
		color:#e3cbd6;
		line-height:1.5em;
	}
	
		.order .ins {
			background:url("images/contact-list.png") no-repeat right bottom;
			padding:0 0 13px;
		}
		
			.order .ins .ins {
				background:url("images/contact-list.png") repeat-y center;
				padding:0 15px 0;
			}
			
				.order p {padding:7px 0 10px;}
				
				.order .button {
					width:114px;
					height:22px;
					cursor:pointer;
					border:none;
					background:url("images/send-button.png") no-repeat;
				}
				
				select {
					border:1px solid #9c9c9c;
					background:#fff;
					font:normal 1em Arial;
					color:#373537;
				}
	
/* Footer */

.footer {
	background:#200c1d url("images/footer.gif") repeat-x top;
}

	.footer .ins {
		width:920px;
		margin:0 auto;
		padding:40px 0 20px;
		position:relative;
	}
	
		.footer .ins:after {
			clear:both;
			display:block;
			content:"";
		}
	
		.rights {
			font:italic 0.8em/1.6em Arial;
		}
		
		.copyright {
			float:right;
			line-height:1.3em;
		}
		
		.reg-now {
			position:absolute;
			top:-70px;
			left:620px;
			z-index:2;
			font:italic normal 0.9em/1.5em Georgia;
			color:#e3cbd6;
		}
		
			.reg-now a {font-size:1.5em;}

/* Bar */

#bar {
	background:#efebe7 url("images/key.gif") no-repeat 18px;
	border-bottom:1px solid #b1a598;
	color:#000;
	padding:3px 120px 3px 60px;
	position:relative;
	overflow:hidden;
	line-height:1.5em;
}

	#bar form {
		float:right;
		top:2px;
	}
	
		#bar input {
			font:normal 0.8em Arial;
			cursor:pointer;
			width:90px;
			vertical-align:top;
		}
	
	.closebar {
		position:absolute;
		top:6px;
		right:30px;
	}
