/* --------------------------------------- Set the default font styles and page background colour  ---------------------------------------*/

body 
{
	font: 1em verdana, arial, sans-serif; 
	font-size:100%;
	background-color:#000000;
}

/* --------------------------------------- Clear all the margins and padding --------------------------------------- */
* {margin:0; padding:0;}

/* --------------------------------------- Set the overall layout of the main page divs --------------------------------------- */
div#mainwrapper {width:776px; margin-top:9px; margin-right:auto; margin-left:auto; background-color:#ffffff; }
div#header {width:776px; height:193px; }
div#columnswrapper {float:left; width:776px; }
div#nav {float:left; width:251px; margin-left:-776px; }
div#content {float:left; width:524px; margin-left:251px; display:inline;  } /* display inline is hack fix for IE */
div#footer {width:776px; }
.clearthis {clear:both;}

/* --------------------------------------- Mainwrapper styles --------------------------------------- */
div#mainwrapper
{
	border:1px solid #000000;
}

div#columnswrapper
{
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
}

/* --------------------------------------- Content column styles --------------------------------------- */
div#content 
{

	background-repeat:no-repeat; 
	border-left:1px solid #000000;
	border-top:1px solid #000000; 
}

div#contentinner 
{
	margin: 30px 30px 20px 50px;
}

div#content .img-shadow
{
	float:left;
	background:url(images/trans-shadow.png) no-repeat bottom right;
}

