@charset "utf-8";
/* CSS Document */



body{
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	text-align: center;
	font-size: 12px;
}
a:link,
a:visited{
	color: #5D9AAC;
}
a:hover,
a:active{
	color: #35241F;
	text-decoration: none;
}


#wrapper{
	margin: 0 auto;
	width: 800px;
	background: #FFF;
	color: #5F5F5F;
	text-align: center;
}
#nav-main{
	margin: 0 auto;
	text-align: center;
	background: url(../images/logo-abs-2.jpg) top left no-repeat;
	width: 550px;
}
#nav{
	width: 440px;
	padding: 5px 0;
	border-bottom: solid 1px #5D9AAC;
	margin: 0 auto;
}
/*removed the background image
#nav-main{
	background: url(../images/heading-stationery-gift.gif) top no-repeat;
	padding: 60px 0 5px 0;
}*/



#nav a:link,
#nav a:visited{
	text-decoration: none;
	color: #1A1510;
	padding: 0 5px;
}
#nav a:hover,
#nav a:active{
	text-decoration: none;
	color: #5D9AAC;
}
p.footer{
	margin: 5px auto;
	padding: 0;
	font-size: 9px;
	text-transform: uppercase;
}




/*pages*/
/*home*/
.home img{
	padding: 80px 0 40px 0;
}

/*internal*/
#content{
	padding: 0 100px;
	background: transparent url(../images/bg-content.gif) left no-repeat;
	margin: 30px 0;
}
body.about div#content{
	margin: 30px 0 0 0;
}
.inner{
	padding: 0 10px;
	border-left: solid 1px #35241F;
	margin: 0;
	text-align: left;
}
.question{
	color: #5D9AAC;
	font-weight: bold;
	font-size: 10px;
}
.questions p{
	font-size: 10px;
	margin: 0;
}
p.signature{
	display: block;
	width: 200px;
	height: 75px;
	background: url(../images/signature.gif) bottom right no-repeat;
	margin: -30px 0 0 0 !important;
	margin-left: 350px !important;
	margin-left: 140px;
	padding: 0;
	line-height: 55px;
	font-size: 160%;
	color: #418A94;
	font-weight: normal;
}

/*gallery----------------------------------------------------------------------*/
#content-gallery{
	padding-left: 100px;
	background: transparent url(../images/bg-content.gif) left no-repeat;
	margin: 30px 0 30px 115px;
}
#content-gallery div.inner{
	padding: 0 10px;
	border-left: solid 1px #35241F;
	margin: 0;
	text-align: left;
	height: 250px;
}
.gallery-imgs{
	float: left;
	width: 350px;
	text-align: center;
}
.gallery-imgs a{
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.gallery-text{
	float: left;
	text-align: center;
	width: 210px;
	height: 220px;
}
.nextlast{
	float: left;
	width: 210px;
	height: 30px;

}
.linknext{
	padding: 0 0 0 5px;
	width: 99px !important;
	width /**/: 104px;
	border-left: solid 1px #CCC;
	float: left;
	text-align: left;
	height: 20px
}
.linkprev{
	padding: 0 5px 0 0;
	width: 100px !important;
	width /**/: 105px;
	float: left;
	text-align: right;
	height: 20px
}

.gallery-text p{
	padding: 10px;
}
.clearall{
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}

/*footer and abs logo-----------------------------*/

#abslink a:link,
#abslink a:visited,
#abslink a:hover,
#abslink a:active{
	display: block;
	text-decoration: none;
	color: #987A4A;
	font-size: 9px;
	margin: 3px auto;
}
