@import url(reset.css); /* The browser equalizer */
@import url(default.css); /* Default classes */
@import url(menu.css);

body {
	color: #484848;
	background-color: #6d8b8d;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header { background: #fff url(../images/header_bg.gif) no-repeat; height: 96px; }
#header h1 { background: #fff url(../images/logo.gif) no-repeat; text-indent: -9999px; width: 135px; }
#header h1 a { display: block; height: 96px; }
body.root #header { background: #fff url(../images/root-header_bg.gif) no-repeat; height: 35px; }
body.root #header h1 { display: none; }

#main1 {
	background:url(../images/colLeft.gif) top left repeat-y;
	clear: both;
	height:1%;
	}
#main2 {
	background:url(../images/colRight.gif) top right repeat-y;
	height:1%;
	}
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}
#colLeft .padding { background: #bec3c3 url(../images/colLeft-padding_bg.gif) repeat-x; padding: 30px 25px; }

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#colRight .padding { background: #bcc0dc url(../images/colRight-padding_bg.gif) repeat-x; padding: 30px 25px; }
#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
body.root #content { min-height: 10px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { background: #ebebeb url(../images/content-padding_bg.gif) repeat-x; padding: 30px 40px; }
body.root #content .padding { padding: 30px 25px; }

h2.title { color: #1b1f34; font-size: 2em; letter-spacing: -2px; margin: 0 0 10px; }

#footer { background: #2e3457; margin: 0; padding: 10px 25px;height:30px; }
#footer li { list-style: none outside; float:left; border-left: 1px solid #fff; padding: 0 5px; }
#footer li.last { color: #7b695f; margin-top: 5px; border-left: none; }
#footer li.first { border-left: none; }
#footer li a:link, #footer li a:visited { color: #fff; text-decoration: none; }
#footer li.address {float:right;border:0;color:#fff;}
#footer li.last a { color: #7b695f; }

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 400px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 400px; position: absolute; top: 0%; right: 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;
}
