@charset "utf-8";
/*
Header blue #57afcc 
box title blue/teal #56b2a4
h1 blue #21647a
box background and featured text #042c51 


*/


body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #fff; 
	padding: 0 ;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color:#fff;
}
.oneColLiqCtrHdr #header #topBar{
	background:#57afcc;
	
	text-align:right;
	height:31px;
	
	
}
.oneColLiqCtrHdr #header #topBar img{
float:left;
	
	
}
.oneColLiqCtrHdr #header #topBar h1{
display:inline;
font-size:130%;
margin:0 30px;
}

.oneColLiqCtrHdr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size:90%;
}
.oneColLiqCtrHdr #textContent {
	padding:10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColLiqCtrHdr #mainContent h1 {
font-size:120%;
color:#21647a;
margin:2px;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(http://www.freebirdconversions.co.uk/images/vw-conversion-footer-back.gif) no-repeat ;
	height:72px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	line-height:150%;
}
#menuBar {
clear:both;
background:url(http://www.freebirdconversions.co.uk/images/vw-camper-menu-background.gif) repeat-x;
text-align:center;
padding:6px 0px 6px 10px;
font-weight:bold;
margin:0;
height:16px;
}
.imgFltLt{
float:left;
margin-bottom:5px;
margin-right:5px;
}
.infoBox {
float:left;
background:url(http://www.freebirdconversions.co.uk/images/box-bottom.gif) bottom no-repeat #042c51;
height:240px;
width:192px;
color:#fff;
margin:20px 20px 10px 20px;

}
.infoHeader {
height:30px;
width:180px;
padding:6px 6px 1px 6px;
background:url(../images/box-top2.gif) no-repeat;
}
.infoHeader a:link, .infoHeader a:hover, .infoHeader a:visited {
color:#fff;
font-weight:bold;
}
.boxText {
font-size:80%;
padding:0px 8px 5px 8px;
}
.imgFltRt {
float:right; 
margin:5px;
}

/* ----- LINKS ----- */

a{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}

#menuBar a{color:#FFFFFF; text-decoration:none;}
#menuBar a:hover{color:#FFFFFF; text-decoration:underline;}

.infoBox a{color:#FFFFFF; text-decoration:none;}
.infoBox a:hover{color:#FFFFFF; text-decoration:underline;}
#footer {font-size:10px;padding:8px;width:100%;}
#footer a{color:#FFFFFF; text-decoration:none; font-weight:normal;}
#footer a:hover{color:#FFFFFF; text-decoration:underline;}
#footer p {width:90%;}

/* ----- MAGNIFY ------- */

.watermark_box_right {
position:relative;
display:block;
float:right;
}

.watermark_box_left {
position:relative;
display:block;
float:left;
}
img.watermark {
position: absolute;
top: 4px;
left: 4px;
}

/* ----- HIGHSLIDE ----- */
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #57afcc;
}
.highslide:hover img {
	border-color: silver;
	cursor: url(images/magnify.cur), pointer;
}
 
.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
 
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #57afcc;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
 
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
 
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #57afcc;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}
 
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}
#aboutGal {
	width:200px;
	float:left;
	margin-right:10px;
}
#convGal {
	width:231px;
	float:left;
	margin-right:30px;
}
#aboutGal img, #convGal img {
margin-bottom:5px;
}
.oneColLiqCtrHdr #container #mainContent #textContent #ebay {
	font-size: 200%;
}
.oneColLiqCtrHdr #container #mainContent #textContent #ebay2 {
	font-size: 175%;
}

a, a:link, a:hover, a:visited {
	color:#0099FF;
	text-decoration:underline;
	font-weight:bold;
}