/************** BUISNESS CSS **************/

.HeaderImage{
	min-height:210px;
	height:210px;
	background-image:url(../img/facilities/background.jpg);
	width:801px;
}

/************ LEFT PANEL *************/ 
#Content .HeadTitle{
	float: left;
	width: 590px;
	height:30px;
	background-image:url(../img/separation.gif);
	background-repeat:repeat-x;
	background-position:bottom right;
	margin-bottom:10px;
}

/************ TEXT CENTER *************/ 
#Content .CenterAndRight{
	float: left;
	width: 600px;
}

#Content .Center{
	float: left;
	padding: 0px;
	width: 358px !important;
	padding-right:20px !important;
	padding-right:12px;
	margin-bottom:15px;
}

.separation{
	height:15px;
	background-image:url(../img/separation.gif);
	background-repeat:repeat-x;
	background-position:bottom right;
}

/************ THE RIGHT CASE *************/ 
.RightCase {
	float: left;
	width: 190px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.RightCase .top{
	float: left;
	background-image:url(../img/facilities/backGroundCaseTop.jpg);
	background-position:bottom left; 
	background-repeat:no-repeat;
	width:190px;
	height:15px;
	margin-bottom:0px;
	padding-bottom:0xp;
}

.RightCase .bottom{
	float: left;
	background-image:url(../img/facilities/backGroundCaseBottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:190px;
	height:14px;
}

.CaseImage {
	float: left;
	width: 190px;
	padding-top:0px;
	margin-left:0px !important;
	margin-left:0px ;
	padding-left:4px;
	background:url(../img/facilities/promobackground.jpg) repeat-y;
}

.CaseText {
	background:url(../img/facilities/promobackground.jpg) repeat-y;
}


#Content .HomeLink{
	text-align:right;
	
	margin-right:8px !important;
	margin-right:7px ;
}

.image{
	float: left;
	clear:both;
	margin-right:10px;
}

/******** FORM CONTACT ********/
#formContact{
	background-image:url(../img/facilities/backgroundContact.gif);	
}

.contact_form_text{
	border: 1px solid #9C9C9C;
}

.contact_form_button{
	background-image:url(../img/contact/btsend.gif);
}

/************************************** CHANGE FOOTER **************************************/
#footer{
	background-image:url(../img/footer/backgroundBuisness.jpg);
	background-repeat:no-repeat;
}

/********************************************* TEXT *********************************************/
.textHeadTitle{
	color:#037D7A; 
}

.textTitle{
	color:#037D7A; 
}

/*************** Products Big **********************/
.CaseProductBig {	
	background-image:url(../img/productPage/background_preview.gif);	
}

.bigComment ul li{
	list-style-image:url(../img/productPage/list.gif);
}

.bigComment .important{
	list-style-image:url(../img/productPage/list_active.gif);
	color:#0080bc;	
}

/**************** Products Center ******************/
.CaseProduct{
	background-image:url(../img/productPage/backgroundCase.gif);
}

.CaseProduct ul li{
	list-style-image:url(../img/productPage/list.gif);
}

.CaseProduct .important{
	list-style-image:url(../img/productPage/list_active.gif);	
	color:#0080bc;
}


