* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: Tahoma, Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #460404;
	
}

body {
	background: url(images/body.bg.png) center top no-repeat #460404;
	padding-top: 22px;
	
}

a:link, a:active, a:visited {
	color: #727272;
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 869px;

}

#footer {
	height: 20px;
	padding: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url(images/footerbg.png) center bottom no-repeat;
}

a:focus {
	outline: none;
}
/* MENU */

#topmenu ul {
	display: block;
	list-style-type: none;
}

#topmenu ul li {
	float: left;
	
}

#topmenu a {
	height: 36px;
	display: block;
	line-height: 36px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 13px;
	font-family: Verdana;
}

#topmenu a:hover {
	background: url(images/topmenu.bg.act.png);
	color: #FFF;
}

/* BLOCKS */
#topmenu {
	height: 36px;
	background: url(images/topmenu.bg.png);
	margin-bottom: 1px;
}
#content {
	background: url(images/content.bg.png) top left repeat-y;
	min-height: 100px;
	margin-top: 1px;
}

#sidebar {
	float: left;
	width: 237px;
}

#mainbar {
	float: left;
	width: 632px;
}

#header {
	background: url(images/header.png);
	height: 167px;
}

.h1-news {
	background: url(images/h1-news.bg.png) top left repeat-x;
	margin: 0 1px;
	
}

.top {
	background: url(images/side-top.png) top left no-repeat;
	height: 15px;
	padding: 8px 0 8px 28px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.inblock {
	background: url(images/dots1.png) bottom left repeat-x;
	margin: 1px 10px;
	padding: 5px 0px;
}

.last {
	background: none;
	margin: 3px 8px;
}

.inblock p{
	padding: 2px;
}


.inblock2 {
	background: url(images/dots1.png) bottom left repeat-x;
	margin: 1px 10px;
	padding: 4px 0px;
}

ul {
	list-style: none;
}


.inblock2 li {
	background: url(images/news-ico.png) top left no-repeat;
	padding-left: 53px;
	height: 19px;
	line-height: 19px;
	margin: 3px 0px;
}

.h1-news img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.text {
	padding: 5px 20px 5px 10px;
}

.h1-news p{
	padding: 10px 0;
}

/* END */

/* TEXT */
h1 {
	background: url(images/list-ico.png) 7px center no-repeat;
	padding-left: 25px;
	color: #460404;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	height: 32px;
	margin-bottom: 10px; 
}

h3 {
	font-size: 11px;
	font-weight: bold;
	background: url(images/bullet.png) 0px center no-repeat;
	padding-left: 16px;
}

h2 {
	color: #1d89cb;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0; 
	padding: 5px 0;
	background: url(images/dots2.png) bottom left repeat-x;
	display: block;
	
}

.text ul li {
	background: url(images/list-ico.png) left center no-repeat;
	padding-left: 20px;
	margin: 3px;
}


#sidebar em {
	font-weight: bold;
	font-style: normal;
}

#mainbar em.type1 {
	font-weight: bold;
	font-style: normal;
	color: #1d89cb;
}

#mainbar em.type2 {
	font-weight: bold;
	font-style: normal;
}

h5 {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	font-size: 11px;	
}

span.vet {
	font-weight: bold;
}
/* END */ 