/*	CSS-Framework

	Version		: 0.2
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none; }
.show, .block, form { display: block; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none; }
.container { overflow: hidden; }
.pointer {
	cursor: pointer;
}
.upper {
	text-transform: uppercase;
}
.white {
	color: #fff;
}	
.grey {
	color: #ada9a9;
}


/* Main custom rules
------------------------------ */

html { background: #000; font: 12px/20px Arial, Helvetica, sans-serif; color: #ada9a9; }
body {  }
table {
	border: 0px; /* border="0" */
	border-collapse: collapse; /* cellspacing="0" */
}

table td {
	padding: 0px; /* cellspadding="0" */
	border: 0px;
} 

a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }

/* Demo Template
------------------------------ */

#site { width: 951px; margin: 0 auto; }
#header { 
 	margin: 52px 0px 0px 0px;
}
#col-left { 
	float: left; 
	width: 270px; 
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#col-right, #col-right2 { float: left; width: 398px; padding-right: 25px; padding-left: 10px; padding-bottom: 34px; }
#col-right2 { width: 240px; padding-right: 0px; overflow: hidden; float: right; padding-left: 0px;}
#content { width: 951px; overflow: hidden; padding: 20px 0px 0px 0px; }
#footer, .clearer { 
	clear: both; 
}


