/* universal classes */
img { border:none;}
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.wrap { width:1029px; margin:auto;}

/* body */
body {
	padding:0;
	margin:0;
	background:#d6d3d3;
	color:#878484;
	font-size:11px;
	font-family:Tahoma, Calibri;
}

	#top {
		background:url(images/top.png) repeat-x;
		height:38px;
		text-shadow:0 1px 0 white;
		line-height:38px;
	}
		#top .wrap {
			width:969px;
			height: 38px;
			margin: auto;
		}
		
		#top input.search {
			font-size:11px;
			font-family:Tahoma;
			background-color: #d8d9db;
			margin: 0;
			padding: 7px 15px 6px 15px;
			border: 0;
			border-bottom: 1px solid #f9f9f9;
			color: #868686;
			text-shadow:0 1px 0 #f4f4f4;
		}
		
		#top .button {
			background: url(images/search.png) no-repeat;
			height: 28px;
			width: 45px;
			border: 0;
			margin-bottom: 4px;
			padding: 0;
			vertical-align: middle;
		}
			#top a:link,
			#top a:visited {
				color:#0372fc;
				text-decoration:none;
			}
	
	#header {
		background: url(images/header.png) no-repeat;
		height: 144px;
		width: 1029px;
		margin-bottom: 2px;
	}
	
		#header .logo {
			margin: 42px 0 0 86px;
			float: left;
		}
	
		#header .ad {
			width: 468px;
			height: 60px;
			background-color: white;
			float: right;
			margin: 43px 58px 0 0;
		}
	
	#navbar {
		margin: 0;
		background: url(images/navbar.png) no-repeat;
		height: 46px;
		width: 1029px;
		position: relative;
	}
	
		#navbar li {
			float:left;
			padding: 6px 20px 0 20px;
			height: 32px;
			line-height: 32px;
			list-style: none;
		}
		
		#navbar li a {
			text-decoration:none;
			font-size: 14px;
			font-family: Calibri;
			float: left;
			padding: 0 10px 0 10px;
			color: #8F8C8C;
			text-shadow:0 1px 0 #ffffff;
		}
		
		#navbar li:hover, #navbar li.selected {
			height: 32px;
			float: left;
			padding: 6px 16px 0 16px;
		}
		
		#navbar li .left, #navbar li .right {
			float: left;
		}
		
		#navbar li:hover .left, #navbar li.selected .left {
			background: url(images/navbar_hover_left.png) no-repeat;
			width: 4px;
			height: 32px;
			float: left;
		}
		
		#navbar li:hover a, #navbar li.selected a {
			background: url(images/navbar_hover_middle.png) repeat-x;
			height: 32px;
			color: #ffffff;
			text-shadow:0 1px 0 #002A4F;
			float: left;
		}
		
		#navbar li:hover .right, #navbar li.selected .right {
			background: url(images/navbar_hover_right.png) no-repeat;
			width: 4px;
			height: 32px;
			float: left;
		}
		
		
		#navbar li .left, #navbar li .right {
			float: left;
		}
		
	#body {
		background-color: #f7f7f7;
		margin: 1px 1px 0 1px;
	}
	
		
	#footer {
		background:url(images/footer.png) no-repeat;
		height:59px;
		margin-left: 1px;
		width: 1027px;
	color:#878484;
	font-size:11px;
	font-family: Calibri;
	}
	
		#footer ul {
			margin: 0;
			padding: 0;
			padding-left: 45px;
		}
		
			#footer ul li{
				float: left;
				list-style: none;
				padding: 20px 0 0 5px;
			}
		
				#footer ul li a {
					color:#878484;
					text-decoration:none;
	color:#878484;
	font-size:11px;
	font-family: Tahoma;
				}
		
		#footer .right {
			margin: 17px 53px 4px 0;
		}
		
		#footer img {
			vertical-align: middle;
		}
