@charset "utf-8";
/*-------------------------------------------------------------
Meridian Design Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #fff; 
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: url(images/sideBar/faux-col.gif) repeat-y 70% 0;
    }
	
/*Header*/

#header {
	width: 100%;
	height: 200px;
	background: url(images/header/headerv3.jpg) no-repeat;
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	color: #ed1818;
	background-color: inherit;
	}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	color: #ed1818;
	background-color: inherit;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #ed1818;
	background-color: inherit;
	}
	
/*****************NAV************************/
	
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ed1818;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 5px 0;
	font-size: 85%;
	border-right: 1px solid #ccc;
	}

#nav li.last {
	border: none;
	}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	color: #ddd;
	text-decoration: underline;
	}
	
/*Content*/

#content {
	float: left;
	width: 100%;
	line-height: 1.5em;
	color: #000;
	font-size: 90%;
	background: #fff url(images/content/content-bg.jpg) no-repeat;
	}

span.bold {
	font-weight: bold;
	}

/*DL Styling on hp*/


#intro {
	float: left;
	width: 700px;
	padding: 10px 0;
	}

#intro dl {
	float: left;
	width: 660px;
	margin: 10px 20px;
	padding: 0;
	display: inline; /*fixes ie/win double margin bug*/
	}

#intro dt {
	float: right;
	width: 494px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #ed1818;
	}

#intro dd {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
	color: #000;
	}

#intro dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	}

/*Reverse Float*/

#intro .alt dt {
	float: left;
	}

#intro .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
	}

/*Project Solutions*/

.firstLogo {
	margin-left: 15px;
	}
	
.floatImg {
	padding: 2px;
	float: right;
	border: 1px solid #FF0000;
	}

.noBorder {
	border: none;
	}
	

#hoverFeature {
	clear: both; /*Clears image above which is floated to right*/
	width: 200px; /*allows text to align to center*/
	}

#hoverHint {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.thumbnail {
position: relative;
z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 40%; /*position where enlarged image should offset horizontally */
}


/*Contact Page*/

.contactImg {
	float: right;
	}

ul.contactList {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.contactList li {
	margin: 0;
	padding: 2px 0;
	}

.contactBox {
	margin-top: 5px;
	width: 60%;
	}

/*sideBar*/

#sideBar {
	float: right;
	width: 30%;
	}
	
/*Gutters*/

#content .gutter {
	padding: 15px;
	}

#sideBar .gutter {
	padding: 15px;
	}

/*Footer*/
	
#footer {
	clear: both;
	padding: 5px 10px;
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #333;
	text-align: center;
	}

#footer a {
	color: #333;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

