body {
	margin: 0 auto;
	background-image: url(assets/texture.png);
}
.topright{
    display:block;
    position:absolute;
    top:0;
    left:3px;
    width:230px;
	margin-top: 3px;
}
.topright img{
	width: 25px;
	height: 25px;
	box-shadow: 0px 0px 2px #ffffff;
}
.topright img:hover{
	box-shadow: 0px 0px 5px #ffffff;
}
.g-plusone {
	float:left;
    vertical-align:top !important;
}
.top {
	background-image: url(assets/bg.png);
	height: 300px;
	border-bottom: 0px solid #555555;
	position: relative;
	width: 100%;
}
.top2 {
	background-image: url(assets/bg2.png);
	height: 300px;
	border-bottom: 0px solid #555555;
	position: relative;
	width: 100%;
}
.top3 {
	background-image: url(assets/bg3.png);
	height: 300px;
	border-bottom: 0px solid #555555;
	position: relative;
	width: 100%;
}
.top4 {
	background-image: url(assets/bg4.png);
	height: 300px;
	border-bottom: 0px solid #555555;
	position: relative;
	width: 100%;
}
.menu {
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #999999;
	border-bottom: 0px solid #666666;
	text-align: right;
	font-family: 'Scada', sans-serif;
	padding-top: 40px;
	font-size: 18px;
	word-spacing: 40px;
	position: relative fixed;
	width: 100%;
	color: #333333;
	text-shadow: 0px 1px 3px #CCCCCC;
}
.menu a{
	text-decoration: none;
	color: #333333;
  	transition: border-top, color, .25s ease-in-out;
   -moz-transition: border-top, color, .25s ease-in-out;
   -webkit-transition: border-top, color, .25s ease-in-out;
   padding-top: 5px;
}
.menulogo {
	float: left;
	word-spacing: normal;
	font-size: 35px;
	margin-top: -20px;
	text-shadow: 0px -1px 1px #333333;
	font-family: 'Monda', sans-serif;
}
.dot {
	color: #AAAAAA;
}
.main {
	text-align: left;
	padding-top: 50px;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.buttons {
	height: 62px;
}
.homebuttonleft {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 240px;
	background-image: url(assets/btn.png);
	height: 52px;
	background-repeat: repeat-x;
	border: 1px solid #008000;
	color: #ffffff;
	font-family: 'Monda', sans-serif;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px -1px 0px #008000;
	float: left;
	padding-top: 7px;
	transition: background-image .25s ease-in-out;
   -moz-transition: background-image .25s ease-in-out;
   -webkit-transition: background-image .25s ease-in-out;
}
.homebuttonleft:hover {
	background-image: url(assets/btn_hover.png);
	cursor: pointer;
	text-shadow: 0px -1px 0px #555555;
}
.homebuttonright {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 700px;
	background-image: url(assets/btn.png);
	height: 52px;
	background-repeat: repeat-x;
	border: 1px solid #008000;
	color: #ffffff;
	font-family: 'Monda', sans-serif;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px -1px 0px #008000;
	float: right;
	padding-top: 7px;
	transition: background-image .25s ease-in-out;
   -moz-transition: background-image .25s ease-in-out;
   -webkit-transition: background-image .25s ease-in-out;
}
.homebuttonright:hover {
	background-image: url(assets/btn_hover.png);
	cursor: pointer;
	text-shadow: 0px -1px 0px #555555;
}
.fullbutton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 960px;
	background-image: url(assets/btn.png);
	height: 52px;
	background-repeat: repeat-x;
	border: 1px solid #008000;
	color: #ffffff;
	font-family: 'Monda', sans-serif;
	font-size: 26px;
	text-align: center;
	text-shadow: 0px -1px 0px #008000;
	float: right;
	padding-top: 7px;
	transition: background-image .25s ease-in-out;
   -moz-transition: background-image .25s ease-in-out;
   -webkit-transition: background-image .25s ease-in-out;
}
.fullbutton:hover {
	background-image: url(assets/btn_hover.png);
	cursor: pointer;
	text-shadow: 0px -1px 0px #555555;
}
.homeiconleft {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 150px;
}
.homeiconright {
	text-align: right;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 150px;
}
.splitleft {
	width: 450px;
	float: left;
}
.splitright {
	width: 450px;
	float: right;
}
.portfolioleft {
	width: 470px;
	float: left;
}
.portfolioright {
	width: 470px;
	float: right;
}
.portfoliobox {
	border: 0px solid #666666;
	margin-bottom: 40px;
	background-color: #EEEEEE;
	box-shadow: 0px 0px 10px #444444;
}
.portfoliobox img{
	width: 470px;
}
.contactinfo {
	width: 370px;
	float: left;
}
.contactinfo img{
	margin-right: 20px;
	box-shadow: 0px 0px 15px #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contactinfo img:hover {
	box-shadow: 0px 0px 15px #000000;
	cursor: pointer;
}
.contactform {
	width: 545px;
	float: right;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-left: 20px;
}
.contact {
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 25px;
	margin-bottom: 10px;
	outline: none;
	padding-left: 5px;
	font-family: 'Scada', sans-serif;
}
.contactarea {
	width: 400px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 200px;
	margin-bottom: 10px;
	outline: none;
	padding: 5px;
	font-family: 'Scada', sans-serif;
}
.contactlabel {
	font-size: 22px;
	color: #777777;
	width: 130px;
	float: left;
	font-family: 'Scada', sans-serif;
}
.contactbutton {
	width: 200px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image: url(assets/button.png);
	height: 25px;
	background-repeat: repeat-x;
	border: 1px solid #008000;
	color: #ffffff;
	font-family: 'Scada', sans-serif;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px -1px 0px #008000;
	float: right;
	margin-right: 2px;
	padding-top: 0px;
	transition: background-image .25s ease-in-out;
   -moz-transition: background-image .25s ease-in-out;
   -webkit-transition: background-image .25s ease-in-out;
}
.contactbutton:hover {
	background-image: url(assets/button_hover.png);
	cursor: pointer;
	text-shadow: 0px -1px 0px #555555;
}
.footer {
	font-family: 'Scada', sans-serif;
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #999999;
	padding-top: 5px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
}