@charset "utf-8";
/* CSS Document */

#ext_container {
	position: absolute; 
	text-align: center; 
	margin: auto ;
	background-image:url(/images/staticElements/bgTop.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 100% ;	
	min-height: 100%;
	height: auto !important;
	/*height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */

}

#c_container {
	margin: auto ;
	width: 1000px;
	min-height: 2500px;
	height: auto;
}

#topBorder {
	background-color:#fff;
	height: 24px;
}

#container {
	min-height: 100%;
	height: auto;
}


#centerContent {
	width: 615px;
	min-height: 100%;
	height: auto;
}


#content {
	/*margin:auto ;*/
	width: 1000px;
	background-color:#FFF;
	text-align: left ;
	min-height: 2500px;
	height: auto ;
	/*height:100%;  this is the key! */
}

#c_content {
	padding-right: 5px;
	min-height: 100%;
	height: auto;
}

#topbreak {
	position:relative;
	height: 10px;
	top:0px;
	clear:both ;
	display:block;
}

#top {
	position:relative;
	height: 165px;
	background-color:#660000 ;
}

#idtop {
	height: 120px;	
	background-image:url(/images/top/topid.png);
	background-repeat:no-repeat;	
}

#topRight {
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-right: 5px;
}

#topsearch {
	text-align: right;	
}

.ziemsearch {	
	background-image:url(/images/top/searchBG.png) ;
	background-repeat:no-repeat;
	margin: 0px;
	width: 179px;
	height: 22px; 	
	padding: 0px;
	border: none;
}

#toplinks {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:right;
}

#toplinks a, #toplinks a.visited {
	color: #fff ;
}

#maincontent {	
	width: 990px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background:#fff;
	min-height: 2500;
	height: auto ;
}

#breadcrumb {	
	position:relative;
	clear:both;
	font-size: 12px;
	/* color: #a2a2a2; */	
	color: #9c9c9c ;	
	width: 100% ;
	line-height: 33px;
	vertical-align:top;
	height: 33px; 
}

#breadcrumb_text {
	padding-left: 5px;
	padding-right: 5px;
	
}

#breadcrumb a, #breadcrumb a:visited{		
	/*color: #6f6f6f;	*/
	color: #9c9c9c;
	font-weight: bold;
}

#breadcrumb a:hover {
	color: #595959;
}


#rcontent {
	float: right;
	width: 810px;
	height: 100%;
	background:#fff ;
}

#rmenu {
	border-left: solid #ededed 1px;
	float:right;
	width: 185px;
	padding-left: 5px;
	
	background:#fff;
	font-size: 12px;
	height: 100% ;
}
/*
#footer {
	position:relative ;
	display:block;
	width: 990px;
	min-height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#333;
}
*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}


.menuSectionHead {
		font-weight: bold;
		font-size: 16px;
		/* color: #595959; */ /* grayness */
		color: #595959;
}


.menuSection {
	color: #a2a2a2 ;
	font-size: 11px;
}

.menuSectionFooter {
	height: 24px;
	border-top: solid #efefef 1px;
}

.cartName {
	font-size: 10px;	
	padding-left: 1px;
}

#error {
	border: solid #000 2px;
	background-color:#ca0000 ;
	color: #fff ;
	padding: 5px;
	vertical-align:middle;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 46px;
	font-weight: bold;
}

#error a {
	color: #eee ;
}



ul.downloads {
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

ul.downloads li {
	font-size: 10px;
}

.editorBorder {
	border: solid #C00 2px;	
}