.clear {
	clear: both;
}

img {
	border: 0px;	
}

a {
	color: #E95800;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #AF550C;
	text-decoration: underline;	
}

#centruj {
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 825px;
}

#logo {
	margin-left: 10px;
	float: left;
}

#main_menu {
	top: 0px;
	padding-top: 10px;
	text-align: right;
	float: right;
}

#main_menu .element {
	padding-left: 10px;
	padding-right: 5px;		
	font: 1.08em tahoma, arial, verdana;
	color: #FD5D00;
	background: url(../img/menu_spacer.gif) no-repeat center left;
}

#main_menu .current {
	font-weight: bold;
}

#main_menu a {
	font-weight: bold;
}

#main_menu img {
	border: 1px dotted #D4D0C8;
}

#second_menu {
	width: 100%;
	top: 26px;
	font-size: 0.9em;
	color: #FD5D00;
	padding: 1px;
	padding-left: 3px;
	padding-bottom: 2px;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
}

#second_menu .intro {
	color: black;	
}

#second_menu a {	
	font-weight: bold;
	text-decoration: underline;	
}

#second_menu a:hover {
	text-decoration: none;
}

#footer {
	text-align: left;
	padding: 12px 5px 0px 21px;
	background: #FFFFFF url(../img/templates/novweld_subpage_footer_bg.gif)
		repeat-x top;
}

#footer h3 {
	padding: 0px; margin: 0px;
	font: 7pt verdana, arial, sans-serif;
	color: #979797;		
}

#footer h3.copyright {
	float: right;
}

#footer h3.sitemap {
	float: left;
}

#sitemap > div {
	float: left;
	margin-right: 25px;
}

#sitemap span.header {
	font-weight: bold;
}

#sitemap span.subheader {
	font-size: 0.8em;
	font-weight: bold;
}

#sitemap div.header {
	margin-bottom: 10px;
	font-weight: bold;
}


div.readon {
	float: right;
	padding-left: 10px;
	background: url(../img/readon.gif) no-repeat bottom left;
	text-decoration: none;	
}

#page_content {
	text-align: left;
}

#news {
	width: 762px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#news_left {
	width: 232px;
	padding: 50px 0px;
	float: left;
	text-align: left;
	overflow: hidden;
}

#news_left ul {
	list-style-type: none;	
	margin: 0px;
}

#news_left li {
	background: #F3ECE4 url(../img/news_tab.png) no-repeat top left;
	margin: 0px;
	padding: 4px 0px 0px 10px;
	height: 72px;
	margin-bottom: 10px;
}

#news_left img {
	border: 1px solid #A20203;
	margin-right: 5px;
}

#news_right {	
	width: 502px;
	padding: 50px 10px 15px 10px;
	float: right;
	background: #F3ECE4 url(../img/subpage_bg.jpg) repeat-x;
}

span.title {
	color: #E95800;
	font-weight: bold;
}

span.date {
	font-size: 7pt;
	font-style: italic;
	color: #CBC5BC;
}

span.text {
	margin-top: 10px;
	display: block;	
}

span.intro {
	font-weight: bold;	
}

#news_right div.main_image {
	margin-top: 10px;
	text-align: center;	
}

#news_right div.images {
	padding-top: 15px;
}

#news_right div.images .left {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 5px;
}

#news_right div.images .right {
	width: 50%;
	float: right;
	text-align: center;
	padding-bottom: 5px;
}

#news_right img {
	border: 2px solid #A20203;
}

#news_right table.articles {
	width: 450px;
	margin: 10px auto;
	border-collapse: collapse;
}

#news_right table.articles tr {
	height: 2em;
}

#news_right table.articles td:first-child {
	font-weight: bold;
}

#news_right table.articles td {
	border-top: 1px solid black;
	text-align: center;
	margin: 5px;
	background-color: #F8F5F0;
}


div.productPage {
	width: 720px;
	margin: 0px auto 15px auto;
}

#tabs ul {	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0; padding: 0;
	width: 100%;
	background: url(../img/tab_bg.gif) repeat-x bottom left;
}

#tabs li {	
	float: left;
	margin: 0px 3px 0px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid black;
	background-color: #F3F3F3;
}

#tabs li.name {
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

#tabs li.current {
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid white;
}

#tabs .navigation {
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;	
}

#tabs .panel {
	clear:left;
	padding-top: 10px;
}

