/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	background: #F9FAFB url(images/bg.jpg) repeat-x; 
	color: #454545; 
}

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

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #950000;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
}

p {	margin: 0 0 5px 0; }

ul {
	list-style : square url(none);
	margin-top: 5px;
}


/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 700px;
	padding: 10px;
	background-color: #FFFFFF;

}

.header { 
	height: 100px;
	width: 700px;
	background: #fff no-repeat;
	background: url(images/header.jpg);
	margin: 3px 0 10px 0;
	padding: 0px 0 0 0;
	border-bottom: 0px solid #ccc;
}


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

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #838ca9 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 3px 0 3px 5px;
	font: bold 1.2em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
	letter-spacing: 1px;

}
	.left_side {
		float: left;
		width: 175px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 30px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
}

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

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

/* 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; }
