
/* CSS FILE FOR NETGAP ENGINE V3 */

/* TEMPLATE LAYOUT DECLARATIONS */

html, body, form {
   margin: 0px;
   padding: 0px;
}

img {
	border: none;
}

body {
	
}

#header {
	
}

#logo {
	float: left;
	padding: 5px 0px 5px 15px;
}

#address {
	padding: 10px 10px 5px 5px;
	float: right;
}

#navigation {
	clear: both;
	height: 26px;
}

#container {
	position: absolute;
}

#content {
	margin: 0px 0px 0px 180px;
}

#news {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 400px;
	width: 180px;
}

/* STYLE DECLARATIONS */

div {
	
}	

body,table {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #ffffff;
	background-color: #1a386a;
	font-size: 90%;
}

th,td {
	vertical-align: top;
}

a {
	color: #0404f9; /* Vibratech BLUE */
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #f80404; /* Vibratech RED */
}

#header {
	background-color: #bfc4cf;
}

#logo {
   	
}

#logo span {
	display: none;
}

#address {
	color: #1a386a;
}

#navigation {
	background: #000000 url('/images/navbar.gif') repeat-x;
	padding: 2px 0px 0px 190px;
	white-space: no-wrap;
}

#navigation a {
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

#navigation .selected {
	color: #bfc4cf;
}

#navigation a:hover {
	color: #f80404;
	text-decoration: underline;
}

#content {
	padding: 2px 20px 40px 15px;
	background: url('/images/content_tl.gif') top left no-repeat;
}

#content a {
	color: #f85454;
}

#content a:hover {
	color: #ffffff;
}

#content h1 {
	font-size: 130%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content h2 {
	margin: 15px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
	
}

#news {
	padding: 36px 3px 3px 3px;
	background: url('/images/news.gif') top left no-repeat;
	background-color: #3e5780;
	font-size: 70%;
}

#news a {
	color: #ffffff;
}

#news h2 {
	font-size: 110%;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#news .separator {
	width: 100%;
	margin: 10px 10px 5px 10px;
	background: url('/images/hbar.gif') repeat-x;
}

.clearboth {
	clear: both;
}


.warning {
	color: #d00000;
	font-weight: bold;
	font-size: 110%;
}

.note {
	font-weight: bold;
	font-size: 90%;
	font-style: italic;
}

#thumbnails {
	padding: 10px 0px 0px 10px;
	border: 1px solid #3e5780;
	margin-bottom: 20px;
}

#thumbnails img {
	margin: 0px 10px 10px 0px;
}

#history {
	float: left;
}

#photos {

}

#photos img {
	margin: 0px 10px 10px 0px;
}

#terminology {

}

#terminology th {
	text-align: left;
}

#terminology td {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	border-bottom: 1px solid #3e5780;
}

#specifications {

}

#specifications .col1 {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 40px;
}

#specifications td {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	border-bottom: 1px solid #3e5780;
}