body, html{
	background-color: #555555;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	margin: 0px;
}

body{
	behavior: url('holder.htc');
}

#bodier{
	background-color: #FFFFFF;
	width: 100%;
	min-width: 980px;
	max-width: 100%;
	float: left;
}

#left{
	float: left;
	width: 22%;
	padding-top: 15px;
	margin-bottom: 50px;
}

#right{
	float: right;
	width: 78%;
}

#logo{
	font-size: 10px;
	letter-spacing: -1px;
	color: #A1A1A1;
	background-image: url(images/easy_n_easily_logo.gif);
	width: 97px;
	height: 54px;
	padding-top: 27px;
	padding-left: 40px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

#logo:hover{
	text-decoration: underline;
}

.l{
	float: left;
}

.r{
	float: right;
}

#greytop{
	height: 15px;
	background-image: url(images/grey_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 20px 10px 0px 10px;
}

#greybottom{
	height: 15px;
	background-image: url(images/grey_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0px 10px 10px 10px;
	clear: both
}

h2{
	font-size: 13px;
	font-weight: 700;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
	width: 65px;
	cursor: default;
}

#greyborder{
	background-color: #DDDDDD;
	margin-left: 10px;
	margin-right: 10px;
}

#grey{
	background-color: #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
}

#services{
	padding: 0px;
	margin: 0 auto;
	list-style: none;
	width: 75%;
}

#services a{
	color: #313131;
	text-decoration: none;
	display: block;
	/*border-bottom: 1px dotted #9E9E9E;*/
}

#services li{
	height: 13px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #9E9E9E;
}
#services li#last{
	clear:left;
	border: 0px none;
}

#services a#last{
	border: 0px none;
	display: inline;
}

#services a:hover{
	color: #0081C6;
}

#menu{
	width: 99%;
	float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 2px solid #0081C6;
	height: 49px;
}

#menu dd{
	margin: 0px;
	display: block;
	width: 19%;
	float: left;
	text-align: center;
	padding: 17px 0px 17px 0px;
	background-image: url(images/menu_div.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu dd#first{
	background-image: url(images/menu_div_begin.gif);
}
/*
#menu dd#second{
	width: 27%;
}
*/
#menu a{
	color: #0081C6;
	text-decoration: none;
	font-size: 12px;
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu a:hover{
	border-bottom: 2px solid #0081C6;
}

.attention{
	width: 33%;
	float: right;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	display: block;
	color: Black;
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	border-right: 1px dotted #7F7F7F;
}

.attention:hover{
	color: #0081C6;
}

.attention img{
	display: block;
	width: auto;
	margin: 0 auto;
	border: 0px none;
}

.attention#last{
	border: 0px none;
}

.c{
	text-align: center;
}

h3{
	display: inline;
	width: auto;
	margin: 0px;
	padding-right: 22px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	background-image: url(images/arrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: default;
}

.news em{
	clear: both;
	display: block;
	font-style: normal;
	font-size: 9px;
	padding-top: 15px;
	color: #000000;
}

.news{
	color: #666666;
	padding-bottom: 5px;
}

.more{
	font-weight: 700;
}

a{
	color: #0081C6;
	text-decoration: underline;
}

span.a{
	color: #0081C6;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

#archive{
	background-color: #0081C6;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding: 5px 5px 5px 20px;
	margin-top: 15px;
	background-image: url(images/archive.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#archive:hover{
	background-color: #313131;
}

#contact{
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	background-image: url(images/question.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#contact .name{
	float: left;
	width: 40%;
	clear: both;
	height: 25px;
}

#contact .value{
	float: left;
	width: 55%;
}

#contact .value .text{
	width: 100%;
}

#contactz{
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

#contactz .name{
	float: left;
	width: 40%;
	clear: both;
	height: 25px;
}

#contactz .value{
	float: left;
	width: 55%;
}

#contactz .value .text{
	width: 100%;
}

.text{
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
}

input.button{
	background-color: #0081C6;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding: 2px 2px 2px 2px;
	margin-top: 15px;
	border: 0px none;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
}

a.button{
	background-color: #0081C6;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
}

a.button:hover{
	background-color: #313131;
	text-decoration: none;
	color: #FFFFFF;
}

#address{
	text-align: right;
	margin-top: 15px;
}

#globus{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: -5px;
	float: right;
}

#footer{
	width: 100%;
	float: left;
	position: relative;
	height: 70px;
}

#flyer{
	position: absolute;
	left: 15px;
	top: -118px;
	background-image: url(images/flyer.jpg);
	width: 132px;
	height: 169px;
	color: #FFFFFF;
	padding-left: 55px;
	padding-right: 5px;
	padding-top: 0px;
	cursor: default;
}

#flyer a{
	color: #FFFFFF;
}

#flyer p{
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

#copyrights{
	position: absolute;
	color: #FFFFFF;
	left: 20px;
	bottom: 20px;
	font-size: 10px;
}

#copyrights a{
	color: #FFFFFF;
}

#description{
	position: absolute;
	color: #FFFFFF;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
}
#description a{
	color: #FFFFFF;
}

.block{
	width: 96%;
	margin-top: 15px;

}
h4{
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 0px;
}

h5{
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #695B49;
	text-decoration: none;
}

label.white{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #0081C6;
	letter-spacing: -1px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #9E9E9E;
}


.viewer h3{
	padding-top: 10px;
	border-top: 1px dotted #9E9E9E;
	margin-top: 20px;
	display: block;
	text-align: left;
	background: none;
	font-size: 12px;
}

.pages{
	margin-bottom: 5px;
}

.pages a{
	padding-right: 5px;
	text-decoration: none;
}

.pages span{
	padding-right: 5px;
}

.web{
	margin-top: -24px;
	margin-left: -225px;
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	clear:right;
}
#ugol3{
	position:absolute;
	top:0px;
	left:0px;
	width:223px;
	height:116px;
}adding-top: 10px;
	border-top: 1px dotted #9E9E9E;
	margin-top: 20px;
	display: block;
	text-align: left;
	background: none;
	font-size: 12px;
}

.pages{
	margin-bottom: 5px;
}

.pages a{
	padding-right: 5px;
	text-decoration: none;
}

.pages span{
	padding-right: 5px;
}

.web{
	margin-top: -24px;
	margin-left: -225px;
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	clear:right;
}
#ugol3{
	position:absolute;
	top:0px;
	left:0px;
	width:223px;
	height:116px;
}