@charset "utf-8";
/* CSS Document */
@media screen {
 html, body {
  margin:0px;
  padding:0px;
  border:0px;
 }
 body {
	 color: #000;
	 background: #A9A9A9;
	 font-size: 62.5%;
	 font-family: Tahoma, sans-serif;
	 text-align: center;
 }
 #carrier {
	 background: #eaebdb;
     width: 1000px;
	 margin: auto;
	 padding: 0px;
	 border: 0px;
 }
 #logo {
	 color: #300;
	 text-align: left;
	 width: 760px;
	 height: 90px;
	 float: left;
 }
 .imglogo {
	 width: 80px;
	 height: 90px;
	 margin: 0px 30px 0px 20px;
	 float: left;
 }
 .line{
    margin: 0px 0px 0px 0px;
    padding: 0px;
 }
 .name{
	 font-size: 320%;
	 font-weight: bold;
	font-family: Arial;
}
 .slogan{
	 font-size: 150%;
	 font-weight: bold;
	 text-decoration: overline;
 }
	 
 #searchcarrier {
	 background: #ccc;
	 width: 240px;
	 height: 90px;
	 float: right;
 }
 #searshinput, #searchbutton {
	 vertical-align: middle;
 }
.search{
    background-color: #ECEADB;
    border: solid 1px black;
}
 #search p{
	 margin: 20px 0px 0px 30px;
	 font-size: 120%;
	 text-align: left;
 }
#headercarrier {
	background: url(/static/images/header.jpg) no-repeat;
	width: 1000px;
	height: 300px;
	clear: both;
	border-style: solid none;
	border-width: 2px 0px;
	border-color: #600;
	margin-bottom: 2px;
}
#header {
	padding-top: 267px;
}
#header p{
	font-size: 250%;
	text-align: left;
	color: #300;
	text-indent: 1.5em;
	margin: 0;
}

#textcarrier {
    position: relative;
    top: -11px;
	text-align: left;
	width: 100%;
	margin: 0;
	border: 0px 0px 2px 0px;
	border-color: #600;
	padding:0;
	clear: both;
}
#textcarrier p{
	font-size: 110%;
	padding: 0px 10px 0px 10px;
}
#textcarrier a{
	text-decoration: none;
	color: #300;
}
#textcarrier a:hover{
    text-decoration: underline;
}
#textleft {
	background: #eaebdb;
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;


}
#textright {
	margin: 0px;
	padding: 0px;
	width: 748px;
    border-left: 1px solid #b5b5a2;
    min-height: 950px;
	background: #eaebdb url(/static/images/femida.png) bottom no-repeat;
	background-position: 0% 100%;
	float: right;
}
#textright h2{
	padding: 0px 10px 0px 10px;
}

#textright p{
	font-size: 110%;
	padding: 0px 10px 0px 10px;
}
.heading {
	font-size: 150% !important;
    font-weight: bold;
    font-family: Tahoma;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	display: block;
	background: #b5b5a2;
	color: #300;
	height: auto;
}
.leftimg {
	margin: 5px 10px 0px 10px;
    border: solid #000 1px;
}
.heading2 {
	text-transform: uppercase;
}
.imgright {
	float: right;
	border: solid 1px #000;
	margin: 30px 10px 30px 10px;
	
}
#footer {
	font-size: 130%;
	background: #cac9b5;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 2px #600;
        height: 70px
	
}
.footerblockright {
	display: inline;
	background: #cac9b5;
	width: 249px;
	float: left;
}
.vline {
        display: inline;
	background-color: #600;
	float: left;
	width: 1px;
	height: 70px;
}
.imgphone {
	float: left;
	margin: 10px 15px 10px 15px;
}
.footerblockphone {
	text-align: left;
	display: inline;
	background: #cac9b5;
	width: 280px;
	float: left;
	margin-top: 5px;
}
.footerblockphonesecond {
	display: inline;
	background: #cac9b5;
	width: 220px;
	float: left;
	margin-top: 5px;
}

.footerblockaddress {
	display: inline;
	background: #cac9b5;
	width: 249px;
	float: left;
}
.pub_date{
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    color: black;
}





