@charset "ISO-8859-1";
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	text-align:left;
}


td.login {
	vertical-align:top;
	font-size: 11px;
	background-image: url(images/image_14.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	
}

h2 {
	color:#36C;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 18px;
}

div.loginbox {
	width: 90px;
	height:30px;
}

input {
	background: #737373;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #0044cc;
	border:none;
	
}

td.content {
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(images/image_15.jpg);
	background-repeat:repeat-y;
	color:#CCC;
	font-size:13px;
}


/** CSS Rollover Navigation **/

.home
{
position: relative;
background: url(images/rollover_home.jpg) no-repeat;
display: block;
width: 85px;
height: 55px;
margin: 0;
padding: 0;
}

.plans
{
position: relative;
background: url(images/rollover_plans.jpg) no-repeat;
display: block;
width: 85px;
height: 55px;
margin: 0;
padding: 0;
}

.portfolio
{
position: relative;
background: url(images/rollover_portfolio.jpg) no-repeat;
display: block;
width: 85px;
height: 55px;
margin: 0;
padding: 0;
}

.support
{
position: relative;
background: url(images/rollover_support.jpg) no-repeat;
display: block;
width: 85px;
height: 55px;
margin: 0;
padding: 0;
}

.contact
{
position: relative;
background: url(images/rollover_contact.jpg) no-repeat;
display: block;
width: 94px;
height: 55px;
margin: 0;
padding: 0;
}

.home a
{
display: block;
color: #000000;
font-size: 11px;
width: 85px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.plans a
{
display: block;
color: #000000;
font-size: 11px;
width: 85px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.portfolio a
{
display: block;
color: #000000;
font-size: 11px;
width: 85px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.support a
{
display: block;
color: #000000;
font-size: 11px;
width: 85px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.contact a
{
display: block;
color: #000000;
font-size: 11px;
width: 94px;
height: 55px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.home img
{
width: 85px;
height: 55px;
border: 0;
}

.plans img
{
width: 85px;
height: 55px;
border: 0;
}
.portfolio img
{
width: 85px;
height: 55px;
border: 0;
}

.support img
{
width: 85px;
height: 55px;
border: 0;
}

.contact img
{
width: 94px;
height: 55px;
border: 0;
}


* html a:hover
{
visibility:visible;
}

.home a:hover img
{
visibility:hidden;
}

.plans a:hover img
{
visibility:hidden;
}


.portfolio a:hover img
{
visibility:hidden;
}

.support a:hover img
{
visibility:hidden;
}

.contact a:hover img
{
visibility:hidden;
}

span {
	visibility:hidden;
}