body {
	padding: 0;
	margin: 0;
	color: #333;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(img/bg.gif) #4eacf5;
}

#gradient {
	padding: 20px 0 0 0;
	background: url(img/gradient.gif) repeat-x;
}

#wrapper {
	max-width: 1024px;
	min-width: 773px;
	height: 600px;
	margin: 0 auto;
	padding: 7px 4px 7px 7px;
	border: 3px solid #2e2e2e;
	background: #535353;
	overflow: hidden;
}

#left {
	display: inline;
	padding: 0;
	margin: 0;
	width: 249px;
	height: 604px;
	float: left;
	background: url(img/topl.jpg) no-repeat #535353 left top;
	
}

#main {
	margin-left: 249px;	
	margin-right: 67px;
	padding: 7px;
	height: 580px;
	background: #909090;
	border: 3px solid #2e2e2e;
}

#innerMain {
	height: 560px;
	position: relative;
	padding: 7px;
	background: url(img/cautbg.jpg);
	border: 3px solid #957400;
	overflow:auto;
}

#innerMain p {
	margin: 0;
	padding: 5px;
	text-indent: 20px;
}

h1 {
	padding: 5px;
	width: 290px;
	margin: 3px auto 7px auto;
	text-align: center;
	background: #ffdc7f;
	border: 1px solid black;
	font-size: 1em;
}

#rightbckgrnd {
	margin: 0;
	padding: 0;
	display: inline;
	width: 67px;
	height: 604px;
	float: right;
	background: url(img/topr.jpg) no-repeat #535353;
}

#left ul {
	position: relative;
	width: 207px;
	height: 288px;
	text-align: center;
	margin: 0 0 0 21px;
	padding: 156px 0 0 0;
	list-style-type: none;
	background: url(img/menu.jpg) no-repeat center 156px;
	
}

#left ul li {
	display: inline;
}

#left ul a {
	font-size: 0;
	width: 207px;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#left ul a img {
	border: none;
}


/* pixy method */
a.home {
	background: url(img/buttons.jpg) no-repeat left top;
}

a.home:hover {
	background-position: -207px top;
}

a.products {
	background: url(img/buttons.jpg) no-repeat left -46px;
}

a.products:hover{
	background-position: -207px -46px;
}

a.ABHQgallery {
	background: url(img/buttons.jpg) no-repeat left -92px;
}

a.ABHQgallery:hover{
	background-position: -207px -92px;
}

a.contact {
	background: url(img/buttons.jpg) no-repeat left -138px;
}

a.contact:hover{
	background-position: -207px -138px;
}
/* end pixy method */


/* menu icons for display in orange box */
#left img {
	position: absolute;
	top: 473px;
	left: 16px;
}

#left a img {
	height: 0;
	width: 0;
	border: none;
}

#left a:hover img {
	height: 100px;
	width: 100px;
}
/* end image overlays */

.figure {
	float: left;
	width: auto;
	margin: 6px;
}

.photo {
		font-size: 0;
		background: url(img/gallery/drop_shadow.png) no-repeat right bottom;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -4px;
	left:-5px;
}

.address {
	width: 278px;
	background: #ffdc7f;
	border: 1px solid black;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.address ul {
	text-align: left;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 50px;
	list-style-type: none;
}

.address a {
	color: #333;
	text-decoration: none;
}
.address a:hover {
	color: #031074;
	border-bottom: 1px dashed black;
}

.footer {
	border: dashed 1px #000;
	width: 300px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #000;
	background: #96d1ff;
}