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

body {
	background:#39b54a url(../images/page-bg.gif) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/plasticoat_logo.gif) no-repeat;
	width:344px;
	height:110px;
}
#bigp {
	position:absolute;
	left:635px;
	top:0px;
	width:225px;
	height:235px;
	background:url(../images/plasticoat_bigp.gif) no-repeat;
}
#container {
	width:604px;
	position:absolute;
	left:78px;
	top:105px;
}
#top {
	height:18px;
	background:url(../images/content_top.png);
	margin:0;
}
#bottom {
	height:18px;
	background:url(../images/content_bottom.png) no-repeat;
	margin:0;

}
#centre {
	background:url(../images/content_centre.png) repeat-y;
	padding:18px 180px 18px 30px;
	margin:0;
	min-height:400px;
}
*html #top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content_top.png', sizingMethod='scale');
}
*html #bottom {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content_bottom.png', sizingMethod='scale');
}
*html #centre {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/content_centre.png', sizingMethod='scale');
	height:400px;
}
.clear {
	clear:both;
	height:0;
}
#mapholder {
	height: 350px;
	width: 350px;
	padding: 0px;
	margin: 0;
	overflow: hidden;
	position:absolute;
	left:450px;
	top:96px;
	background:url(../images/map.png);
} 
#map {
	width:290px;
	height:290px;
	margin:30px;
}
*html #mapholder {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map.png', sizingMethod='scale');
	height:400px;
}
.pics {
	height: 350px;
	width: 350px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position:absolute;
	left:450px;
	top:96px;
	background:url(../images/photo-stack.png) no-repeat;
} 
*html .pics {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/photo-stack.png', sizingMethod='scale');
}
#subcontainer {
	width:755px;
	float:left;
}
#gallery {
	border-bottom:2px solid #fff;
	height:407px;
}
.pics img {  
    top: 0; 
    left: 0 
} 
pre { 
	display:none
	}

img {
	border:none;
}
#gallerynav {
	float:right;
	width:100px;
	text-align:right;
}
#menu {
	padding-left:30px;
	position:absolute;
	left:78px;
	top:85px;
}
#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2em;
	padding:0;
	margin:0;
	color:#39b54a;
}
a {
	color:#39b54a;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#menu a {
	background:url(../images/tab.gif) no-repeat top;
	width:102px;
	margin-right:5px;
	text-align:center;
	display:block;
	padding:5px 0px 25px 0px;
	color:#fff;
	text-decoration:none;
}
#menu a:hover{
	background:url(../images/tabover.gif) no-repeat top;
	color:#39b54a;
}

#fader {
	clear:both;
}
img {
	border:none;
}
#footer {
	font-size:0.9em;
	padding:10px 30px;
	height:3em;
	color:#fff;
	font-weight:bold;
}
.left {
	width:50%;
	float:left;
}
.right {
	width:50%;
	float:right;
	text-align:right;
}
h2 {
	color:#206D35;
	margin:0;
	margin-top:1em;
	font-size:1.2em;
}
p {
	margin:.5em 0 1em 0;
}
