/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#333;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration:none;
}
h1 {
	font:bold 1.8em "Times New Roman";
	margin-bottom:3px;
}
h2 {
	background:#808080;
	color:#fff;
	font:bold 1.3em "Times New Roman";
	padding:1px 3px 2px;
	margin-bottom:3px;
}

h3 {
	font:bold 1.2em "Times New Roman";
	margin-bottom:3px;
}

h5 {
	font-weight:bold;
	margin-bottom:5px;
}

	h5 span {
		font-weight:normal;
	}

/* Form elements */

.textbox {
	border:1px solid #333;
	background:#fff;
	font:normal 1em Arial;
}

.button {
	border:1px solid #333;
	background:#fff;
	cursor:pointer;
	font:normal 1em Arial;
}

/* Structure */

#wrapper {
	min-width:1000px;
}

#container {
	width:100%;
	float:left;
	margin-right:-250px;
}

/* Header */

#header {
	height:120px;
	position:relative;
	background:#F8F8F8 url("images/header.jpg") no-repeat left top;
	margin-bottom:120px;
}

	.name {
		color:#D22B00;
		font:bold 1.4em "Times New Roman";
		position:absolute;
		top:8px;
		right:8px;
		text-decoration:none;
	}
	
	.top-menu {
		position:absolute;
		top:50px;
		right:8px;
	}
	
		.top-menu li {
			float:left;
			padding-left:3px;
		}
		
			.top-menu li a {
				font:bold 1.1em "Trebuchet MS" Verdana;
				color:#333;
				text-decoration:none
			}
			
			.top-menu li a:hover {
				text-decoration:underline;
			}
	
	.nav {
		position:absolute;
		top:93px;
		right:8px;
	}
	
		.nav li {
			float:left;
			padding-left:6px;
		}
		
	.searchbox {
		position:absolute;
		top:140px;
		left:0;
		padding:0 0 0 5px;
		width:230px;
	}
	
		.searchbox .textbox {
			width:165px;
		}
	
	.exchange {
		position:absolute;
		top:176px;
		left:0;
		border-left:4px solid #BF3500;
		padding-left:8px;
		color:#BF3500;
		font-weight:bold;
		width:231px;
	}
	
		.exchange span {
			margin-right:10px;
		}
	
	.top-banner {
		position:relative;
		top:137px;
		margin-left:250px;
		text-align:center;
	}

/* Content */

#content {
	margin-right:250px;
}

/* Central column */

#main {
	margin-left:250px;
}

	#main h2 {
		margin-bottom:12px;
	}

	.new-posts {
		margin-bottom:10px;
	}
	
		.new-posts li {
			margin-bottom:12px;
			overflow:hidden;
		}
		
			.new-posts img {
				background:#fff;
				border:1px solid #808080;
				padding:2px;
				float:right;
				margin-left:4px;
			}
			
			.new-posts h5 {
				color:#666;
				margin-bottom:0;
			}
	
	.pop {
		padding:0 5px;
		margin-bottom:15px;
	}
	
		.pop li {
			margin-bottom:7px;
			font-weight:bold;
		}
		
			.pop li a {
				text-decoration:none;
			}
			
			.pop li a:hover {
				color:#333;
			}
	
	#main table {
		width:100%;
		margin-bottom:10px;
	}
	
		#main th {
			background:#B0B0B0;
			font:bold 1.2em "Times New Roman";
			text-align:left;
			padding:2px 3px;
		}
		
		#main td {
			padding:2px 3px;
		}

/* Left column */

#leftside {
	width:235px;
	float:left;
}

	.special {
		background:#FDE2D0;
		border:1px solid #808080;
		font-size:0.9em;
		padding:6px;
		margin-bottom:12px;
	}
	
		.special li {
			border-bottom:1px solid #808080;
			padding-bottom:7px;
			overflow:hidden;
			margin-bottom:10px;
		}
		
			.special img {
				background:#fff;
				border:1px solid #808080;
				padding:2px;
				float:left;
				margin-right:4px;
			}
			
	.company-news {
		padding:5px;
		margin-bottom:15px;
	}
	
		.company-news li {
			margin-bottom:10px;
		}

/* Right column */

#rightside {
	width:235px;
	float:right;
}

	.city-news {
		border:1px solid #666;
		padding:5px;
		margin-bottom:15px;
	}
	
		.city-news li {
			margin-bottom:8px;
		}
		
			.city-news h5 {
				color:#666;
			}
		
	.commerce-block {
		margin-bottom:15px;
		text-align:center;
	}
	
		.commerce-block p {
			margin-bottom:8px;
		}

/* Footer */

#footer {
	border-top:1px solid #666;
	padding:10px 5px;
	clear:both;
	color:#666;
	overflow:hidden;
}

	#footer ul {
		text-align:center;
	}
	
		#footer li {
			display:inline;
			padding:0 2px;
		}
		
			#footer li a {
				text-decoration:none;
			}
			
			#footer li a:hover {
				color:#333;
			}
	
	.copyright {
		float:left;
		font-size:0.85em;
		width:270px;
	}
	
		.copyright p {
			margin-bottom:10px;
		}
	
	.counter-block {
		float:right;
		padding-right:10px;
	}
