/*******************************************************************
 styles_variable.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 

*******************************************************************/

/***
 ***  Core
 ***/
#menutop{
background:#fff url('image/maincol-top-bg.png') repeat-x center bottom;*/
height:20px;
}

.footer_panel{
background: #ebebeb;

}

#menubottom{
background: #fbfbfb url(pix/bg/roktabs-bg-bottom.png) repeat-x 0 -15px;
width:100%;
height:20px;
}


a:link,
a:visited {
  color:#006699;  
}

a:hover {
  color:#CC0000;
}


.surround {
  background: #e8e9ea;
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
 
}


div.headermenu 
{
	color:#fff;

}

.headermenu a:link {
    color: #fff;
}
.headermenu a:visited {
    color: #fff;
}
.headermenu a:hover {
    color: #fff;
}

.FrontSlideshow{
	width: 960px;
background:#666;

}

#layout-table #middle-column
{
  vertical-align:top;
  padding:0 10px 5px 0;
  width:60%;
}


.navbar{
background:#fff;
width:98%;
}

#body-left {margin-left: 15px;padding-left: 10px;height: 100%;background : url(image/body-l.png) 0 0 repeat-y;}
#body-right {margin-right: 10px;padding-right: 10px;height: 100%;background: url(image/body-r.png) 100% 0 repeat-y;}
