@charset "utf-8";
.menubg {
	background-image: url(images/menubar.png);
	background-repeat: no-repeat;
	background-position: center;
}
.logo {
	background-image: url(images/webtechindustries_website_design_development.png);
	background-repeat: no-repeat;
	background-position: 80px center;
	background-color: #000;
	height: 150px;
	width: 100%;
}

body {
	background-image: url();
	background-color: #FFF;
}
.leftrightlines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #9C9A9C;
}
.whitetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
.marun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.line {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.zagalovok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	text-decoration: underline;
}
.sidemenubar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 10px;
}
.rounddot {
	border: 2px dotted #999;
}
.webtop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 170px;
}
.blackround {
	border: 2px solid #000;
}
