/* 

	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;
	background-color: #fff;
	background-image: url(../images/sans_t10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

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

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange {
	color: #066;
	font-family: Arial, Helvetica, sans-serif;	
}
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; }

.ref {
	display:block;
	list-style-image: url(../images/head.gif);
	list-style-type: upper-alpha;
	padding-left: 20px;
	text-transform: capitalize;
	color: #036;
}
.ref ul {
	list-style:url(../images/head.gif)
}
.ref  a{
	text-decoration: none;
}


/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 980px;
	padding: 10px;
	background-color: #FFF;
	filter:alpha(opacity=70);
	opacity:.75;
}

.header {
	height: 10px;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	filter:alpha(opacity=70);
	opacity:.75;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	background: #FF9148 url(../images/menu.jpg) repeat-x;
	padding-left: 20px;
}

	.bar li {
	padding: 6px 12px 6px 12px;
	color: #FFF;
	float: left;
	}
	
	.bar li.active {
	background: #E0691A url(../images/bar.gif) repeat-x;
	color: #108393;
	font-weight: bold;		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #CCC; 
		background: inherit;
		text-decoration: none;
	} 
	.bar li a:hover {
	color:#FFF;	
	}
	
/* search form */
.search_field {
	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: 0 0 10px 0;
}
#left CPC{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#left h2 {
	clear: both;
	color: #069;
	padding: 3px 0 4px 43px;
	margin: 0 0 10px 0;
	background-image: url(../images/pnav-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 1.4em;
	font-weight: bold;
}
	#left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	#left_side a, .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;

	}
	.left_box {
	margin: 0 0 10px 0;
	color: #000;
	padding: 3px 0;
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #CCC;
	}


	.right h3 {
	color: #066;
	padding: 8px 0 8px 5px;
	margin: 0 0 3px 0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/bkgrd_header_nh3.gif);
	background-repeat: repeat-x;
	background-position: right top;
	}
	.right_articles {
	color: #414141;
	padding: 8px;
	margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
.lan {
	background-attachment: scroll;
	background-image: url(../images/LAN.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*Carousel  */

#carousel_inner {
	float:left; /* important for inline positioning */
	width:600px; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;
	background-color: #FFF;
}

#carousel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:110px;
background: #000000;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img {
margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll, #right_scroll{
float:left; 
height:130px; 
width:15px; 
background: #C0C0C0; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
.tabsec {
	
}
.tabsec td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.tabsec h3 {
	color: #099;
	padding-bottom: 8px;
}
.tabsec h4{
	color: #099;
}