/* Основной файл стилей */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: rgb(113, 111, 110);
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	list-style: none;
}

table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	border-collapse: separate;
}

td {vertical-align: top;}

a:hover {text-decoration: underline;}

body {
	position: relative;
	background-color: rgb(113, 111, 110);
}

.fullwidth {width: 1000px}

.lmarg {margin-left: 10px;}
.relative {position: relative;}

/*--------------------- custom colors --------------------------------------*/
.redcolor {color: rgb(237, 126, 57);}
.graycolor {color: rgb(113, 111, 110);}
.bggray {background-color: rgb(151, 150, 149);}

/*--------------------- fonts -----------------------------------------*/
.fonttahoma {font-family: Tahoma;}
.fontarial {font-family: Arial Black;}
.font24px{font-size: 24px;}
.font18px{font-size: 18px;}
.font13px{font-size: 13px;}
.font12px{font-size: 12px;}
.fontbold{font-weight: bold;}

div#buildingiseasy {
	width: 980px;
	text-align: right;
	font-size: 24px;
	padding: 3px 20px 3px 0px;
}

div#header {
	background-image: url(header.jpg);
	width: 1000px;
	height: 174px;
}

div#smallnav{
	width: 1000px;
	height: 20px;
	position: relative;
	margin: 5px 0px 10px 0px;
}

div#bulletlinks {
	position: absolute;
	right: 27px;
}
div#bulletlinks a{margin-left: 4px;}

div#phone {
	position: absolute;
	left: 30px;
}

div#footer {
	width: 973px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#footer .linkex_area {
	float: right;
}

div#footer a{
	color: orange;
	vertical-align: bottom;
}
div#footer img {vertical-align: bottom; }

span#copyright {
	color: rgb(237, 126, 57);
	margin-left: 30px;
	margin-top: 4px;
	float:left;
}


/*--------------------- sidemenu ------------------------------------------------------------*/
td#sidemenu {
	vertical-align: top;
	width: 260px;
	background-color: rgb(221, 221, 220);
}

div.menulev1 {background-image: url(lbullet.gif); background-position: top left; padding-left: 30px; margin: 15px 0px 15px 30px;}
div.menulev2 {background-image: url(sbullet.gif); background-position: 0px 3px; padding-left: 30px; margin: 1px 15px 1px 30px;}
div.menulev3 {background-image: url(bul2.gif); background-position: center left; padding-left: 25px; margin: 1px 5px 1px 40px;}
div.menulev4 {background-image: url(bul2_.gif); background-position: 0px 5px; padding-left: 15px; margin: 1px 10px 1px 70px;}

div.menulev1 a{color: rgb(113, 111, 110); font-family: Arial Black; font-size: 12px; text-transform: uppercase;}
div.menulev2 a{}
div.menulev3 a{/*color: rgb(237, 126, 57);*/}

div#logo {
	width: 200px;
	height: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-color: rgb(154, 186, 199);
	background-image: url(logo.gif);
}

div.logos { margin: 50px 0px 20px 60px; }
div.logos div { margin: 15px 0px 15px 0px; }
div.logos img { border: 2px solid rgb(237, 126, 57); }
/*--------------------- end of sidemenu -----------------------------------------------------*/


/*--------------------- about ---------------------------------------------------------------*/
td#about {
	background-color: rgb(221, 221, 220);
}

td.alignbottom {vertical-align: bottom;}

div#about {
	width: 200px;
	background-color: rgb(154, 186, 199);
	margin-top: 20px;
	margin-left: 30px;
}

div#about a {
	display: block;
	padding: 30px 10px 30px 20px;
	color: rgb(124, 130, 132);
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

div#top100 {
	width: 200px;
	height: 60px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: rgb(154, 186, 199);
	background-image: url(top100.gif);
}
/*--------------------- end of about --------------------------------------------------------*/




td.spacer {width: 15px;}



/*--------------------- maincontent ---------------------------------------------------------*/
td.whitebg {
	background-color: white;
}

table#maincontent {
	width: 673px;
	font-size: 11px;
	color: rgb(179, 179, 178);
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table#maincontent th {
	width: 329px;
	text-align: center;
	background-color: rgb(154, 186, 199);
	padding: 8px 0px 8px 0px;
}
table#maincontent th a {
	color: rgb(113, 111, 110);
	font-family: Arial Black;
	font-weight: lighter;
	font-size: 12px;
}

table#maincontent td {width: 329px;}
table#maincontent td p {text-indent: 1.5em; margin-bottom: 0.5em;}
table#maincontent td ul, #content ul{padding-left: 1.5em;}
table#maincontent td li, #content li{
	list-style: disc;
	margin-bottom: 0.5em;
}

table#maincontent td.spacer, table#maincontent th.spacer {
	background-color: white;
	width: 15px;
}

table#maincontent img {
	border-width: 3px;
	border-style: solid;
	border-color: rgb(237, 126, 57);
}
/*--------------------- end of maincontent --------------------------------------------------*/


