@charset "utf-8";

body {
	background: #EEE;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
div.wrapper {
	background:#FFF;
	width:500px;
	margin:50px auto 0;
	box-shadow:#999 10px 10px 10px;
	border-radius:10px;
}
h1.red {
	background:#F00;
	color:#FFF;
	height:44px;
	line-height:40px;
	text-align:center;
	text-shadow:#660002 1px 1px 2px;
	border-radius:10px 10px 0 0;
}
div.content {
		padding:0 10px;
}
img.logo {
	display:block;
	margin:0 auto;
}
ul li {
	height:40px;
	line-height:40px;
	list-style:none;
	padding-left:40px;
}
ul li.mob {
	background:url("../images/mobile.png") 0 50% no-repeat;
}
ul li.mail {
	background:url("../images/email.png") 0 50% no-repeat;
}
ul li.skype {
	background:url("../images/skype.png") 0 50% no-repeat;
}
ul li img {
	display:inline-block;
}
p {
	text-indent:21px;
}
.bold {
	font-size:18px;
	margin-top:0;
	text-align:center;
	text-indent:0;
}
.footer {
	border-top: 1px solid #CCCCCC;
	color: #999999;
	margin: 0 10px;
	padding: 10px 0;
	height:32px;
	position:relative;
}
.footer span {
	position:absolute;
}
.footer span a{
	display:inline-block;
	height:32px;
}
span.html5 {
	left:0;
}
span.html5 a.html5{
	width:32px;
	background:url("../images/html5.png") 0 0 no-repeat;
}
span.html5 a.css3{
	margin-left:10px;
	width:32px;
	background:url("../images/css3.png") 0 0 no-repeat;
}
span.copyright {
	left:130px;
}
span.validator {
	right:0;
}
span.validator a {
	width:88px;
	background:url("http://jigsaw.w3.org/css-validator/images/vcss-blue") 0 0 no-repeat;
}


.skype > div {
    display: inline-block;
}
#SkypeButton_Call_newfaust_crimea_1 > p {
    display: inline;
}
#SkypeButton_Call_newfaust_crimea_1_paraElement img {
    margin: 0 !important;
    vertical-align: middle !important;
}