/*
Main theme color: #E6C801
*/

.mainKeyvisual{
height:180px;
margin:5px 0;
background: transparent url(images/visual_header.jpg) left top no-repeat;
}

.sidebarImage{
background-image: url(images/visual_sidebar_yellow.jpg);
}

#maiMenu ul li{
background-image: url(images/arrow_yellow.png);
}

#main {
border-top-color: #E6C801;
}

h1,
h2,
h1 a{
color:#E6C801;
}

table {
    border: 1px solid #E6C801;
    border-collapse: collapse;
}

th {
    background-color: #E6C801;
    border: 1px solid #E6C801;
    color: #FFFFFF;
    padding: 2px;
}

td {
    border: 1px solid #E6C801;
    padding: 2px 10px 2px 2px;
}

caption {    
    font-weight: bold;
    text-align: left;
    color: #E6C801;
    padding-bottom: 5px;
}

#copyright{
border-top-color: #E6C801;
}

#footerMenu li:hover a {
color:#E6C801;
}