@import url(reset.css);
@import url(default.css);
@import url(menu.css);

body { background: #ececec; }

#container { width: 883px; margin: 10px auto; position: relative; }

#header { border-bottom: 8px solid #aeb6bd; }
#header h1 { background: #ececec url(../images/logo.png) no-repeat; width: 246px; text-indent: -9999px; }
#header h1 a:link, #header h1 a:visited { display: block; height: 133px; }
#header h2 { display: none; }
body.root #header { border-bottom: none; }

#main1 { background-image: url(../images/main1_bg.png); background-position: top left; background-repeat: repeat-y; }
#main2 { background-image: url(../images/blue.gif); background-position: top right; background-repeat: repeat-y; }

#colLeft { float: left; width: 180px; margin: 0; padding: 0; background-color: Red; }
#colLeft .padding { padding: 0; background: #fff url(../images/colLeft_bg.png) repeat-x; min-height: 500px; position: relative; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

#pimg { position: absolute; top: 0%; right: 0%; }

#colRight { float: right; width: 180px; margin: 0; padding: 0; background-color: #09f; }

#content { margin: 0 180px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { background: #fff; padding: 35px 50px; min-height: 430px; }
body.root #content .padding { background: none; padding: 0; min-height: 10px; }

#flash { position: relative; left: -55px; z-index: 50; }

h2.title { color: #007eae; font-weight: normal; font-size: 2.6em; margin: 0 0 10px; }

#footer { margin: 0; padding: 0; text-align: center; }
#footer li { color: #aeb6bd; list-style: none outside; display: inline; padding: 0 7px; margin: 0 0 10px; }
#footer li.first { display: block; text-align: right; color: #fff; background: #5f9ec6; font-size: 1.6em; padding: 15px; }
body.root #footer { margin: 10px 0; }

body.noRight #main2 { background-image: none; }
body.noRight #colRight { display: none; }
body.noRight #content { margin-right: 0; }

body.noLeft #main1 { background-image: none; }
body.noLeft #colLeft { display: none; }
body.noLeft #content { margin-left: 0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
