﻿/* 
-------------------------------------------------------
	master CSS 
------------------------------------------------------- 
*/

body
{
    background-image: url(bg1.gif);
    background-repeat: repeat;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
  transition: color 0.5s ease;
  color: orange!important;
}

#backing {
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
}

/* 
-------------------------------------------------------
	titlebar CSS 
------------------------------------------------------- 
*/

#titlebar {
    background-color: #111;
    color: #FFFFFF;
}

#iconSet { background-color: #111; color: #FFFFFF; }

.titleblcorner {
		background-image: url(contentbox/titlebar/blcorner.gif);
		background-repeat: no-repeat;
}

.titlebrcorner {
		background-image: url(contentbox/titlebar/brcorner.gif);
		background-repeat: no-repeat;
}

.titlefooter, .titlefooter_wide {
		background-image: url(contentbox/titlebar/bottom.gif);
		background-repeat: repeat-x;
}

.menuList li a
{
color:#000;
}