/*  project: city nightlife (OWD's contest entry)
	author: luka cvrk (www.solucija.com)    	*/

body { background: #b5d7ff; margin: 0; padding: 0; color: #999999; font: 0.8em "Trebuchet MS", Arial, Sans-Serif; text-align: center; }
h1 { font: 1.6em Arial, Sans-serif; letter-spacing: 0px; color: #FFF; background: inherit; padding: 0; margin: 0; }
h2 { font: bold 1.6em Arial,Sans-Serif; letter-spacing: -1px; margin: 0; padding: 0; }
p {	line-height:1.4em; }
a { text-decoration: none; color: #35579f; background: inherit; }
a:hover{ color: #999999; background: inherit; }
table { padding: 0; margin: 0; border: 0; width: 785px; }

.header {
	width:100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 5px;
	text-align:left;
	background: #999999;
	color: #ffffff;
	border-bottom: 1px solid #000000;
}
	.header a { color: #ffffff; }
	.header a:hover { color: #ffffff; text-decoration: underline; }

/* Special style for header frame on merchandise section */

.topframemain {
	width:785px;
	margin: -10px 0 0 0; 
	padding: 0 0 0 5px;
	text-align:left;
}

	.topframemain p, .topframemain form { 	font-size: 0.7em; color: #666666; }

.leftfloat{
	float:left;
}
.rightfloat{
	float:right;
}

.main {
	width:785px;
	margin: 0 10px; 
	padding: 0px;
	text-align:left;
}

.nav {
	float: left;
	width: 192px;
	margin: 0 0 20px 0;
	line-height:1.3em;
	font-size:1.0em;
}
	.uppermenu {
		padding: 10px;
		margin: 0 0 3px 0;
		/* background: #FFD06B url(images/yellowcorner.gif) no-repeat top right; */
		line-height:1.3em;
		color: #35579f;
		font-size:1.0em;
	}
	.uppermenu ul, .uppermenu li {
		list-style: none;
		margin: 0;
		padding: 0 0 5px 0;
	}
	.uppermenu a { color: #35579f; font: bold 1.2em Arial, Sans-Serif; }
	.uppermenu a:hover { text-decoration: underline; }
	.lowermenu {
		padding: 10px;
		height: 90px;
		background: #AFAFAF url(images/greycorner.gif) no-repeat bottom left;
		line-height: 1.3em;
		color: #5A410A;
		font-size:1.0em;
	}
	.box {
		float: left;
		width: 85px;
		height: 55px;
		padding: 15px 0;
		text-align: center;
		color: #018EC5;
		background: #AFAFAF url(images/smallbox.gif) no-repeat;
	}
	.box p { margin: 0;	}


.content {
	float:left;
	margin: 0 0 10px 0;
}

	.content_box {
		float: left;
		width: 560px;
		background-color: #393939;
		color: #d2d2d2;
		text-align: justify;
		margin: 0 3px 10px 0;
		padding: 10px;
		clear:both;
	}
	.content_box img{
		float: left;
		color: #303030;
		border: 1px solid #f5f5f5;
		background-color: #FFFFFF;
		margin: 3px 10px 7px 0;
	}

.bigger {
	font: 1.25em Arial, Sans-Serif;
	color: #ffffff;
}


.bottom {
	clear:both;
	height: 258px;
	/* background: #515151 url(images/bigbg.gif) no-repeat bottom left; */
	color: #FFF;
	padding: 0 8px 0px 7px;
	margin: 0 0 20px 0;
}

.related { 
	clear: both; 
	float: left; 
	width: 364px; 
	color: #FFD1CE; 
	background: #C40F01 url(images/redbg.gif) repeat-x;
	padding: 10px;
	height: 230px;
}
	.related a { color: #FFF; background: inherit; }
	
	.related ul { margin-left: 20px; padding:0px; }
	
	.related ul li {
		padding: 5px;
		margin: 1px;
		border-bottom: 1px dotted #FFF;
		list-style-image: url(images/redbullet.gif);
		list-style-type: circle;
	}
	.related ul li:hover { color: #FFF; background: #A20B00;	}
	
.worth {
	background: #008EC5 url(images/bluebg.gif) repeat-x;
	width: 364px;
	float: right;
	height: 230px;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #C7EFFF;
}
	.worth a { color: #FFF; background: inherit; }
	
	.worth ul { margin-left: 20px; padding:0px; }
	
	.worth ul li {
		padding: 5px;
		margin: 1px;
		border-bottom: 1px dotted #FFF;
		list-style-image: url(images/bluebullet.gif);
		list-style-type: circle;
	}
	.worth ul li:hover { color: #FFF; background: #0183B6;	}




.footer {
	clear: both;
	text-align:center;
	margin: 40px 0 0 0;
	padding: 0 0 0 5px;
	color: #333;
	border-bottom: 1px solid #000000;
}


/*.footer{
	clear: both;
	padding: 65px 0 15px 0;
	font-size: 0.9em;
	color: #999;
	background: #333 url(images/footerbg.gif) repeat-x;
}
	.footer a { color: #04B9FF; background: inherit; }
	.footer a:hover { color:#FF1604; background: inherit; }
*/


dt {
	font-weight: bold;
}

.hidden_fields {
	display:none;
	border:0;
}
