body
{
	margin: 0px;
	padding: 0px;
	
	margin-top: 6px;
}


.logo {
	position: absolute; 
	left: 50%; 
	margin-left: -115px; 
	margin-top: 2px;
	top: 49px; 
	z-index: 2;
}

* > .logo {
	margin-left: -115px; 
}

.logo img {
        cursor: pointer;
}

img { border: none; }
a img { border: none; }
a { text-decoration: none; }

.left {	padding-right: 2px; }

.middle {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 594px;
}

.middle table { border-collapse: collapse; }

.text {
	font-family: "Arial";
	font-size: 13px;
	padding: 10px;
}

.right {
	height: 484px;
}


.entrance { 
	position: relative;
	left: 50%;
	margin-left: -494px;
	width: 989px;
	z-index: 1;
}

.entrance table { margin: 0px; padding: 0px;  border-collapse: collapse; }
.entrance a { text-decoration: none; }
.entrance td { padding: 4px; }

h1 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	
}

h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Arial";
}

p {
	font-size: 11px;
	font-family: "Arial";
}

.mainTable td {
/* 	border: 1px solid #C9CACC; */
}

/*********** MAIN CONTENT *******************/

.worldMenu {
	list-style: none;
	margin: 0px;
	margin-top: 21px;
	padding: 0px;
}

.mainTable .worldMenu {
	margin-top: 72px;
}

.worldMenu li {
	padding: 0px;
	margin: 0px;
	margin-top: -4px;
}

.news {
	padding-bottom: 20px;
}

.newsItem {
	padding: 30px;
	padding-bottom: 0px;
	width: 500px;
	font-size: 14px;
	
	line-height: 20px;
	font-size: 12px;	
	font-family: Verdana;
}


.newsItem .title {
	font-weight: bold;
	font-family: Verdana;
}

.newsItem .title a {
	color: #CA0520;
	font-size: 12px;
}

.newsItem .date {
	font-style: italic;
	font-family: Verdana;
	font-size: 12px;
}

.newsItem .newsText h1 {
	padding: 0px;
	margin-bottom: 0px;
}

.newsItem .newsText p {
	padding: 0px;

	margin: 0px;
	margin-bottom: 20px;
}


/** style seen in main news flash box **/
.newsText {
	font-family: Arial; 
	font-size: 13px;
}

/********* WEBLOG STYLES ********************/

/* Weblog Item styles */

.weblogItem {
	font-family: Arial, Helvetica;
	line-height: 20px;
	width: 500px;
}

.weblogItem .titleBox {
	clear: both;	
	padding-top: 5px;
}

.weblogItem .titleBox .title {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #B00E23;
}


.weblogItem .titleBox .date {
	color: white;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
}

.weblogItem .content {
	padding-top: 6px;
	padding-bottom: 10px;

	font-size: 11px;
	line-height: 20px;
	text-align: justify;
}

.weblogItem .photo {
	float: left;
	margin-right: 10px;
}

.weblogItem .photo .photoComment {
	font-size: 11px;
	width: 140px;
	text-align: center;
}


/* Weblog user list styles */

.weblogUserList {
	font-family: Verdana;
	font-size: 12px;
}

.weblogUserList a {
	color: black;
}

.weblogUserList a:hover {
	color: darkred;
}

.weblogUserList li {
	list-style: none;
}

/************* GALLERY STYLES ****************/

.gallery {
	margin-bottom: 20px;
}


.gallery table td {
	padding: 40px;
}

.gallery #navigation {
	text-align: right;
	width: 400px;
}

.gallery .photodescription {
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
	padding: 10px;
	color: #C70527;
	border: 1px solid silver;
	margin: 3px;
	margin-top: 10px;
	background-color: #fefefe;
}

.mainGalleryBox {
	border: 1px gray solid; 
	width: 484px; 
	height: 251px; 
	background-color: #F6F6F8;	
	overflow: auto;
}

.mainGalleryBox img {
	border: 1px solid white;
}

.mainGalleryBox a img {
	border: none;
}

.mainGallerBox a {
	border: none;
}

.mainGalleryBox table {
	margin-left: 3px;
	margin-top: 3px;
}

.mainGalleryBox table td {
	padding: 4px;
}

/********** MAN AND BOARD STYLES **************/
.manAndBoardBox {
	position: relative; 
	margin-top: 42px;
	width: 254px; 
	height: 275px; 
	overflow: auto;
	
	font-family: Verdana;
	font-size: 12px;
	
	padding-left: 4px;
	padding-right: 4px;
	text-align: justify;
}

.manAndBoardBox p {
	font-size: 11px;
	text-align: justify;
}

.manAndBoardBox img {
	border: none;
	text-align: center;
	padding-bottom: 4px;
}

.manAndBoardBox .comment {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: justify;
}


/********* DOWNLOADS PAGE STYLES **************/

.downloads {
	padding: 20px;
}


.downloads td { width: 200px; padding: 0px; }

.downloads h1 {
	font-family: Verdana;
	font-size: 12px;
}

.downloads ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.downloads ul li {
}

.downloads ul li a {
	font-family: Verdana;
	font-size: 12px;
	color: #6F0817;
}

.downloads ul li a:hover 
{
	text-decoration: underline;
	color: #EC3E3F;
}

/************* SERVICE STYLES *******************/
.testDescription .title {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 8px;
}

.testDescription .image {
	padding: 5px;
}

.testDescription .contents {
	padding-left: 10px;
	text-align: justify;
	font-size: 11px;
	font-family: Verdana;
	width: 350px;
}

/************** CONTACT STYLES******************/

.contactInfo {  padding: 20px; }

.contactInfo p { font-size: 14px; }

/*************** REGISTRATION STYLES ************/

.registration {
	padding: 30px;
	font-style: 12px;
	font-family: Verdana;
}

.registration table {
	font-size: 12px;
	border-collapse: collapse;
}

.registration table tr { vertical-align: top; }

.registration td {
	padding-right: 30px;
}

.registration .error {
	font-weight: bold;
	color: red;
}

.registration textarea { width: 300px; height: 150px; }
.registration input[type='text'], .registration textarea { border: 1px solid black; }


/*************** TECHNOLOGY ******************/

.technology {
	 font-size: 11px; font-family: Verdana; 
}

.technology td { padding-right: 20px; }

.technology p { font-size: 12px; font-family: Verdana; }

/****************** CONTACT *******************/

.country {
	font-family: Verdana;
	font-size: 11px;
}

.country th { text-align: left; }

.dealers {
	font-size: 11px;
}

