/* CSS Document */

#menu {
	background: #000000;
	width: 100%;
}
#menu #menu-links {
	width: 960px;
	height: 31px;
	margin: 0 auto;
	position: relative;
}
#menu #menu-links ul {
	position: absolute;
	top: 0px;
	right: 5px;
	/* list-style-image: url(../../img/menu/li_slash.gif); */
	list-style: none;
	height: 31px;
	line-height: 31px;
}
#menu-links ul li {
	margin: 0px 8px;
	padding: 0px;
	float: left;
}
#menu-links ul li.without {
	list-style: none;
}
#menu-links ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 31px;
	line-height: 31px;
	float: left;
}
#menu-links ul li a.main {
	background: url(../../img/menu/main.gif) no-repeat center center;
	width: 71px;
}
#menu-links ul li a.main.active {
	background: url(../../img/menu/main_active.gif) no-repeat center center;
}
#menu-links ul li a.about {
	background: url(../../img/menu/about.gif) no-repeat center center;
	width: 27px;
}
#menu-links ul li a.about.active {
	background: url(../../img/menu/about_active.gif) no-repeat center center;
}
#menu-links ul li a.blog {
	background: url(../../img/menu/blog.gif) no-repeat center center;
	width: 22px;
}
#menu-links ul li a.blog.active {
	background: url(../../img/menu/blog_active.gif) no-repeat center center;
}
#menu-links ul li a.portfolio {
	background: url(../../img/menu/portfolio.gif) no-repeat center center;
	width: 40px;
}
#menu-links ul li a.portfolio.active {
	background: url(../../img/menu/portfolio_active.gif) no-repeat center center;
}
#menu-links ul li a.contact {
	background: url(../../img/menu/contact.gif) no-repeat center center;
	width: 38px;
}
#menu-links ul li a.contact.active {
	background: url(../../img/menu/contact_active.gif) no-repeat center center;
}
#menu-links ul li a.offer {
	background: url(../../img/menu/offer.gif) no-repeat center center;
	width: 28px;
}
#menu-links ul li a.offer.active {
	background: url(../../img/menu/offer_active.gif) no-repeat center center;
}
#menu-links ul li a span {
	display: none;
}
#page {
	width: 960px;
	margin: 0 auto;
}
#page #top #banner {
	width: 940px;
	height: 99px;
	margin: 0px 10px;
	border-bottom: 1px solid #E2E2E2;
}
#page #top #banner a {
	display: block;
	width: 940px;
	height: 99px;
	background: url(../../img/banner.jpg) no-repeat center top;
}
#page #top #banner a span {
	display: none;
}
#page #content {
	background: url(../../img/bg-content.jpg) no-repeat left top;
	font-family: Georgia;
}
#page #bottom {
	border-top: 1px solid #E2E2E2;
	padding: 26px 20px 50px 24px;
	margin: 0px 10px 0px 10px;
}
#page #bottom #footer,
#page #bottom #footer a{
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
#page #bottom #footer a{
	color: #C1C1C1;
}
#page #bottom #footer address {
	font-style: normal;
	margin: 20px 0px 0px 0px;
}