/*
	Copyright (C) webWHAK Internet Services. All rights reserved.
*/

body
{
	background-color: #717171;
	color: #000000;
}

#container
{
	background: #ffffff;
}

#banner
{
	background: #717171 url('banner.png') no-repeat;
}

#menubar
{
	background: #b6b6b6 url('menu.png') repeat-x;
}

#menu a
{
	color: #000000;
}

#menu a:hover
{
	background: url('hover.png') repeat-x;
}

#menu a.select
{
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	background: url('select.png') repeat-x;
}

#menu a.select:hover
{
	color: #000000;
}

#menu a.selecthome
{
	border-right: 1px solid #777777;
	background: url('select.png') repeat-x;
}

#main
{
	background-color: #ffffff;
}

#footer
{
	background: #717171 url('footer.png') no-repeat;
	color: #ffffff;
}

#footer a
{
	color: #ffffff;
}

#main h1
{
	color: #2c2c2e;
	background: url('main_h1_bg.png') no-repeat;
}

#content
{
	background-color: #ffffff;
}

#sidemenu
{
	background-color: #b6bfde;
}

a
{
	color: #0000cc;
}


#secondmenu
{
	background-color: #d5d4d4;
	margin-top: 0;
}

#smenu a
{
	color: #000000;
}

#smenu a:hover
{
	background: #b6bfde;
	color: #222222;
}

#smenu a.select
{
	background: #aeacaf;
}

#smenu a.select:hover
{
	color: #000000;
}

#smenu a.selecthome:hover
{
	color: #000000;
}

.smallmenu a
{
	background-color: #b6bfde;
	color: #000000;
}

.smallmenu a:hover
{
	background-color: transparent;
	color: #0000cc;
}
