@charset "UTF-8";
/* CSS Document */
@import url(_reset.css); /* Import CSS Reset Document */
@import url(_base.css); /* Import CSS Base Document */
@import url(_typography.css); /* Import Font CSS Document */
@import url(_layout.css); /*Import basic layout CSS Document */

@import url(store.css); /* Import Base Layout CSS Document */
@import url(checkout.css); /* Import Base Layout CSS Document */

body { background-image: url(../images/pages/background.jpg); background-repeat: no-repeat; background-position:top center; background-color: #943528; }
#layTopMenu { background-image: url(../images/global/topMenu/background-page.png); padding: 0 0 0 20px; width: 950px; }

#pageContentOuter { background-image: url(../images/pages/top.png); background-position: top; background-repeat: no-repeat; padding: 18px 0 0 0; width: 970px; }
#pageContentInner { background-color: #fff; background-image: url(../images/pages/footer.jpg); background-position: bottom; background-repeat: no-repeat; padding: 20px; width: 930px; overflow: hidden; }
#pageLeftMenuWrapper { float: left; width: 260px; }
	#pageLeftMenuHeader { height: 18px; padding: 0; margin: 0; width: 240px; overflow: hidden;}
	#pageLeftMenuOuter { width: 240px; }
	.pageLeftMenu { background-image: url(../images/pages/leftMenu/bottom.png); background-position: bottom; background-repeat: no-repeat; min-height: 160px; padding: 0px 22px 32px 22px; width: 196px; }
	
	.pageLeftMenu ul { display: block; margin: 0; padding: 0 5px 0 10px; list-style: none; }
	.pageLeftMenu h4 { font-weight: bold; margin-bottom: 0.5em; }
	.pageLeftMenu li { list-style: none; padding: 0; margin: 0; line-height: 1.9em; }
		.pageLeftMenu li a { margin: 0; padding:  0 0 0 6px; color: #000000; text-align: left; font-size: 0.95em; }
		.pageLeftMenu li a:hover { color: #000000; text-decoration: underline; }
		.pageLeftMenu li ul { margin: 0; padding: 0 0 6px 8px; }
		.pageLeftMenu li li { list-style: none; margin: 0; padding: 0 0 0 6px; line-height: 1.7em; }
		.pageLeftMenu li li a { margin: 0; padding: 0 0 0 6px; color: #000000; text-decoration: none;}
		.pageLeftMenu li li a:hover { text-decoration: underline; }
		.leftMenuSelected { font-weight: bold; background-image: url(../images/pages/leftMenu/selected.gif); background-position: left; background-repeat: no-repeat; }
				
#pageContent { float: left; width: 660px; min-height: 400px; }
#pageContentWide { width: 800px; padding: 0 0 0 100px; min-height: 400px; }