/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
.centered {
	top: 20%;
	position: absolute;
	left: 10%;
	right: 10%;
}
.main_table {
	background-color: #FFFFFF;
}
.line_top_left {
	background-image: url(../images/line_top_left.gif);
	background-repeat: no-repeat;
}
.line_top {
	background-image: url(../images/line_top.gif);
	background-repeat: repeat-x;
}
.line_bottom_right {
	background-image: url(../images/line_bottom_right.gif);
	background-repeat: no-repeat;
}
.line_bottom {
	background-image: url(../images/line_bottom.gif);
	background-repeat: repeat-x;
}

/* Rollovers */

* html a:hover {
	visibility:visible;
}

/* main */

.main_rollover {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/main-over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 27px;
	margin: 0;
	padding: 0;
}
.main_rollover a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 106px;
	height: 27px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.main_rollover img {
	width: 106px;
	height: 27px;
	border: 0;
}
.main_rollover a:hover img {
	visibility: hidden;
}
.main_rollover span {
	visibility: hidden;
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/* about */

.about_rollover {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/about-over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 28px;
	margin: 0;
	padding: 0;
}
.about_rollover a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 106px;
	height: 28px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.about_rollover img {
	width: 106px;
	height: 28px;
	border: 0;
}
.about_rollover a:hover img {
	visibility: hidden;
}
.about_rollover span {
	visibility: hidden;
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/* clients */

.clients_rollover {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/clients-over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 27px;
	margin: 0;
	padding: 0;
}
.clients_rollover a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 106px;
	height: 27px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.clients_rollover img {
	width: 106px;
	height: 27px;
	border: 0;
}
.clients_rollover a:hover img {
	visibility: hidden;
}
.clients_rollover span {
	visibility: hidden;
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/* contact */

.contact_rollover {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/contact-over.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 106px;
	height: 27px;
	margin: 0;
	padding: 0;
}
.contact_rollover a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 106px;
	height: 27px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.contact_rollover img {
	width: 106px;
	height: 27px;
	border: 0;
}
.contact_rollover a:hover img {
	visibility: hidden;
}
.contact_rollover span {
	visibility: hidden;
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/* End Rollovers */

.main_text_td {
	padding-left: 30px;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 25%;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.email {
	padding-right: 30px;
}
.email2 {
	vertical-align: bottom;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.client_access {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
}
