/*
Gravity PC Systems CSS
*/

body {
	margin: 0px;
}

p {
  padding: 0px;
  margin: 0px;
}

div {
	margin: 0px;
}

body, td, p, div, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.body-bg {
	background-image: url(../images/body-bottom-tile.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.bg-left {
	background-image: url(../images/bg-tile.gif);
	background-position: right top;
}

.bg-right {
	background-image: url(../images/bg-tile.gif);
	background-position: left top;
}

.border-left {
	background-image: url(../images/border-left.gif);
	background-repeat: repeat-y;
}

.border-right {
	background-image: url(../images/border-right.gif);
	background-repeat: repeat-y;
}

.content-header {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.under-menu {
	background-image: url(../images/under_banner.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 5px 10px 5px;
	color: #666666;
}

.under-menu a {
	color: #0b0d6b;
	text-decoration: none;
}

.under-menu a:hover {
	color: #0b0d6b;
	background-color: #80f0ff;
	text-decoration: none;
}

.under-menu-np {
	background-image: url(../images/under_banner.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	width: 745px;
	height: 55px;
	margin: 2px 0px 5px 0px;
}

.footer-text {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 5px 5px 5px;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

.footer-text a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text a:hover {
	color: #0b0d6b;
	background-color: #80f0ff;
	text-decoration: none;
}

.submenu-link {
	color: #0b0d6b;
	font-weight: bold;
	text-decoration: none;
}

.submenu-link:hover {
	color: #0b0d6b;
	background-color: #80f0ff;
	text-decoration: nonw;
}

.sitemap {
	background-image: url(../images/under_banner.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 5px 10px 5px;
	color: #666666;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.sitemap a {
	color: #0b0d6b;
	text-decoration: none;
}

.sitemap a:hover {
	color: #0b0d6b;
	background-color: #80f0ff;
	text-decoration: none;
}

.content-subhead {
	color: #0b0d6b;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
