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

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

#container
{
	background-color: #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: #ffffff;
	background: url('main_h1_bg.png') no-repeat;
}

#content
{
	background-color: #ffffff;
}

#sidemenu
{
	background-color: #d5d5d5;
}

a
{
	color: #275791;
}

td
{
	color: #000000;
	background: #ffffff;
}

th
{
	color: #ffffff;
	background: #4f81bd;
}

td.blank
{
	background: transparent;
}

th.package
{
	color: #ffffff;
	background: #4f81bd;
}

tr.grey td
{
	background-color: #d8d8d8;
	color: #000000;
}

tr.compare td
{
	background: #ffffff;
	color: #000000;
}

tr.contact td
{
	background: #d8d8d8;
	color: #000000;
}

.headrow tr
{
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


#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;
}