body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#01592b;
	background-attachment:fixed;
	margin:0px;
}

#wrapper{
	background-image:url(images/bg-content.png);
	background-repeat:repeat-y;
	width:1094px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header {
	width:1024px;
	height:131px;
	
}

#nav {
	background-image:url(images/bg-nav.jpg);
	width:984px;
	height:39px;
}

#nav li {
	list-style:none;
	display:block;
	float:left;
	height:39px;
}

a.home{
	display:block;
	background-image:url(images/home-btn.jpg);
	background-position:top;
	width:105px;
	height:39px;
}

a.home:hover {
	display:block;
	background-image:url(images/home-btn.jpg);
	background-position:bottom;
	width:105px;
	height:39px;
}


a.contact{
	display:block;
	background-image:url(images/contact-btn.jpg);
	background-position:top;
	width:178px;
	height:39px;
}

a.contact:hover {
	display:block;
	background-image:url(images/contact-btn.jpg);
	background-position:bottom;
	width:178px;
	height:39px;
}



a.mngt{
	display:block;
	background-image:url(images/mngt-btn.jpg);
	background-position:top;
	width:204px;
	height:39px;
}

a.mngt:hover {
	display:block;
	background-image:url(images/mngt-btn.jpg);
	background-position:bottom;
	width:204px;
	height:39px;
}


a.auctions{
	display:block;
	background-image:url(images/auctions-btn.jpg);
	background-position:top;
	width:149px;
	height:39px;
}

a.auctions:hover {
	display:block;
	background-image:url(images/auctions-btn.jpg);
	background-position:bottom;
	width:149px;
	height:39px;
}


a.ourteam{
	display:block;
	background-image:url(images/ourteam-btn.jpg);
	background-position:top;
	width:160px;
	height:39px;
}

a.ourteam:hover {
	display:block;
	background-image:url(images/ourteam-btn.jpg);
	background-position:bottom;
	width:160px;
	height:39px;
}

a.about{
	display:block;
	background-image:url(images/about-btn.jpg);
	background-position:top;
	width:149px;
	height:39px;
}

a.about:hover {
	display:block;
	background-image:url(images/about-btn.jpg);
	background-position:bottom;
	width:149px;
	height:39px;
}


#bottom-nav {
	width:1024px;
	height:208px;
}

#content {
	width:1024px;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:18px;
	color:#000000;
	position:relative;
}


#icons {
	width:293px;
	height:336px;
	margin-left:25px;
	float:left;
	position:relative;
}

#details {
	width:650px;
	margin-left:35px;
	float:left;
	position:relative;
	line-height:30px;
}



#footer{
	background-image:url(images/bg-footer.png);
	width:1094px;
	height:93px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Helvetica", "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}

#footer li {
	float:left;
	display:block;
	list-style:inside;
	padding-top:20px;
	width:auto !important;
}


#footer a:link {
	color:#000000;
	text-decoration:none;
}

#footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#FF9900;
	text-decoration:none;
}

#footer a:active {
	color:#FF9900;
	text-decoration:none;
}

.footer_content{position:relative; left:60px;}



.style1 {
	font-size: 22px;
	color: #005596;
}
.menu {
	font-size: 14px;
	color: #1468e2;
	font-family: Arial, Helvetica, sans-serif;
}

.menu a:link {
	color:#1468e2;
	text-decoration:none;
}

.menu a:visited {
	color:#1468e2;
	text-decoration:none;
}

.menu a:hover {
	color:#000099;
	text-decoration:none;
}

.menu a:active {
	color:#000099;
	text-decoration:none;
}
