/*
	Base-css file
	(c) ArtVisio 2004-2008
	Including reset.css from �css framework Blueprint�
*/

/*  Blueprint CSS Framework 0.8 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 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;vertical-align:baseline;}
.inline { display: inline !important; }
.hide { display: none; }
.hand { cursor: pointer;}
.show, .block { display: block; }
.clear { clear:both;}

html { background: #000 url('../i/bg_h.gif') repeat top left; }
body { background: transparent url('../upload/image/bg_b.jpg') no-repeat top center fixed;}

/* Fonts */
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, acronym, address, code, del, dfn,
em, q, dl, dt, dd, ol, li, fieldset, label, legend,
caption, tr, th, td {
	font-size:13px;
	color:#5c5c5c;	
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

.text,
.text p,
.text span {
	font-size:13px;
	color:#5c5c5c;	
	font-family: Arial, Verdana, Tahoma, sans-serif !important;
}
.georgia span {
	font-family: Georgia, serif;
	font-size: 16px;
	margin-bottom: 6px;
	display: block;
}
.georgia span a {
	display: inline;
	text-decoration: none;
}
.georgia span a.noactive {
	cursor: default;
	color: #fff;
}
.georgia span a.noactive:hover {
	color: #fff !important;
}
.georgia span a.active {
	border-bottom: 1px dotted #367095 !important;
	color: #367095;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}
.font13 td,
.font13 td a { font-size:13px !important;}
h1, .h1 {
	font-family: Georgia, serif;
	color: #e1e1e2;
	font-size:18px;
	line-height:1;
	margin-bottom:0.5em;
	margin-top:0.8em;
	font-weight:normal;
}
h1 a, .h1 a { font-size:15px; }
h2 {
	font-family: Georgia, serif;
	color: #00709c;
	font-size:16px;
	line-height:1;
	margin-bottom:0.5em;
	font-weight:normal;
}
h3 {
	font-family: Georgia, serif;
	color: #50b411;
	font-size:15px;
	line-height:1;
	margin-bottom:0.5em;
	font-weight:normal;
}
h4, 
h4 a {
	color: #f66120;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
h5 {font-size:1.1em;font-weight:bold;margin-bottom:0.3em;}
h6 {font-size:0,8em;font-weight:bold;  color: #ed1c31;}

em {  
	color: #5c5c5c;
	font-style: italic;
}
.small { font-size: 10px;}
.medium { font-size: 11px; }

a { color: #367095; }
.grey { color: #343434;}
.red { color: #c12b12;}
.white { color:#fff;}
.nowrap { white-space: nowrap;}

.blue { color:#354860;}
.darkblue { color:#2E2E2E;}

/* Links */
a { text-decoration: underline; }
a:hover { text-decoration: none;  color: #b42913 !important;}
a.script, a.local { 
	text-decoration: none;
	border-bottom: 1px dotted #367095 !important; 
	border-width: 0px 0px 1px 0px; 
}


/* Forms */
label { 
	cursor: pointer;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
div.error div { 
	color: white; background-color: #f12807;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid white;
}
input, textarea {
	background-color: #fff;
	border-top: 1px solid #fab5a9;
	border-left: 1px solid #fab5a9;
	border-right: 1px solid #fddcae;
	border-bottom: 1px solid #fddcae;
	padding: 5px;
	color: #f66120;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
textarea { 
	width: 200px;
	height: 70px;
}
select {
	color: #f66120;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
input { height: 28px; }
input.radio {
	border: none;
	background-color: transparent;
	height: auto;
	width: auto;
	padding: 0px;
}
input.go { 
	width: 25px;
	height: 28px;
	background: url('../i/arrow-go.gif') center center no-repeat; 
	border: 0px;
	cursor: pointer;
}
input.but { 
	height: 29px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	padding: 6px 0px 9px 0px;
}
input.but {background: #f55515 url( '../i/but01.gif' ) left top no-repeat; width: 102px !important;}

/* Images */
a img { border: none; }
.png { behavior: url('css/pngbehavior.htc') }

/* Footnotes */
sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}
sup { bottom: 0.5em; }
sub { top: 0.5em; }

/* Tables */
table {
	border-collapse: collapse;
	border: 0px;
}
table td {
	padding: 0px;
	vertical-align: top;
}
table.no, table.no td, table.no th, .no { border: none !important; background: none !important;}
table.bred, .bred { border: 1px solid red !important; }
table.bbred, table.bbred td, table.bbred th { border: 1px solid red !important; }
table.bbno, table.bbno td, table.bbno th { border: none !important; }
table.bgray { border: 1px solid gray !important; }
table.bbgray, table.bbgray td, table.bbgray th { border: 1px solid gray !important; }
table.p0 td, table.p0 th, td.p0, th.p0, div.p0, .p0 { padding: 0px !important; }
table.p5 td, table.p5 th, td.p5, th.p5, div.p5 { padding: 5px !important; }
table.p10 td, table.p10 th, td.p10, th.p10, div.p10 { padding: 10px; }
.p1 td { padding: 1px;}
/* List */
ul{
	list-style-position: outside;
	padding: 10px 0px !important;
	margin: 0;
}
ol li ul {
	list-style-position: outside;
	padding: 10px 0px !important;
	margin: 0 15px;
	padding: 0 0 3px 0 !important;
}
li { margin: 3px 0px;}
ul li, ol li ul li{
	list-style: none;
	background: transparent url('../i/bullet.gif') no-repeat 2px 7px;
	padding-left: 13px;
}
ol {
	list-style-position: inside;
	padding: 10px 0px;
}

/* Separator */
hr {
	border: 1px dashed #b4b4b4;
	border-width: 1px 0px 0px 0px;
	background-color: none;
	height: 1px;
}
hr.m8, .m8 { margin: 8px auto;}
div.hr {
  height: 6px;
  background: url('../i/hr1.gif')  center center no-repeat;
  margin:8px auto;
}
div.hr hr {
  display: none;
}

/* Position */
.c { text-align: center !important; }
.r { text-align: right !important; }
.l { text-align: left !important; }
.t { vertical-align: top !important; }
.m { vertical-align: middle !important; }
.b { vertical-align: bottom !important; }
.fleft { float: left; }
.fright {float: right;}
.ma { margin:auto;}

/* Dimensions */
.h100p { height: 100% !important; }
.h90p { height: 90% !important; }
.w100p { width: 100% !important; }

/* Fire&Ice errors */
div.errorhandler {
	position: absolute;
	left: 2%;
	top: 78%;
	width: 96%;
	border: 1px solid #DDDDDD;
	background: #EEEEEE;
}

/* SITE */
.lang { 
	width:911px;
	margin: 0 auto;
	height: 60px;
}
.lang td.b {
	background: url('../i/lang_1.gif') left bottom no-repeat; 
	text-align:center;
	white-space: nowrap;
	padding: 4px 0 0 15px;
}
.lang td div {
	background: url('../i/lang_2.gif') right bottom no-repeat; 
	padding: 10px 15px 2px 0;
}
.lang td div a,
.lang td div b {	
	font-size:11px;
	margin:0 2px;
}
.lang td div b {font-weight:normal;}


.top {
	background: url('../i/top_bg1.gif') left top no-repeat;
	height:13px;
}
.preorder {
	width: 51px;
	padding-top:101px;
}
.container {
	margin: 0px auto 0 auto; 
	background: url('../i/cont_bg.gif') 51px 65px repeat-y;
	width:981px;
	height:93%;
}
.inner {
	width: 930px;
	background: url('../i/top_bg.jpg') left top no-repeat !important;
}
.logo img { 
	margin: 13px 0 16px 0;
	padding-left:30px;
}
.logo img.logo-pl { 
	margin: 0px 0 10px 0;
	padding-left:0px !important;
}
/* Menu */
.menu { text-align:center;}
.menu li {
	display:inline;
	padding: 8px 15px 8px 10px;
	*padding: 8px 12px;
	background: url('../i/menu_r.gif') right top no-repeat; 
}
.menu li i {
	font-size: 16px;
	font-family: Georgia, serif;
	text-transform: lowercase;
	font-style:normal;
	color:#475566;
}
.menu li a {
	color:#fff;
	font-size: 16px;
	font-family: Georgia, serif;
	text-transform: lowercase;
}
.last { background: none !important; }

.menu b {
	font-weight:normal;
	background: url('../i/arr-down.gif') center bottom no-repeat; 
	color:#b42913;
	font-size:16px;
	font-family: Georgia, serif;
	padding-bottom:10px;
	text-transform: lowercase;
}

/* Main */
#content {
	padding:20px;
	*width:930px;
}
.border-pic {
	background: url('../i/br_1.gif') left top no-repeat; 
	width: 440px;
	height:275px;
	padding:4px;
}
.border-video {
	background: url('../i/br_2.gif') left top no-repeat; 
	width: 440px;	
	height:254px;
	padding:4px;
}
.blink {
	background: url('../i/blink.jpg') 0 283px no-repeat; 
	height: 360px;
}
.download {
	margin: -12px 6px 0 auto;
}
.learn-more {
	margin: -4px 22px 0 auto;
}

.learn-more,
.download {
	background: url('../i/but_more_1.gif') left bottom no-repeat; 
}
.learn-more a,
.download a{
	background: url('../i/but_more_2.gif') right bottom no-repeat; 
	color:#fff;
	font-family: Georgia, serif;
	display:block;
	padding: 5px 15px 8px 15px;
}
.title-nav {
	background: url('../i/tab_off.png') left top repeat-x;
}
.title-nav td.item {
	padding:3px 18px 9px 18px; 
}
.title-nav td.item.last {background: url('../i/tab_r.png') right top no-repeat !important; }
.title-nav td.item.first {background: url('../i/tab_l.png') left top no-repeat; }
.item { color:#475566;}
.title-nav td,
.title-nav td a {
	font-family: Georgia, serif;
	vertical-align:middle;
	text-align:center;
}
.tab_on_l {background: url('../i/tab_on_l.png') left top no-repeat; width:4px;}
.tab_on_r {background: url('../i/tab_on_r.png') right top no-repeat; width:4px;}
.tab_on_c {
	background: url('../i/tab_on_c.png') center top no-repeat; 
	height: 46px;
	color:#fff;
	padding:3px 16px 9px 16px; 
}
.last-news,
.updates { margin:15px 0;}
.last-news td {
	font-size:11px;
	padding:0 5px 10px 0;
}
.updates td {
	font-size:11px;
	padding:0 5px 20px 0;
}
.last-news.cur-new td a,
.updates td a{
	font-family: Arial;
	font-size:12px;
}
.last-news td a {
	font-family:Georgia,serif;
	font-size:15px;
}
.date {padding:4px 10px 10px 0 !important; color:#343434;}
.updates .date { padding:1px 10px 10px 0 !important; color:#343434; }
.updates .link { padding-left:20px;}
.contacts {
	margin:10px auto;
	width:800px;
}

/* Planes */
.planes { margin-top:10px;}
.planes td { padding-right:15px;}
.frame { padding-top: 43px;}
.frame-link,
.frame-text {
	float:left;
	padding:5px 10px 7px 10px;
	margin: 0 2px 6px 4px;
}

.frame-link { 
	background: url('../i/pl_link.gif') left top repeat;
}
.frame-text { 
	background: url('../i/pl_text.gif') left top repeat;
}
span.frame-active { 
	border-bottom: 1px dotted #367095 !important; 
	color:#367095;
	cursor:pointer;
}

span.frame-noactive { 
	color:#367095;
	color:#fff;
}
.frame .border-pic { float:left;}


.subplanes a { white-space:nowrap;}
.arr {
	background: url('../i/arr-right.gif') 1px 7px no-repeat;
	padding:2px 4px;
	display:inline;
	width:3px;
}
.arr-back {
	background: url('../i/arr-left.gif') 1px 7px no-repeat;
	padding:2px 4px;
	display:inline;
	width:3px;
}

.slide-left,
.slide-right {
	position:relative;
	top:-6px;
}
.slide-left {	
	float:left;
}
.slide-right {
	float:right;
	right:7px;
}
.slider { 
	width: 409px; 
	overflow:hidden;
	position:relative;
	left:2px;
	*top:-2px;
	*left:-1px;
}
.slider img { margin:3px 1px; }
img.slide {
	cursor:pointer;
}
img.noslide {
	cursor:default;
}

/*NEWS*/
.pager,
.pager a {
	font-family: Arial, sans-serif !important;
	padding: 0 4px;
	font-size:14px !important;
}
.title {margin: 20px 0 0 114px;}
.one-new { 
	padding-top: 2px !important;
	font-size: 13px !important;
}
.one-new p { margin-bottom:10px;}
.pic { 
	border: 1px solid #133750;
	margin:3px 15px 5px 0;
}
/*404*/
.er404 {
	background: #000 url('../i/fon.jpg') left top repeat-x;
	padding-top:10%;
}
.er404 p {
	margin: auto;
	width:250px;
}
.er404 .logo-rus {
	width: 325px;
	height:40px;
	background: url('../i/l-404-ru.png') top left no-repeat;
}
.er404 .logo-eng {
	width: 320px;
	height:40px;
	background: url('../i/l-404-en.png') top left no-repeat;
}
.pic-render {
	margin: 3px 2px 0 0;
	border: 1px solid #133750;
}
.wall { margin:auto;}
.wall td {
	text-align:center;
	width:230px;
	padding-bottom: 10px;
}
.wall td a {
	font-size:11px;
}