/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d li:hover {  }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }
.menu-h-d a.active { color: #000; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }
.menu-v-d a.active { color: #000; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em Verdana, Arial, Helvetica, sans-serif; margin-bottom: .5em; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote {  }

.content ul { margin-left: 2em; line-height: 1.3em; }
.content ul li { margin-bottom: .2em; }

.content ol { margin-left: 3em; line-height: 1.3em; }
.content ol li { margin-bottom: .2em; }

pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

p { text-align: justify; }

.icons a, .icon { padding-left: 20px; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { }

/* Text align & Float
------------------------------ */

.a-left { text-align: left  !important; }
.a-center { text-align: center  !important; }
.a-right { text-align: right !important; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { }
table th { background: #f4f4f4; }
table td {  }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; text-align: justify; }
.w-50, .w-25, .w-33, .w-38, .w-66, .w-75, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { 
	float: left; 
	text-align: left; 
	font: normal 12px Verdana;
	color: #fff;
	width: 25.99%; 
	padding: 0px; 
}
.content .f-inputs { 
	padding-left: 30%; 
}
.f-input-1, .popup_form .content .request .formTfInvalid {
	color: #fff;
	background: #080808;
	border: solid 1px #565555;
}
.f-actions { 
	padding-top: 1em; 
	border-top: 1px solid #ccc; 
}
.content .contact-us label {
	width: 66px;
	padding-top: 6px;
}
.content .contact-us  .f-inputs {
	padding-left: 76px; 
}
.popup_form .content .request .f-inputs {
	text-align: right;
}
.content .contact-us .f-row {
	padding: 5px 0px 5px 0px;
}
.content .login .f-row {
	padding: 0px;
}
* html .content .login .a-left {
	padding-left: 5px;
	padding-top: 5px;
}
.content .login .remember {
	padding-top: 3px;
}
.content .login a {
	font-size: 11px;
	color: #777;
}
.content .login a:hover {
	text-decoration: none;
}
.content .contact-us .f-input-1, .popup_form .content .request .formTfInvalid {
	width: 310px;
	height: 15px;
	padding: 5px;
	font: normal 12px Arial;
	color: #ada9a9;
}
.popup_form .content .request .f-input-1, .popup_form .content .request .formTfInvalid {
	width: 290px;
}
.popup_form .buttons .btn-submit, .popup_form .buttons .btn-cancel {
	position: absolute;
}
.popup_form .buttons {
	padding-left: 158px;
}

.popup_form a.btn-cancel {
	margin-left: 100px;
}

.popup_form .content .request {
	margin-top: 15px;
}
.invalid, .formTfInvalid {
	border-color: #fff !important;
}
.error-mess {
	color: #ff1717 !important;
}
.content .contact-us textarea.f-input-1, 
.popup_form .content .request textarea.formTfInvalid {
	height: 114px;
}
.content .contact-us .btn-submit  {
	margin-left: auto;
}
/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }


/* <=Site styles */

#logo-link {
	width: 250px;
	margin-left: 10px;
	margin-top: 0px;
}
#logo {
	width: 300px;
	margin-top: -5px;
	margin-left: -10px;
	position: absolute;
}
.logo-box {
	width: 250px;
	height: 88px;
}
#header-right, .logo-box {
	background: url(../images/dots_1_4_white.gif) repeat-x bottom;
}
#logo-link, #header-right {
	height: 88px;
}
#header-right {
	width: 671px;
	overflow: hidden;
}
#phone {
	width: 214px;
	height: 16px;
	background: url(/images/phone.gif);
	margin-top: 25px;
}
.inline-menu {
	float: right;
	width: 670px;
	text-align: right;
}	
.inline-menu li {
	list-style: none;
	position: relative;
	display: inline;
}
.inline-menu {
	margin: 16px -14px 0px 0px;
}
#bottom-menu {
	margin-top: 11px;
	width: 800px;
}
#bottom-menu a {
	font-size: 11px;
	color: #635f5f;
}
.inline-menu a {
	font: normal 12px Arial;
	color: #a5a2a2;
	text-decoration: none;
	padding: 0px 14px;
}
#bottom-menu a {
	padding: 0px 13px;
}
.inline-menu a:hover, #bottom-menu a:hover {
	color: #fff;
}
.inline-menu a.active, #bottom-menu a.active {
	text-transform: uppercase;
	color: #fff;
}
.inline-menu li.splitter {
	background: url(../images/splitter_top_menu.gif) no-repeat center;
	line-height: 9px;
	padding: 0px 1px;
	margin: 0px -1px;
}	
#bottom-menu li.splitter {
	background: url(../images/splitter_bottom_menu.gif) no-repeat 0px 4px;
	line-height: 8px;
}	
#col-right {
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#copyright {
	width: 500px;
	float: right;
	margin-top: 3px;
	text-align: right;
}
#copyright a, #copyright {
	font: normal 11px/18px Arial;
	color: #635f5f;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#left-dots, #right-dots {
	width: 401px;
	height: 1px;
	float: right;
	margin-right: 34px;
	
	background: url(../images/dots_1_4_white.gif) repeat-x bottom;
}
#right-dots {
	margin-right: 0px;
	width: 238px;
}
h1.page-title {
	font: normal 18px/30px Georgia;
	margin: 0px 0px 15px 0px;
	color: #3187c8;
	background: url(../images/bg_blue_1.gif) repeat-x 0px 20px;
	text-transform: uppercase;
}
h1.page-title span {
	background: #000;
	padding-right: 5px;
}
h1.warning {
	padding: 100px 50px 100px 50px;
	color: #fff;
	font: bold 20px Arial;	
}
h1.warning p, h1.warning {
	text-align: center;
	font: bold 20px Arial;	
}
.why-button {
	width: 951px;
}
.why-button a, .btn-request-immediate, .btn-submit, .btn-show-all,
.btn-cancel, .btn-close, .btn-ok, .btn-login, .btn-send, .btn-hide-all  {
	display: block;
	cursor: pointer;
	width: 237px;
	background-repeat: no-repeat top;
}
.why-button a:hover, .btn-request-immediate:hover, .btn-submit:hover,
.btn-show-all:hover, .btn-cancel:hover, .btn-close:hover,
.btn-ok:hover, .btn-login:hover, .btn-send:hover, .btn-hide-all:hover {	
	background-position: bottom;
}
.btn-submit {
	width: 81px;
	height: 26px;
	background-image: url(../images/btns/btn_submit.gif);
}
.why-button a {
	height: 33px;
	background-image: url(../images/why_button.gif);
	margin: -140px 0px 0px 714px;
	position: absolute;
}
.btn-show-all, .btn-cancel, .btn-ok, .btn-login, .btn-send, .btn-hide-all {
	width: 81px;
	height: 26px;
	background-image: url(../images/btns/btn_show_all.gif);
}
.btn-cancel {
	background-image: url(../images/btns/btn_cancel.gif);
}
.btn-ok {
	background-image: url(../images/btns/btn_ok.gif);
}
.btn-login {
	background-image: url(../images/btns/btn_login.gif);
}
.btn-send {
	background-image: url(../images/btns/btn_send.gif);
}
.btn-hide-all {
	background-image: url(../images/btns/btn_hide_all.gif);
}

