/*
Title:      Dworek 1905
Updated:    Aug 19 2007
Notes:		Main stylesheet for Dworek's webpage.
*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #420E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: left;
}

/* @group Layout */
	#container {
		width: 780px;
		margin: 0 auto;
		text-align: left;
	}

	#header {
		height: 340px;
		background: url(../images/template/header_bg.jpg) no-repeat 0 0;
	}

	#logo {
		float: left;
		width: 240px;
		height: 340px;
		display: inline;
	}

	#header-center {
		width: 540px;
		float: left;
		display: inline;
	}

	#topmenu1 {
		height: 30px;
		width: 540px;
		margin: 70px 0 0 0;
	}

	#flash {
		height: 145px;
		width: 540px;
		position: relative;
		text-align: right;
		margin: 0;
	}

	#langmenu {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 200px;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
		text-align: left;
	}

	#topmenu2 {
		width: 540px;
		height: 35px;
	}

	#breadcrumbs {
		width: 520px;
		height: 60px;
		padding: 0 0 0 20px;
		line-height: 60px;
		vertical-align: middle;
		background: url(../images/template/breadcrumbs_bg.jpg) no-repeat 0 0;
		color: #804040;
		margin: 0;
	}

	#center {
		width: 755px;
		margin: 0 0 30px 25px;
		background: url(../images/template/center_bg.jpg) repeat-x 0 0;*/
	}

	#content {
		float: left;
		margin-left: 215px;
		width: 540px;
	}

	#sidebar {
		float: left;
		width: 205px;
		margin-left: -755px;
		padding: 0 0 0 10px;
	}

	#footer {
		width: 100%;
		text-align: center;
		height: 30px;
		font-size: 1em;
		margin: 0 0 20px;
	}
	#footer-center {
		color: #975c00;
		background: url(../images/template/footer_bg.jpg) no-repeat top center;
		padding: 10px 0 0 0;
		width: 540px;
		float: left;
	}
	#footer-center a {
		color: #975c00;
	}

	#wawmedia {
		float: left;
		width: 240px;
		text-align: center;
		color: #cbad7f;
		height: 100%;
	}
	#wawmedia a {
		color: #cbad7f;
		font-weight: bold;
	}
/* @end */

/* @group Langmenu */
	#langmenu ul {
		list-style-type: none;
		padding: 0;
		margin: 10px 0 0 10px;
		height: 25px;
	}

	#langmenu li {
		float: left;
		margin: 0 5px;
		padding: 0;
	}

	#langmenu a {
		text-decoration: none;
		border: 0 none;
	}

/* @end */

/* @group Topmenu */
	#topmenu1-1 {
		list-style-type: none;
		float: left;
		padding: 0;
		margin: 0;
		height: 30px;
	}

	#topmenu1-2 {
		list-style-type: none;
		float: right;
		padding: 0;
		margin: 0;
		height: 30px;
	}

	#topmenu2 ul {
		float: right;
		list-style-type: none;
		padding: 0;
		margin: 0;
		height: 35px;
	}

	#topmenu1-1 li, #topmenu1-2 li, #topmenu2 ul li {
		float: left;
		margin: 0;
		padding: 0;
	}

	#topmenu1-1 a, #topmenu1-2 a, #topmenu2 ul a {
		text-decoration: none;
		border: 0 none;
	}

/* @end */

/* @group Breadcrumbs */
	#breadcrumbs a {
		margin: 0 1px;

	}
/* @end */

/* @group Offermenu */
	#offermenu ul {
		list-style-type: none;
		margin: 0 0 10px 20px;
		padding: 0;
		color: #420E00;
	}

	#offermenu li {
		background: url(../images/template/offermenu_li_bg.png) no-repeat center bottom;
		padding: 0 0 15px 0;
		text-indent: -20px;
	}

	#offermenu .submenu {
		margin: 10px 0 0 20px;
		padding: 0;
	}

	#offermenu .submenu li {
		background: none;
		padding: 0 0 5px 0;
	}
	#offermenu a  {
		color: #420E00;
		text-decoration: none;
		border: 0 none;
		padding: 0 0 0 20px;
		margin: 0;
		background: url(../images/template/offermenu_point.png) no-repeat center left;
	}

	#offermenu a:hover {
		background: url(../images/template/offermenu_point_hover.png) no-repeat center left;
	}

	#offermenu .current_item {
		color: #990000;
		text-decoration: underline;
	}
/* @end */

/* @group Featured */
	#featured {
		width: 192px;
		color: #a02c00;
	}

	#featured-header {
		height: 70px;
	}

	#featured-body {
		background: url(../images/template/featured_bg.jpg) repeat-x 0 0;
		margin: 0;
		text-align: center;
	}

	#featured-body h2 {
		font-size: 1.27em;
		font-weight: bold;
		padding: 2px 0 6px 5px;
		margin: 0 auto 5px;
		width: 160px;
		background: url(../images/template/featured_h2_point.png) no-repeat bottom left;
	}

	#featured-body p {
		width: 160px;
		margin: 5px auto 10px;
	}

	#featured-body a {
		display: inline-block;
		color: #a02c00;
		background: url(../images/template/featured_point.png) no-repeat left center;
		padding: 5px 0 3px 12px;
		position: relative;
		top: -15px;
	}

/* @end */

/* @group Links */
a, a:link {
	color: #804040;
	text-decoration: none;
}
a:visited {
	color: #804040;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:link, a.noborder img {
	border: 0 none;
	text-decoration: none;
}

/* @end */

