/* 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.85em Arial;
	color:#30363c;
	background:#fff;
}

a {
	color:#0C232D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font:normal 1.5em Arial;
	margin-bottom:10px;
}

h2 {
	font:bold 1.3em Arial;
	margin-bottom:5px;
}

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

/* Form elements */

.textbox {
	border:1px solid #334d6b;
	background:#E5E5E5;
	font:normal 0.9em Arial;
}

.button {
	border:1px solid #334d6b;
	background:#E5E5E5;
	font:normal 0.9em Arial;
	color:#334d6b;
	height:19px;
	vertical-align:top;
	cursor:pointer;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#E5E5E5 url("images/bg.gif") repeat-y right;
}

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

#content {
	margin-right:241px;
}

/* Header */

#header {
	height:164px;
	background:url("images/header.jpg") no-repeat left top;
	position:relative;
}
			
	.top-menu {
		position:absolute;
		top:126px;
		left:250px;
	}
	
		.top-menu li {font: bold;
			float:left;
			padding:0 6px;
		}
		
			.top-menu li a {font:bold 1.0em Tahoma;
				color:#000033;
			}
		
	.search {
		position:absolute;
		top:132px;
		left:20px;
	}
	
	.logo {
		display:block;
		width:300px;
		height:80px;
		position:absolute;
		top:6px;
		left:418px;
	}
	
		.logo span {
			display:block;
			position:absolute;
			top:0;
			left:0;
			width:300px;
			height:80px;
			background:url("images/logo.jpg") no-repeat left top;
			cursor:pointer;
		}
	
	.url {
		color:#1e475f;
		font:bold 1.4em Arial;
		position:absolute;
		top:6px;
		left:15px;
	}

/* Central column */

#main {font-size:0.9em;
	margin-left:230px;
	padding:10px;
}
#main img{
	
	padding:6px 6px 6px 6px;
}
#main h1{
	
	padding-top:16px;padding-bottom:16px;
}
	#main p {
		margin-bottom:10px;
	}
#main a {
		font:normal 12px Arial ;
	}

/* Left column */

#leftside {
	width:208px;
	float:left;
	font-size:0.9em;
	padding:0 10px;
}
	#leftside .block {
		background:#79c1e3;
		border-right:1px solid #30363c;
		border-bottom:1px solid #30363c;
		padding:10px;
		margin:0 -10px 10px;
	}
	#leftside img{
	
	padding:2px 2px 2px 2px;
}
	.block {
		margin-bottom:10px;
		
	}
	
		.block p {
			margin-bottom:5px;
		}
	
	.blue {
		background:#79c1e3;
	}

/* Right column */

#rightside {
	width:241px;
	float:right;
	font-size:0.9em;
}

	#rightside .block {
		padding:5px 8px 10px;
		margin:0;
	}
	
	#rightside h2 {
		padding-bottom:10px;
	}
	#leftside h2 {
		padding-bottom:10px;
	}
		#rightside li {
			font-size:bold 0.95em;
			background:url("images/arrow.gif") no-repeat left;
			padding-left:15px;
		}

/* Footer */

#footer {
	background:#E5E5E5 url("images/footer-bg.gif") no-repeat top;
	font-size:0.9em;
	text-align:center;
	position:relative;
	padding:15px 50px;
}

	.counter-block {
		position:absolute;
		top:15px;
		right:70px;
	}

.clearing {
	height:0;
	clear:both;
	font-size:0;
	overflow:hidden;
}
