@import url(common.css);
@import url(elements.css);

/*-----------------------------------------------------
Main layout
------------------------------------------------------*/
body {
	background: #0B0100 url(../img/body.jpg) 50% 0 no-repeat;
	margin-bottom: 30px;
}
body#musicPopup {
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
}
#wrapper {
	width: 666px;
	margin: 38px auto 0;
	text-align: left;
}
#header {
	width: 666px;
	height: 282px;
	overflow: hidden;
}
#header h1#logo { 
	width: 249px; 
	height: 57px; 
	position: absolute; 
	top: 30px; 
	right: 24px;
	cursor: pointer;
	text-indent: -900px;
	overflow: hidden;
	background: url(../img/logo_dummy.gif) 0 0 no-repeat;
}
#navWrapper {
	height: 56px;
}
#bodyWrapper {
	background: #fff;
}
#footer {
	padding: 10px 0;
	margin-left: 180px;
	background: url(../img/border.gif) top left repeat-x;
	font-size: 90%;
	width: 468px;
}
#logoFooter {
	text-align: center;
}

/* -----------------------------------------
Maintenance layout
-------------------------------------------*/
#plain #bodyWrapper { margin-top: 20px; }

/* -----------------------------------------
General page layout
-------------------------------------------*/
#pagePane #leftPane {
	float: left;
	width: 170px;
	padding-top: 23px;
	}
#pagePane #contentPane {
	margin-left: 180px;
	text-align: center;
}
#pagePane #contentWrapper {
	width: 468px;
	margin: 0;
	padding: 23px 0 23px;
	text-align: left;
}

/* -----------------------------------------
Footer
-------------------------------------------*/
#logoFooter p { 
	background: url(../img/logo.png) 0 0 no-repeat;
	width: 282px;
	height: 92px;
	margin: 30px auto 0;
	padding: 0;
	text-indent: -900px;
	overflow: hidden;
	cursor: pointer;
}
	
/* -----------------------------------------
Main nav 
-------------------------------------------*/
#nav { margin: 0; padding: 0; }
#nav li { 
	float: left; 
	list-style: none;
	height: 56px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#nav li a { 
	display: block; 
	float: left;
	height: 56px;
	overflow: hidden;
	background-repeat: no-repeat;
	border: 0;
	text-indent: -9000px;
}
#nav-item-ueber-strozzis a { 
	background-image: url(../img/nav/ueber_strozzis.png);
	width: 123px; 
}
#nav-item-restaurants a {
	background-image: url(../img/nav/restaurants.png); 
	width: 128px; 
}
#nav-item-delivery a {
	background-image: url(../img/nav/delivery.png); 
	width: 93px; 
}
#nav-item-catering-parties a { 
	background-image: url(../img/nav/catering_parties.png);
	width: 173px; 
}
#nav-item-shop a { 
	background-image: url(../img/nav/shop.png);
	width: 67px; 
}
#nav-item-kontakt a {
	background-image: url(../img/nav/kontakt.png); 
	width: 82px;
}
#nav-item-ueber-strozzis a:hover, 
#nav-item-ueber-strozzis.on a { 
	background-image: url(../img/nav/ueber_strozzis_over.png); 
}
#nav-item-restaurants a:hover, 
#nav-item-restaurants.on a { 
	background-image: url(../img/nav/restaurants_over.png); 
}
#nav-item-delivery a:hover, 
#nav-item-delivery.on a { 
	background-image: url(../img/nav/delivery_over.png); 
}
#nav-item-catering-parties a:hover, 
#nav-item-catering-parties.on a { 
	background-image: url(../img/nav/catering_parties_over.png);  
}
#nav-item-shop a:hover, 
#nav-item-shop.on a { 
	background-image: url(../img/nav/shop_over.png); 
}
#nav-item-kontakt a:hover, 
#nav-item-kontakt.on a { 
	background-image: url(../img/nav/kontakt_over.png);  
}

/* -----------------------------------------
Left pane & Sub navigation
-------------------------------------------*/
#leftBar {
	width: 161px;
	margin-left: 7px;
}
#leftPane h3 {
	margin-bottom: 12px;
	margin-left: 11px;
	text-transform: uppercase;
}
#subNav {
	background: url(../img/border.gif) top left repeat-x;
	margin-bottom: 20px;
}
#subNav ul {
	margin: 0;
	padding: 0;
}	
#subNav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../img/border.gif) bottom left repeat-x;
}
#subNav li a {
	display: block;
	padding: 5px 5px 5px 12px;
	border: 0;
	color: #000000;
	background: url(../img/subnav_item.gif) 0 50% no-repeat;
}
#subNav li a:hover,
#subNav li a.on {
	text-decoration: none;
	background-image: url(../img/subnav_item_over.gif);
	color: #828282;
}
#subNav ul ul { padding-bottom: 10px; margin-left: 12px; }
#subNav ul ul li { background: none; }
#subNav ul ul li a { background: none; padding: 0 0 2px; font-size: 90%; }
#subNav ul ul li a:hover, #subNav ul ul li a.on { background: none; }

/* -----------------------------------------
Basket
-------------------------------------------*/
#basketWrapper {
	background: url(../img/basket_bottom.gif) bottom left no-repeat;
	padding-bottom: 1px;
}
#basket {
	background: url(../img/basket_top.gif) top left no-repeat;
	padding-top: 1px;
}
#basketInnerWrapper {
	background: url(../img/basket_body.gif) top left repeat-y;
	padding: 10px;
}
#basket h3 {
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	font-size: 100%;
	background: url(../img/cart.gif) 0 50% no-repeat;
}
#basket p {
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	text-transform: uppercase;
}
#basket p.end {
	margin: 0;
}

/* -----------------------------------------
Global search
-------------------------------------------*/
#globalSearchInput {
	width: 147px;
	height: 24px;
	margin: 10px auto;
}
#globalSearchInput .inputBody {
	width: 124px;
	height: 24px;
	background: url(../img/search_input.gif) 0 0 no-repeat;
	float: left;
	position: relative;
}
#globalSearchInput .inputBody input {
	width: 119px;
	font-size: 90%;
	border: 0;
	background: 0;
	position: absolute;
	top: 6px;
	left: 4px;
}
#globalSearchInput .inputSubmit {
	float: left;
	width: 23px;
}
#globalSearchInput .inputSubmit input {
	vertical-align: top;
}

/* -----------------------------------------
Flash message
-------------------------------------------*/
#flashMessage {
	margin-bottom: 10px;
	padding: 10px;
	background: #B4CBE6;
	color: #003366;
	border: 1px solid #003366;
}
#flashMessage p {
	margin: 0;
	font-weight: bold;
}
#flashMessage.error {
	background: #FFE5E8;
	color: #FF0000;
	border-color: #ff0000;
}