* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
body {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size:0.7em;
	background-image:url('../gfx/top_bg.png');
	background-repeat:repeat-x;
	color:#434343;
}
h1, h2 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size:2em;
	font-weight:normal;
	padding-bottom:20px;
	padding-top:20px;
}
h3 {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#307a9b;
}
img {
	border:0px;
}
#logoTop {
	height:99px;
	background-image:url('../gfx/logo_top2.jpg');
	background-repeat:no-repeat;
	float:left;
}
	#menu {
		list-style-type:none; 
		margin-left:300px;
		margin-top:73px;
		padding:0;
		min-width:800px;
	}
	#menu li {
		float:left; 
		padding-right:5px;
		margin:0 1px 0 0; 
		position:relative; 
		height:1px;
		width:120px;
		z-index:100;
	}
	#menu li a, #menu li a:visited {
		text-decoration:none;
	}
	#menu dl {
		position:absolute; 
		top:0; 
		left:0; 
		width: 120px; 
		margin: 0; 
		padding: 0; 
	}
	#menu dt {
		margin:0;
		font-size: 1.1em; 
		width:120px; 
		float:left;
	}
	#menu dd {
		display:none; 
		background: transparent; 
		border-bottom:1px solid #fff; 
		clear:left; 
		margin:0; 
		padding:0; 
		color: #fff; 
		font-size: 1em; 
		text-align:left;
	}
	#menu dt a, #menu dt a:visited {
		display:block; 
		color:#fff; 
		padding: 5px 5px 5px 20px; 
		width:100px;
	}
	#menu dd a, #menu dd a:visited {
		background:#ccc; 
		color:#333; 
		text-decoration:none; 
		display:block; 
		padding:4px 5px 4px 20px; 
		width:170px;
	}
	#menu li a:hover {
		border:0;
	}
	#menu li:hover dd, #menu li a:hover dd {
		display:block;
		overflow:auto;
	}
	#menu li:hover dl, #menu li a:hover dl {
		width:195px;
	}
	#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
		background-image:url('../gfx/button_on.png');
		background-repeat:repeat-x;
		display:block;
		color:#fff;
	}
#logoBottom {
	width:965px;
	height:120px;
	background-image:url('../gfx/logo_bottom.jpg');
	background-repeat:no-repeat;
	float:left;
}
#content {
	min-height:670px;
	_height:670px;
	width:1200px;
	margin-left:40px;
}
	#content #main {
		width:800px;
		float:left;
	}
	#content #column {
		width:300px;
		float:left;
		margin-left:50px;
		margin-top:30px;
	}
	#content #discount {
		height:150px;
		border:1px dotted #307a9b;
		margin-bottom:10px;
		padding:10px;
	}
	#content #discount ul{
		list-style:none;
	}
	#content #discount li{
		padding:5px;
	}
	#content #jobs {
		height:150px;
		border:1px dotted #307a9b;
		padding:10px;
	}
#footer {
	width:100%;
	height:80px;
	background-image:url('../gfx/bottom_bg.png');
	background-repeat:repeat-x;
	clear:both;
}