html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #828282;
}
a {
	color: #C90909;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1007px;
	margin: 0 auto;
}


body{
background: #494949 url(bgm.jpeg) 50% 0;
/*background: #494949 url(http://fc01.deviantart.net/fs4/i/2004/233/a/7/Metal_Texture_PLUS_Metal_Grid.jpg) 50% 0;  */
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	/*height: 110px;*/
	border-radius: 6px;
	background: #ffffff;
}

.header-box {
	/*padding: 25px 34px 34px 34px;
	box-shadow: 0px 2px 10px #2B2929;
	margin: 0 0 41px 0;
    border-radius: 6px;*/
    padding: 25px 34px 34px 34px;
    box-shadow: 0px 4px 7px #2B2929;
    margin: 0 0 16px 0;
    border-radius: 6px;
}
/*
.logo{
	text-align: center;
	padding: 0 0 85px 0;
	background: url(./img/m-logo.png) no-repeat 100% 0;
}*/
.logo{
	top: 17px;
	right: 0;
	width: 140px;
	position: absolute;
	height: 108px;
	background: url(./img/m-logo.png) no-repeat 0 0;
}


.logo-gray{
	margin: 0 0 24px 0;
	text-align: center;
	position: relative;
	border-bottom: 17px solid #DBDBDA;
	
}

.logo-blue{
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	text-align: center;
	border-bottom: 30px solid #2E67B2;
}


.header-box .info-box{display: inline-block; width: 100%;}
	.header-box .info-box .left{
		/*padding: 40px 0;*/
        width: 481px;
      /*  height: 118px;*/
		font-size:14px;
		display: inline-block;
        background: black;
		
	}
		.header-box .info-box .left .contacts{
			color:#2e67b1;
			font-size:14px;
			padding: 5px 0 0px 0;
			font-family: verdana;
		}
		.header-box .info-box .left .contacts .left{
			width: 230px;
			display: inline-block;
		}
		.header-box .info-box .left .contacts .left span{
			letter-spacing: 1.3px;
		}
		
		.header-box .info-box .left .contacts .right{
			float: right;
			width: 230px;
			color: #2E67B1;
			display: inline-block;
		}
		
	.header-box .info-box .right{
		width: 423px;
		display: inline-block;
		float: right;
		color:#262626;
		font-size:14px;
		font-family:verdana;
	}

.blabla{
    background: #fff;
    color: #666;
    font-size: 24px;
    height: 166px;
    width: 100%;
    border-bottom: 2px solid #C90909;
    /*border: 1px solid #D6D6D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    */
}


h1{
    color: #666;
    font-weight: normal;
    font-size: 21px;
}

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

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	margin-left: 214px;
	height: 1%;
	position: relative;
	margin-bottom: 20px;
    margin-top: 52px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	border-left: 2px solid white;
	border-left: 1px solid #C8C8C8;
}
#content {
	padding: 10px 0 0 20px;
}

#content > a{
	display: inline-block;
	margin: 0 18px 25px 0;
}

#content > a > img{
	border: 1px solid #fefbfb;
	box-shadow: 0px 0px 5px #666;
}





/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	left: -208px;
	width: 208px;
	color: #ffffff;
	position: relative;
	/*margin: 0 0 0 10px;*/
}

ul#menu{}
	ul#menu li{

	}
	
	ul#menu li a{
		color:#333;
		font-size:16px;
		font-family:verdana;
		text-transform:uppercase;
	}
	ul#menu li a:hover{
		color:#FF460B;
	}
    
    ul li a{
    	text-decoration:none;
		display:block;
		color:#000;
		margin: 11px 0;
		padding: 8px 10px 5px 14px;
		border-left: 2px solid #d6d6d6;
		/*border-right: 2px solid #d6d6d6;*/
        
	}
	
    
	#container ul li a{
		text-decoration:none;
		display:block;
		color:#000;
		margin: 11px 0;
		padding: 8px 10px 5px 14px;
		border-left: 2px solid #d6d6d6;
		/*border-right: 2px solid #d6d6d6;*/
        background: #F7F7F7;
	}
	
    #container ul li a:hover{
        border-left: 2px solid #FF460B;
        border-right: 2px solid #FF460B;
    }
    
    
	ul li.active a{
		text-decoration:underline;
		color:#FF460B;
		border-left: 2px solid #FF460B;
		border-right: 2px solid #FF460B;
	}
	
    ul ul li.active a{
		text-decoration:underline;
		color:#FF460B;
		border-left: 2px solid #FF460B;
		border-right: 2px solid #FF460B;
	}
    
	ul#menu ul li.active a{
		margin: 0 -10px 0 15px;
		/*text-decoration: underline;*/
        color: #FF460B;
        border-left: 0;
        
	/*border-right: 2px solid #0A3B7B;*/
	}
	
	ul .active a{
		color:#FF460B;
	}
	
	
		ul#menu li ul{}
			ul#menu li ul li{
				border:0;
				margin:0;
				padding: 0px 10px;
			}
			ul#menu li ul li a{
    			border:0;
    			padding: 0;
    			font-size:14px;
    			margin:0 0 0 15px;
    			font-family:verdana;
                text-decoration: none;
    			text-transform:lowercase;
			}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #575757;
	/*height: 300px;*/
	background: #6f6f6f;
}

#footer .end{
	background: #323232;
	height:100px;
	color: #e2e2e2;
	font-size: 14px;
}
#footer .end div{
	padding: 40px 20px;
}
#footer .partners{}
	#footer .partners{margin: 20px 0px 20px 20px;}
	#footer .partners h4{
		margin:4px 0 31px 0;
		color:#d1d1d1;
		font-size:16px;
		font-family:verdana;
		font-weight:normal;
		text-transform:uppercase;
		letter-spacing: 1.5px;
	}
		#footer .partners img{
			border: 1px solid #666;
            margin: 0 15px 19px 0px;
		}
    	#footer .partners img:hover{
			border: 1px solid #fff;
            margin: 0 15px 19px 0px;
		}
        
.B_crumbBox{
    width: 100%;
    position: relative;
    float: left;
}
.B_crumbBox li{
    display: inline-block;
    padding: 8px 10px;
}
.B_crumbBox li a{
    border: 0;
    padding:0;
    margin: 0;
}
.B_lastCrumb{
    display: none!important;    
}		
		
		
		
		