body {
	margin:0px;
	font-family: Segoe UI, Arial,Verdana,Helvetica,sans-serif;
}

div.main {
	width:100%;
}

div.center {
	text-align:center;
}

div.title {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 779px;
}

div.navparent {
	text-align:center;
	height:34px;
	margin-bottom: 20px;
	background-image:url('images/navbar.png');
	color:white;
}

div.navbar {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 779px;
	font-size:125%;
}

a.btnwelcome {
	width: 80px; 
	height: 34px; 
	background: transparent url('images/welcome.png') no-repeat; 
	display:block;
	float:left;
}

a.btnwelcome:hover {
	background-position: 0 -34px;
}

a.btnsolutions {
	width: 80px; 
	height: 34px; 
	background: transparent url('images/solutions.png') no-repeat; 
	display:block;
	float:left;
}

a.btnsolutions:hover {
	background-position: 0 -34px;
}

a.btncatalogs {
	width: 75px; 
	height: 34px; 
	background: transparent url('images/catalogs.png') no-repeat; 
	display:block;
	float:left;
}

a.btncatalogs:hover {
	background-position: 0 -34px;
}

a.btncontact {
	width: 69px; 
	height: 34px; 
	background: transparent url('images/contact.png') no-repeat; 
	display:block;
	float:left;
}

a.btncontact:hover {
	background-position: 0 -34px;
}


div.content {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 779px;
	padding-left: 20px;
}

td.coleft {
	
	padding-right: 12px;
	
}

td.coright {
	text-align:center;
	width:249px;
	margin:5px;
	border-left: 1px solid #bbbbbb;
}

div.ch {
	font-size: 18px;
	color:#3fb742;
}

img.side {
	/*border: 1px solid #bbbbbb;*/
}

div.footer {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 779px;

	margin-top: 20px; padding:10px;
	border-top: 1px solid #bbbbbb;
	display:block;
}

div.footleft {
	padding-left:20px;
	font-size: 85%;
}

div.copy {
	text-align:center;
	color:#c0c0c0;
}

a.navi {
	color:white;
	text-decoration:none;
}

a.navi:hover {
	color:white;
}

a.foot {
	font-size:12px;
	color:#808080;
}

a.foot:hover {
	color:#000000;
}


a.site {
	font-size:14px;
	color:#808080;
}

a.site:visited {
	color:#800080;
}

a.site:hover {
	color:#000000;
}