* {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #dbdbdb;
}
html {
	background: #001923 url(../img/bg.png) repeat-x;	
}
body {

}
#outer {
	width: 805px; 
	margin: 0 auto;
}
#top {
	height: 120px;
	background: url(../img/logo.gif) no-repeat center 50px;
}
#menu {
	height: 49px;
	background: url(../img/line.gif) repeat-x left bottom;
}
#menu li {
	float: left;
	
	list-style: none;
}
#menu a {
	display: block;
	width: 70px;
	position: relative;
	color: white;
	font-size: 13px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	float: left;
	text-decoration: none;
	margin: 0px 65px;
}
#menu a:hover {
	color: #facba2;
}
#menu a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 36px;
}
#menu .home span {
	background: url(../img/menu/home.gif);
}
#menu .offer span {
	background: url(../img/menu/offer.gif);
}
#menu .projects span {
	background: url(../img/menu/projects.gif);
}

#menu .contact span {
	background: url(../img/menu/contact.gif);
}
#menu a:hover span, #menu .active span {
	background-position: 0px -36px;
}

#content {
	padding: 20px 40px;
	position: relative;
}
#content p {
	line-height: 19px;
	text-align: justify;
	padding-bottom: 15px;
	text-indent: 10px;
}

#footer {
	background: url(../img/line.gif) repeat-x;
	padding-top: 20px;
	height: 60px;
	color: #cacccc;
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
#footer span, #footer strong {
	color: #d49c4d;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	margin: 0 10px;
}
#gal table {
	width: 50px;
	margin: 0 auto;
}
#gal .groups {
	width: 708px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.clearFix {
	clear: both;
}
#gal img {
	border: 4px solid #002e41;
	display: block;
	margin: 0 auto;
}
#gal .prev, #gal .next {
	display: block;
	background: #002e41;
	color: #002e41;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}
#gal .next {
	background-image: url(../img/next.gif);
	clear: both;
}
#gal .prev {
	background-image: url(../img/prev.gif);
}
#gal .pic {
	line-height: 40px;
	padding-top: 5px;
}
#gal .pic li {
	display: inline;
}
#gal .pic a {
	color: #e5e5e5;
	font-weight: bold;
	font-size: 20px;
	
	font-family: verdana;
	text-decoration: none;
	padding: 0px 5px;
	
}
#gal .pic .active {
	background: #022d3f;
}
#gal h3 {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
