@import url("reset.css");
@import url("navigation.css");
@import url("faq.css");
@import url("menu.css");
@import url("forms.css");

html
{	font-size:100%;	}

body
{
	font-size:62.50%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/bg_body.jpg) repeat-x top #fff;
	width:100%;
}

/*WRAPPERS ---------------------------- */
#quarry
{
  margin: 0 auto 0 auto;
  text-align: left;
  width:972px;
  position:relative;
  min-width:972px;
  font-size:1.2em;
  padding:0px;
  display: block;
}

#header
{
	background:url(/images/header100.jpg) no-repeat;
	/*background:url(/images/header.jpg) no-repeat;*/
	/*background:url(/images/header_ny.jpg) no-repeat;*/
	height: 145px;
	width: 972px;
	text-align: center;
}

#logo
{
	padding-top: 5px;
	margin: 0 auto 0 auto;
}

#upmenu
{
	height: 307px;
	background-color: #fff;
	border: 1px solid #5b5b5d;
}

#bluemenu
{
	height: 234px;
	margin: 0px 12px 0px 12px;
	background:url(/images/bluemenu_bg.gif) repeat-x top #fff;
}

#bluemenu_builds
{
	margin-top: 27px;
	background:url(/images/bluemenu_builds.png) no-repeat bottom right;
	float: right;
	height: 207px;
	width: 60px;
}

#blueseparator
{
	float: left;
}

#bluemenuitem
{
	height: 234px;
	width: 138px;
	float: left;
	border-left: 1px solid #6495cb;
	border-right: 1px solid #6495cb;
}

#content
{
	width: 100%;
	margin-top: 7px;
}

#content .nosidebar{
	width:932px !important;
}

#maincontent
{
	width: 580px;
	background-color: #fff;
	padding: 5px 20px 10px 20px;
	display:block; float:left;
	zoom:1;
}

/* TABLEs in content */
#maincontent *
{
	line-height: 1.5em;
}

#maincontent table
{
	border-collapse: collapse; width:100% !important; clear:both;
}

#maincontent table tr td
{
	border: 1px solid #999; padding:3px 5px;
	vertical-align: top;
}

#maincontent table tr th
{
	padding:5px 5px;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

#leftPartner{
	clear:both;
	padding-top:20px;
	text-align:center;
}
#leftPartner h3 {
    font-weight: bold;
    margin-bottom: 20px;
}


/* end TABLEs in content */

#rightcolumn
{
	float: right;
	width: 338px;
	display:block;
}

#fastnews
{
	padding:5px 5px 5px 18px;
	background:url(/images/fastnews.gif) repeat-x bottom #fceab6;
	border-top: 1px solid #e6a738;
	border-bottom: 1px solid #e6a738;
	line-height: 1.5em;
}

#fastnews div
{
	margin-bottom: 15px;
}

#fastnews h3
{
	font-weight:bold;
	margin-bottom: 20px;
}

#fastnews .date { color: #999999; }

#fastnews .theme {}

#addition
{
	padding: 5px;
}

#addition h3
{
	font-weight:bold;
	margin-bottom: 20px;
}

#usefull1
{
	float: left;
	width: 160px;
}

#usefull1 a
{
	font-weight:bold;
	display: block;
}

#usefull1 div
{
	margin-bottom: 15px;
	line-height: 1.1em;
	color: #666666;
}

#cert
{
	float: left;
	width: 160px;
	text-align: center;
}

#cert div
{
	width: 150px;
}

#footer
{
	position: relative;
	margin: 0px;
	padding-top:20px;
	height: 93px;
	background-color:#FFFFFF;
}

