/* Reset styles */
:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 15px;
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #006BB5;
}

h3 {
	font-size: 1.3em;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #454750;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666666;
	background: transparent;
}

h2 a.catalog {
	color: #0E82A8;
	font-weight: normal;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	background: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999999;
	background: transparent;
}

/* Links */
a:link, a:visited, a:active {
	color: #209AEE;
	text-decoration: underline;
}

a:hover {
	color: #209AEE;
	text-decoration: none;
}

/* Paragraphs */
p {
	margin: 5px 0px 12px;
}

/* Lists */
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}

/* Tables */
table {
	border-color: #9C9C9C;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9C9C9C;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #CCCCCC;
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */
.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #FFFFFF;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 6px 0;
}

.form .line:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form .line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .form .line {
	height: 1%;
}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}











/* Layout */

body {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #454750;
	background-color: #FFF;
}

.all {
	background: #39658D url('../i/bg.jpg') no-repeat 50% 0;
	margin: 0px;
}

.frame {
	width: 987px;
	margin: 7px auto 20px auto;
	background: #FFF;
}

.header {
	height: 251px;
	padding: 3px 3px 0 3px;
	background: url('../i/header_border.gif') #051129 no-repeat;
}

.alternative {
	background: url('../i/header.jpg') no-repeat 0 0;
	height: 251px;
	position: relative;
}

a.logo:link, a.logo:visited {
	position: absolute;
	top: 100px;
	left: 80px;
	display: block;
	width: 145px;
	height: 42px;
	font-size: 48px;
	text-decoration: none;
	line-height: 1em;
	width: 143px;
	height: 47px;
	overflow: hidden;
}

.logo span {
	background: url('../i/logo.jpg') no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 143px;
	height: 47px;
	cursor: pointer;
}

a.nst:link, a.nst:visited {
	position: absolute;
	top: 85px;
	right: 90px;
	display: block;
	width: 220px;
	height: 58px;
}

.content {
	border-left: 3px solid #1685BD;
	border-right: 4px solid #1685BD;
	border-bottom: 3px solid #1685BD; /* background: url('../i/big_pic.jpg') no-repeat 0 45px; */
	background: url('../i/col_bg.jpg') repeat-y 0 45px;
	position: relative;
}

.content_main {
	border-left: 3px solid #1685BD;
	border-right: 4px solid #1685BD;
	border-bottom: 3px solid #1685BD;
	background: url('../i/big_pic.jpg') no-repeat 0 45px;
	position: relative;
}

.menu {
	margin: 0 0 0 -1px;
	padding: 2px 0 0 0;
}

.menu ul {
	margin: 0 1px 0 0;
}

.menu li {
	margin: 0;
	float: left;
	display: inline;
	list-style: none;
	text-transform: uppercase;
	background: url('../i/menu_bg.gif') repeat-x;
	text-align: center;
	font-weight: bold;
}

.menu li:hover, .menu li.current {
	border: 0px none #FFFFFF;
	background: url('../i/menu_active.gif') #000000 repeat-x;
	margin: 0;
	padding: 0;
}

.menu li a:link, .menu li a:visited {
	background: url('../i/menu_sep.gif') no-repeat 0 0;
	color: #FFFFFF;
	text-decoration: none;
	height: 34px;
	line-height: 32px;
	display: block;
	float: left;
	width: 163px;
}

.menu li#menu_last a:link, .menu li#menu_last a:visited {
	width: 165px;
}

.cols {
	margin: 10px 0 0 6px;
	min-height: 690px;
	_height: 690px;
}

.cols_main {
	margin: 10px 0 0 6px;
	min-height: 300px;
	_height: 300px;
}

.col_left {
	float: left;
	width: 242px;
	display: inline;
}

.col_right {
	float: left;
	display: inline;
	width: 690px;
	margin: 0 0 0 20px;
	overflow-x: hidden; /* В IE падает правая часть на странице http://ns-technologies.ru/shop/cart/ */
}

.col_right_str {
	float: left;
	display: inline;
	width: 925px;
	margin: 0 0 0 20px;
	overflow-x: hidden; /* В IE падает правая часть на странице http://ns-technologies.ru/shop/cart/ */
}


.left_menu {
	background: #DCEFFC;
	overflow: hidden;
	margin: 0 0 29px 0;
}

