@import 'reset.css';

HTML,
BODY {
  height: 100%;
}
BODY,TEXTAREA,INPUT,SELECT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
BODY {
	background:#CCCCCC;
	font-size:11px;
	color:#301B18;
	}
A {
	text-decoration: underline;
	}
A:link {
	color:#202c40;
	}
A:visited,
A:hover {
	color:#202c40;
	text-decoration:none;
	}
A:active {
	color:#314463;
	}

/*---------------------------------- */
input, textarea{
	width:560px;
	border:1px solid #CCCCCC;
	color:#333333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea{
	height:60px;
}
input.radio{
	width:20px;
	border:1px solid #CCCCCC;
	margin:1px 0 1px -10px;
}
select{
	color:#333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
input.diam{
	width:40px;
	border:1px solid #CCCCCC;
}
ul.forma li{
	list-style:none inside;
	margin:2px 0 2px 8px;
}
ul.forma{
	margin:-2px;
}
#forma{
	margin:0 30px 0 30px; 
	float: right;
	min-height:400px;
	width: 937px;
}
#tableForma tr td{
	padding:5px;
	vertical-align:middle;
}
#tableForma, .line{
	margin-bottom:20px;
}
.zag td{
	border:1px solid #CCCCCC;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
}
.gr td{
	border:1px solid #CCCCCC;
}
input.addPost{
	background:#CCCCCC;
	padding:1px;
	border:1px solid #999999;
	width:100px;
	float: right;
	margin-bottom:20px;
}
input.addLine{
	background:#CCCCCC;
	padding:1px;
	border:1px solid #999999;
	width:140px;
	float: left;
	margin-bottom:20px;
}
/* Page
------------------------------------ */
#page {
	position:relative;
	margin:0 auto;
	width:997px;
	overflow:hidden;
	min-height: 100%;
	background: #fff;
	}
/* Content
------------------------------------ */
#content {
	float:right;
	width:997px;
	background: url(../images/bg.gif) repeat;
	}
#contentGL {
	float:right;
	width:997px;
	background: url(../images/bg.gif) repeat;
	}
/* Sidebar
------------------------------------ */
#sidebar {
	float:left;
	padding: 20px 0 0 40px;
	width:230px;

	}
/* Menu 
------------------------------------ */
table.menuForSite{
	width:997px;
	height:32px;
	margin:4px 0 0 0;
	background:url(../images/menu_bg.gif) repeat-x top left;
}
td.menuList{
	height:26px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding-left:28px;
	padding-right:20px;
	background:url(../images/line.gif) no-repeat 0px 4px;
}

table.menuForSite A:link,
table.menuForSite A:visited,
table.menuForSite A:active{
	color: #03334f;
	font: bold 18px  Tahoma, Arial, Verdana, sans-serif;
	text-decoration:none;
	}
table.menuForSite A:hover{
	color: #314463;
	}
/* Header
------------------------------------ */
#header {
	background: url(http://www.kuzaks.ru/css/images/kepka.jpg) no-repeat 12px 12px;
	height: 97px;
	width:997px;
	padding:0;
	}
#logoImg{
	border:0;
	border-bottom:1px #bfc5c8 solid;
	width:997px;
	height:100px;	
}
#header2 {
	background: url(../images/pic1.jpg) no-repeat top left;
	height: 214px;
	width:997px;
	padding:0;
	margin:0;
	}
#header3 {
	background: url(../images/pic2.jpg) no-repeat top left;
	height: 218px;
	width:997px;
	padding:0;
	margin:0;
	}
#header4 {
	background: url(../images/pic3.jpg) no-repeat top left;
	height: 214px;
	width:997px;
	padding:0;
	margin:0;
	}
/* Body 
------------------------------------ */
h3.zah{
	color: #0f3067;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/h3.jpg) no-repeat top left;
	margin: 20px 0 0 0;
	padding:6px 10px 6px 26px;
	width:260px;
	height:33px;
	display:block;
}
td.zah3_1
{
	background: url(../images/h3_01.jpg) no-repeat top left;
	width:25px;
	height:33px;
}
td.zah3_2
{
	color: #0f3067;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/h3_02.jpg) repeat-x top left;
	height:33px;
	vertical-align:middle;
}
td.zah3_3
{
	background: url(../images/h3_03.jpg) no-repeat top left;
	width:12px;
	height:33px;
}
h4.zah{
	color: #7b0303;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/h4.jpg) no-repeat top left;
	margin: 20px 0 0 0;
	padding:6px 10px 6px 22px;
	width:260px;
	height:31px;
	display:block;
	vertical-align:top;
}
p.zah, div.zah{
	margin-left:24px;
}
h4{
	color: #0f3067;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding:6px 10px 6px 0;
}
h5{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
ul li{ 
	list-style: disc inside;
	margin:5px;
}
#body H2{
	color: #a40804;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#leftCol h2,#rightCol h2{ 
	text-decoration:none;
}
#body-inner {
	float: right;
	min-height:400px;
	width: 624px;
	padding: 0 40px 20px 10px;
	margin-bottom:30px;
	}
#body-inner P{margin-top: 10px;}

