body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a, a:visited {
	text-decoration: none;
	color: #0580BC;
	outline: none;
}

a:hover {
	text-decoration: underline;	
}

a:active {
  outline: none;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	background: url(../images/bg_banner.jpg) repeat-x top center #000;	
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#contentWrapper {
	background: #EFEFEF;
}

#header {
	height: 180px;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	bottom: 30px;
	background: url(../images/salumet_logo.png) no-repeat;
	width: 220px;
	height: 51px;	
}

.searchBox {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 41px;	
}

#rightCol {
	float: right;
	width: 250px;	
}

#centerCol{
	float: left;
	background: #FFF;
	width: 669px;
	padding: 20px;
	border-right: 1px solid #DBDBDB;	
}

.rightBar {
	padding: 5px 15px;
	background: #E1E1E1;
	border-bottom: 1px solid #FFF;
}

.rightBox {
	padding: 5px 15px;	
}

.title {
	color: #333;
	font-size: 18px;	
}

h1 {
	color: #088AAA;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 10px;
}

h2 {
	color: #088AAA;
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 10px;
}

#crumbs {
	border-bottom: 1px solid #CCC;
	height: 2.6em;
	margin: -20px;
	padding-left: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#crumbs li {
	float: left;
	line-height: 2.8em;
	padding-left: .75em;
	color: #777;
	font-size: 11px;
}

#crumbs li a {
	display: block;
	padding: 0 15px 0 0;
	background: url(../images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
	text-decoration: none;
	color: #777;
}

#crumbs li a:hover, #crumbs li a:focus {
	color: #CC3300;
}

.date {
	color: #999;	
}

.bodyText {
	font-size: 12px;
	color: #444;
	line-height: 2em;	
	margin-bottom: 20px;
}

.bodyText p {
	font-size: 12px;
	color: #444;
	line-height: 2em;	
	margin-bottom: 10px;
}

.article {
	text-align: justify;
}

.short {
	line-height: 1.3em;	
	margin-bottom: 0;	
}

.commentText {
	font-size: 12px;
	color: #444;
	line-height: 1.7em;	
	margin-bottom: 10px;
}

ul.tags {
	margin-bottom: 20px;	
}

.tags li {
	float: left;
	line-height: 1.7em;
}

.tags li a {
	display: block;
	padding: 0 5px 0 0;
}

ul.list {
	margin-bottom: 20px;	
}

.list li {
	line-height: 1.7em;
}

.list li a {
	display: block;
	padding: 0 5px 0 0;
}

.comment {
	border: 1px dotted #CCC;
	padding: 15px;
	background: #EEE;
	margin-bottom: 10px;
}

.commentForm textarea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	color: #444;
}

.commentForm input[type=text] {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #444;
}

#footer {
	clear: both;
	text-align: center;
	color: #666;
	font-size: 11px;
	background: #000;
	padding: 20px 0;	
}

.contentBox {
	padding: 5px 0 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}

.articleList {
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 10px;
}

.largeArticleImg {
	float: left;
	margin: 0 15px 5px 0;
	max-height: 224px;
	overflow: hidden;
}

.articleImg {
	float: left;
	margin: 0 15px 10px 0;
	max-height: 90px;
	overflow: hidden;
}

a > h1:hover, a > h2:hover {
	text-decoration: none;	
}

.bannerAd {
	position: absolute;
	right: 0;
	bottom: 30px;
}

fieldset.ad {
	padding: 5px;
	border: 1px solid #DDD;
	text-align: center;
	margin: 15px;
}

fieldset.ad legend {
	color: #CCC;
	font-size: 10px;	
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

