/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 

body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	 
	color: #444; 
	behavior:url(css/csshover.htc);
	background-image:url(../images/components/site_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fe9ad0;
}




.orange { color: #E0692A; }
sup { font-size: .5em; }

p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

#wrapper {	
	
	width:980px; 
	margin:0 auto;
	background-color:#FFF;
	border-right:8px solid #93C6E1;
	border-left:8px solid #93C6E1;
	border-bottom:8px solid #93C6E1;
	margin-bottom:20px;
	padding:0 20px 10px 10px;
}

#content { 
	width: 100%;
	padding: 10px;

}
	


.header {
	width:100%;
	height: 180px;
	background: #F09 url(../images/components/banner.jpg);
	background-position:top !important;
	background-repeat:no-repeat;
	background-color:#FFF;
	color: #808080;
	margin-top:-10px;

}

.top_info {
	float: right;
	width: 798px;
	padding: 5px 0 10px 0;
	color: #808080;
}


	.top_info_right {
		float: right;
		width: 798px;
		height:90px;
		padding: 0;
		
		
	}


.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}


	
	
.bar2 { 
	height: 25px; 
	width:700px;

	
}


	
	
/* 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: 580px;
	margin: 0 0 10px 0;
	padding:10px 10px 10px 30px;

}

.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;
	color: #666;
	padding: 3px 0 4px 0;
	font: 1.6em Arial, Tahoma, Sans-Serif;
	text-transform:uppercase;
	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: 20px 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 {
		color: #000;
		padding: 4px 0 4px 5px;
		font: bold 1.2em Arial, Tahoma, Sans-Serif;
		text-transform:uppercase;
		margin: 0 0 3px 0;
	}
	
	.right_articles {
		color: #414141;
		padding: 8px;
		min-height:70px;	
		margin: 0 0 3px 0;

	}
	
.right_articles a {color:#F09; text-decoration:none; font-weight:bold;}
.right_articles a:hover {color:#FFF; text-decoration:none; font-weight:bold;}
	
		.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 { 
	width:960px;
	color:#999;
	clear: both;
	text-align: right;
	padding: 10px 0;
	border-top: 1px dotted #777;
	line-height: 2em;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
}

.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;}

