html, body {
	padding: 0 0 0 0;
	margin: 0px;
	top: 0px;
	left: 0px;
	font:11pt Arial, Verdana, Tahoma, sans-serif, Mariad;
        line-height: 25px;
	background: white;
	z-index: 1;
}
.site {
	position: relative;
	width: 100%;
	min-width: 1000px;	
	width: expression(document.body.clientWidth < 1000?"1000px":"100%");
	height: auto;
	color: white;
	overflow:hidden;
	background: black;
	z-index: 1;
}
.site-flash {
	position: absolute;
	width: 154px;
	height: 586px;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.site-menu {
	position: absolute;
	height: 25px;
	right: 2%;
	width: 84%;
	color: blue;
	text-align: right;
	z-index: 3;
        font:13pt Arial, Verdana, Tahoma, sans-serif, Mariad;

}
a,
a.site-right-block,
a.site-right-block1,
a.site-right-block2,
a.site-right-block3,
.site-menu a {
	color: #434444;
	font-size: 14px;
               line-height: 30px;
               font-style: italic;
	z-index: 3;
	text-decoration: none;
}
a:hover,
a:hover.site-right-block,
a:hover.site-right-block1,
a:hover.site-right-block2,
a:hover.site-right-block3,
.site-menu a:hover {
	color: #434444;
	font-size: 14px;
               line-height: 30px;
	z-index: 3;
	text-decoration: underline;
}
a:hover.site-right-block2,
a.site-right-block2,
a:hover.site-right-block1,
a.site-right-block1 {
	color: #ea3bdc;
}
a.site-right-block2,
a:hover.site-right-block2 {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
               line-height: 18px;
}
a.site-right-block3,
a:hover.site-right-block3 {
	font-size: 14px;
               font-style: italic;
	font-weight: bold;
               line-height: 18px;
}


.site-content {
	position: relative;
	height: auto;
	margin-left: 154px;
	margin-right: 0px;
	padding-left: 2px;
	color: #434444;
	background: white;
	z-index: 1;
	padding-bottom: 280px;
}
.site-content-left {
	position: relative;
	width: 75%;
	float: left;
	background: white;
	height: auto;
	z-index: 1;	
}
.site-content-left-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width:593px;
	height: 251px;
	z-index: 1;	
}
.site-content-left-logo-bottom1,
.site-content-left-logo-bottom2,
.site-content-left-logo-bottom3,
.site-content-left-logo-bottom4 {
	position: absolute;
	top: 253px;
	left: 0px;
	width:36px;
	height: 400px;
	background: url(../img/logo-about.gif) no-repeat;
	z-index: 1;	
}
.site-content-left-logo-bottom2 {
	background: url(../img/logo-services.gif) no-repeat;
}
.site-content-left-logo-bottom3 {
	background: url(../img/logo-catalog.gif) no-repeat;
}
.site-content-left-logo-bottom4 {
	background: url(../img/logo-contact.gif) no-repeat;
}

.site-content-left-content1,
.site-content-left-content2 {
	position: relative;
	height: auto;
	width: 90%;
	left: 10%;
	top:280px;
}
.site-content-right-catalog-items,
.site-content-left-content-text,
.site-content-left-content-main,
.site-content-left-content3 {
	position: relative;
	height: auto;
	width: 100%;
	margin:auto;
}

.site-content-left-copyright {
	position: relative;
	width: 86%;
	margin: 2%;
	left: 5%;
	color: #434444;
	top: 280px;
	z-index: 200;
	font-size: 14px;
}
.site-content-right {
	position: relative;
	width: 24%;
	float: right;
	height: auto;
	z-index: 1;	
	background: white;
}
.site-content-right-block2,
.site-content-right-block1,
.site-content-right-block {
	position: relative;
	width: 90%;
	margin: auto;
	margin-top: 30px;
	padding:15%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	height: auto;
	background: #feebfd;
}
.site-content-right-block1 {
	font-size: 16px;
	line-height: 25px;
}
.site-content-right-block2 {
	font-size: 12px;
               line-height: 18px;

}
.text-center {
	text-align: center;
}
/************* Inputs ***********/
.site-input-width-100 {
	position: relative;
	width: 100%;
	border: 1px solid #ea3bdc;
}
.site-input-width-80 {
	position: relative;
	width: 80%;
	border: 1px solid #ea3bdc;
}

input,
textarea {
	border: 1px #ea3bdc solid;
}
/****************************
*	Main module
****************************/
.site-content-left-content-catalog-title,
.site-content-left-content-text-title,
.site-content-left-content-contacts-title,
.site-content-left-content-main-title {
	position: relative;
	margin-top: 25px;
	color: #ea3bdc;
	font-size: 25px;
	font-style: italic;
}
.site-content-left-content-contacts-title,
.site-content-left-content-catalog-title,
.site-content-left-content-text-title {
	margin-top: 0px;
}


.site-content-left-content-main-service {
	position: relative;
	height: auto;
	margin-top: 20px;
	width: 100%;
	left: 0;
	background: #f5f5f5;
	padding-top: 12px;
	padding-bottom: 12px;
}
.site-content-left-content-main-service-title {
	position: relative;
	height: auto;
	width: 94%;
	left: 3%;
	color: #ea3bdc;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.site-content-left-content-main-service-content {
	position: relative;
	height: auto;
	width: 98%;
	left: 1%;
}
.site-content-left-content-main-service-content-item {
	position: relative;
	float: left;
	width: 49%;
	height: auto;
	margin-left: 1%;
}
.site-content-left-content-main-service-link {
	position: relative;
	width: 25%;
	left: 75%;	
	height: auto;
	text-align: left;
	margin-top: 20px;
}
.site-content-left-content-main-projects {
	position: relative;
	width: 35%;
	left: 65%;	
	height: auto;
	text-align: left;
}

