/*
 * @author Dieter Orens for GPMD http://www.gpmd.co.uk/
 */

body{
	background:#fff url(../images/body_blue_widebar.gif) left 80px repeat-x;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	text-align:center;
}

#Container{
	position:relative;
	width:700px;
	margin:0 auto;
	text-align:left;
	padding:55px 15px 60px;
}

strong{
	font-weight:bold;
}

/* - $Menu ----------------------------------------------------------------- */

#MenuHolder {
	
	width: 100%;
	height: 20px;
}

#Menu{
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#Menu li{
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin-right:13px;
}

#Menu li a{
	color:#3d3d58;
	display:block;
	float:left;
	text-decoration:none;
}
#Menu li a:hover, #Menu li a.current{
	text-decoration:underline;
}

/* - $Logo ----------------------------------------------------------------- */

#Logo{
	position:absolute;
	top:86px;
	left:15px;
}

#Tagline{
	height:60px;
	margin:27px 0 0 140px;
	background:#3d3d58 url(../images/tagline.gif) no-repeat left top;
	color:#fff;
	font:normal 24px Calibri, "Trebuchet MS", "Andale Mono", sans-serif;
	text-indent:-30000px;
}

/* - $Content -------------------------------------------------------------- */

#Content{
	background:#FFF url(../images/left_gray.gif) left top repeat-y;
	margin-top:55px;
	padding:6px 0 20px 140px;
}

#Flash{
	margin:10px 0 20px;
}

.vcard{
	margin-bottom:20px;
}

.tel .type{
	display:none;
}

/* - $ClientList ----------------------------------------------------------- */

#ClientList{
	margin:0;
}

#ClientList li{
	list-style:none;
}

#ClientList h2{
	border-bottom:4px solid #f2f2f5;
	margin-bottom:15px;
}

#ClientList ul{
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
}

#ClientList ul li{
	position:relative;
	margin:0 55px 10px 0;
	float:left;
}

#ClientList img{
	width:120px;
	height:80px;
}

/* - $Footer --------------------------------------------------------------- */

#Footer{
	position:relative;
	height:48px;
	background:url(../images/footer.gif) left top repeat-x;
}
#Footer p{
	font:italic 18px Calibri, "Trebuchet MS", "Andale Mono", sans-serif;
	position:absolute;
	right:0;
	bottom:-28px;
}
#Footer a{
	color:#0000cc;
	text-decoration:none;
}
#Footer a:hover{
	color:#0000ff;
	text-decoration:underline;
}
