/*	
	CSS from site: www.site.com
	Version: 1.00
	by Andrey Sapegin (www.andreysapegin.com)
	www.next-step.ru
*/
/* 
Colors:
#333333	Dark grey	(text)
#000066	Dark Blue	(headings, links)  
#333399	Mid Blue	(header)
#CCCCFF	Light blue	(top navigation)
#666666	Mid grey
*/

@import url("reset.css");
@import url("helpers.css");

body {
	background: #fff;	color: #000;
	font-family: Arial, sans-serif;
}

a:link,
a:visited,
a:hover,
a:active { 
	color: #0045A0; 
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; 
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.padding {
	padding: 41px 10px 10px 11px;
}
	.header {
		position: relative;
		height: 265px;		width: 100%;
		background: url("../img/header_bg.jpg") repeat 0 90px;
	}
	.frame-header {
		position: relative;
		height: 90px;		width: 100%;
		background: url("../img/header_bg.jpg") repeat 0 90px;
	}
	.frame-text {
		text-align: center;
		margin-top: 0;
	}
	.frame-text a:link, 
	.frame-text a:visited, 
	.frame-text a:hover, 
	.frame-text a:active {
		text-decoration: underline;
	}

	.header-discount {
		position:absolute;
		z-index: 1;
		width:174px;	height:89px;
		top:41px;		left:186px;
	}
	.header-consult {
		position:absolute;
		z-index: 1;
		width:174px;	height:89px;
		top:41px;		left:361px;
	}
	.header-order {
		z-index: 1;
		position:absolute;
		width:174px;	height:89px;
		top:41px;		left:711px;
	}
	.header-phones {
		z-index: 1;
		position: absolute; 
		top: 0; 		left: 535px;
	}
	.header-ferrumdesign {
		position: absolute;
		top: 0;		left: 0;
	}
	.header-mainmenu {
		position: absolute; 
		top: 53px;	left: 30px;
		z-index: 1;
	}
		.header-mainmenu a:link,
		.header-mainmenu a:visited,
		.header-mainmenu a:hover,
		.header-mainmenu a:active {
			text-decoration: none; 
			color: #555A60; 
			font: bold 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
			clear: left;	float: left;
		}
		.header-mainmenu a:hover,
		.header-mainmenu a:active {
			text-decoration: underline; 
			color: #fff; 
		}
	.header-logo {
		position: absolute; 
		z-index: 5;
		top: 131px;		left: 536px;
		width: 174px;		height: 174px;
	}

	.header-twosquare {
		position: absolute; 
		z-index: 0;
		top: 131px;		left: 11px;
	}
	.header-rowsquares {
		position: absolute; 
		z-index:1; 
/*		top: -177px;		left: 11px; 	right:10px;*/
		top: 131px;		left: 11px; 	right:10px;
	}
	.header-icons {
		position: absolute; 
		top: 10px;		right: 10px;
	}

table.container {
	width: 100%;
	background-color: #D7D7D7;		color: #000;
}
	.container .leftcol {
		width: 349px;
		border-right: 1px solid #fff;
		background-color: #ccc;		color: #000;
	}
	.container .title {
		background-color: #0C64D9;		color: #fff;
		font: bold 13px/29px Arial, sans-serif;
		text-align: right;
		border-bottom: 1px solid #ccc;
		padding: 0 15px;
	}
		.container .title a:link,
		.container .title a:visited,
		.container .title a:active
		{
			color: #fff;
			text-decoration: none;
		}
		.container .title a:hover {
			color: #fff;
			text-decoration: underline
		}

.section-menu {
	z-index: 5;
	width: 349px;
	background-color: #0045A0;		color: #fff;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
}
	.section-menu a:link,
	.section-menu a:visited,
	.section-menu a:hover,
	.section-menu a:active {
		display: block;
		float: left;	clear: left;
		margin: 6px 0 8px;		padding: 0 0 0 16px;
		font: 11px/14px Arial, sans-serif;
		text-decoration: none;
		background: url(../img/section-menu-arr.gif) no-repeat 0 6px;		color: #fff;
		white-space: nowrap;
		text-transform: capitalize;
	}
	.section-menu a:hover,
	.section-menu a:active {
		text-decoration: underline;	
	}
	.section-menu a.exception {
		text-transform: none;
	}
	.section-menu td {
		width: 50%;
		padding: 10px 10px 20px;
	}
	.section-menu-block-1 {	border-left: 1px solid #ccc;	}
	.section-menu-block-2 {	border-left: 1px solid #fff;	}

.sitemenu {
	padding: 10px;
	background: #E9E7E3 url(../img/meshkovina_light.jpg) repeat 0 0;		color: #0045A0;
	border-bottom: 1px solid #ededed;
}
	.sitemenu ul { 
		margin: 10px 0 10px 10px; 
		padding: 1px 0; 
		list-style: none;
	}
	.sitemenu li {
		padding: 1px 0;
		list-style: none;
	}
	.sitemenu a:link,
	.sitemenu a:visited,
	.sitemenu a:hover,
	.sitemenu a:active {
		color: #0045A0;
		text-decoration: none;
	}
	.sitemenu a:hover { 
		text-decoration: underline;
	}
	.sitemenu a:link.current,
	.sitemenu a:visited.current,
	.sitemenu a:hover.current,
	.sitemenu a:active.current { 
		font-weight: bold; 
		text-decoration: underline; 
	}

.space {
	border-bottom: 1px solid #fff;
	height: 15px;
}

.cross-menu {
	background: #C6C1B5 url(../img/meshkovina.jpg) repeat 0 0;
	padding: 20px;
	margin: 15px 0 0;
	border: solid #fff;		border-width: 1px 0;
}
.cross-menu ul { list-style: none; margin-left: 0; padding-left: 0 }
.cross-menu ul li { padding-top: 2px }

.copyrights { 
	background-color: #ccc; 
	text-align: center; 
	padding: 5px 0; 
	border-top: 1px solid #fff;
	font: 11px Verdana, Tahoma, sans-serif;
}
	.copyrights a:link,
	.copyrights a:visited {
		color: #42484E;
	}
	.copyrights a:hover,
	.copyrights a:active {
		color: #0045A0;
	}	

.footer {
	 background-color: #969EA8;		color: #fff;
	 padding: 5px 20px 4px;
	 text-align: right;
	font: 11px Verdana, Tahoma, sans-serif;
}
	.footer a:link,
	.footer a:visited {
		color: #E0E0E0;
	}
	.footer a:hover,
	.footer a:active {
		color: #FFFFFF;
	}


.content {
	background-color: #efefef;	color: #000;
}
.content .breadcrumbs {
	background-color: #0045A0;		color: #fff;
	font: 13px/29px Arial, sans-serif;
	padding: 0 15px;
	border-bottom: 1px solid #D7D7D7;
	white-space: nowrap;
}
	.content .breadcrumbs span.active,
	.content .breadcrumbs a:link,
	.content .breadcrumbs a:visited,
	.content .breadcrumbs a:hover,
	.content .breadcrumbs a:active {
		color: #fff;
		text-decoration: none;
	}

h1 { color: #0045A0; font: bold 17px "Century Gothic", Arial, Helvetica, Tahoma, Verdana, sans-serif; margin-bottom:10px;}
h2 { color: #0B4592; font: bold 16px "Century Gothic", Arial, Helvetica, Tahoma, Verdana, sans-serif; margin-bottom:10px;text-decoration:none;}
h2 a:hover { text-decoration: underline; color: #f00;}
h3 { color: #00347A; font: bold 12px Arial, Helvetica, Tahoma, Verdana, sans-serif; text-decoration:none; margin-right:3px; }
h3 a:hover { text-decoration: underline; color: #f00;}
h4 { color: #000000; font: bold 12px Arial, Helvetica, Tahoma, Verdana, sans-serif; }
h4 a:hover { text-decoration:underline; color: #0045A0;}
h5 { color: #eaeaea; font: bold 15px Arial, Helvetica, Tahoma, Verdana, sans-serif; }
h5 a:hover { text-decoration:underline; color: #cccccc;}



.factory {
	float: right;
	width: 150px;
	padding-bottom: 40px;
	margin-left: 10px;
	text-align: center;
}
	.factory img {
		border: 0 none;
		margin: 2em auto 1em;
		width: 140px;
	}
	.factory a:link,
	.factory a:visited,
	.factory a:hover,
	.factory a:active {
		text-decoration: none;
		cursor: pointer;
		color: #0045a0;
	}
	.factory a:hover {
		color: #35f;
	}
	.oinw {
		background: url("/img/open_in_new_window.gif") no-repeat right top;
		padding-right: 16px;
	}

.products {
	margin: 1em 0;
/*	border: 1px solid #8c8c8c;
	background-color: #efefef;*/
	padding: 1em 2ex;
}
.products img {
	margin: 3px;		padding: 0;
/*	border: 1px solid #9a9a9a;*/
}
.product-photo {
}
	.product-photo img {
		background-color: #9a9a9a;
		border: 14px solid #fff;
		margin: 0;		padding: 1px;
	}
.product-content {
	margin: 1em 0;
}


.content-here {
	padding: 10px 15px;
}

/*glass*/
#site4 .content { background: url(/img/glass_grey.jpg) repeat 0 0 }
