/* basic elements */
body {
	font: 11px/14px verdana, sans-serif;
	background: #FFFFFF url(topbg.gif) top left repeat-x; /* высота 108 */
	padding: 65px 0px 0px 0px; /* отступ сверху 65 */
	margin: 0px;
/*	border: 10px solid black;*/
	}
p {
	font: 11px/14px Georgia, sans-serif;
	text-align: justify;
	margin-top: 0px;
	}
h3 {
	font: bold 16px 'arial narrow', sans-serif;
	text-transform: lowercase;
	margin-bottom: 0px;
	/*color: #4169E1;*/
	/*color: #6495ED;*/
	/*color: #5F9EA0;*/
	/*color: #FFA500;*/
	color: #FF8C00;
	}
acronym {
	/*border-bottom: dotted 1px #B27F66;*/
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00008B;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00008B;
	}
a:active, a:hover {
	text-decoration: underline;
	}


/* specific divs */

#container {
	padding: 0px 0px 0px 224px; /* отступ сверху 65 левый отступ 224 */
	}


/* page header - top part */
#pageHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 770px;*/
/*	border: 2px solid black;*/
	}
#pageHeader h1 {
	/*background: transparent url(h1.gif) no-repeat top left;*/
	width: 10px;
	height: 10px;
	float: left;
	/*margin: 1px 0px 0px 3px;*/
/*	border: 1px solid blue;*/
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	/*background: transparent url(h2.gif) no-repeat top left;*/
	width: 10px;
	height: 10px;
	float: left;
	/*margin: 22px 15px 0px 0px;*/
/*	border: 1px solid black;*/
	}
#pageHeader h2 span {
	display: none;
	}
#pageHeader #languages {
	font-size:	10px;
	line-height: 2.5ex;
	display: block;
	float: right;
	padding: 18px 0px 0px 0px;
/*	border: 1px solid red;*/
	width: 100px;
	height: 30px;
	}
#pageHeader #flag {
	font-size:	10px;
	line-height: 2.5ex;
	display: block;
	float: right;
	padding: 20px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: transparent url(flags.gif) no-repeat center;
	width: 20px;
	height: 30px;
	}
#pageHeader #flag_ru {
	font-size:	10px;
	line-height: 2.5ex;
	display: block;
	float: right;
	padding: 20px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: transparent url(ru.bmp) no-repeat center;
	width: 20px;
	height: 30px;
	}
#pageHeader #flag_us {
	font-size:	10px;
	line-height: 2.5ex;
	display: block;
	float: right;
	padding: 20px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: transparent url(us.bmp) no-repeat center;
	width: 20px;
	height: 30px;
	}

#intro {
	/*background: #FFC5A9 url(bg2.gif) top left repeat-x;*/
	/*border: 5px solid red;*/
	padding-top: 50px;
	}
#quickSummary {
	/*border: 5px solid #FFBEA1;*/
	/*height: 200px;*/
	}

#quickSummary #image {
	width: 200px;
	height: 200px;
	background: transparent url(stopka2.jpg) center no-repeat;
	padding: 0px 100px 0px 100px;
	/*border: 1px solid dashed;*/
	}
#quickSummary #text {
	font-size: 9px;
	/*line-height: 22px;*/
	text-align: left;
	display: block;
	/*border: solid 1px #FFBEA1;*/
	padding: 0px 0px 20px 120px;
	}
#preamble {
	padding: 0px 40px 0px 40px;
	/*border: 2px solid #FF00A1;*/
	}

#articleText {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 40px 0px 40px;
	/*border: 1px solid black;*/
	/*height: 180px;*/
	}
#articleText #articleHeader h3 {
	margin-top: 0px;
	padding-top: 20px;
	/*border: 1px solid red;*/
	/*float: left;*/
	}
#articleText #articleDate {
	text-align: right;
	font-size: 10px;
	/*font-weight: bold;*/
	/*font-family: Georgia, "Times New Roman", Times, serif*/
	font-family: Tahoma, Arial, Helvetica, sans-serif
	/*font-family: Arial, Helvetica, sans-serif*/
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*border: 1px solid blue;*/
	float: right;
	}
#articleText #articleImage {
	float: left;
	}
#articleText #articleBody {
	/*border: 1px solid green;*/
	/*float: right;*/
	}
#articleText #guestBook {
	font-size: 10px;
	/*font-family: Georgia, "Times New Roman", Times, serif*/
	font-family: Tahoma, Arial, Helvetica, sans-serif
	/*padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 20px;*/
	}
#articleText #guestBook #guestBookInput {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif
	}

#footer {
	font: 11px/14px verdana, sans-serif;
	text-align: center;
	/*border-top: solid 1px #FFCDB5;*/
	/*border-top: 1px dotted black;*/
	padding-top: 10px;
	/*border: 1px solid red;*/
	}


/* links list - left part */
#linkList {
	position: absolute;
	top: 100px;
	left: 0px;
/*	border: 5px solid blue;*/
	}
#linkList ul {
/*	border: 1px solid red;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none; /* для explorera - прячет кружки у items списка */
	}
#linkList #linkList2 li {
	font-size:	10px;
	line-height: 2.5ex;
	display: block;
	padding: 2px 0px 0px 35px; /* отступ сверху 2 отступ слева 35 */
	margin-bottom: 5px;
/*	border: 1px dashed red;*/
	}
/*#linkList #linkList2 .iimg {
	margin: 0px 0px 0px 0px;
	border: 1px dashed red;
	}*/
#linkList #linkList2 #llink {
	padding: 2px 0px 0px 20px;
/*	border: 1px dashed blue;*/
	/*text-align: center;*/
	}
#linkList #linkList2 #iimg {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(faq.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_news {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue; */
	background: url(news.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_faq {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(faq.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_mail {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(mail.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_project {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(project.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_download {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(download.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_demo {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(demo.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 #iimg_guestbook {
	padding: 2px 0px 0px 0px;
/*	border: 1px dotted blue;*/
	background: url(lico2.bmp) no-repeat center;
	width: 16px;
	height: 16px;
	float: left;
	}
#linkList #linkList2 {
/*	padding: 0px 0px 0px 0px;*/
/*	width: 200px;*/
/*	border: 1px solid green;*/
	}
#linkList #linkList2 h3 span {
	display: none;
	}
#linkList #linkList2 h3.select {
/*	display: block;
	width: 10px;
	height: 0px;*/
/*	border: 1px solid red;*/
	}
#linkList #linkList2 h3.developer {
	background: transparent url(search.gif) no-repeat top left;
	text-align: right;
	text-transform: lowercase;
	margin: 200px 0px 0px 70px; /* отступ сверху 200 отступ слева 50 */
	width: 71px;
	height: 71px;
	border: 1px dotted black;
	}
#linkList #linkList2 #ldeveloper .p1 {
	font: 11px/14px Georgia, sans-serif;
	/*border: 1px dashed red;*/
	margin: 20px 0px 0px 20px; /* отступ сверху 20 отступ слева 20 */
	width: 180px;
	}