table.bg{ 
	background: url(../images/left.gif) repeat-y top left;
}
table.bg2{ 
	background: url(../images/rt.gif) repeat-y top right;
}
.ramka{
	border: double #999999 1px;
	padding:2px;
	margin:8px 6px 6px 0;
	float:left;
	background: #CCCCCC;
}
.part{
	border: solid #999999 1px;
	padding:4px;
	margin:10px;
	float:left;
	background: #FFFFFF;
	display: list-item;
}

/* Колонки с картинками на главной странице каталога
------------------------------------ */
#leftCol{
	float: left;
	width: 311px;
	margin-bottom: 35px;
}
#rightCol{
	float: right;
	width: 416px;
	margin-bottom: 35px;
	}
#leftCol div,
#rightCol div{
	background: url(http://www.kuzaks.ru/css/images/podl12.gif) no-repeat bottom;
	width: 264px;
	height: 282px;
	margin-bottom: 10px;
	}
	#leftCol div img,
	#rightCol div img{
		margin: 30px 0 0 30px;
	}
	#leftCol div:hover,
	#rightCol div:hover{
		background: url(http://www.kuzaks.ru/css/images/podl1_hover2.gif) no-repeat bottom;
		cursor: pointer;
	}

#news, #part, #manu{
	font: 12px Tahoma, sans-serif;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	width:250px;
	}
	#news H3, #part H3, #menu H3{
		width:230px;
		color: #0f3067;
		font: bold 14px Tahoma, sans-serif;
		display:block;
		padding:6px 10px;
		background: url(../images/hAll.jpg) no-repeat top left;
		margin: 0;
	}
	#news H4, #part H4{
		width:230px;
		color: #ff9e5c;
		font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
		display:block;
		width:250px;
		margin: 10px 0 0 10px;
	}
	#news p, #part p{
		padding:4px 0 0 0;
		font: 10px  Verdana, Arial, Helvetica, sans-serif;
		color: #414042;
		width:240px;
		margin: 0 0 0 10px;
	}
	#news p a, #part p a{
		color: #414042;
		font: 10px  Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	#menu ul li a{
		color: #414042;
		font:12px  Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	#menu ul li a:hover{
		color: #ff9e5c;
		font:12px  Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	#menu ul li{
		margin: 10px 0 10px 10px;
		padding-bottom:10px;
		border-bottom:1px solid #a0a7b2;
		width:237px;
		list-style:none outside;
	}
/* Footer
------------------------------------ */
#footer {
	position:relative;
	margin: 0 auto;
	width:997px;
	height: 28px;
	background: url(../images/bott.jpg) #4588b2 no-repeat 1px 0px;
	color:#FFFFFF;
	font-size: 10px;
	}
	#footerLogo {
		position: absolute;
		margin: 8px 0 0 45px;
	}
	#footer UL {
		padding: 0 0 0 20px;
		position:absolute;
		top: 8px;
		left:480px;
		color:#FFFFFF;
		}
	#footer LI {
		display:inline;
		margin-right: 30px;
		}
	#footer LI A {
		color:#FFFFFF;
		}
	#footer LI A:hover {
		color: #CCCCCC;
		}
/*pages
------------------------------------ */
#pages{margin: 10px 0 10px 0; width: 100%;}
#pages ul{margin: 0 0 0 -5px;list-style-type: none; float: right}
#pages ul li{
	float: left;
	color: #a40804;
	padding: 0px 5px;
	font: 13px Verdana, sans-serif;
	}
	#pages ul li a{
		color: #58595b;
		text-decoration: none;
	}
	#pages ul li a:hover{text-decoration: underline;}
/*Pic
------------------------------------ */
#pic{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #ccc;
	filter:alpha(opacity=40);
	opacity:0.4;
	}
#pic1{
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	}
#picInner{
	 width: 600px;
	 /*height: 540px;*/
	 border: solid 2px #ccc;
	 background: #fff;
	 margin: 50px auto 0 auto;
	}
#picSrc{
	width: 500px;
	/*height: 400px;*/
	margin: 20px auto;
	text-align: center;
	}
#smLeftPreview{
	width: 500px;
	margin: 20px auto 20px auto;
}
#smLeftPreview div{
	width: 82px;
	height: 82px;
	float: left;
	border: solid 2px #fff;
	}
	#smLeftPreview div:hover{
		border: solid 2px #ccc;
	}
#closeBut{
	width: 600px;
	height: 20px;
	background: #ccc;
	border: solid 2px #ccc;
	color: #a40804;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
/* Search
------------------------------------ */
#search {
	}
	#search H5 {
		font-size:12px;
		}
	#search LABEL {
		display:block;
		padding:10px 20px;
		margin:0 0 -2px;
		border-bottom:solid 1px #301B18;
		}
	#search FIELDSET {
		padding:18px 20px;
		}
	#search INPUT {
		display:block;
		padding:2px 3px;
		margin:0 auto;
		width:87px;
		border:solid 1px #FFF;
		font-size:12px;
		}
/* <form>
------------------------------------ */	
b, strong{
	font-weight:bold;
}
i, em{
	font-style:italic
}
