/*--------------------------------
    main elements
--------------------------------*/
body {
	font-family: Arial, Verdana, Tahoma, Salem;
	background: #ffffff url(../gfx/bg_body.gif) repeat-x left top;
	font-size: 12px;
	color: #5e5e5e;
    height: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
img {
	margin: 0px;
	border: 0px;
}
p {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 13px;
}
div.main-data p {
	line-height: 16px;
}
h1 {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px 0px 16px 0px;
	font-weight: normal;
	line-height: 20px;
	font-size: 24px;
	color: #4096ee;
}
h1 strong {
	font-weight: normal;
}
h1 span {
	font-size: 12px;
	color: #5e5e5e;
}
h2 {
	color: #5e5e5e;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	font-size: 18px;
}

ol {
	color: #4096ee;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
	ol li {
		margin: 0px;
		padding: 0px 0px 0px 10px;
	}

dl {
	margin: 0px 0px 20px 0px;
}
	dl dt {
		font-weight: bold;
		float: left;
		padding: 0px 2px 3px 2px;
	}

	dl dd {
		padding: 0px 2px 3px 100px;
	}

ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}
	ul li {
		list-style-type: none;
		background: transparent url(../gfx/list.gif) no-repeat 0px 4px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 16px;
	}
a {
	text-decoration: none;
	color: #FE5C11;
}

a:hover {
	color: #4096ee;
}

/*--------------------------------
    containers
--------------------------------*/

div.main-container {
	width: 940px;
	min-height: 603px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div.main-container div.main-header {
	background: #ffffff url(../gfx/bg_header.gif) repeat-x left top;
	height: 104px;
	width: 940px;
	padding: 0px 0px 0px 0px; 
}
	div.main-header div {
		float: right;
		text-align: right;
		width: 530px;
		padding: 42px 0 0 0px;
		margin: 0px;
	}

	div.main-header div a {
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		display: block;
		float: right;
		height: 24px;
		margin: 0px 24px 0px 0;
		text-align: right;
	}
	div.main-header div a span {
		display: block;
		text-align: center;
		height: 18px;
		padding: 6px 8px 0px 8px;
		margin:0px;
		cursor: pointer;
	}

	div.main-header div a.home {
		width: 79px;
	}
	div.main-header div a.references {
		width: 98px;
	}
	div.main-header div a.services {
		width: 126px;
	}
	div.main-header div a.contacts {
		width: 86px;
	}

	div.main-header div a:hover,
	div.main-header div a.active {
		background: transparent url(../gfx/bg_header_left.gif) no-repeat left top;
	}
	div.main-header div a:hover span,
	div.main-header div a.active span {
		background: transparent url(../gfx/bg_header_right.gif) no-repeat right top;
	}

div.main-container div.main-animation {
	width: 940px;
	height: 306px;
	background: #ffffff url(../gfx/flash_1.jpg) no-repeat left top;
}

div.main-container div.main-top {
	background: #ffffff url(../gfx/bg_top.gif) repeat-x left top;
	height: 116px;
	color: #ffffff;
}
	div.main-top div {
		width: 235px;
		float: left;
	}
	div.main-top div.item {
		background: transparent url(../gfx/bg_top_left.gif) no-repeat left top;
	}
	
	div.main-top h2 {
		color: #ffffff;
		margin: 0px;
		padding: 4px 4px 10px 10px;
		font-weight: normal;
	}

	div.main-top span {
		font-size: 22px;
		padding: 0px;
		margin: 0px;
		display: block;
		float: left;
		color: #fe5c11;
	}
	div.main-top div.service-title {
		padding: 8px 4px 10px 6px;
		font-weight: normal;
		display: block;
		float: left;
		color: #ffffff;
		margin: 0px;
		line-height: 20px;
		font-size: 18px;
	}
	div.main-top div.service-title span {
		font-size: 14px;
		font-weight: bold;
	}
	div.main-top div.service-title strong {
		padding: 3px 4px 0px 4px;
		font-weight: normal;
		display: block;
		float: left;
	}
	div.main-top a strong {
		font-weight: normal;
	}
	div.main-top p {
		color: #ffffff;
		clear: both;
		font-size: 11px;
		padding: 0px 12px 2px 12px;
		margin: 0;
	}

div.main-data {
	padding: 20px;
}

div.main-data div.main-data-left {
	width: 430px;
	float: left;
	padding: 0px 20px 0px 0px;
	display: block;
}

div.main-data div.main-data-right {
	width: 450px;
	float: left;
	display: block;
}
    /* 8-as
	div.main-data div.main-data-right div.reference {
		display: block;
        width: 215px;
		height: 96px;
		float: left;
		position: relative;
        padding-bottom: 20px;
	}

		div.main-data div.main-data-right div.reference img {
			position: absolute;
			top: 0px;
			left: 0px;
		}

		div.main-data div.main-data-right div.reference a {
			width: 23px;
			height: 23px;
			position: absolute;
			display: block;
            left: 192px;
			top: 73px;
			z-index: 100;
		}
    */    

    div.main-data div.main-data-right div.reference {
		display: block;
		width: 450px;
		height: 200px;
		float: left;
		position: relative;
		clear: both;
		padding: 0px 0px 30px 0px;
	}

		div.main-data div.main-data-right div.reference img {
			position: absolute;
			top: 0px;
			left: 0px;
		}

		div.main-data div.main-data-right div.reference a {
			width: 23px;
			height: 23px;
			position: absolute;
			display: block;
            left: 427px;
			top: 177px;
			z-index: 100;
		}


div.main-footer {
	clear: both;
	border-top: 1px solid #a6cef7;
	background-color: #ffffff;
	height: 24px;
	padding: 0px 0px 10px 0px;
}
	div.main-footer img {
		float: right;
		margin: 0px;
	}
	div.main-footer ul {
		list-style-type: none;
		display: inline;
		background-color: red;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	div.main-footer ul li {
		background-image: none;
		display: inline;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 4px 39px 0px 21px;
		display: block;
	}
	div.main-footer ul li a {
		text-decoration: none;
		color: #5c5c5c;
	}

	div.main-footer ul li a:hover {
		color: #4096ee;
	}

/*--------------------------------
    references
--------------------------------*/

div.reference-item {
	clear: both;
}

div.reference-item-left {
	float: left;
	width: 280px;
	height: 234px;
	border-top: 1px solid #d6dde4;
	border-bottom: 1px solid #d6dde4;
	padding: 16px 0px 16px 0px;
}
	p.sub-title {
		color: #4096ee;
		font-weight: bold;
	}

	a.references-screenshot,
	a.references-url {
		color: #fe5c11;
		text-decoration: none;
		display: block;
		width: 170px;
		height: 14px;
		padding: 0px 0px 0px 25px;
		font-weight: bold;
	}
	a.references-screenshot {
		background: transparent url(../gfx/references_screenshot.gif) no-repeat 0px 1px;
	}

	a.references-url {
		background: transparent url(../gfx/references_url.gif) no-repeat 0px 1px;
	}
	
	a.references-title-url {
		color: #5E5E5E;
	}
	
	a.references-title-url:hover {
		color: #5E5E5E;
	}
    
    a.references-tag-url {
		color: #4096ee;
	}
	
	a.references-tag-url:hover {
		color: #4096ee;
	}
	
	a.references-back {
		color: #fe5c11;
		text-decoration: none;
		display: block;
		width: 170px;
		height: 14px;
		padding: 0px 0px 0px 25px;
		font-weight: bold;
		background: transparent url(../gfx/references_url_left.gif) no-repeat 0px 1px;
	}

div.reference-item-right {
	float: right;
	width: 600px;
	padding: 0px 0px 24px 0px;
}

/*--------------------------------
    contacts
--------------------------------*/

input, textarea, select {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
}
label {
	cursor: pointer;
}

*.text {
	border: 1px solid #dedede;
}

input.t250 {
	width: 250px;
}
textarea.t250 {
	width: 250px;
	height: 60px;
	overflow: auto;
}

input.submit {
	background-color: #FE5C11;
	border: 1px solid #ffffff;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
}

/*--------------------------------
    pager
--------------------------------*/
div.pager {
    float: left;
    width: 900px;
    margin: 0 0 20px 0;
}

div.pager table tr td a {
    display: block;
    float: left;
    width: 21px;
    line-height: 21px;
    margin: 0 8px 0 8px;
    border: 1px solid #FE5C11;
    background: #FE5C11;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

div.pager table tr td a:hover {
    border: 1px solid #FE5C11;
    background: #FFF;
    color: #FE5C11;
    font-weight: bold;
}

div.pager table tr td span {
    display: block;
    float: left;
    width: 21px;
    line-height: 21px;
    margin: 0 8px 0 8px;
    border: 1px solid #FE5C11;
    background: #FFF;
    color: #FE5C11;
    text-align: center;
    font-weight: bold;
}

div.rreferences p strong,
div.rreferences li strong {
	font-weight: normal;
}