body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	background: #D5D5D5;
}

a {
	color: #5892C4;
}

a img {
	border: 0 none;
}

.new-window {
	padding-right: 12px;
	background: url(/images/new-window.gif) right center no-repeat;
}

h1 {
	color: #333;
	font-size: 30px;
	margin: 16px 0;
}

h2 {
	color: #333;
	font-size: 18px;
	margin: 20px 0 13px 0;
}

h3 {
	color: #333;
	font-size: 14px;
}

div.body {
	width: 962px;
	background:  url(/images/body-bgr.gif) center top repeat-y;
	margin: 0 auto;
}

div.header {
	height: 147px;
	background: url(/images/header-bgr.jpg) no-repeat;
	position: relative;
	overflow: auto;
	margin: 0 31px;
}

div.logo {
	margin-left: 65px;
	margin-top: 32px;
}

div.slogan {
	position: absolute;
	top: 35px;
	left: 385px;
	font-size: 12px;
	font-weight: bold;
	color: #558baf;
}

ul.aux-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 36px;
	left: 726px;
	font-size: 13px;
}

ul.aux-nav li {
	float: left;
	margin: 1px 0;
	padding: 0 17px;
}

ul.aux-nav li.lang {
	width: 86px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	margin-right: 34px;
}

ul.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 95px;
	left: 230px;
	width: 665px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

ul.main-menu li {
	display: inline;
	padding: 0 9px;
}

ul.main-menu li a {
	color: white;	
}

ul.main-menu li.active a {
	text-decoration: none;
}

div.main {
	height: 100px;
	background: white;
	padding-bottom: 20px;
	margin: 0 31px;
}

html>body div.main {
	height: auto;
	overflow: auto;
}

div.left-col {
	width: 227px;
	float: left;
}

body#index div.center-col {
	padding-top: 0;
}

div.center-col {
	margin-left: 238px;
	height: 50px;
	padding-top: 14px;
	padding-left: 20px;
}

html>body div.center-col {
	height: auto;
}

h2.menu-title {
	margin: 0;
	padding: 9px 0 5px 24px; 
	background: url(/images/section-bgr.jpg) no-repeat;
	font-size: 16px;
	color: white;
}

ul.section-menu {
	padding: 15px 5px 23px 24px;
	margin: 0;
	list-style: none;
	background: #DEEAF1 url(/images/aux03.gif) right bottom no-repeat;
	font-size: 14px;
	color: #494949;
}

