#wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	background-image: url(../images/bodyBG.jpg);
/*	background-image: url(../images/bodyBG.gif);*/
	background-position: top center;
}

#header {
	min-width: 950px;
	width: auto !important;
	width: 950px; 
	width: 100%;
	height: 676px;
/*	background-color: red; */
}

#contentAllShadow {
	background-image: url(../images/contentAllShadowBG.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#contentAll {
/*	background-image: url(../images/contentBG.gif);*/
	background-position: center top;
	background-repeat: repeat-y;
} 
 
#content {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

#content #contentLeft {
	float: left;
	width: 110px;
	height: 500px;
	background-color: #435D90; 
	background-image: url(../images/contentLeftBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#content #contentCenter {
	float: left;
	width: 550px;
	background-color: #435D90; 
}

#contentRight {
	float: right;
	width: 400px;
	height: 450px;

}

#footerAll {
	min-width: 930px;
	width: auto !important;
	width: 930px; 
	width: 100%;
	height: 100px;	

	background-image: url(../images/footerBG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}


#footerAll #footer{
	width: 950px;
	margin: 0px auto;

}

#footerAll #footer .footerLeftAll{  
	float: left;
	width: 286px;
*	width: 283px;
	min-width: 286px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/footerRightBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#footerAll #footer .footerLeft {  
	float: left;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/footerLeftBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footerAll #footer .footerLeft .footerLeftContent {  
	position: relative;
	left: 70px;
	width: 144px;
	height: 24px;
	text-align: left;
	color: #737373;
}

#footerAll #footer .footerLeft .footerLeftContent p {  
	margin: 24px 0px 0px 0px;
}

#footerAll #footer .footerRightAll {
	float: left;
	width: 647px;
	height: 100px;
}

#footerAll #footer .footerRight {
	width: 627px;
	height: 100px;
	background-image: url(../images/footerRightBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 20px;
}

#footerAll #footer .footerRight .footerRightContent {  
	width: 480px;
	float: left;
	line-height: 20px;
	position: relative;
	left: 120px;
	top: 44px;
	height: 24px;
	text-align: center;
	color: #737373;
}

#footerAll #footer .footerRight .footerRightContent a:link{  
	color: #737373;
	text-decoration: none;
	font-size: 12px;
}

#footerAll #footer .footerRight .footerRightContent a:visited{  
	color: #737373;
	text-decoration: none;
	font-size: 12px;
}


/***** PIXEL ******/

/***** END PIXEL *****/




/***** PARTNERS *****/

#partnersAll {
	width: 320px;
	height: 58px;
	height: 88px; /* CHANGED - PARTNERS*/
	margin: 0px 0px 0px 14px;
/*	padding: 50px 0px 0px 50px;*/ /* CHANGED - PARTNERS*/
	padding: 20px 0px 0px 20px;

/*	background-image: url(../images/partnersBG.jpg);*/ /* REMOVED - PARTNERS*/
	background-position: top left;
	background-repeat: no-repeat;
	
}

#partnersAll h2 {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	
}

/***** END PARTNERS *****/


#goToProducs {
	margin: 20px 0px 0px 14px;
}

#goToProducs .gotoProductsLink {
	display: block;
	width: 510px;
	height: 180px;
	background-image: url(../images/mainGoToProducs.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#goToProducs .gotoProductsLink:hover {
	background-image: url(../images/mainGoToProducsHover.jpg);
}


/****** NEW FEATURES *****/

#newFeaturesAll {
	margin: 20px 0px 0px 20px;
}

#newFeaturesAll .newFeature {
	margin: 10px 0px 0px 0px;
}

#newFeaturesAll .newFeature .picture {
	float: left;
	width: 150px;
}

#newFeaturesAll .newFeature .description {
	float: left;
	width: 338px;
	min-height: 90px;
	height: auto !important;
	height: 90px; 
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #C1C1C1;
	font-size: 9px;
	
}

#newFeaturesAll .newFeature .description h3 {
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}

#newFeaturesAll .newFeature .description p {
	font-size: 9px;
}

/****** END NEW FEATURES *******/