﻿
                    @font-face {
    font-family: Din;
    src: url(fonts/DIN-Condensed-Bold.ttf);
}

body {
}
span {border: 0px;
	background: none;
 }
.headerdiv {
	height: 80px;
 }
.headerdiv, .footerdiv  {
	margin: 20px 0px 20px 0px !important;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2) !important;
	clear: both;
	background: #ffffff;
	padding: 10px 0px;
	width: 1000px;
	position: relative;
}
.headerdiv>div:first-child {
	height: 60px;
}
.headerdiv .search {
	position: absolute;
    top: 25px;
    right: 5px;
    width: 200px;
}

#logo{
	text-align: center;
	width: 1000px;
	margin: 20px auto;
	padding: 0px;
	position:relative;
	display: block;
	height: 80px;
}
#logo img {
	height: 80px;
	float: left;
}
#logo span {
	float: left;
	font-family: Din, Arial, sans-serif;
	font-weight: normal;
	font-size: 60px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #58585a;
}
#logo b {
	color: #4e8e3a;
}
.footerdiv .footercnt {
	height: 85px;
	background: #303030;
	padding: 10px;
	margin: 0px;
	width: 1000px;
}
.footerdiv {
	height: 105px;
 }
.footerdiv .logo {
	float: left;
}
.footerdiv .logo img {
	height: 60px;
	margin:0px 20px 0px 0px;
}
.footerdiv .footerlogin {
	float: right;
	text-align: right;
	color: #fff;
	width: 450px;
}
.footerdiv .footerlogin a {
	color: #fff;
}
.footerdiv .footerlogin .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}


#homediv {
	position: relative;
	min-height: 400px;
	margin: auto;
	width: 1000px;
	padding: 5px;
	height: auto;
}
.wrapperdiv {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2) !important;
	padding: 20px !important;
	width: 1000px !important;
	min-height: 0px !important;
}
.pmaindiv {
	width: 960px !important;
	min-height: 500px !important;
}
.title {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0px 0px 0px 22px;
	border: 0px;
	margin: 0px;
	background: #303030;
	color: #FFFFFF;
	font-weight: 500;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 50px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#download, #license {
	display: none;
	width: 900px;
	margin: auto;
	border: 1px solid #303030;
	padding: 10px;
}

a, a>span{
	text-decoration: none !important;
	color: #303030;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover, a:hover>span{ color: #4e8e3a !important;
 }

                