.blue-fore {color: #009ddf !important}
.green-fore {color: #009136 !important}

a {
    color: #065aa3;
}

a:hover, a:active, a:focus {
	text-decoration: none;	
}

.leftpart {
	background-color: #e0e0e0;
	padding-top: 15px;
	min-height: 1500px
}

.full {
    width:100%;
}

.town {
    margin-top: 30px;
    margin-bottom: 30px;
}

.town a {
	background-color: #f0f0f0;
	border: solid 1px #e0e0e0;
	border-radius: 20px;
	padding: 5px 10px;
	margin: 0px 5px;
	font-weight: bold;
}


.town a:hover {
	text-decoration: none;
	background-color: #e0e0e0;
}

.pagecontent {
	margin: 50px 70px;
	min-height: 800px;
	background-color: #fff;
}

.pagecontent h1 {
	color: #009ddf;
}

.innercontent {
	margin-top: 40px;
}

p.spanlist {
	font-size: 30px;
	margin-top: 80px;
	color: #777;
}

p.spanlist span {
	padding: 50px;
}

.infobox {
	margin-top: 100px;
	background-color: #f6f6f6;
	border: solid 1px #f0f0f0;
	padding: 20px 30px 30px 30px;
	
}

.mainnavi ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 40px 15px;
    background-color: #fff;
	list-style-type: none;
}

.mainnavi ul li {
	line-height: 40px;
	font-size: 18px;
}

#sublogos{
  margin: 10px 0px; 
  background-color: #fff; 
  padding: 15px 0;
}


.mobiles{
display:block;
width:100%;
text-align:center;
}
.iphone_bg{
width:450px;
height:830px;
margin:15px auto 0px;
background:url(/images/htc.png) no-repeat center;
}
.mobile_wrap{
width:325px;
height:580px;
padding:76px 0 0 43px;
}

.list-group-item {
	padding: 0;
}

.list-group-item a {
	display: block;
	line-height: 20px;
	padding: 8px 30px;
}
