@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737373;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/slices/BG.jpg);
	background-repeat: repeat;
	background-position: center top;
}
p {
	margin: 10px;
}
* {
	border:0px;
	margin:0px;
	padding:0px;
}
#container {
	width: 980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 980px;
	height: 140px;
	float: left;
}
#top #logo {
	height: 140px;
	width: 380px;
	float: left;
}
#top #menu {
	height: 140px;
	width: 500px;
	float: left;
}
#top #weather {
	height: 140px;
	width: 100px;
	float: left;
}
#menu #menu_list li {
	list-style-type: none;
	display:inline;
	padding-left: 7px;
	padding-right: 7px;}

#slideshow {
	float: left;
	height: 493px;
	width: 980px;
	background-image: url(../images/slices/slidebg.png);
	background-repeat: no-repeat;
}
#services {
	float: left;
	height: 1289px;
	width: 980px;
}
#content {
	float: left;
	height: auto;
	width: 980px;
}
#content .box {
	float: left;
	height: 400px;
	width: 326px;
}
#content #content_workvision {
	float: left;
	width: 980px;
	height: auto;
}
#content #ourvision {
	float: left;
	height: auto;
	width: 326px;
}
#content #ourwork {
	float: left;
	height: auto;
	width: 653px;
}
#copyright {
	float: left;
	height: 30px;
	width: 980px;
}

.typeface-js a:link {
	text-decoration: none;
	color: #000;
}
.typeface-js a:visited {
	text-decoration: none;
	color: #000;
}
.typeface-js a:hover {
	text-decoration: underline;
	color: #FFF;
}
.typeface-js a:active {
	text-decoration: underline;
	color: #000;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px; 
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}