.left_menu ul {
	margin: 7px 0 7px 8px;
}

.left_menu ul li {
	margin: 0 0 1px 0;
	list-style: none;
	line-height: 28px;
	text-transform: uppercase;
}

.left_menu ul li a:link, .left_menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: url('../i/left_menu.gif') #1993E7 no-repeat;
	width: 226px;
	height: 30px;
}

.left_menu ul li a.current2 {
	border: 0px none #FFFFFF;
	background: url('../i/menu_active.gif') repeat-x !important;
	margin: 0;
	padding: 0;
}

.left_menu ul li a.marked {
	border: 0px none #FFFFFF;
	background: url('../i/menu_red.gif') repeat-x !important;
	margin: 0;
	padding: 0;
}

.left_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: url('../i/menu_active.gif') repeat-x;
	width: 226px;
	height: 30px;
}

.news {
	margin: 0 32px 0 15px;
}

a.big_pic:link, a.big_pic:visited {
	display: block;
	width: 480px;
	height: 385px;
	margin: 70px 0 37px 150px;
	text-decoration: none;
}

.date {
	font-weight: bold;
	margin: 0 0 8px 0;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0px 10px 0;
	background: url('../i/new_left.gif') #209AEE repeat-y;
	padding: 0 0 0 5px;
}

.news .title {
	margin: 0 0px 10px 0;
	padding: 0 0 0 5px;
}

.title a:link, .title a:visited {
	color: #FFFFFF;
	background: #209AEE;
	text-decoration: none;
	padding: 0 5px 0 0;
}

.news_left {
	float: left;
	width: 430px;
}

.news_right {
	width: 455px;
	margin-left: 474px;
}

.all_news {
	margin: 12px 0 0 0;
	background: url('../i/ico_news.gif') no-repeat 0 3px;
	height: 17px;
}

.all_news a {
	padding: 0 0 0 19px;
}

.footer {
	border-top: 1px solid #BDBFC8;
	margin: 34px 0 0 0;
	position: relative;
	height: 70px;
	width: 100%;
	font-size: 11px;
	clear: both;
}

.copyright {
	position: absolute;
	top: 14px;
	left: 12px;
}

.copyright p {
	text-transform: uppercase;
	color: #454750;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 1em;
}

.developer {
	position: absolute;
	top: 13px;
	left: 492px;
}

.b88 {
	position: absolute;
	top: 12px;
	right: 30px;
}

.b88 div {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

.bottom_menu {
	margin: 4px 0 0 -5px;
	overflow: hidden;
}

.bottom_menu li {
	float: left;
	background: url('../i/bottom_menu_sep.gif') no-repeat 0 2px;
	padding: 0 0 0 6px;
	margin: 0 5px 0 -1px;
	list-style: none;
}

.footer a:link, .footer a:visited {
	color: #777984;
}

.phone {
	color: #454750;
	padding: 2px 0 0 70px;
	background: url('../i/phone.gif') no-repeat 14px 1px;
	height: 47px;
}

.phone big {
	font-size: 18px;
	font-weight: bold;
	color: #006BB5;
	display: block;
	line-height: 1.4em;
}

img.catalog {
	border: 1px solid #0E82A8;
	margin: 0px 10px 10px 0px;
}

.sert_block {
	width: 46%;
	margin-right: 3%;
	float: left;
	margin-bottom: 50px;
}

.sert_img {
	float: left;
	width: 100px;
	margin: 0px 0px 10px 0px;
}

.sert_text {
	margin-left: 115px;
	margin-bottom: 10px;
}
 
.obr_zv {
	width: 205px;
	height: 30px;
	background: #0099FF;
}

.zv_img {
	margin: 10px;
}

.zv_a {
	display: block;
	padding-top: 8px;
}

.zv_a a {
	text-decoration: none !IMPORTANT;
	color: #FFFFFF !IMPORTANT;
}

.form_tb {
	border: 1px solid #47A7D7;
}

.tb_head {
	color: #FFFFFF;
	background: #47A7D7;
}

.form_button {
	border: 0px;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	background: #47A7D7;
}

.home_h1 {
	font-size: 97%;
	margin: 0 0px 15px 10px;
	color: #1B6497;
}
	
form#address p input{
	padding: auto;
	margin: auto;
	width: auto !important;
}

