* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
  
}

body {

	font: 12px/18px 'Open Sans', Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
  color:#323941;
}
a {
	color: #10218b;
	outline: none;
	text-decoration: underline;
}

h2 {
 font: 16px/18px 'Open Sans', Tahoma, Verdana, sans-serif; 
 font-weight:bold;
}

a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 127px;
  background-image: url(/design/base/img/header.png);
  background-repeat: no-repeat;
}

#topMenu {
  left:12px;
  position:relative;
  top:64px;
  width:1000px;
  height:42px;
  text-transform:uppercase;
}

#topMenu a {
    position:relative;
    display:inline-block;
    line-height:42px;
    padding-left:15px;
    padding-right:15px;
    text-decoration:none;
    color:#e7e7e7;
    border-right:1px solid #a6b6d0;
    left:0px;
    font-size:14px;
    min-width:80px;
    text-align:center;
} 
.last{
  border:none;
}
#topMenu a:hover{
  background-image:url(/design/base/img/menu_hover.png);
  color:#484848;
}  

hr {
    border: 0;
    height: 2px;
    margin:2px 0;
    position:relative;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.65)), color-stop(90%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

hr:before {
    content: "";
    display: block;
    border-top: solid 1px #f9f9f9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
} 


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
  margin-top:20px;
	padding: 0 0 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
  top:20px;
	float: left;
	width: 200px;
	margin-left: -100%;
  left:12px;
	position: relative;
  text-transform:uppercase;
  
}

#sideMenu {
border-left: 1px solid #d1d1d1;
height:auto;
}

#sideMenu li {
  list-style-type: none;
  background: url('/design/base/img/icon.png') no-repeat center left;
  padding-left: 30px;
  border-bottom: 1px solid #d1d1d1; 
  position:relative;
  height:36px;
  vertical-align:middle;
  display:block;
  margin: 0px 0px 0px 0px;

}

#sideMenu a {
  color:#313131;
  text-decoration:none;
  position:relative;
  vertical-align:middle;
  line-height:normal;
}

#sideMenu li .outerContainer
{
	display: table;
	height: 36px;
}
  
#sideMenu li .outerContainer .innerContainer
{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
}
  
  

#sideMenu a:hover {
  text-decoration:underline;
}


#sM_m {
  display:block;
  height:auto;
  width: 185px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -84px auto 0;
	height: 84px;
	background-image: url(/design/base/img/footer.png);
	position: relative;
}

#infooter {
padding:20px;
}

#copyright {
  position:absolute;
  left:550px;
  color:#999999;
}