/* CSS Document */

body {
	font: 16px "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000 url("page_images/bg.jpg") fixed;
}
#container {
	position:relative;
	left:0px;
	top:10px;
	width:790px;
	height:auto;
	text-align:left;
	margin: 0 auto;
}
#banner-top {
	position:absolute;
	left:0px;
	top:0px;
	width:790px;
	height:53px;
	background:  url("page_images/banner_top.gif") no-repeat;
}
/* Buttons */
/******************************************************************/
#btn-home {
	position:absolute;
	left:15px;
	top:53px;
	width:102px;
	height:90px;
	z-index: 3;
}
#banner-middle {
	position:absolute;
	left:117px;
	top:53px;
	width:534px;
	height:53px;
	background:  url("page_images/banner_middle.gif") no-repeat;
	z-index: 3;
}
#btn-about-us {
	position:absolute;
	left:651px;
	top:53px;
	width:124px;
	height:90px;
	z-index: 3;
}
#btn-gallery {
	position:absolute;
	left:117px;
	top:106px;
	width:123px;
	height:80px;
	z-index: 3;
}
#btn-refinishing {
	position:absolute;
	left:240px;
	top:106px;
	width:177px;
	height:80px;
	z-index: 3;
}
#btn-repair-methods {
	position:absolute;
	left:417px;
	top:106px;
	width:234px;
	height:80px;
	z-index: 3;
}
/* End Buttons */
/******************************************************************/
#content {
	left:0px;
	top:53px;
	width:750px;
	height:auto;
	margin:0px 0px 53px;
	padding:147px 20px 20px;
	position: relative;
	background: #C0DFFE url("page_images/content_bg.gif") repeat-y;
	z-index: 2;
}
#bottom {
	position:static;
	left:0px;
	bottom:0px;
	width:100%;
	height:45px;
	z-index:3;
	background:  url("page_images/bottom.gif") no-repeat top left;
	float: none;
	clear: right;
	margin: 0px;
	padding: 0px;
}
/* Begin Regular Formating */
/******************************************************************/
img {
	border: none;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #64AFD8;
	border-top: 2px #64AFD8;
	border-right: 2px #64AFD8;
	border-left: 2px #64AFD8;
	margin: 0px 0px .1em;
	color: #333333;
	font-style: italic;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em 0em .1em;
	font-style: italic;
}
h3 {
	font-size: 1em;
	margin: 0em 0em .6em;
	font-weight: bold;
}
p {
	margin: 0px 0px .6em;
}
a:link, a:visited {
	color: #435474;
}
a:hover, a:active {
	color: #B18112;
}
/* Begin Layout of table and images on the gallery page made from 'gallery_template.dwt' */
/******************************************************************/
.galleryContent {
	text-align: center;
	float: none;
	margin: 0px 0px 15px;
	clear: right;
	height: auto;
	width: 100%;
	padding: 0px;
	border: 1px solid #64AFD8;
	background: #d2e7ff;
}
.galleryImage {
	width: 210px;
	text-align: center;
	vertical-align: top;
}
.galleryDescription {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin: 0px;
}
.galleryZoom {
	/*area for the 'view more' text*/
	width: 36px;
	background: #64AFD8;
	padding-top: 20px;
	vertical-align: top;
}
.galleryZoom div {
	/*text formatting for the 'view more' text*/
	color: #FFFFFF;
	font: italic bold 12px Arial, Helvetica, sans-serif;
}
.galleryDescription h1 {
	font-size: 1.2em;
	background:  url("page_images/gallery_h1.jpg") no-repeat left top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 30px;
	padding: 4px 0px 0px 10px;
}
/* Formating of the images on the gallery pages created with the 'more_pictures_template.dwt' */
/******************************************************************/
.morePicturesImages {
	text-align: center;
	margin: 0px 0px 15px;
	color: #64AFD8;
	font: bold 1em Arial, Helvetica, sans-serif;
}
.morePicturesImages img {
	margin: 10px 5px 0px 5px;
}
