/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  font-family: Arial;
}

body {
	 background: #57caff url(img/bg.png) repeat-x 0 0;
}

.wrapper {
  width: 900px;
  margin: 30px auto;
}

.header {
	position: relative;
	width: 646px;
	height: 116px;
	background-color: #9fd21d;
	box-shadow: 0px 10px 20px #777474;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(pie/PIE.html);
	}

.content {
	background-color: #f9f9f9;
	width: 860px;
	height:auto;
	position:relative;
	top: -60px;
	padding: 20px;
	box-shadow: 0px 10px 20px #777474;
	behavior: url(pie/PIE.html);	
}

.content a {
	color: #58caff;
}

.content a:hover {
	text-decoration:none;
}

.content a:visited {
	color: #007eb9;
}

.logo {
	float: left;
	padding: 5px 20px;
}

.title {
	font-size: 24px;
	color: #015a2e;
	text-align: center;
	padding: 5px 55px 5px 25px;
	float: right;
	font-style: narrow;
}

.menu {
	background: url(img/menu-bg.png) no-repeat -18px 0px; 
	height: 55px;
	position: relative;
	bottom: 60px;
}

.menu ul {
	float: left;
	margin-left: 170px;

}

.menu ul li {
	float: left;
	font-size: 14px;
	height: 14px!important;
	list-style-type: none;
	padding: 0px 22px;
	margin: 25px 0;
	border-right: 1px solid #777474;
}

.menu ul li:last-child {
	border: none;
}


.menu ul li a{
	text-decoration: none;
	color: #777474;
	padding: 5px 20px;
	border-radius: 5px;
}

.menu ul li a:hover, .menu ul li.active a{
	background-color: #9fd21d;
	color: #fff;
}
	
.image {
	height: 257px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
	border-radius: 10px;
}
.moto {
	position: relative;
	font-family: Cuprum;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";
		behavior: url(pie/PIE.html);	
}
#moto1 { 
bottom: 200px;
width: 360px;
height: auto;
margin-left: 50px;
border-radius: 10px;
padding: 5px 30px;
font-size: 36px;
color: #387aa0;

}

#moto2 { 
bottom: 210px;
width: 350px;
height: auto;
margin-left: 370px;
border-radius: 10px;
padding: 5px 30px;
font-size: 48px;
color: #6a920f;

}

.moto-image {
position: relative;
bottom: 240px;
opacity: 0.5;
margin-left: 200px;

}

.content-title {
	border-bottom: 3px solid #88a954;
	margin: 20px 0;

}

.content-title h1 {
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	line-height: 30px;
	background: #9fd21d;
	display: inline-block;
	padding: 0 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.content-block {
	display: inline-block;
	width: 820px;
	margin:20px 0;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content-block h2 {
	color: #387aa0;
	font-size: 18px;
	margin-bottom: 20px;
}

.content-block p, .content-block li {
	color: #777474;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	}
	
.content-block li {
	margin: 5px 15px;
}
 




.footer {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	bottom: 45px;
	position: relative;
}

.second-menu, .copyright  {
	background: rgba(159, 210, 29, 0.7);
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 5px #727272;
}


.footer .second-menu {
	float: left;
	width: 600px;
}	

.footer .copyright {
	float: right;
	color: #333;
	text-align: right;
}	

.footer .copyright a{
	color: #fff;
}	

.footer .copyright a:hover{
	color: #f9f9f9;
	text-decoration: none;
}	

.footer  ul li {
	list-style: none;
	width: 200px;
	float: left;
}

.footer  ul li a {
	color: #fff;
}

form {
	float:right;
	margin-bottom: 30px;
}

form span {
	font-size: 12px;
	color: #f00;
}

input, textarea {
background-color: #EEFFC2;
border: 1px solid #777474;
border-radius: 5px;
padding: 5px;
font-size: 14px;
font-family: Verdana;
width:90%;
}

.button {
	font-size: 14px;
	padding: 10px 22px;
	margin: 5px 0;
	border: 1px solid #777474;
	background-color: #9FD21D;
	border-radius: 5px;
	cursor: pointer;
	width: 150px;
}

.button:hover, input .button:active {
	color: #fff;
}

#phoneForm {
	float: left;
	margin-left: 200px;
}

#phoneForm p {
	margin: 5px 0;
}

#phoneForm h2 {
	margin: 0;
}

#phoneForm  input{
	float: left;
	width:180px;
	border: 1px solid #6cc339;
}

#phoneForm  input.button{
float: left;
margin: 2px;
padding: 5px;
width: 30px;
height: 29px;
background: url(img/ic_phone.png);
border: none;
}

#phoneForm  input.button:hover {
background: url(img/ic_phone2.png);
}