ul.section-menu li {
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul.section-menu li.active {
	background: url(/images/bullet.gif) 0 4px no-repeat;	
}

ul.section-menu li.active a {
	text-decoration: none;
}

ul.section-menu a {
	color: #494949;
}

ul.section-menu ul {
	list-style: none;
	font-size: 12px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

ul.section-menu ul li {
	background: none;
	padding-left: 12px;
	font-weight: normal;
}

p.fm-site {
	background: url(/images/fm-site-bgr.gif) right no-repeat;
	color: #e4ecf2;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 17px 14px 15px 14px;
}

p.fm-site a {
	display: block;
	font-size: 15px;
	color: #e4ecf2;
	font-weight: normal;
	margin: 5px 0;
}

div.content {
	background: #F4F4F4;
	border: 1px #ededed solid;
	border-right: 0 none;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 10px;
}

div.content>p:first-child {
	margin-top: 23px !important ;
}

div.content ul {
	margin: 13px 0 13px 15px;
	padding-left: 17px;
}

div.content ul li {
	margin-bottom: 4px;
}

div.content p {
	margin: 13px 0;
	margin-top: expression((this.previousSibling  ? 13 : 23) + 'px');
	margin-left: 15px;
}

div.content .no-margin, div.content .no-margin * {
	margin-left: 0 !important ;
}

div.bottom-menu {
	background: white url(/images/bottom-bgr.gif) right bottom no-repeat;
	padding-bottom: 15px;
}

div.bottom-menu ul {
	padding: 10px 0 6px 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

div.bottom-menu ul li {
	display: inline;
	padding: 0 8px;
}

div.bottom-menu ul li.active a {
	font-weight: bold;
	text-decoration: none;
}

div.bottom-menu p {
	text-align: right;
	font-size: 11px;
	padding: 15px 50px;
	margin: 0;
}

p.copyright {
	text-align: center;
	color: #7D7D7D;
	background: #D5D5D5;
	margin: 0;
	padding: 3px 0 15px 0;
}

div.breadcrumb {
	padding-top: 4px;
}

/* forms */
form.common {
	/*margin: 16px auto  0 auto;*/
	margin: 0;
	margin-top: 16px;
	padding-bottom: 20px;
	padding-right: 110px;
	/*width: 420px;*/
}

div.field span, div.radiogroup span {
	display: block;
	width: 172px;
	float: left;
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
}

div.field span b {
	color: red;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 13px;
}

div.field input, div.field textarea {
	display: block;
	margin-left: 180px;
	width: 250px;
	border: 1px #3680af solid;
	margin-bottom: 7px;
}
/*
@media all and (min-width: 0px) {
	div.field input, div.field textarea { margin-left: 10px; }
}
*/


form.common div.field input[type=hidden] {
	display: none;
}

form.common div.field  img {
	margin-bottom: 15px;
}


div.field select {
	width: 250px;
}

div.field textarea {
	overflow: auto;
	height: 100px;
}

div.buttons {
	margin-left: 183px;
}

div.buttons input {
	border: 1px #3680af solid;
	background: #7aabcb;
	color: white;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}

div.error span {
	color: red;
}

div.error span a {
	color: red;
}

div.error input, div.error textarea {
	border-color: red;
} 

p.message {
	margin: 17px 0;
	padding: 7px 12px;
	border: 1px #c9c9c9 solid;
	font-weight: bold;
}

p.error {
	border-color: red;
}


ul.sitemap {
	list-style: none;
	margin-left: 10px !important ;
	margin-top: 23px !important;
}

ul.sitemap ul {
	margin: 3px 0 6px 20px;
	list-style: none;
}

ul.sitemap li {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0 !important ;
}

ul.sitemap ul li {
	font-weight: normal;
	background: none;
	padding-bottom: 3px!important ;	
	font-size: 12px;
}

ul.sitemap ul {
	margin-bottom: 3px;
}

ul.sitemap ul ul li {
	font-size: 11px;
	padding-bottom: 0 !important ;	
}

ul.materials-menu li {
	background-position: 5px 4px !important ;
}

ul.materials-menu li h3 {
	margin: 0 !important ;
}

/* Index page */
/*div.index-left-bnr {
	height: 401px;
	width: 227px;
	background: #A2E696 url(/images/index-left-bnr-bgr.jpg) left top no-repeat;
	font-size: 19px;
	color: #6F6F6F;
	text-align: center;
	overflow: auto;
}

div.index-left-bnr span.check {
	color: white;
	display: block;
	margin-top: 16px;
}

div.index-left-bnr span.check b {
	display: block;
	font-size: 31px;
	line-height: 70%;	
	font-weight: normal;
}

div.index-left-bnr strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-top: 65px;
	margin-bottom: 3px;
}

div.index-left-bnr strong span {
	font-weight: bold;
}

div.index-left-bnr strong a {
	color: #14648F;	
}
*/
div.index-bnrs {
	height: 179px;
	margin: 28px 0;
}

div.index-bnrs div {
	width: 285px;
	height: 173px;
	float: left;
	border: 1px #E3E3E3 solid;
	position: relative;
}

div.index-bnrs div img {
	position: absolute;
	width: 130px;
	height: 115px;
	left: -15px;
	top: 60px;
}

div.index-bnrs h1 {
	color: #646464;
	font-size: 29px;
	text-align: center;
	margin: 0 auto;
	margin-top: 19px;
	line-height: 80%;
}

html>body div.index-bnrs h1 {
	width: 180px;	
}

div.index-bnrs h1 a {
	color: #646464;
	text-decoration: none;
}

div.index-bnrs h1 a:hover {
	text-decoration: underline;
}

div.index-bnrs h1 span {
	font-size: 14px;
	display: block;
}

html>body div.index-bnrs h1 span {
	display: inline;
}

div.index-bnrs div div {
	position: relative;
}

div.index-bnrs p {
	position: absolute;
	top: 60px;
	left: -16px;
	width: 292px;
	width/**/: /**/142px;
	padding-left: 150px;
	height: 114px;
	height/**/: /**/104px;
	padding-top: 10px;
	margin: 0;
	background: left bottom no-repeat;
}

div.index-news {
	background: #F6F6F6;
	border: 1px #F1F1F1 solid;
	padding-right: 20px;
	padding-bottom: 19px;
}

div.index-news h3 {
	font-size: 14px;
	padding-left: 39px;
	background: url(/images/news-bullet.gif) 19px 50% no-repeat;
	margin-top: 25px;
	margin-bottom: 10px;
}

div.index-news h3.first {
	margin-top: 17px;
}

div.index-news p {
	padding-left: 39px;
	margin: 0;
}

div.portfolio-list {
	margin: 26px 0 0px 0;
	
}

div.portfolio-list div.item {
	margin-bottom: 38px;
	height: 50px;
}

html>body div.portfolio-list div.item {
	height: auto;
	overflow: auto;
}

div.portfolio-list img {
	float: left;
	margin-right: 20px;
	border: 1px #c9c9c9 solid;
}

div.iphone-portfolio img {
	border: 0 none;
}


div.portfolio-list div.descr {
	height: 50px;
}

html>body div.portfolio-list div.descr {
	height: auto;
	overflow: auto;
}

div.portfolio-list h4 {
	margin: 0;
	font-size: 16px;
}

div.portfolio-list p {
	margin: 13px 0;
}

div.portfolio-list ul {
	margin: 13px 0;
	margin-left: 18px;
}

div.portfolio-list ul li {
	margin-bottom: 0;
}

div.footer-form {
	margin: 30px 20px 0px 0;
}

div.footer-form p.openform {
	margin-left: 20px;
	background: url(/images/comment.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

div.footer-form p.openform a {
	border-bottom: 1px dashed;	
	text-decoration: none;
	outline: none;
}


div.footer-form form {
	display: none;
}