@charset "utf-8";
/* CSS Document */
p {color:#464646; text-align:justify; font-size:16px;} 
h1 {color:#464646; font-size:20px;}
r {color:#EDA4C7; font-size:20px;}
h2 {color:#464646; font-size:16px;}
r1 {color:#464646; font-size: 16px; text-align: justify;}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255, 166, 241, 0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255, 166, 241, 0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255, 166, 241, 0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255, 166, 241, 0.75), rgba(0,0,0,0)); 
}



#top_block {
	height: 70px;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
	display: block;
	z-index: auto;
}

.topmenu {
	height: 40px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logo {
	height: 70px;
	width: 350px;
	background-repeat: no-repeat;
	background-image: url(../img/logo.png);
}

.telo {
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#content {
	background-color: #FFF;
	width: 100%;
	height: 100px;
	vertical-align: bottom;
}

#bottom_seo {
    background-color: #dee2e6;
}
.telephone {
	font-size: 25px;
	color: #eda4c7;
	text-decoration: none;
	font-weight: bold;
	font-family: 'PT Sans';
	padding: 10px;

}

.telephone1 {
	font-size: 65px;
	color: #eda4c7;
	font-weight: bold;
	font-family: 'PT Sans';
}