/* GLOBALE ********************************************/
/******************************************************/
/* simple div to containe MODULES page wrap */
.mainButtomContentWrapper {
	position:relative;
	width:670px;
	height:auto;
	background-color: #FFFFFF;
}



.wrapper { height:auto; width:auto; position:relative;}
/******************************************************/


/* GLOBAL CONTENT WRAPPER ******/
.mainButtomWrapper {
	position:relative;
	width:670px;
	height:auto;
	background-color: #FFFFFF;
	padding-bottom: 3px;
}

/* TOP and BUTTOM border for all page ******/
.borderButtomBackground {
	background-color: #999999;
	position: relative;
	margin-bottom:3px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}


/* TOP and BUTTOM border FOR WORK (Portfolio) ******/
.borderButtomBackgroundWork {
	background-color: #999999;
	position: relative;
	margin-bottom:3px;
	margin-top:0px;
	margin-left:8px;
	margin-right:10px;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}






/******************************************************/
/* >>> BUTTOM CONTENT <<  <<<<<<<<<< <<<<<<<<< <<<<  */
/******************************************************/	
	
	/* BUTTOM TITLE IMAGES on all page  **************/
	.mainButtomContentWrapper h6 {
	margin-bottom:10px;
	margin-top:15px;
	margin-left:-7px;
	margin-right:0px;
	}
	/******************************************/
	
	
	/* RIGHT SIDE Img on all page ******/
	.mainButtomContentWrapper h4 {
	position:absolute;
	left: 450px;
	top: 0px;
	*top:15px; /* IE 6 and 7 */
	width: 154px;
	height: 156px;
	overflow: hidden;
	z-index: 2;
	margin-top: 10px;
	margin-bottom: 0px;
	}  /* Img.png = 154px by 156px MAX */

	/* RIGHT SIDE Img on all page ******/
	.rightSideImg {
	position:absolute;
	left: 478px;
	top: 15px;
	*top:15px; /* IE 6 and 7 */
	width: 154px;
	height: 156px;
	overflow: hidden;
	z-index: 2;
	margin-top: 10px;
	margin-bottom: 0px;
	}  /* Img.png = 154px by 156px MAX */


	.leftWrapperContent {
	position:relative;
	width:425px;
	height:auto;
	left: 0px;
	top: 0px;
	margin-left: 30px;
	}





/******************************************************/	




/* WORK  buttom ***************************************/
/******************************************************/
	.workButtomBackgroundLeft {
	position: relative;
	width: 650px;
	height: auto;
	margin-left:10px;
	background-image: url(../images/workBackground.gif);
	background-repeat:repeat-y;
	overflow: hidden;
	min-height:200px;
	_height:200px; /* IE 6 */
	}
	
	/* UDM wrapper  */
	.udmMneuContainer {
	width: 500px;
	position: relative;
	left: 0px;
	overflow: hidden;
	top: -20px;
	height: auto;
	padding-bottom: 5px;
	}
	
	/* SideNav Level 2 */
	.udmMneuContainerLeft {
	width: 155px;
	position: relative;
	left: 170px;
	overflow: hidden;
	top: 0px;
	float: left;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	    }
		/* STYLE for SIDENAV > LEFT Level 2 *************/
		.udmMneuContainerLeft li  
		{/* VIEW CSS in: custom/css/sideNav.css  ********/} 
		
	
	/* SideNav Level 3 */
	.udmMneuContainerRight {
	width: 135px;
	position: relative;
	left: 0px;
	padding: 5px;
	overflow: hidden;
	top: 0px;
	float: right;
	padding-right: 27px;
	    }	
		/* STYLE for SIDENAV > RIGHT Level 3 *************/
		.udmMneuContainerRight li  
		{/* VIEW CSS in: custom/css/sideNav.css  ********/} 
	
	
	
	
	
/******************************************************/



/* SERVICE buttom  ***********************************/
/*****************************************************/
	.buttomBackground {
	position:relative;
	width:650px;
	margin-left:10px;
	height:auto;
	background-image: url(../images/servicesBackground.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	min-height: 200px;
	padding-bottom: 15px;
	}	
	
	.servicesListeContenerLeft {
	position:relative;
	height:auto;
	width:180px;
	float:left;
	overflow:hidden;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:50px;
	margin: 0;
	}
	
	.servicesListeContenerRight{
	position:relative;
	height:auto;
	width:180px;
	float:left;
	overflow:hidden;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:30px;
	margin: 0;
	}
	
	
	
	
	.servicesContent {
	position:relative;
	height:auto;
	width:430px;
	float:left;
	overflow:hidden;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
	left: 25px;
	*padding-bottom:10px;  /*IE 6 and 7 */
	
	}	
	
	
	.servicesContent p {
	margin-bottom:0px;
	}
	
		
/******************************************************/


/* CONTACT US buttom  ********************************/
/*****************************************************/

	.contactUsListeContener {
	position:relative;
	height:auto;
	width:200px;
	left: 0px;
	float: left;
	margin-right:10px;
	overflow: hidden;
	top: auto;
	}

	.contactUsListeContener a {
	color:#FF9900	}	
	
	.contactUsListeContener a:hover {
	color:#FFFFFF	}	
	
 /* secondairy */
	.contactUsListeContener2 {
	position:relative;
	height:auto;
	width:210px;
	left: 0px;
	float: left;
	overflow: hidden;
	top: auto;
	}	
		
	.contactUsContent {
	position:relative;
	height:auto;
	width:420px;
	left: 25px;
	padding-right: 0px;
	overflow: hidden;
	margin-bottom: 5px;
	*margin-bottom: 20px; /* IE 6 and 7 */
	}	
	
	.contactUsContentWrapper{
	position:relative;
	height:auto;
	width:430px;
	left: 0px;
	top:0px;
	}	
		
		
/******************************************************/



/* ABOUT US buttom  ********************************/
/*****************************************************/

	.abouttUsContent {
	position:relative;
	height:auto;
	width:430px;
	left: 25px;
	padding-right: 0px;
	overflow: hidden;
	margin-bottom: 15px;
	}
	
	
	.linkContainer {
	position: absolute;
	width: 650px;
	height: 235px;
	left: -30px;
	top: -15px;
	_top:0px;
	z-index: 5;
	}
	
	
/******************************************************/
