/* abingdon marine carpentry CSS Document */
a {
	color: #0D88BC;
	text-decoration: none;
}
a:hover {
	color: #0D88BC;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #0d88bc;
	font-weight: normal;

	padding: 0;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}
h2 {
	font-size: 17px;
	margin: 25px 0 0 0;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}
h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
	padding-bottom: 2px;
	padding-top: 0;
	width: 100%;
}
strong {
	color: #4F3F22;
}
p {
	margin: 6px 0 10px 0;
}
body {
	margin: 0 0 30px 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #757575;
		background: #ffffff url("../img/body_bg.jpg") top center no-repeat;
	background-attachment: fixed;
	line-height: 1.4em;
}

#page {
	/*background: transparent url("../img/content_bg.png") top center repeat-y;*/
	background:transparent url(../img/content_bg.png) repeat-y scroll center top;
	margin:0 auto;
	padding:0;
	width:782px;
	}
#pageWrapper {
	/*background:transparent url(../img/footer_bg.png) no-repeat scroll center bottom;*/
	padding:0 29px 20px;
}
#header {
	padding: 0;
	height: 120px;
}
#logo {
	float: left;
	background: transparent url("../img/logo.gif") 0 0 no-repeat;
	width: 168px;
	height: 69px;
	margin: 34px 0 0 0;
}
#phone {
	float: right;
	background: transparent url("../img/phoneNo.gif") 0 0 no-repeat;
	width: 209px;
	height: 24px;
	margin: 80px 0 0 0;
}

/**Primary NAvigation**/

#primaryNav {
	clear: both;
	color: #ffffff;
	background: transparent url("../img/banners/02.jpg") 0 0 no-repeat;
	width: 100%;
	height: 176px;
}
#pageGallery #primaryNav {
	clear: both;
	color: #ffffff;
	background: transparent url("../img/banners/01.jpg") 0 0 no-repeat;
	width: 100%;
	height: 176px;
}
#primaryNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
#primaryNav ul li {
	float: left;
	line-height: normal;
	padding: 0;
	margin: 7px 0 0 0;
	background-image: none;
	list-style-image: none;

}
ul.navigation {
	margin: 0;
	padding: 0;
}
#primaryNav ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 15px 0 15px;
	text-decoration: none;
}
#primaryNav ul li a:hover {
	color: #d4d4d4;
}
#contentWrapper {
	padding: 30px 0 0 0;
}

/**Footer**/
#footer {
	background-color: #517696;
	width: 100%;
	height: 27px;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;

}
#footerNav {
	color: #ffffff;
	font-size: 10px;
}
#footerNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 20px;
}
#footer li {
	list-style-image: none;
	padding: 3px 20px 0 0;
	margin: 4px 0 0 0;
}


/**Page Layout**/
div.seventyThirtyWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.seventyThirtyWrapper div.columnOne {
	width: 496px;
	float: left;
}
div.seventyThirtyWrapper div.columnOne div.columnOneWrapper {
	padding: 0 20px 0 0;
}
div.seventyThirtyWrapper div.columnTwo {
	width: 228px;
	float: left;
}

/**banners**/

#pageServices #primaryNav {
	background: transparent url("../img/banners/04.jpg") 0 0 no-repeat;
	}
#pageFresh #primaryNav {
	background: transparent url("../img/banners/06.jpg") 0 0 no-repeat;
	}
#pagePricing #primaryNav {
	background: transparent url("../img/banners/05.jpg") 0 0 no-repeat;
	}
#pageLinks #primaryNav {
	background: transparent url("../img/banners/07.jpg") 0 0 no-repeat;
	}
#pageEnquiry #primaryNav {
	background: transparent url("../img/banners/09.jpg") 0 0 no-repeat;
	}
#pageSmooth #primaryNav {
	background: transparent url("../img/banners/08.jpg") 0 0 no-repeat;
	}
.clear {
	clear: both;
}

div.quote {
	background: transparent url(../img/quote_open.gif) no-repeat scroll left top;
	margin: 20px 0 0;
	padding: 10px 0;
}
div.quote blockquote {
	background: transparent url(../img/quote_closed.gif) no-repeat scroll right bottom;
	color: #666633;
	font-size: 140%;
	font-style: italic;
	font-weight: lighter;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: center;
	line-height: 1.6em;
}
p.author {
	font-size: 10px;
	color:#999999;
	float: right;
}
a.externalLink {
	background: transparent url("../img/externalBullet.gif") 0 50% no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}
hr {
  border: 0;
  width: 100%;
 
	background-color: #d7d7d7;
	height: 1px;
}
ul {
	margin: 20px 0 20px 17px;
	padding: 0;
}
ul li {
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	list-style-image: url(../img/green_bullet.gif);
	list-style-type: none;
	margin: 10px 0;
	}
	
table th {
	font-size: 14px;
	padding: 10px;
	color: #fff;
	border:1px solid #999999;
	background-color: #cccc65;
}
table td {
	padding: 10px;
	border-bottom: 1px solid #999999;
}
table.formstuff {
	width: 100%;
}
.highlight {
	background-color: #cccc65;
	padding: 12px;
	color: #666633;
	
}
.highlight p {
	margin: 0;
}
.boxout {
	background-color: #f3f3f3;
	padding: 12px;
	border: 1px solid #666633;
	margin: 0 0 20px 0;
}
.boxout p {
	margin: 0;

}#pageLinks #page #pageWrapper #content #contentWrapper .seventyThirty .seventyThirtyWrapper .columnOne .columnOneWrapper img {
	float: right;
	margin: 0 0 10px 10px;
}
#pageFresh #page #pageWrapper #content #contentWrapper .seventyThirty .seventyThirtyWrapper .columnOne .columnOneWrapper img {
	float: right;
	margin: 0 0 10px 10px;
}
img.floater {
	float: right;
}

#textfield {
	margin: 0;
}
#terms {
	margin: 0 0 0 10px;
	float: left;
}
#terms a {
	color: #fff;
	text-decoration: none;
}

/*div.roundBox.first {
	margin: 580px 0 0 0;
}*/
div.roundBox {
	margin: 0;
	background: transparent url("../img/boxTop.gif") top left no-repeat; 
}
div.roundBox {
	margin: 0 0 0 0;
	background: transparent url("../img/boxTopNorm.gif") top left no-repeat; 
}
div.roundBox div.boxWrapper {
	padding: 33px 15px 8px 15px;
	background: transparent url("../img/boxBottom.gif") bottom left no-repeat;
}

div.roundBox h2 {
	color: #c93219;
	margin: 0 0 10px 0;
	padding: 0;
}

div.twoColumnLayout div.columnOne {
	width: 49%;
	float: left;
}
div.twoColumnLayout div.columnTwo {
	width: 49%;
	float: left;
}

/*
LIGHTBOX CSS **/

/*div.gallery img {
	border: 1px solid #3d311a;
	margin: 0 17px 17px 0;
}*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.thumbnail
{
	float: left;
	width: 135px;
	padding: 1px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #0f110e;
}
.thumbnail a img {opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity:0.7;}
.thumbnail a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
-moz-opacity:1.00; -khtml-opacity:1.0;
	background-color: #fff;
}