.request-text {
	font: normal 13px/24px Arial;
	color: #b9b5b5;
	text-align: justify;
}
.btn-request-immediate {
	height: 40px;
	margin-top: 10px;
	background-image: url(../images/btns/btn_request_immediate.gif);
}
.btn-close {
	width: 15px;
	height: 16px;
	background: url(../images/btns/btn_close.gif);
	margin-left: auto;
}
.site-layout a {
	color: #fff;
	font-weight: bold;
}
.site-layout a:hover {	
	text-decoration: none;
}

.flash-show {
	width: 572px;
	height: 317px;
	position: absolute;
	z-index: 5;
	margin-left: -145px;
	margin-top: 150px;
}
.rotator-cont-1, .rotator-cont-2 {
	height: 450px;
	padding: 10px 0px 20px 0px;
}
.rotator-cont-2 {
	padding-top: 60px;
}

.banner img {
	margin-bottom: 20px;
}

.address-1 {
	font: normal 12px/20px Arial;
	color: #ada9a9;
	text-transform: uppercase;
} 
.address-2 {
	margin: 22px 0px 10px 0px;
	font: normal 16px/30px Arial;
	color: #3187c8;
}
.google-map {
	margin-left: auto;
	width: 237px;
	padding: 190px 0px 38px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: bold 12px/12px Arial;
	background: url(../images/right_contact.jpg);
}
.google-map:hover {
	text-decoration: none;
}
.icons a {
	display: block;
	margin: 3px 5px 3px 5px;
}
a.ico-doc, a.ico-pdf {
	font-size: 0px;
	line-height: 0px;
	width: 21px;
	height: 21px;
	padding: 0px;
	background: url(../images/ico/ico_doc.gif);
}
a.ico-pdf {
	background: url(../images/ico/ico_pdf.gif);
}
.forms {
	font: bold 13px Arial;
}
.forms td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.faq_quest h2 {
	font: bold 20px Arial;
	color: #b9b5b5;
	padding: 10px 0px 10px 0px;
}
a.faq_link {
	color: #3187c8;
	padding-left: 20px;
	background: url(../images/arrow_blue.gif) no-repeat 0px 4px;
	color: #b9b5b5;
}
a.faq_link:hover {
	color: #fff;
}
.faq_quest {
	margin: 15px 5px 15px 5px;
}
.faq_quest div, .faq_link_open {
	border: solid 1px #565555;
	background: #000;
	padding: 20px;
}
.faq_quest div {
	border-top: 0px;
}
.faq_link_open {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.top-big-banner {
	 width: 677px; 
	 line-height: 0px;
	 font-size: 0px;
}
#left-menu {
	z-index: 800;
	position: absolute;
}
.rotator {
	position: absolute;
	z-index: 100;
}
#col-right a:hover {
	text-decoration: none;
}
#col-right ul li {
	list-style-type: disc;
}
#col-right ol li {
	list-style-type: decimal;
}
#col-right ol, #col-right ul {
	padding-left: 20px;
	margin-left: 10px;
}
#col-right ol li, #col-right ul li {
	padding: 3px 0px 3px 10px
}
blockquote {
	padding-left: 1em;
} 

/* = Index bottom flash */
.index_bottom_flash{
	position: absolute;
	margin-left: -280px;
	margin-top: 205px;
	z-index: 6;
	width:221px;
	height:187px;
}
.index_bottom_flash #index_flash{
	width:221px;
	height:166px;
	margin-top:10px;
}

/* =Site styles /> */

.message_box_1 {
	padding: 10px;
	border: solid 1px #333;
}
.none_submit {
	background:transparent;
	border: 0px;
	height: 0px;
	width: 0px;
}

html[xmlns*=""] body:last-child input.none_submit{
    display: none;
}

p#adobe {
    margin: 10px 0 0 0;
}

*html p#adobe {
    margin: 10px 0 10px 0;
}

*+html p#adobe {
    margin: 10px 0 10px 0;
}