#footmenu
{
	height: 29px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#footmenu ul
{
	height: 29px;
	width: 900px;
	margin: 0px auto;
}

#footmenu ul li
{
	display:inline;
	border-right:1px solid #000; padding:0 5px;
}

#footmenu ul li a{ color:#777; font-weight:normal; text-decoration:none; padding:0 3px; line-height:29px; }
#footmenu ul li a:hover{ color:#000; text-decoration:underline}
#footmenu ul .last{ border:none !important; }
#footmenu ul .fmcurrent{ font-weight:bold; color:#333;}

#footinfo
{
	height: 59px;
}

#footer_logo
{
	position: relative;
	margin-top: 10px;
    margin-left:10px;
	text-align: center;
	width: 100px;
	float:left;
	font-size: 11px;
}

#footer_logo a
{
	color: #666666; text-decoration:underline;
}

#footer_copyrights
{
	float:right;
	width: 300px;
	text-align: right;
	color: #333;
	margin-top: 5px; margin-right:10px; font-size:11px; line-height:15px;
}

.big{
	border-right:none !important;
	/*width: 217px !important;*/
	}

/*----------------------------------*/

.news .item
{
	margin: 0px 0px 15px 0px;
}

#certitem
{
	height: 200px;
	width: 180px;
	float: left;
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #bbb;
	margin: 2px;
	padding: 3px;
}

#certitem:hover
{
	background-color: #eee;
}

#certdate
{
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

/*
TYPOGRAHPY ------------------------ */
a {
	color: #336699;
	}

a.link{
	position:relative; z-index:1000;
}

a:hover {
	color: #6699CC;
	text-decoration:none;
}

strong { font-weight:bold }

h1, h2, h3, h4, h5{
  font-family:Arial, Helvetica, sans-serif;
  margin:1em 0 .5em 0;
  color:#333;
  font-weight:normal;
}

h1{
  font-size:1.8em;
}

h2{
  font-size:1.5em;
}
h3{
  font-size:1.3em;
}
h4{
  font-size:1.2em;
}
h5{
  font-size:1.1em;
}

hr {
	border: none; /* Убираем границу для браузера Firefox */
    color: red; /* Цвет линии для остальных браузеров */
    background-color: #000; /* Цвет линии для браузера Firefox и Opera */
    height: 2px; /* Толщина линии */
	/*display: none;*/
	}

p {
	line-height: 1.2em; clear:both; margin-bottom: 1.6em;
	}

#content ul li { text-indent: -.85em; margin-left: .85em; }
#content ul li:before { content: " "; margin:5px;}
#content ol { list-style-position: outside; list-style-type: decimal; }
#content ol li { text-indent: 0em; margin-left:-.50em; text-indent:0;}

#content ul { margin-left: 1.5em; color:#333; margin-bottom:1.6em;}
#content ol { margin-left: 2.35em; color:#333; margin-bottom:1.6em;}
#content ol ol, #content ul ol { margin-left: 2.5em; }

/* IMG ALIGN */
img[align=left] {float:left; margin:0 1em 1em 0}
img[align=right] {float:right; margin:0 0 1em 1em}


/*
GLOABALNAV --------------------*/

#globalnav {
  color: #000;
  margin-bottom:45px;
  margin-top:-15px;
  font-size:.9em;
  font-weight:bold;
  }

#globalnav a, #globalnav span {
  background:url(/images/arrright.gif) no-repeat 7px 65%;
  padding-left:15px;
  }
#globalnav a{
  color: #333;
  font-weight:normal;
  text-decoration:underline;
}
#globalnav a:hover {
  color: #ccc;
  text-decoration:none;
  }

.clearfix:after {
  content: "";
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}

#fotoitem
{
	height: 170px;
	width: 200px;
	border: 1px solid #ddd;
	margin: 3px;
	padding: 3px;
	text-align: center;
	float: left;
}

#pricelist li
{
	display: block;
	height: 30px;
}

#objectfoto
{
}

#simpletable tbody tr td
{
	border: none;
}
div.kirpichOrderForm form div.item{
margin: 0 0 10px 0;	
}
div.kirpichOrderForm form div.item label{
	display: block;
font-weight: bold;
}
div.kirpichOrderForm form div.item label sup{
	color:red;
}
div.kirpichOrderForm form div.item input{
	width:400px;
}
div.kirpichOrderForm form div.item textarea{
	width:400px;
}
div.kirpichOrderForm form div.item.check input{
	width:auto;
}
div.kirpichOrderForm form div.privacy{
	padding-top:10px;
}
div.kirpichOrderForm form#form_submit_kirpich div.buttonPlace{
	padding-top:10px;
}
div.kirpichOrderForm form#form_submit_kirpich div.buttonPlace input{
	font-size:20px;
}
div.kirpichOrderForm form#form_submit_kirpich div.buttonPlace input[disabled]{
	opacity: .6;
cursor: not-allowed;
}