/* @group Reset */
html,body,div,h1,h2,h3,h4,h5,h6,dt,dd,p,blockquote,pre,form,fieldset,table,th,td{margin:0;padding:0}
img {border:0}
table td {vertical-align:top}
/* @end */


/* @group Common */
body {
	background: #F3F4F0;
	color: #4c4c4c;
	font: normal 12px Arial, sans-serif;
}
a {
	color: #1e799f;
	text-decoration: underline;
}
a:hover {
	color: #009ada;
}
/* @end */


#header .logo img {
	width: 120px;
}
.menu table {
	width: 100%;
}
.menu td {
	display:block;
	background: #457B8E url(../img/bg_menu.png) repeat-x 0 0;
}
.menu a {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
img {
	float: left;
	margin-right: 5px;
}
