/* general */
div#header-pane, div#primary-navigation-pane, div#content-pane, div#footer-pane, div#printer-footer-pane, div#left-navigation-pane, div#content {
	position: relative;
}

div#header-pane, div#primary-navigation-pane, div#content-pane, div#footer-pane {
	width: 760px; 
	margin: 0px auto;
}

div#left-navigation-pane, div#content {
	float: left;
}


div#admin-navigation, div#language-navigation {
	position: absolute; 
}
/* end general */

/* header-pane */
div#header-pane {
	height: 68px;
	margin-top: 15px;
}

/* admin-navigation */
div#admin-navigation {
	width: 149px; 
	height: 68px; 
	left: 543px; 
	top: 0px; 
	background-image: url(/common/images/marketing/navigation/admin/admin_space.gif); 
	background-repeat: repeat-x;
}
/* end admin-navigation */

/* language-naviagtion */
div#language-navigation {
	left: 692px;
	top: 0px;
	width: 68px;
	height: 68px;
	background-image: url(/common/images/marketing/navigation/language/language_bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}
/* end language-naviagtion */
/* end header-pane */

/* primary-navigation pane */
div#primary-navigation-pane {
	height: 36px;
}

div#primary-navigation-pane div {
	position: relative;
	float: left;
}
/* end primary-navigation pane */

/* content-pane */
div#content-pane {
	width: 760px;
	margin-bottom: 15px;
}

div#content-pane div.end {
	position: relative;
	height: 0px;
	line-height: 0px;
	clear: both;
}

/* left-navigation-pane */
div#left-navigation-pane {
	width: 247px;
	margin-right: 5px;
}

/* features-navigation */
div#features-navigation {
	position: relative;
	margin-top: 15px;
}
/* end features-navigation */

/* products-navigation */
div#products-navigation, div#products-navigation div.left, div#products-navigation div.right {
	position: relative;
	height: 136px; 
}

div#products-navigation {
	width: 247px; 
	margin-top: 20px;
}

div#products-navigation div.left, div#products-navigation div.right {
	float: left;
}

div#products-navigation div.left {
	width: 95px; 
}

div#products-navigation div.right {
	width: 152px; 
	height: 104px;
	background-image: url(/common/images/marketing/navigation/products/moreinfo_sidebg.gif); 
	background-repeat: no-repeat;
	padding: 16px 0px;
}

div#products-navigation div.right select {
	position: relative;
	display: block;
	width: 132px;
	height: 20px;
	margin: 3px auto;
}
/* end products-navigation */
/* end left-navigation-pane */

/* persistent-navigation */
div#persistent-navigation {
	position: relative;
	width: 147px;
	margin: 25px auto 0px auto;
	clear: both;
}
/* end persistent-navigation */

/* content */
div#content {
	width: 508px;
	
}


/* end content */
/* end content-pane */

/* footer-pane */
div#footer-pane {
	height: 26px;
	background-image: url(/common/images/shared/footer/background.gif);
	background-repeat:repeat-x;
}
/* end footer-pane */

/* printer-footer-pane */
div#printer-header-pane, div#printer-footer-pane {
	display: none;
	width: 503px;
	margin: 10px;
} 

div#printer-header-pane {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}

div#printer-footer-pane {
	padding-top: 10px;
	border-top: 1px solid #FFFFFF;
}