/*--------------------- catalog -------------------------------------------------------------*/
table#catalog {
	width: 673px;
	color: rgb(179, 179, 178);
}

table#catalog img{
	max-width: 95%;
	border-width: 3px;
	border-style: solid;
	border-color: rgb(237, 126, 57);
}

table#catalog td {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
table#catalog td a {
	font-size: 12px;
}

table#catalog td div {
	margin: 10px 10px 10px 10px;
}

div#catalogitem {
	display: none;
	position: absolute;
	height: 500px;
	width: 500px;
	text-align: center;
	border: 4px solid rgb(141, 141, 140);
	background-color: rgb(241, 241, 240);
}

div#catalogitem div#close {text-align: right; width: 500px;}

div#catalogitem div#catalogitemdescription {
	text-align: left;
	margin: 15px 15px 15px 15px;
}

div#catalogitem div#catalogitemdescription h1, div#catalogitem div#catalogitemdescription h2, div#catalogitem div#catalogitemdescription h3, div#catalogitem div#catalogitemdescription h4 {
	text-align: center;
	margin-bottom: 0.7em;
}

div.pages {
	margin-top: 10px;
	text-align: center;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	border-top: thin solid rgb(221, 221, 220);
}

div.pages span.selected {
	color: rgb(237, 126, 57);
}
/*--------------------- end of catalog ------------------------------------------------------*/



/*--------------------- content and some default values for headers etc.---------------------*/
div#path {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 8px;

	font-size: 13px;
	font-weight: bold;
	background-image: url(sbulletr.gif);
	background-position: 0px 5px;
	border-bottom: thin solid rgb(221, 221, 220);
}

div#path a{
	font-size: 13px;
}
/*--------------------- end of content ------------------------------------------------------*/

/*--------------------- content -------------------------------------------------------------*/
#content {
	font-size: 11px;
	text-align: justify;
	width: 673px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
}

#content h1 {
	text-align: center;
	font-size: 20px;
	padding: 5px 5px 5px 5px;
}

#content h2 {
	text-align: center;
	font-size: 18px;
	padding: 5px 5px 5px 5px;
}


#content p {text-indent: 2em; }
#content img {margin: 10px 10px 10px 10px;}
#content ul {
	margin-left: 2em;
}
/*--------------------- end of content ------------------------------------------------------*/


/*--------------------- news ----------------------------------------------------------------*/
td#news {
	background-color: white;
}

div#divider {
	background-color: rgb(113, 111, 110);
	height: 10px;
}

div.NewsItem {
	margin: 5px 0px 10px 0px;
}

span.NewsItemDate {
	font-weight: bold;
	color: rgb(237, 126, 57);
	margin-right: 20px;
}

span.NewsItemCaption {
	font-weight: bold;
	font-size: 14px;
}

table#newspreview {
	width: 693px;
	margin-top: 10px;
}

table#newspreview tr{
	background-color: rgb(221, 221, 220);
}

table#newspreview td {
	background-image: url(sbullet.gif);
	background-position: 25px 2px;
	padding-left: 50px;
	padding-bottom: 15px;
}

table#newspreview th {
	text-align: left;
	background-image: url(lbullet.gif);
	background-position: 25px 10px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: rgb(113, 111, 110);
	font-family: Arial Black;
	font-weight: lighter;
	font-size: 12px;
}

table#newspreview a {
	color: rgb(179, 179, 178);
	font-size: 11px;
	text-decoration: underline;
}
/*--------------------- end of news ---------------------------------------------------------*/

/*--------------------- articles ------------------------------------------------------------*/
td#newsstring {
	background-color: white;
	vertical-align: bottom;
	color: rgb(179, 179, 178);
}

td#newsstring div{
	width: 673px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

td#newsstring a {
	color: rgb(124, 130, 132);
	font-size: 12px;
}

div.articlelink {
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}
/*--------------------- end of articles -----------------------------------------------------*/

/*--------------------- mailus --------------------------------------------------------------*/
form#mailUsForm table { table-layout: fixed; width: 90%; }

form#mailUsForm td { font-weight: bold; padding: 5px; }

form#mailUsForm td.formLabel { width: 20%; }

form#mailUsForm textarea, form#mailUsForm input { border: 1px solid rgb(113,111,110); }
/*--------------------- end of mailus -------------------------------------------------------*/

/*--------------------- sitemap -------------------------------------------------------------*/
ul.sitemaplev1 {list-style: none; font-weight: bold; line-height: 180%;}
ul.sitemaplev2 {margin-left: 20px; font-weight: normal;}
ul.sitemaplev3 {margin-left: 30px; font-weight: normal;}
/*ul.sitemaplev3 a {color: rgb(237, 126, 57);}*/
/*--------------------- end of sitemap ------------------------------------------------------*/



.flash_item {
	margin-top: 22px;
	margin-left: 300px;
	width: 673px;
	height: 130px;
}

table.center td {text-align: center;}