﻿@charset "utf-8";

/*Css default*/
@media all{
html,body,ul,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,p,div,embed{padding:0;margin:0;}
img{border:0;}
}

@media screen{
body,html{height:100%;width:100%;}
body{font-family:Arial,Helvetica,sans-serif;}
body a{color:#ff6d08;}
#wrapper{
	width:1000px;height:100%;
	min-height:100%;
	position:relative;
	margin:0 auto;
}
#header{
	background:url(../img/logo.gif) 40px 0 no-repeat #336885;
	position:relative;
	height:75px;
	font-size:70%;
}
	.logo{
		margin-left:40px;
		position:absolute;
	}
	#header ul{
		list-style:none;
		right:0;
		padding:25px 0 0 0;margin-left:250px;
	}
		#header ul li{
			background:#fff;
			float:right;
		}
			#header ul li a{
				display:block;
				padding:4px 25px;
			}
			#header ul li a:hover,
			#header ul li a:active{
				background:#ffd1b1;
				color:#000;
				border-bottom:3px solid #7a7369;
			}

/*Content*/
#content{
	background:url(../img/stripe_vert.gif) 50% 0% repeat-y;
	font-size:90%;
	padding-top:10px;
	overflow:hidden;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
	#content h1,#content h2,
	#content h3,#content h4 {
		color:#ff6d08;
		margin:1.5em  0 0.75em 0;
		clear:both;
	}
	#content h1{
		font-size:150%;
	}
	#content h2{
		font-size:130%;
	}
	#content h3{
		font-size:110%;
	}
	
	#content ul, #col-right ul ul{
	list-style:none;
	margin-left:1em;
	clear:both;
	}
		#content ul li{
			margin-bottom:1em;
		}
	#content .spacer{
		background:#fff;
		height:20px;
		clear:both;
	}
	#content .contacts{
		color:#39718e;
		font-size:120%;
		font-weight:normal;
		margin-bottom:0.5em;
	}

/*Каталог продукции*/
.catalogue{
	padding-left:120px;
	width:320px!important;
}

.catalogue p, .catalogue img{
	clear:both;
}
.catalogue li{
	width:200px;
}
/*	
.catalogue img{
	width:150px!important;
	margin:0!important;
} */
.catalogue dd,.catalogue dt{
	padding:0;
	margin:0;
}
.catalogue dd{
	margin-top:1em!important;
}
.catalogue dl{
	width:200px;
}
.catalogue dl img{
	display:block;
	margin:0 auto;
}

	
	
#col-left{
	width:450px;
	margin-left:40px;
	float:left;
}
	#col-left dl dt{
		font-size:70%;
		line-height:170%;
	}
	#col-left dl dd{
		margin:0 0 0.75em 0;
	}

#col-right{
	width:420px;
	margin-right:40px;
	padding-left:30px;
	float:right;
}
	#col-right p, #col-right ul{
		margin-bottom:0.75em;
	}
	#col-right ul{
		list-style:none;
		clear:both;
		margin-left:2em!important;
	}
		#col-right ul li{
			margin-bottom:0.25em;
		}
/*Footer*/
#footer{
	background:#336885;
	color:#fff;
	clear:both;
	font-size:70%;
	position:relative;
	padding:15px 40px 5px 40px;
}
	#footer ul{
		background:#fff;
		padding:0.5em 0;
		margin:0 0 1em 0;
		list-style:none;
		overflow:hidden;
	}
		#footer ul li{
			border-left:1px solid #ff6d08;
			float:left;
			padding:0 2.001em;
			margin-left:-1px;
		}
			#footer ul li a{
				display:block;
			}
	#footer p{
		text-align:center;
	}
		#footer p a{
			position:absolute;
			right:40px;
			color:#999;
		}


/*Расскрашивание таблички*/
.table-to-colorise{
	border-collapse:collapse;
	margin:0 auto;
}
.table-to-colorise thead{
	border:none;
}
.table-to-colorise tfoot{

}

.table-to-colorise tr{
	border-bottom:1px solid #000!important;
}

.table-to-colorise tr:hover{
	background:#ddd;
	
}

.table-to-colorise td{
	border:1px solid #CFCFCF;
	padding:0.4em;
	text-align:center;
}
	.table-to-colorise td p{
		margin:0!important;
		padding:0!important;
		text-indent:0!important;
		text-align:left;
	}
	.table-to-colorise .first-colorised-line{
		background:#eee;
	}
	.table-to-colorise .second-colorised-line{
		background:#fff;
	}
}

/* Roman Ermakov Additions */

#paginator div.disabled {
	display: none;
}

div.infoFlash {
	font-size: 150%;
	color: #ff9933;
	margin: 0px 0px 10px 0px;
}

div.errorFlash {
	font-size: 150%;
	color: #c00;
	margin: 0px 0px 10px 0px;
}

div.successFlash {
	font-size: 150%;
	color: #009933;
	margin: 0px 0px 10px 0px;
}

div.error-message {
	color: #dd0000;
}
