/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .9em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	 
	color: #444; 
	background-image:url(../images/components/snow_bg.jpg);
	background-position:center;
	background-repeat:repeat;
	background-color:#fff;
}




.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px;
	border-right:5px solid #FFF;
	border-left:5px solid #FFF;
	background-color:#fff;
	overflow:auto;
	
}

.header { 
	background-position:left !important;
	color: #808080;
	height: 100px;
	background: #fff ;/*url(../images/components/site_banner.jpg);*/
	margin-bottom:8px;
	padding:0;
	border-bottom:1px solid #CCC;

}


.top_info {
	float: right;
	width: 555px;
	padding: 5px 10px 10px 0;
	color: #808080;
    text-align:right;
}

.top_info img {border:none}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 350px;
		height:80px;
		margin-top:-30px;
		padding: 0 10px 10px 0;
		background-position:right;
		background-repeat:no-repeat;
		
	}

.top_info_right img {float:right; border:none; padding:23px 7px 30px 0;}


.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}


	
	
.bar2 { 
	height: 25px; 
	width:980px;
	margin-bottom:30px;
	
}


	
	
/* search form */
.search_field { 
	background: #fff url(../images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(../images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #E0691A url(../images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 10px 0 10px 0;
}

.left b {color:#FF0099;}



* html .left {margin-top:10px;}

.left img {border:none;}

.left h2 {
	clear: both;
	background-color: #FFF;
	color: #666;
	padding: 3px 0 4px 0;
	font: 1.3em Arial, Tahoma, Sans-Serif;
	text-transform:uppercase;
	margin: 0 0 0 0;
}

.left h1 {
	clear: both;
	background-color: #FFF;
	color: #666;
	padding: 3px 0 4px 0;
	font-size: 2em;
	margin: 0 0 0 0;
}

.left h5 {
	clear: both;
	background-color: #FFF;
	color: #000;
	padding: 3px 0 4px 0;
	font: bold 1.1em Arial, Tahoma, Sans-Serif;
	text-transform:uppercase;
	margin: 0 0 0 0;
}

	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 10px;
	}
		
	.right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 10px 0 10px 0;
}

* html .right {margin-top:10px;}

	.right h3 {
		background: url(../images/components/h3bg.gif) repeat-x center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Arial, Tahoma, Sans-Serif;
		text-transform:uppercase;
		margin: 0 0 3px 0;
	}
	
	.right h2 {
		background-color:#FFFFFF;
		border-bottom:1px solid #999;
		color: #999;
		padding: 4px 0 4px 5px;
		font: bold 1.2em Arial, Tahoma, Sans-Serif;
		text-transform:uppercase;
		margin: 0 0 3px 0;
	}
	
	.right_articles {
		background: #f1f1f1;
		color: #414141;
		padding: 8px;
		min-height:70px;	
		margin: 0 0 3px 0;
	}
	

	
		.right_advertisement {
		background: #FFFFFF;
		color: #555555;
		font-size:.8em;
		
		padding: 8px;
		min-height:70px;	
		margin: 0 0 3px 0;
	}
	
* html .right_articles	{height:70px;}

	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

.right img {border:none;}	

.right h5 {clear: both;
	background-color:none;
	color: #666;
	padding: 3px 0 4px 0;
	font: 1em Arial, Tahoma, Sans-Serif;
	text-transform:uppercase;
	margin: 0 0 0 0;
	}


/*Page Elements*/

#hometabs {width:100%; height:280px;}



/* footer
   ------ */

.footer { 
	clear: both;
	text-align: right;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

	

.footer a { color: #333; background: #fff; text-decoration:none; }
.footer a:hover { color: #999; background: #fff; text-decoration:underline; }

.footer img {border:none; text-decoration:none;}
.footer img:hover {border:none; text-decoration:none;}

