body {
    margin:0;
    padding:0;
    font-family: 'Times New Roman';
    font-size: 12px;
    background:url(../img/design/top-header-background.png) repeat;
    
}
#global_container {
    background: white;
    position: absolute;
    width: 100%;
}
root { 
    display: block;
}
img {
    border:none;
}
p {
	line-height: 1.4em;
	font-size: 13px;
}

.content a {
    color: #603;
}
div#header {
    background:url(../img/design/header-background.png) repeat-x;
    position:relative;
}
.inner {
    width: 938px;
    margin: 0 auto;
    position: relative;
    background:url(../img/design/background-inner.jpg) repeat-y;
    padding: 0 40px;
    z-index: 1;
}

div#header #top-header, div#footer #bottom-footer {
    background:url(../img/design/top-header-background.png) repeat-x;
    height: 19px;
    z-index: 10;
}

div#header #top-header .inner {
    background: none;
    z-index: 10;
}
div#header .inner {
    padding-bottom: 20px;
}
div#header #top-header .inner .denki {
    position: absolute;
    background: url(..) no-repeat top;
    height: 180px;
    width: 130px;
    right:0;
    z-index: 25;
}
div#header #top-header .inner .denki:hover  {
    background:url(../) no-repeat top;
}
div#header div#logo {
    padding-top:15px;
}
div#header div#logo img {
    margin: 10px 20px;
}
div#header div#top_menu {
    position: absolute;
    right: 0;
    height: 43px;
    margin: 0;
    padding: 20px 110px 0 0;
}

div#header div#top_menu ul{
    list-style: none;
    margin:0;
    padding:0;
}
div#header div#top_menu ul li {
    list-style: none;
    float: left;
    display: inline-block;
    vertical-align: top;
    border-left:1px dotted #580124;
}
div#header div#top_menu ul li.first {
    border:none;
}
div#header div#top_menu ul li a {
    display: block;
    padding:0 20px;
    position: relative;
    color:#580124;
    font-weight: bold;
}

div#header div#top_menu ul li .menu-more {
    position: absolute;
    display: block;
    text-align: center;
    width: 110px;
    line-height: 25px;
    margin-top:8px;
}
div#header div#top_menu ul li .menu-more a {
    padding:0;
}

div#banner {
    margin-bottom: 30px;
}
div#footer-background {
    background:url(../img/design/footer-background.png) repeat-x bottom;
    position: absolute;
    bottom: 0;
    height: 105px;
    width: 100%;
    z-index: 0;
}
div#footer{
    clear: both;
    position: relative;
}

div#footer .inner #footer_content{
    padding: 13px 10px 20px 10px;
    text-align: right;
    height:15px;
}
#bottom-footer .inner {
    background: none;
    text-align: left;
    font-size:11px;
    color:white;
    padding: 3px;
}
div.sidebar_menu {
    float:right;
    width:200px;
    position: relative;
    -webkit-box-shadow: 15px 5px 10px -2px #ddd ;
}
div.sidebar_menu ul{
    background:url(../img/design/menu-background.png);
    list-style: none;
    padding: 0;
    margin: 0;
}
div.sidebar_menu ul li {
    border-top:1px solid #fff;
    border-bottom:1px solid #ccc;
}
div.sidebar_menu ul li a{
    padding: 10px 10px 10px 20px;
    display: block;
    color: #603;
    font-size: 16px;
    font-weight: bold;
}
div.sidebar_menu ul li a span{
    display: block;
    font-size: 11px;
    color:#999;
    font-weight: lighter;
    padding-left: 4px;
}
div.sidebar_menu ul li a:hover{
    color:#ffe7e7;
    background: #603;
}
div.sidebar_menu ul li a:hover span{
    color:#ccc;
}
div.sidebar_menu ul li ul {
    display: none;
    border-top:1px solid #ccc;
   
    list-style-type:circle;
    padding-left: 30px;
}
div.sidebar_menu ul li:hover ul {
    display: block;
}
div.sidebar_menu ul li ul li a{
    font-size: 14px;
    color: #333;
}
div.sidebar_menu ul li ul li.last{
    border:none
}
p.copyright {
    text-transform: uppercase;
    font-size: 11px;
    color: #787878; 
    margin-top:0;
}

a {
    color: #603;
    text-decoration: none;
    padding-left: 3px;
}
h1 {
    font-size: 22px;
    color: #076d78;
    line-height: 27px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
}
h3 {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 20px;
    font-family: Arial;
    font-weight: bold;
    padding: 12px 0px 2px 0px;
}

.clear_both {
    clear: both;
}


hr {
    border:none;
    background-color:#dfdfdf;
    margin-bottom: 35px;
    height:1px;
}

.footer-navigation {
    border-top: 1px #ededed solid;
    padding-top: 6px;
    margin-top: 13px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.nav-previous {
    background: url(../images/arrow_left.png) no-repeat;
    vertical-align: baseline;
    line-height: 1;
}
.nav-previous a{
    padding-left: 15px;
}
.nav-previous a:hover {
    text-decoration: none !important;
}

.content .navigation a {
    text-decoration: none;
    font-weight: bold;
}

#contact-form th, #contact-form td {
    font-weight: lighter;
    text-align: left;
    padding: 2px 20px 2px 0;
    height: 20px;
}
.error label {
    color:red;
}

.full_width {
    width:100%;
}


.listing-news {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    padding: 5px;
}
.listing-title {
    float:left;
    color: #603;
    padding:80px 40px;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px dotted #d3bfab;
    border-right: 1px dotted #d3bfab;
    margin-right:30px;
}
.listing-news ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 715px;
}
.listing-news li{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
    background:none;
    float: none;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px dotted #d3bfab; 
    clear: both;
}
.listing-news li.first {
    border:none;
}
.listing-news li div.title{
    background:none;
    color:#444;
}
.listing-news li div.date{
    padding: 0;
    font-size: 11px;
    float:left;
}

#banner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffe7e7;
    width: 700px;
    height: auto;
    padding: 10px;
}

.content-box {
    border-top: 1px dotted #d3bfab; 
    padding: 20px;
    clear: both;
}

.footer_menu {
    
}
div.footer_menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.footer_menu ul li {
    float: right;
    border-right: 1px dotted #777777;
}
div.footer_menu ul li.first {
    border:none;
}
div.footer_menu ul li a{
    padding: 3px 15px 3px 15px;
    display: block;
    color: #777777;
    font-weight: bold;
}
div.footer_menu ul li a:hover{
    color:#999999;
}