/****************************
*	Text module
****************************/
.site-content-left-content-text-content {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


/************** Other ************/
a.site-content-right-catalog-path,
a.site-main-inner-pages-link {
	color: #666666;
	font-size: 19px;
	text-decoration: none;
}
a:hover.site-content-right-catalog-path,
a:hover.site-main-inner-pages-link {
	color: #666666;
	font-size: 19px;
	text-decoration: underline;
}

a.site-content-right-catalog-path,
a:hover.site-content-right-catalog-path {
	font-size: 17px;
}

/****************************
*	Catalog module
****************************/
.site-content-right-catalog-items-item {
	position: relative;
	width: 265px;
	height: 250px;
	margin: auto;
	margin-bottom: 17px;
}
.site-content-right-catalog-items-item-title {
	position: absolute;
	margin-bottom: 0px;
	left: 0px;
	bottom: 170px;
	width: 100%;
	text-align: center;
}
.site-content-right-catalog-items-item-title a{
	font-weight: bold;
               font-size: 13px;
               line-height: 13px;
	color: black;
	text-decoration: none;
}
.site-content-right-catalog-items-item-title a:hover{
	font-weight: bold;
               font-size: 13px;
               line-height: 13px;
	color: black;
	text-decoration: underline;
}

.site-content-right-catalog-items-item-image {
	position: absolute;
	width: 265px;
	height: 155px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	border: 4px solid #d4d4d4;
}

.site-content-left-content-main-carousel {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.site-content-left-content-main-carousel-right {
	position: relative;
	width: 50%;
	right: 0;
	float: right;
	height: 270px;
}

.site-content-left-content-ci {
	position: relative;
	width: 100%;
	height: 900px;
}
.site-content-left-content-cii {
	position: relative;
	width: 100%;
	height: 950px;
	display: none;
	overflow: hidden;
}
.site-content-left-content-ciia {
	position: relative;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.feature-arrow-left1 {
	position: absolute;
	width: 35px;
	height: 71px;
	top: 10px;
	left: 50px;
	z-index: 100;
	cursor:pointer;
}
.feature-arrow-right1 {
	position: absolute;
	width: 35px;
	height: 71px;
	top: 10px;
	right: 50px;
	z-index: 100;
	cursor:pointer;
}
.site-content-left-content-ciic {
	position: relative;
	top: 0px;
	margin: auto;
	width: 70%;
	line-height: 22px;
	text-align: center;
	height: auto;
}
.site-content-left-content-ciic a.title{
	color:#ea3bdc;
	font-size: 14px;
	text-decoration: none;
}
.site-content-left-content-ciic a:hover.title{
	color:#ea3bdc;
	font-size: 14px;
	text-decoration: underline;
}
.site-content-left-content-ciic a.site-name{
	color:black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.site-content-left-content-ciic a:hover.site-name{
	color:black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.site-content-left-content-ciic a.site-url{
	color:black;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.site-content-left-content-ciic a:hover.site-url{
	color:black;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.site-content-left-content-ciii {
	position: relative;
	height: 320px;
	margin: auto;
	width: 560px;
	overflow: hidden;
	border: 4px solid #d4d4d4;
}
.site-content-left-content-ciid,
.site-content-left-content-ciisi {
	position: relative;
	width: 90%;
	margin: auto;
	height: auto;
}
.site-content-left-content-ciisii {
	position: relative;
	width: 100px;
	height: 70px;
	overflow: hidden;
	margin: 10px;
	float: left;
	border: 2px solid #d4d4d4;
}
/********** Pages *******/
.site-main-inner-pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	position: relative;
	height: 20px;
	width: 100%;
	margin: auto;
	background:#FFFFFF;
	color: #000000;
	text-align: left;
}

a.site-main-inner-pages-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: black;
	height: 20px;
	top: 3px;
	text-decoration: none;
}
a:hover.site-main-inner-pages-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: black;
	height: 20px;
	top: 3px;
	background:#d4d4d4;
	text-decoration: none;
}
/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    position:relative;
    height: 230px;
    width:590px;
    left: -295px;
    margin:auto;
    margin-top: 50px;
}

.farlns,
.farrns {
	z-index:80;
	display: block;
}
.farls,
.farrs {
	z-index:80;
	display: none;
}

.feature-arrow-left {
	position: absolute;
	width: 35px;
	height: 71px;
	top: 120px;
	left: -35px;
	z-index: 100;
	cursor:pointer;
}
.feature-arrow-right {
	position: absolute;
	width: 35px;
	height: 71px;
	top: 120px;
	left: 0;
	z-index: 100;
	cursor:pointer;
}

#featureCarousel img {
    border:0;
    background: #FFF;	
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border: 4px solid #d4d4d4;
    cursor:pointer;
	background: white;
}
#featureCarousel .feature > div.feature-text {
    position:absolute;
    left:-25%;
    height: 45px;
    line-height: 20px;	 
    top:-50px;
    width:150%;
    z-index:100;
}
#featureCarousel .feature > div.feature-image {
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
	overflow: hidden;
}

#featureCarousel .feature > div.feature-text p {
    margin:0;
    padding:0px;
    text-align: center;
    font-size:18px;
    line-height: 20px;	 
    margin-top: 0px;
    color:black;
}

#featureCarousel .feature > div.feature-text /*p*/ a {
   color:black; 
   font-size: 17px;
   line-height: 20px;	 
   font-weight: bold;	 
	font-style: italic;
   text-decoration: none;	
}
#featureCarousel .feature > div.feature-text /*p*/ a:hover {
   color:black;
   font-size: 17px;
   line-height: 20px;	 
   font-weight: bold;	 
   font-style: italic;
   text-decoration: underline;	
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:0px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:12px;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

