/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
	margin:0;
	padding:0;
/*	background:#f5f5f5 url('/sites/all/themes/zen_services/images/white-gradient.png') repeat-x;*/
	background:#f5f5f5;	
}

#page-wrapper {
	margin-top:0;
/*	background:#cc0000;
	width:920px;*/
	padding:0 30px 0 30px;
	/*background:transparent url('/sites/all/themes/zen_services/images/pagebody-bg.png') repeat-y;*/
}
#page {
	padding-top:15px;
	background:#ffffff;
-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.62);
-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.62);
box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.62);	
}
#header {
	height:85px;
/*	background:#005596;*/
	background:#00274c;
	border-bottom:5px solid #ffcb05;
}

#header .section {
}

#main-wrapper {
}

#main {
}

.region-footer {
}

body.cke_show_borders,
.cke_panel_block,
.cke_panel_listItem { background:#fff; }