html, body {height:100%; margin:0; padding:0;}

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 130%;
	color: #111;
	text-align: center;
	background-color: #fff;
	}
	
img {margin: 0; padding: 0; border-width: 0;}

a {text-decoration: underline; background-color: transparent;}
a:link {color: #0033cc;}
a:visited {color: #990099;}
a:hover {color: #CC0000;}
a:active {color: #CC0000;}

div.clear {clear: both; height: 1px; overflow:hidden;}


.Panel 		{
	position: fixed; top: 0; right: 0;
	padding: 25px 20px 15px 20px;
	background-color: #fff;
	border-radius: 0px 0 0 10px;
	box-shadow: 0px 0px 20px #fff;
	}

.Logo 		{}
.Contacts 	{padding: 7px 11px 0 0; text-align: right;}
	
.Contacts p {margin: 0;}
p.Phone {font-size: 14px; line-height: 24px;}
.Phone span {font-size: 24px; line-height: 24px;}
p.Mail {margin-right: 1px; font-size: 18px; line-height: 20px;}

.Vm {float: left; height: 50%; width: 100%; margin-top: -10px;}
.Box {min-width: 800px;}
h1 {
	display: block; text-align: center;
	font-size: 36px; line-height: 40px; font-family:"Times New Roman", Times, serif; font-weight: normal;
	}

.Footer {
	position: fixed; left:0; bottom: 0;
	width: 100%; height: auto; padding: 3px 0px 3px 5px;
	background-color: #4c4c4c;
	color: #888;
	font-size: 10px; line-height: 12px; text-align: left;
	}

.Footer a {color: #888; text-decoration: none;}


.Workflow {
	min-width: 800px;
	max-width: 960px;
	
	padding-top: 40px; margin: 0 auto;
	text-align: left;

	}
	
.Workflow img {
    border: 7px solid #ccc;
    margin-bottom: 15px;
	}

.Workflow h3 {
    font-size: 24px;
    margin: 65px 0px 20px;
    font-weight: normal;
    border-left: 6px solid #ff0000;
    padding: .2em 0px .2em 10px;
	}

	
	
	