/* based on template from luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */

body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #802A2A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.8em Arial, Sans-Serif; letter-spacing: 1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #8B8989; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none;}
h1 a:hover, h2 a:hover { color: #CD5C5C; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h3 { clear: both; color: #fff; font: bold 1.5em Tahoma, Arial, Sans-Serif; letter-spacing: -1px; line-height: 14px; margin: 0; padding-bottom: 0; border-bottom: 1px solid #A9C0CE; background: #A9C0CE; }

p { margin: 0 0 5px 0; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 10px; 
}


.header { 	
	height: 135px;
	margin-bottom: 5px;
	background: #eee;
	border-bottom: 1px solid #520303;
}

.header1 { 	
	padding: 0;
	margin-bottom: -10px;
}

.c1
{
	width: 0;
	float: left;
	margin: 55px 0 0 10px;
}


.c2
{
    width: 180px;
    float: right;
}

.logo {
	margin: 0 0 0 600px;
}


.h3 { 
	clear: both;
	color: #fff; 
	font: bold 1.5em Tahoma, Arial, Sans-Serif; 
	letter-spacing: -1px;
	line-height: 14px;
	margin: 0; 
	padding-bottom: 0;
	border-bottom: 1px solid #A9C0CE; 
	background: #A9C0CE;
}

.address {
	padding: 0 0 0 17px;
	color: #802A2A;
}

.name {
	color: #802A2A;
	font-weight: bold;
}

.big {
	color: #802A2A;
	font-size: 2em;
	line-height: 20px;
}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 2px 0; 
	background: #520303;
}


	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #fff;
		background: #520303;
		float: left; 
		list-style: none;
	}
	
	.bar li.active { 
		background: #ab5757 url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
		list-style: none;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
		list-style: none;
	} 
	
	.bar li a:hover { 
		color: #FFC1C1; 
		background: inherit;
		list-style: none;
	} 


/* left side
   --------- */

.left {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
}

.left4 {
	float: left;
	width: 75%;
	margin: 0;
}

.left h3 { 
	clear: both;
	color: #fff; 
	font: bold 1.5em Tahoma, Arial, Sans-Serif; 
	letter-spacing: -1px;
	line-height: 14px;
	margin: 0; 
	padding-bottom: 0;
	border-bottom: 1px solid #A9C0CE; 
	background: #A9C0CE;
}

	.left_side {
		float: left;
		width: 244px;
		padding: 0 0 0 10px;
		margin: 11px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 10px;
		margin: 5px 0;
	}
		
.left_box { 
	margin: 0 10px 0 0;
	color: #000; 
	background: #FFF; 
	padding: 3px 0; }
	


.image3 {
	float: left;
	padding: 20px 19px 20px 35px;
}


div.img
  {
  padding: 9px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #520303;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 115px;
  margin: 2px;
  }
  

/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right2 {
	float: right;
	width: 24%;
}

.right4 {
	float: right;
	width: 25%;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 5px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.job {
	color: #414141;
	text-decoration: none;
}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a {
	color: #808080; 
	background: #fff; 
}

#skip{
 margin-left: -999px;
 margin-top: -18px;
 }




