/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .6em Georgia, "Times New Roman", Times, serif;
	/* font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; */ 
	line-height: 1.4em;
	background: #fff; 
	color: #333; 
}

a {	color: #004276;	background: inherit;}
a:hover { color: #004276; text-decoration: underline; background: inherit; }

/* h1 { font: normal 2.5em Georgia, "Times New Roman", Times, serif; margin: 40px 0 0 0; } */
h1 { font: normal 2.7em Arial, "Trebuchet MS", Tahoma, sans-serif; margin: 40px 0 0 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }
table.h1 { color: #000; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; text-decoration: underline; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }
.nobr { white-space: nowrap; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 0px 0px; 
        border-top: 0px solid #ccc; 
        border-left: 0px solid #ccc; 
        border-right: 0px solid #ccc; 
        border-bottom: 0px solid #ccc; 
}
.wrap { 
        border: 1px solid #ccc; 
}

.header { 
	height: 110px;
	color: #808080;
	margin: 3px 0;
	padding: 0px;
}

.top_info {
	width: 100%;
	padding: 5px 0 4px 0;
	color: #808080;
}


	.top_ad_left {
                width: 285px;
                float: left;
		padding: 0 0px 0 5px;
          /* border: 1px solid #000; */ 
	}

	.top_site_name {
                float: left;
		width: 535px;
                color: #000;
                text-align: center;
          /* border: 1px solid #000; */ 
	}

	.top_ad_right {
                width: 125px;
                float: left;
		padding: 0 5px 0px 0px;
	}


.domain_name  {
	font: 1.5em Arial, Helvetica, sans-serif;
        float:right;
        padding-right: 15px;
        font-weight: bold;
	width: 190px;
	color: #000;
        text-align: right;
	background: #fff;
	/* background: inherit; */
}
.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar_head { 
	clear: both;
	font: .7em Arial, Helvetica, sans-serif;
	font-size: .9em;
	height: 26px; 
	width: 100%;
	color: #333;
	background: #fff;
        border-right: 4px solid #fff;
}

	.bar_head li { 
		padding: 6px 12px 6px 12px;
		color: #000;
		float: left; 
                border-top: 1px solid #ccc;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
	        background: #f4f4f4;
	}
	
	.bar_head li.active { 
		background: #ccc;
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar_head li a { 
		font-weight: normal;
		color: #333; 
		background: inherit;
		text-decoration: none;
	} 
.bar { 
	clear: both;
	font-size: 1.1em;
	height: 25px; 
	color: #333;
        border-top: 2px solid #000;
        border-bottom: 1px solid #ccc;
        border-right: 0px solid #ccc;
        border-left: 0px solid #ccc;
}

	.bar li { 
		padding: 6px 12px 6px 12px;
		color: #333;
		float: left; 
                border-right: 1px solid #ccc;
	}
	
	.bar li.active { 
		/* background: #E0691A url(images/bar.gif) repeat-x; */ 
		background: #f4f4f4;
		color: #333;
		font-weight: bold; 
		
	}
	
	.bar li a { 
		font-weight: normal;
		color: #333; 
		background: inherit;
		text-decoration: none;
	} 
.bar_sub { 
	clear: both;
	font: .7em Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 25px; 
	color: #333;
        background: #f4f4f4;
        border-bottom: 1px solid #ccc;
        border-left: 0px solid #ccc;
        border-right: 0px solid #ccc;
}

	.bar_sub li { 
		padding: 6px 12px 6px 12px;
		color: #333;
		float: left; 
	}
	
	.bar_sub li.active { 
		background: #ccc;
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar_sub li a { 
		font-weight: normal;
		color: #333; 
		background: inherit;
		text-decoration: none;
	} 
	
	
/* search form */
.search_field { 
        text-align: center;
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 0px 0;
        border-bottom: 1px solid #ccc;
}
	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; }

.siteMap ul { margin-left: 40px; list-style : disc; }

/* left side
   --------- */

.left {
	float: left;
	width: 614px;
	margin: 0 0 10px 0;
        padding-left: 10px;
}

.left h2 {
	clear: both;
	background: #fff ;
	color: #000;
	padding: 25px 0 4px 0px;
	font: bold 1.9em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}
.left h3 {
	clear: both;
	background: #fff ;
	color: #004275;
	color: #000;
	padding: 3px 0 4px 5px;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
                font-size: 1.3em;
		width: 510px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 0px;
	}

	.left_side .title {
	        color: #004275;
                font-size: 1.0em;
	        line-height: 1.4em;
                font-weight: bold;
	}
		
	.left_side a, .right_side a { color: #004275; }
		
	.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 5px 10px 5px; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	.left_box p { 
                font-size: 1.3em;
	        line-height: 1.4em;
	}

.errorMsg {
  font-size: 10px;
  font-weight: bold;
  color: #e90000;
}
.contactButton {
  background-color: #f4f4f4;
  border: 1px solid #004275;
  color: #004275;
  font-size: 10px;
  margin: 0px 0px 3px 2px;
  padding: 3px;
}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
        border-left: 1px solid #ccc;
}
	.right h3 {
		background: #fff  ;
		color: #414141;
		padding: 8px 0 8px 5px;
		/* font: bold 1em Georgia, "Times New Roman", Times, serif; */
		font: bold 1em Tahoma, Arial, Sans-Serif; 
		margin: 0 0 3px 0;
	}
	.right hr {
                color: #ccc;
                background-color: #ccc;
                height: 1px;
                width: 99%;
}
	.right_articles {
                font-size: 15px;
		background: #fff;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
                border-bottom: 0px solid #ccc;
	}
	.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: right;
	padding: 10px 5px;
	border-top: 2px solid #000;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
.related_domains { 
	clear: both;
	font: 1.1em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	text-align: left;
	padding: 20px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
	.related_domains a { color: #808080; background: #fff; }
	.related_domains li { 
		padding: 0px 12px 6px 12px;
		color: #000;
		float: left; 
	}

/* directory styles */
.catName {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
	font-weight: bold;
	top-margin: 10px;
	padding: 5px;
}
.listingsBlock {
	margin-left: 20px;
	width: 500px;
	margin-bottom: 20px;
}
.listingsHead {
	font-weight: bold;
	margin-bottom: 10px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	/* font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; */ 
	line-height: 1.4em;
}

