@charset "utf-8";
html * {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-attachment: fixed;
	background-image: url(bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333;
	font-size:13px;
	margin: 0px;
	padding: 0px;
}
a {
	color:#069;
}
a:hover {
	color:#000;
}
.contaniner {
	width:1000px;
	margin:0 auto;
}
#head {
	height:150px;
}
#head .contaniner {
	padding-top:25px;
}
#logo {
	float:left;
}
#downloads {
	float:right;
}


/* Top Menu */

#menu {
	clear:both;
	height:30px;
	background:url(bg_menu.gif) repeat-x center top;
}
#topmenu ul {
	padding:0;
	margin:0;
	list-style:0;
}

#topmenu > ul ul {
	background-image:url(bg_content.png);
	-webkit-box-shadow: 0 1px 5px #888;
	-moz-box-shadow: 0 1px 5px #888;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
#topmenu > ul ul ul {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

#topmenu > ul > li ul a {
	padding:5px 15px;
	font-size:11px;
}
#topmenu > ul > li ul a:hover {
	background-color:#DDD;
}
#topmenu > ul > li > a {
	line-height:30px;
}
#topmenu a {
	padding:0 15px;
	text-decoration:none;
}

/* Nicers */
#photo {
	background:url(bg_center_top.jpg) no-repeat center center #e8eff7;
	height:290px;
}
#photoline {
	background:url(bg_menu.gif) repeat-x center top;
	height:30px;
}

/* Content */
#content {
	top:200px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	padding-bottom:100px;
	position:absolute;
	z-index:100;
	font-size:11px;
}

#maincol {
	float:right;
}
#maincol ul {
	list-style:none;
	padding:0;
	margin:0;
}
#maincol li {
	color:#FFF;
	text-align:right;
}
#maincol a {
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	line-height:46px;
	padding:0 10px 0 100px;
	margin:0;
	background:url(/images/mainwires/wire1.png) no-repeat center left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	text-shadow: 0 2px 3px #000;
}
#cableparams a {
	text-decoration:none;
}
#leftcol {
	width:660px;
	float:left;
	padding:10px;
	background-image:url(bg_content.png);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
}
#rightcol {
	width:300px;
	margin-left:700px;
}
#submenu h3 {
	color:#FFF;
	height:42px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:0 10px 0 80px;
	background:url(menu_cable.png) no-repeat center left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}
#submenu h3 a {
	display:inline;
	background:none;
}
#submenu h3 a:hover {
	background:none;
	color:#DDD;
}
#submenu ul {
	list-style:none;
	padding:10px 0;
	margin:10px 0;
	min-height:200px;
	background-image:url(bg_submenu.png);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
}
#submenu a {
	color:#FFF;
	padding:5px 10px;
	display:block;
	text-decoration:none;
}
#submenu a:hover {
	color:#FFF;
	background-image:url(bg_submenu.png);
}
/* News */
#rss {
	top:-39px;
	right:0;
	position:absolute;
}
#mainlastnews {
	position:absolute;
	top:280px;
	left:50%;
	margin-left:-500px;
	width:1000px;
}
#mainlastnews li {
	padding-right:30px;
}
#lastnews {
	position:relative;
	margin-top:50px;
}
#lastnews ul {
	list-style:none;
	padding:0;
	margin:0;
}
#lastnews li {
	float:left;
	width:300px;
	margin-bottom:20px;
}
#lastnews .date, #leftcol .date  {
	display:inline;
	padding:3px;
	margin:5px;
	color:#FFF;
	background-color:#069;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
}
#lastnews .title, #leftcol .title  {
	display:inline;
	font-weight:bold;
}
#lastnews .anotation {
}


/* Footer */
#footer {
	position:absolute;
	left:0;
	width:100%;
	background:url(bg_footer.gif) repeat-x center bottom;
	height:61px;
	z-index:200;
	font-size:11px;
}
#footer .contaniner {
	padding:15px 0;
}
#footermenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footermenu li {
	display:inline;
	margin:0;
	padding:0 0 0 10px;
}

.left {
	float:left;
}
.right {
	text-align:right;
	float:right;
}

/* Forms */

form a {
	border-bottom:1px dashed #DD0000;
	text-decoration:none;
}
form a:hover {
	color:#000000;
	border-bottom:1px dashed #000000;
}
form {
	padding:30px;
	width:500px;
}
form th {
	width:200px;
	padding-top:7px;
	text-align:right;
	vertical-align:top;
}
form th span {
	color:#DD0000;
}
form th div {
	font-weight:normal;
	color:#555555;
}
form td {
	vertical-align:top;
}
form td span {
	margin-bottom:-3px !important;
	display:inline-block !important;
}
form .tile {
	width:95%;
}
form .phone a {
	border-bottom:none;
}
form .inputfield {
	color:#333;
	padding:3px;
	background-color:#EEE;
	border:1px solid #777777;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
form .button {
	padding:5px;
}
form .alert {
	color:#DD0000;
}




/*Для ie7*/
*+html #downloads {
	float:right;
	margin-top:-100px;
 
}
* html #downloads {
	float:right;
	margin-top:-100px;
 
}
*+html #maincol ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:-15px;
}

* html #maincol ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:25px;
}

*+html #lastnews ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:-20px;

}
*+html #footer{
top:670px;
}
*+html #submenu ul {
	list-style:none;
	padding:0px 0;

	margin:0px 0;
	min-height:200px;
	margin-left:40px;

	background-image:url(bg_submenu.png);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
}
*+html #submenu h3 {
	color:#FFF;
	height:42px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:0 10px 0 0px;
	
	
	background:url(menu_cable.png) no-repeat center left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}
*+html #lastnews {
	position:relative;
	margin-top:80px;
}
* html #submenu h3 {
	margin-top:50px;
	color:#FFF;
	height:42px;
	width:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:0 10px 0 0px;
	
	
	background:url(menu_cable.png) no-repeat center left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}
* html #menu {
	padding-top:7px;
	margin-bottom:-7px;
	clear:both;
	height:30px;
	background:url(bg_menu.gif) repeat-x center top;
}
* html #lastnews {
	position:relative;
	margin-top:40px;
}
* html #footer{
top:780px;
}
*html #mainlastnews {
	position:absolute;
	top:340px;
	left:50%;
	margin-left:-500px;
	width:1000px;
}
* html #topmenu ul {
	padding:0;
	margin:0;
	list-style:0;
	display:none;
}







* html #topmenu_ie {
	margin-left:40px;
	text-align:right;
display:inline;
}
* html #topmenu_ie ul{
	margin-left:40px;
	text-align:right;
display:inline;
}
* html #topmenu_ie li{
font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#FFF;
text-decoration:none;
padding-left:2px;
padding-right:2px;
font-weight:bold;
display:inline;

}
* html #topmenu_ie li ul li{
	font-size:14px;
	font-weight:100;
	margin-left:-20px;display:inline;
}
* html #topmenu_ie li a{
margin-left:40px;display:inline;
text-decoration:none;
font-weight:100;
font-size:12px;
}
* html #topmenu_ie li a:hover{
}
* html #topmenu_ie li li a:hover{
	color:#6A4C56;
}
* html #topmenu_ie li li:hover{
} 
* html #leftcol {
margin-top:30px;
	width:660px;
	float:left;
	padding:10px;
	background-image:url(bg_content.png);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
}
* html #rightcol {
overflow:hidden;
	width:300px;
	margin-left:600px;
	
	}
* html #submenu ul {
	list-style:none;
	padding:10px 0;
	margin:10px 0;
	min-height:200px;
	background-image:url(bg_submenu.png);
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;

