@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
body {
	background: #322e2d url(../assets/bg.jpg) repeat-x top;
	margin: 0;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: lighter;
  	text-align: left;
 	font-size: 2.2em;         /* for other browsers that don't understand sifr to still see the text */
  	letter-spacing: -0.08em;
  	line-height: 2.2em;
}
#top {
	width: 746px;
	margin: 0 auto;
	height: 75px;
	clear: both;
	behavior: url(script/iepngfix.htc);
	background: url(../assets/logo.png) no-repeat 0 20px;
	padding: 25px 0 0 54px;
}
#top-title {
	font-size: 3em;
	color: #fff;
	font-family: "Trebuchet MS";
	margin-top: 0px;
	font-weight: lighter;
	letter-spacing: -0.08em;
}
#content-wrap {
	width: 100%;
	clear: both;
	background: #fff url(../assets/bg-content.jpg) repeat-x center bottom;
	padding-bottom: 38px;
	display: table;
}
#content {
	width: 800px;
	margin: 8px auto;
}
#content-body {
	width: 800px;
	margin: 0 auto;
	clear: both;
	font-size: 1.2em;
}
#content-body a:link, #content-body a:active, #content-body a:visited, #content-body a:hover {
	color: #f6c;
}
#content-body a:hover {
	color: #fff;
	background: #f6c;
}
#banner {
	width: 100%;
	height: 310px;
	clear: both;
	margin: 20px auto;
}
#banner img {
	float: right;
	border: 10px solid #fbf9f5;
}
#left {
	width: 350px;
	float: left;
}
#menu {
	width: 100%;
	float: left;
	font-size: 1.7em;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.08em;
	background: url(../assets/bg-menu.jpg) no-repeat -30px bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #f6c;
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
	color: #313131;
	text-decoration: none;
}
#menu a:hover {
	color: #f6c;
}
#menu ul {
	list-style: none;
	margin: 0;
	display: inline;
}
#menu ul li {
	width: 100%;
	float: left;
	clear: both;
}
#footer {
	width: 800px;
	height: 40px;
	margin: 0 auto 20px auto;
	background: url(../assets/tel.gif) no-repeat right 20px;
	color: #a59e99;
	padding-top: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #f6c;
	padding: 0 5px;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	background: #f6c;
}
