@charset "utf-8";
/* CSS Document */

body {
	background-image: url("small_img/background.png");
	background-repeat: repeat;
	background-position: center top;
}
p {
	font-family: "Roboto Condensed", sans-serif;;
	font-size: 14px;
	font-style: normal;
}
#wrapper {
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("small_img/second_page.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 970px;
}
#menubar {
	width: 960px;
	float: left;
	height: 40px;
	margin-left: 25px;
	margin-right: 5px;
}


.label {
	height: 30px;
	width: 1000px;
	float: left;
}

#main_com {
	width: 960px;
	margin-right: 30px;
	margin-left: 40px;
}
#banner {
	margin-top: 25px;
	margin-left: 100px;
	float: left;
	height: 410px;
	width: 640px;
}

#logo {
	margin-top: 0px;
}
#container {
	height: 280px;
	width: 933px;
	float: left;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.download {
	height: 80px;
	width: 80px;
	float: left;
	padding: 8px;
	margin-top: -26px;
}
.cm1 {
	float: left;
	width: 260px;
	margin-left: 110px;
}
.cm2 {
	height: 260px;
	width: 340px;
	float: left;
	margin-right: 10px;
	margin-left: 50px;
}
.text {
	font-size: 100%;
	text-align: justify;
	color: #999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "helvatica 35 thin";
}

#footer {
	float: left;
	width: 933px;
	height: 40px;
	margin-top: 66px;
}

.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 375px;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 40px;
}


.copyright_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.copyright_text1 a{
	color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}
.copyright_text1 a:hover{
	color: #000;
	text-decoration: underline;
}
#bot_logo {
	background-image: url("small_img/bottom_logo.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	margin-top: 10px;
}

    .myButton {
        
        -moz-box-shadow: 0px 10px 14px -7px #3e7327;
        -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
        box-shadow: 0px 10px 14px -7px #3e7327;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
        background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
        background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
        
        background-color:#77b55a;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        

        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:bold;
        padding:6px 12px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #5b8a3c;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
        background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
		color:#F00;
        
        background-color:#72b352;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
