/*	CSS-Framework

	Version		: 0.21
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3;
}
body {
	padding: 0px;
}

a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }

/* Demo Template
------------------------------ */

#site {
	width: 90%;
	margin: 0 auto;
	padding: 20px 40px;
	background: #fff;
	border: 1px solid #ccc;
}
#header { padding-bottom: 1em; border-bottom: 2px solid #ccc; margin-bottom: 1em; }
#col-left { float: left; width: 25%; }
#content { width: 73%; float: right; }
#footer { clear: both; padding-top: 1em; border-top: 2px solid #ccc; }

/* Horizontal Menu
------------------------------ */

.menu-h {
	overflow: hidden;
}




/* Vertical Menu
------------------------------ */

.menu-h a {
	display: block;
	color: #FFFFFF;
}
.menu-h li {
	float: left;
	list-style: none;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}
.menu-h li.sel {
	background-color: #000000;
	padding-left: 48px;
}
.up-1-pg .menu-h li.sel {
	background-color: #870000;
	padding-left: 16px;
}
.up-1-pg .menu-h li.sel-ind {
	background-color: #FFFFFF;
	padding-left: 48px;
}



.menu-h li.enter-client {
	float: left;
	list-style: none;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 64px;
}
.menu-h .enter-client a {
	color: #FF7E00;
}
.up-1-pg  .menu-h  .enter-client  a {
	color: #870000;
}
.up-1-pg .menu-h a {
	display: block;
	color: #000000;
}
.up-1-pg .menu-main .menu-h .sel a {
	color: #FFFFFF;
}


.menu-v a {
	display: block;
}
.menu-h a:hover { text-decoration: underline; }

.menu-v a:hover {
	text-decoration: underline;
	color: #000000;
}

.menu-v {

}
.menu-v li {
	list-style: none;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.menu-v .sel a {
	color: #000000;
}

.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li {
	border: none;
}

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 {
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
}
.content h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #A60000;
}
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }
.content  .txt ul, .content .txt ol { margin-left: 3em; line-height: 1.3em; }
.content  .txt  ul li, .content  .txt ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.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;
	width: 24%;
	padding: 0 2%;
}
.f-inputs .form-comment {
	color: #666666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input {
	vertical-align: middle;
}
.formTxt {
	vertical-align: middle;
	width: 80%;
}
.f-inputs .formButt {
	padding-right: 6px;
	padding-left: 6px;
}


.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; }
.clear {
	clear: both;
}
.menu-lst li {
	float: left;
	list-style-type: none;
	margin-right: 24px;
	margin-bottom: 4px;
}
.content .portfolio-txt {
	margin-left: 640px;
}
.content .portfolio-pict {
	float: left;
}
.content .line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 12px;
}
.content h1 {
	font-size: 22pt;
	color: #870000;
	font-weight: normal;
}

.menu-lst li a {
	white-space: nowrap;
	font-size: 10pt;
}
.promo h1 {
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #FF6C00;
	line-height: 1.1em;
}
.content .sel-txt-i {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.1em;
}
.content .sel-promo-string {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFF33;
}
