/*
 __          __         _      __      __  _         _                                                                          
 \ \        / /        | |     \ \    / / (_)       (_)                                                                         
  \ \  /\  / /    ___  | |__    \ \  / /   _   ___   _    ___    _ __    ___        ___    ___    _ __ ___        _   _    __ _ 
   \ \/  \/ /    / _ \ | '_ \    \ \/ /   | | / __| | |  / _ \  | '_ \  / __|      / __|  / _ \  | '_ ` _ \      | | | |  / _` |
    \  /\  /    |  __/ | |_) |    \  /    | | \__ \ | | | (_) | | | | | \__ \  _  | (__  | (_) | | | | | | |  _  | |_| | | (_| |
     \/  \/      \___| |_.__/      \/     |_| |___/ |_|  \___/  |_| |_| |___/ (_)  \___|  \___/  |_| |_| |_| (_)  \__,_|  \__,_|
                                                                                                                                
 * Шаблон системы CMS
 * @copyright Copyright © WebVisions, 2009. All rights reserved.
 * @text Create & designed by WebVisions.com.ua

*/

/* RESET */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #F1F1F1 url(/images/h_bg.gif) repeat-x;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {color:#3366FF;text-decoration: none;}
a:hover {text-decoration: underline;}

#main {
margin: 10px auto;
width: 960px;
}
.header {
width: 100%;
clear: both;
height: 99px;
border-bottom: 1px solid #767676;
}
.header .left {
	float:left;
	width: 10px;
	height: 99px;
	background: url(/images/h_lr.gif) no-repeat left;
}
.header .right {
	float:right;
	width: 10px;
	height: 99px;
	background: url(/images/h_lr.gif) no-repeat right;
}
.header .content {
	float:left;
	width: 940px;
	height: 89px;
	padding-top:10px;
	background: url(/images/h_bg2.gif) repeat-x;
}

/** Menu */
#nav {
	width: 490px;
	height: 48px;
	float: left;
	background: transparent;
	margin: 15px 0 0 0;
	z-index: 1;
}

/* -- Blue Menu -- */
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:492px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:1000;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('/images/blue/center.png');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.menu .left_nosub {
	background-image:url('/images/blue/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub {
	background-image:url('/images/blue/right.png');
}
.menu .right_nosub {
	background-image:url('/images/blue/right.png');
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* Button ":hover" Styling */
.menu ul li:hover a {color:#043454; background:url('/images/blue/center_hassub.png');}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.center_hassub {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#544a3a;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .left_nosub {color:#043454; background:url('/images/blue/left_nosub.png');}
.menu ul li:hover .right_hassub {color:#043454; background:url('/images/blue/right_hassub.png') ;}
.menu ul li:hover .right_nosub {color:#043454; background:url('/images/blue/right_nosub.png') ;}

/* DropDown Styling */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#043454; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('/images/blue/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background-image:url('/images/blue/sub_active.png');
	margin-right: 1px;
}
.menu ul li:hover ul .sub_active a {color:#FFF;}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {color:#fff; background-image:url('/images/blue/sub_hover.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/** /Menu */

#cont {
	background: #FFF;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	padding: 10px 0;
}
.leftcolumn {
width: 240px;
float: left;
border-right: 1px solid #DEDEDE;
padding: 0 4px 0 5px;
min-height: 250px;
}
.leftcolumn h2 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

/** Left menu */
.lmenu ul{
	list-style:none;
}
.lmenu li{
	display:inline;
	font-size:16px;
}
.lmenu li a{
	color: #666;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	padding: 4px;
	display: block;
	border-bottom:1px solid #D5D5D5;
	width:230px;
}
.lmenu li a:hover{
	background-color: #F4F4F4;
}
/** /Left menu */

.content {
width: 700px;
float: right;
}

.footer {
width: 100%;
clear: both;
height: 38px;
border-top: 1px solid #DEDEDE;
}
.footer .left {
	float:left;
	width: 8px;
	height: 38px;
	background: url(/images/f_lr.gif) no-repeat left;
}
.footer .right {
	float:right;
	width: 8px;
	height: 38px;
	background: url(/images/f_lr.gif) no-repeat right;
}
.footer .sep {
	float:left;
	width:99px;
	padding-top:10px;
	height: 28px;
	text-align: center;
	background: url(/images/f_cont.gif) repeat-x;
}
.footer .content {
	padding: 10px 10px 0 10px;
	float:left;
	width: 824px;
	height: 28px;
	background: url(/images/f_cont.gif) repeat-x;
}



		/** PAGES*/

/** main */
.main_bl {
	background: #F7F7F9 url(/images/main_bg.gif) repeat-x center center;
	border:1px solid #DADEDF;
}
.main_bl .left {
	width: 6px;
	height: 6px;
	position: relative;
 	left: -1px;
    top: -1px;
	background: url(/images/main_b.gif) no-repeat left top;
	float:left;
}
.main_bl .right {
	width: 6px;
	height: 6px;
	position: relative;
 	right: -1px;
    top: -1px;
	background: url(/images/main_b.gif) no-repeat right top;
	float:right;
}
.main_bl .fleft {
	width: 6px;
	height: 6px;
	position: relative;
 	left: -1px;
    bottom: 5px;
    *bottom: -1px; /** IE Sux */
	background: url(/images/main_b.gif) no-repeat left bottom;
	float:left;
}
.main_bl .fright {
	width: 6px;
	height: 6px;
	position: relative;
 	right: -1px;
    bottom: 5px;
    *bottom: -1px; /** IE Sux */
	background: url(/images/main_b.gif) no-repeat right bottom;
	float:right;
}

/** Text on .main_bl  */
.main_bl .cont_left {
	float: left;
	width: 330px;
	border-right: 1px solid #888;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.cont_fleft {
	float: left;
	width: 330px;
	border-right: 1px dotted #888;
	padding: 0 5px;
	margin-bottom: 5px;
	font-size: 12px;	
}

.navigation {
	color:#666;
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}
/* ==================== */

.info {
	border: 1px solid #8282FF;
	padding: 10px;
	display: none;
}

/** work */
.work_h {
    border-top:1px solid #79A2BD;
    clear: both;
    height: 35px;
    padding: 5px 10px 0 10px;
    background: #F2F5EE;
    color: #555;
    font-size: 14px;
    font-weight: bolder;
}
.work_left {
    float: left;
}
.work_right {
    float: right;
}
/** /work */

.comments {
    border-top:1px solid #ccc;
}
.comments .sub {
    background: #F2F2F2;
    padding:5px;
    border: 1px solid #ccc;
}

.field {clear:both; text-align:right; line-height:25px;}
label {float:left; padding-right:10px;}
.fo {float:left}
.c {
	clear:both
}

#home_l {
	background: url(/images/redhat-home.png) no-repeat;
	padding: 4px 0 0 25px
}