/* --------------------------------------------------------  Backgrounds - Bestwork */
/* --- Main Background images --- */ 
body{ 
background-image:url('../images/backgrounds/bodyRepeat.png');
background-repeat:repeat-x;
background-position:center top;
background-color:#ffffff; /* acts as "bodyRepeat" */
}
body#home{ 
background-image:url('../images/backgrounds/bodyRepeatHome.png');
background-repeat:repeat-x;
background-position:center top;
background-color:#ffffff; /* acts as "bodyRepeat" */
}
.bodyStatic{ /* CMS_HIDE */ 
background-image: url('../images/backgrounds/bodyStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
/* --- Header --- */
.headerRepeat, .headerRepeatMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/headerRepeat.png');
background-repeat:repeat-x;
background-position:center top; 
}
.headerStatic, .headerStaticMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/headerStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
#header, .headerMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/header.png');
background-repeat:repeat-x;
background-position:center top; 
}
/* --- Menu --- */
.menuRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/menuRepeat.png');
background-repeat:repeat-x;
background-position:center top; 
}
.menuStatic{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/menuStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
.menu { /* CMS_HIDE */  
background-image:url('../images/backgrounds/menu.png');
background-repeat:repeat-x;
background-position:center bottom; 
}
/* --- Toolbar --- */
.toolbarRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/toolbarRepeat.png');
background-repeat:repeat-x;
background-position:center top;
}
.toolbarStatic{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/toolbarStatic.png');
background-repeat: no-repeat;
background-position:center top;
}
.toolbar{ /* CMS_HIDE */
background-image: url('../images/backgrounds/toolbar.png');
background-repeat: repeat-x;
background-position:center top;
}
/* --- preContent --- */
.preContentRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preContentRepeat.png');
background-repeat:repeat-x;
background-position:center top; 
}
.preContentStatic{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preContentStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
.preContent{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preContent.png');
background-repeat:repeat-x;
background-position:center top; 
}
/* --- Content --- */
.contentRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/contentRepeat.png');
background-repeat:repeat-x;
background-position:center top; 
}
.contentStatic{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/contentStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
.content{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/content.png');
background-repeat:repeat-x;
background-position:center top; 
}
/* --- PreFooter --- */
.preFooterRepeat, .preFooterRepeatMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preFooterRepeat.png');
background-repeat:repeat-x;
background-position:center top;
}
.preFooterStatic, .preFooterStaticMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preFooterStatic.png');
background-repeat:no-repeat;
background-position:center top;
}
.preFooter, .preFooterMobile{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/preFooter.png');
background-repeat:repeat-x;
background-position:center top;
}
/* --- Footer --- */
.footerRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/footerRepeat.png');
background-repeat:repeat-x;
background-position:center top; 
}
.footerStatic{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/footerStatic.png');
background-repeat:no-repeat;
background-position:center top; 
}
.footerRepeat{ /* CMS_HIDE */  
background-image: url('../images/backgrounds/footer.png');
background-repeat:repeat-x;
background-position:center top; 
}