pre {
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:dashed 1px #ccc;
	background-color:#f7f7f7;
	color:#000;
	overflow:auto;
}
form {
	padding:0px;
	margin:0px;
}
ul {
	margin:5px;
}
li {
	list-style:inside;
	list-style-type:circle;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:white;
	font-family:Tahoma;
	font-size:13px;
	color:black;
	background-color:#7eb247;
}
h1 {
	font-family:Arial;
	font-size:16px;
	display:inline;
	line-height:140%;
}
h2 {
	font-family:Arial;
	font-size:14px;
	display:inline;
	line-height:120%;
}
a {
	color:#d1271d;
}
#leftCol {
	background-color:#FFFFFF;
	width:30%;
	height:700px;
	background-position:top right;
	background-repeat:no-repeat;
}
#centerCol {
	border-left:solid 2px #77bf59;
	background-color:#ccff99;
	/* background-color:#7eb247; */
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/vertical-bg.png);
}

#rightCol {
	width:136px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/bottom-flower.jpg);
}
#footer {
    background-color:#063F05;
	padding:18px;
	color:#0A6E09;
	display:block;
}
#footer a {
	color:#0F9E0C;
}
#centerContainer {
	background-image:url(images/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#layout {
	background-color:#ccff99;
	background-image:url(images/right-bg.jpg); 
	background-repeat:repeat-y; 
	background-position:bottom right;
	height:95%;
}
#topMenu {
	padding-left:25px;
	padding-bottom:25px;
	color:#d1271d;
	text-transform:uppercase;
}
#topMenu a {
	font-weight:bold;
}

#main {
	padding:15px;
	padding-left:15px;
	color:black;

}
#footer #menu {
	text-align:center;
}
#footer #copyright {
	float:left;
}
#footer #design {
	float:right;
}
#main #contacts {
	margin-bottom:60px;
	margin-left:20px;
}

#contacts a{color:#ccff99;}
#contacts a:hover{color:#ffffff;}

#main #contacts #phone p,#main #contacts #phone img {display:inline;}
.code {font-size:14px;}

#main #contacts #phone {
	color:#ccff99;
	font-size:17px;
	float:left;
	width:25%;
}
#main #contacts #mail {
	font-size:17px;
	float:right;
	width:65%;
}
#main #content {
}
#main #contacts .icon {
	margin-right:10px;
}
#langs {
	padding-top:15px;
	padding-left:25px;
	color:#d1271d;
	text-transform:uppercase;
}
#langs a {
	font-weight:bold;
}
.line {
	margin-top:10px;
	background-image:url(images/line-bg.jpg);
	background-repeat:repeat-x;
}
.title {
	padding-left:25px;
	padding-top:10px;
	text-transform:uppercase;
}

.items {
	float:left; 
	margin-right:20px;
	margin-bottom:10px;
}

#on-top {
	text-align:right;
	padding-top:50px;
	padding-bottom:25px;
	padding-right:10px;
	clear:both;
}

#sitemap li {
	//margin-left:-1em;
	list-style:inside;
	list-style-type:none;
	padding-bottom:4px;
}
