/*	CSS-Framework

	Version		: 0.2
	File name	: css-f.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!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }

/* Main custom rules
------------------------------ */

html { background: #fff; font: 12px Arial; color:#393939;}
body { padding: 0px; }

a:link {font: 12px Arial; color:#0065cc;  }
a:visited {font: 12px Arial; color:#0065cc;  }
a:hover {font: 12px Arial; color:#0065cc; text-decoration:none; }
a:active {font: 12px Arial; color:#0065cc;  }

#site { min-width: 1000px; width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); /**/ background: #fff; }
#header {width:300px; height:7px; background:#28166f;}
#col-left {float: left; width: 300px;}
#content {margin-left:299px; }
#table-img { height:60px; background:url(../img/home.png) no-repeat; }
#search {background:url(../img/search.png) no-repeat; } 
#search-form{margin-top:2px; margin-left:25px; width:265px; background:url(../img/search2.png) no-repeat  #f7f7f2;}
#data{ margin-left:20px;}
#right {float:right; margin-left:5px; margin-right:5px; width:350px;}
#left {margin-right:355px;}
#footer {clear: both;padding-top:40px; height:285px; background:url(../img/footer-bg.jpg) repeat-x bottom;  z-index:1;}
/* Clasess 
------------------------------ */

.logo {margin-top:45px; margin-left:50px;}
.main-text {padding-top:45px; margin-left:19px;}
.tel{float: right; margin-top:18px; padding: 0!important; border: none!important; margin: 0!important; }
.ptext{font: 15px Calibri, Arial; color:#413084; padding-left:105px;}
.text{font: 15px Calibri, Arial; color:#413084;padding-left:40px;}
.line {margin-left:43px; background:#e10000;height:5px;}
.search-bg{background:url(../img/home-big.png) no-repeat bottom right;}
.footer-text { font:11px Arial; color:#2a4d75; text-align: center; margin-left:25px; margin-top:10px; width:265px; }


.center{margin-left:auto; margin-right:auto;}
/* Horizontal Menu
------------------------------ */



div#menu{ margin-left:20px; margin-top:17px; margin-bottom:17px; background: #FFF; height:34px; border-bottom: 5px solid #e8e8e4; }
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0; }
ul#nav{}
ul#nav li{float:left; margin-right: 3px;text-align: center;}
ul#nav a{float:left; height:34px; width: auto;padding: 5px 0; font: 14px Arial; color:#0065cc; padding-left:8px; padding-right:8px; padding-top:8px; padding-bottom:0px;}
ul#nav a:hover{background:url(../img/menu-bg.png) repeat-x;  height:34px; font: 14px Arial; color:#fff; text-decoration:none;}
ul#nav li#activelink {background:url(../img/menu-bg.png) repeat-x;  height:34px; font: 14px Arial; color:#fff; text-decoration:none; padding-top:8px; padding-bottom:0px; padding-left:8px; padding-right:8px;}

/* Content elements
------------------------------ */
.cell {
   width: 93px;
   margin-right: 2%;
   float: left;
   padding-bottom: 10px;
   text-align: center;
}
h1{
font:24px Tahoma;
color:#28166f;
border-bottom:3px solid #28166f;
padding-bottom:3px;
margin-bottom:7px;
}
.imtext{
font:15px Tahoma;
color:#28166f;
margin-left:15px;
}
blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }

#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; padding-right:10px;}

.icons a, .icon { padding-left: 20px; }

#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; }

/*	Tables
------------------------------ */

table {border-collapse: collapse; margin-left:8px;  }
.data td {border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;} 

table th { }
table td {padding: 3px 15px; }
table tr {padding:0px;}
.data {margin-left:27px; margin-top:5px; }
.data th {background:url(../img/table-bg.png) repeat-x; height:39; color:#fff;} 
.row1{background:#fff; }
.row2{background:#f7f7f2;}
/*	Columns
------------------------------ */

.columns { width: 100%; padding: 0 1px 0 1px; margin-left: -1px; margin-right: -1px; 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-25 { width: 24.999%; }
.w-33 { width: 33.333%; }
.w-50 { width: 49.999%; }
.w-66 { width: 65.666%; }
.w-75 { width: 74.999%; }
.w-38 { width: 37.196%; }
.w-62 { width: 61.803%; }

/* Images
------------------------------ */

#content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }


/* Content Form
------------------------------ */


/* Inputs
------------------------------ */
.f-row {overflow: hidden; margin-bottom: .5em; padding-left:33px; color:#393939;}
label {padding-bottom:5px;}
input { vertical-align: middle }
.f-inputs {padding-left:10px; padding-top:10px;padding-bottom:10px;}
.i-checkbox { margin-top: 3px; }
.i-text {}
.button { padding: 0 .25em; overflow: visible; cursor: pointer; margin:35px 0; }