div#content .img-shadow img
{
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

div#content h1
{
	margin-bottom:1.0em; 
	font-size:1.0em; 
	color:#3b629b;
}

div#content h2
{
	margin-bottom:1.0em;
	font-size:0.9em; 
	color:#3b629b;
}

div#content h3
{
	margin-bottom:1.0em;
	font-size:0.8em; 
	color:#3b629b;
}

div#content p 
{
	margin-bottom:1.2em; 
	font-size:0.8em; 
	color:#3b629b;
}

div#content a 
{
	text-decoration:underline; 
	color:#3b629b;
}

div#content a:hover 
{
	text-decoration:none;
	color: #960; 
}

div#contentimage1 img, div#contentimage2 img, div#contentimage3 img, div#contentimage4 img
{
	width:250px;
	height:188px;
}

div#contentimage1, div#contentimage2, div#contentimage3, div#contentimage4
{
	width:268px;
	height:226px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
}

div#contentimage1, div#contentimage3
{
	float:right;
}	

div#contentimage2, div#contentimage4
{
	float:left;
}	

div#contentimage1 p, div#contentimage2 p, div#contentimage3 p, div#contentimage4 p, div#mainimage p
{
	text-align:center;
	font-size:10px;  
	color:#000000;
} 

div#mainimage img 
{
	width:372px;
	height:279px;
}

div#mainimage
{
	width:386px;
	height:313px;
	margin:5px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
}

/* --------------------------------------- Findus content styles --------------------------------------- */

div#content div#map-shadow
{
	width:420px;
	height:300px;
	margin: 20px 0px 20px 10px;
	background:url(images/trans-shadow.png) no-repeat bottom right;
}
	
div#content div#map
{
	width:420px;
	height:300px;
	background:url(../images/findusmap.jpg) no-repeat bottom right;
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */

}

div#content div#findusaddress h3
{
	float:left;
	margin-right:20px;
	margin-bottom:4em;
}

div#content div#findusaddress p
{
	margin-bottom:0em;
	color:#000000;
}

/* --------------------------------------- Contactus content styles --------------------------------------- */
div#content div#contactusform p
{
	margin-bottom:0px;
} 

div#content div#contactusform p.warning
{
	margin-bottom:10px;
} 

div#content div#contactusform input.name, input.email 
{
	margin-bottom:10px;
	width:300px;
} 

div#content div#contactusform textarea.address
{
	margin-bottom:10px;
	width:200px;
	height:100px;
} 

div#content div#contactusform input.tel 
{
	margin-bottom:10px;
	width:200px;
} 
div#content div#contactusform textarea.message 
{
	margin-bottom:10px;
	width:420px;
	height:200px;
} 

/* --------------------------------------- Gallery content styles --------------------------------------- */

div#galleryitem
{
	width:400px;
	height:147px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
}

div#galleryleft, galleryright
{
	width:200px;
	height:147px;

}

div#galleryright
{
	float:right;
}	

div#galleryleft
{
	float:left;
}	

div#galleryitem p
{
	padding-top:30px;

}

/* --------------------------------------- Header styles --------------------------------------- */
div#header 
{
	background-image:url(images/header.jpg);
}

div#header  h1
{
	font-family: arial black, arial, sans-serif;
	padding-left:7px;
	font-size:31px;
	font-weight: bold;
	text-align:left;
	color:#3b629b
}

div#header  h2
{
	font-family: arial black, arial, sans-serif;
	padding:89px 0 0 480px;
	font-size:17px;
	font-weight: bold;
	text-align:left;
	color:#3b629b
}

div#header  p
{
	font: 1em verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	color:#3b629b
}

div#header  p.address
{
	padding:0 0 2px 430px;
}

div#header  p.telephone
{
	padding:0 0 0 400px;
}

/* --------------------------------------- Navigation bar styles --------------------------------------- */
div#nav
{
	background-image:url(images/nav_tile.jpg);
	border-right:1px solid #000000; 
}

div#nav h2
{
	margin:4px 4px 10px 4px;
	background-image:url(images/nav_list_background.gif);
	background-repeat:no-repeat;
	padding:11px 0 10px 75px;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	color:#ffffff;
}

div#nav img
{
	margin:-30px 0px 0px 13px;
	padding:10px;
	border:1px solid #000000;
	background-color:#ffffff
}

div#nav ul
{
	margin:-40px 6px 15px 88px;
	font-size:0.8em;
	list-style-type:none; 
	text-align:center;
}

div#nav a 
{
	text-decoration:none; 
	color:#000000; 
}

div#nav a:hover 
{
	color: #960;
}

div#nav div#navend
{
	background-image:url(images/nav_tile2.jpg);
	background-repeat:no-repeat;
	width:251px;
	height:175px;
}
div#footer div#navfooter 
{
	margin:-172px 0px 0px -1px;
	background-image:url(images/nav_bottom.jpg);
	border:1px solid #000000;
	position:relative;
	width:250px;
	height:165px;
}

/* --------------------------------------- Navigation bar styles --------------------------------------- */
div#footer 
{
	background-image:url(images/footer.jpg);
	border-bottom:2px solid #000000;
	padding:4px 0;
	border-top:1px solid #000000; 
	font-size:.7em;

}

div#footer ul 
{
	margin:2px 0;
		text-align:center;
}

div#footer li 
{
	padding:0 5px 0 9px;
	border-left:1px solid;
	display:inline;
	color:#3b629b;
}

div#footer p 
{
	font-size:.8em; 
	color:#3b629b;
	text-align:center;
}

div#footer a 
{
	text-decoration:none; 
	color:#3b629b;
}

div#footer a:hover 
{
	color: #960;
}

div#splash
{
	width:100%
	margin-top 150px;
	margain-left:auto;
	margin-right:auto;
	background-color:#000000;
}

div#splash h1, div#splash h2, div#splash p
{
	color:#3b629b;
}

div#splash h1
{
	font-family: arial black, arial, sans-serif;
	text-align:center;
	font-size:55px;
	font-weight:bold;
}

div#splash h2
{
	font-family: arial black, arial, sans-serif;
	text-align:center;
	font-size:40px;
	font-weight:bold;
}

div#splash img
{
	margin-left:138px;
}

div#splash p
{
	font-family: arial black, arial, sans-serif;
	margin:10px 100px 10px 100px;
	text-align:center;
	font-size:15px;
	font-weight:bold;}

div#splash a 
{
	margin-left:200px;
	font-size:15px;
	text-decoration:none; 
	color:#3b629b;
}

div#splashfooter
{
	background-color:#000000;
	border-bottom:2px solid #000000;
	padding:4px 0;
	border-top:1px solid #000000; 
	font-size:.7em;

}

div#splashfooter ul 
{
	margin:2px 0;
		text-align:center;
}

div#splashfooter li 
{
	padding:0 5px 0 9px;
	border-left:1px solid;
	display:inline;
	color:#3b629b;
}

div#splashfooter p 
{
	font-size:.8em; 
	color:#3b629b;
	text-align:center;
}

div#splashfooter a 
{
	text-decoration:none; 
	color:#3b629b;
}

div#splashfooter a:hover 
{
	color: #960;
}

.preloadpic
{
display:none;
}
