@charset "utf-8";
/* CSS*/

/*GENERAL SETTINGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, span, a, form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
body {
	font: 12px/normal Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	text-align: center;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/BogyBG.jpg') repeat center top;
/*	letter-spacing: 10px;
	word-spacing: 10px;*/
}

a, a:link {
	color: #388bb3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	height: 0px;
	width: 100%;
	clear: both;
}
.FixUmrcoError {
	display: none;
}

/*LAYOUT
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* _________________ HEADER: START _________________ */
#HeaderBlue {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgBlue.png') no-repeat center top;
}
#HeaderPlum {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgPlum.png') no-repeat center top;
}
#HeaderPink {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgPink.png') no-repeat center top;
}
#HeaderRed {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgRed.png') no-repeat center top;
}
#HeaderOrange {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgOrange.png') no-repeat center top;
}
#HeaderYellow {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgYellow.png') no-repeat center top;
}
#HeaderGreen {
	width: 992px;
	height: 243px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/HeaderBgGreen.png') no-repeat center top;
}
#HeaderBlue a#LogoTogether {
	width: 330px;
	height: 91px;
	display: block;
	position: relative;
	margin: 58px 0 0 84px; padding: 0;
	float: left;
	background: transparent url('../images/LogoTogether.png') no-repeat center top;
}
#HeaderBlue #PhoneNoWrp {
	width: 260px;
	height: 32px;
	line-height: 32px;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 160px; right: 126px;
	margin: 0; padding: 0;
}
/* _________________ HEADER: END _________________ */




/* _________________ BODY CONTENT CONTAINER: START _________________ */
#Container {
	width: 906px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0 43px;
	background: transparent url('../images/ContentBg.png') repeat-y center top;
}
#Container div.HomeCont {
	width: 906px;
	position: relative;
	margin: 0; padding: 1px;
}
#Container div.HomeCont div.ScrnShotBxHome {
	width: 478px;
	/*height: 524px;*/
	height: 574px;
	position: relative;
	float: left;
	margin: 0 10px 0 0; padding: 16px 29px 10px 28px;
	background-color: #ede7e7;
}
div.ScrnShotBoxBrdrRtLt {
	width: 450px;
	position: relative;
	margin: 0 0 14px 0; padding: 14px 14px;
	background: transparent url('../images/ScrnShotBoxBrdrRtLt.jpg') repeat-y center top;
}
div.ScrnShotBoxBrdrRtLt div.ScrnShotBoxBrdrTop {
	width: 478px;
	height: 13px;
	position: absolute;
	margin: 0; padding: 0;
	top: 0px;
	left: 0px;
	background: transparent url('../images/ScrnShotBoxBrdrTop.jpg') no-repeat center center;
}
div.ScrnShotBoxBrdrRtLt div.ScrnShotBoxBrdrBtm {
	width: 478px;
	height: 13px;
	position: absolute;
	margin: 0; padding: 0;
	bottom: 0px;
	left: 0px;
	background: transparent url('../images/ScrnShotBoxBrdrBtm.jpg') no-repeat center center;
}
div.ScrnShotBoxBrdrRtLt img {
	border: none;
	margin: 0; padding: 0;
}
/*div.ScrnShotBoxBrdrRtLt img:hover {
	border: none;
	margin: 0; padding: 0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}*/
div.ScrnShotBxHome p {
	margin: 4px 0; padding: 0 6px;
	line-height: normal;
	letter-spacing: 0.02em;
	word-spacing: 0.02em;
}
div.ScrnShotBxHome div.BxClientInfo {
	color: #455560;
	margin: 18px 0; padding: 0;
}
div.ScrnShotBxHome div.BxClientInfo p {
	color: #455560;
	font-weight: bold;
	line-height: 13px;
}
div.ScrnShotBxHome div.BxClientInfo p span {
	color: #388bb3;
	font-weight: normal;
	margin: 0; padding: 0 2px;
}
div.ScrnShotBxHome div.BxClientInfo p span p {
	display:inline;
}

div.ScrnShotBxHome div.BxClientInfo p span p a:hover{
	display:inline;
	color: #FFF;
}

div.ScrnShotBxHome div.BxClientInfo p span:hover {
	color: #FFF;
	background-color: #388bb3;
}



#Container div.HomeCont div.AbutCntctBx {
	width: 325px;
	/*height: 550px;*/
	height: 500px;
	color: #455560;
	position: relative;
	float: right;
	margin: 0; padding: 0 18px 100px 18px;
	background-color: #f5f5f5;
}
#Container div.HomeCont div.AbutCntctBx h1.HdngAboutUs {
/*	font-family: "Avant Garde", "Century Gothic", Arial, sans-serif;
	color: #455560;
	font-size: 36px;
	font-weight: bold;*/
	display: block;
	width: 159px;
	height: 27px;
	background: transparent url('../images/HdngAboutUs.jpg') no-repeat left center;
	margin: 8px 0 14px 0; padding: 0;
}
#Container div.HomeCont div.AbutCntctBx h1.HdngContactUs {
/*	font-family: "Avant Garde", "Century Gothic", Arial, sans-serif;
	color: #455560;
	font-size: 36px;
	font-weight: bold;*/
	display: block;
	width: 204px;
	height: 27px;
	background: transparent url('../images/HdngContactUs.jpg') no-repeat left center;
	margin: 8px 0 14px 0; padding: 0;
}
#Container div.HomeCont div.AbutCntctBx div.CntctDetl {
	color: #388bb3;
	font-size: 14px;
	margin: 0; padding: 0;
}
#Container div.HomeCont div.AbutCntctBx div.CntctDetl p {
	line-height: normal;
	margin: 0; padding: 0;
}
#Container div.HomeCont div.AbutCntctBx div.CntctDetl p span {
	color: #455560;
	font-weight: bold;
}
#Container div.HomeCont div.AbutCntctBx div.BtnBxFindUs {
	width: 290px;
	height: 91px;
	background: transparent url('../images/BtnFindUsNorm.jpg') no-repeat center center;
	margin: 24px 0 0 0; padding: 0;
	position: absolute;
	bottom: 0px;
	right: 18px;
}
#Container div.HomeCont div.AbutCntctBx div.BtnBxFindUs:hover {
	background: transparent url('../images/BtnFindUsHovr.jpg') no-repeat center center;
}
#Container div.HomeCont div.AbutCntctBx div.BtnBxFindUs a {
	display: block;
	width: 115px;
	height: 48px;
	float: right;
	margin: 0; padding: 0;
}
#Container div.HomeCont div.AbutCntctBx div.DashLineHor {
	width: 324px;
	height: 3px;
	margin: 18px 0; padding: 0;
	border: none;
	background: transparent url('../images/DashLineHor.jpg') repeat-x center center;
}

/* _____ Second Sections _____ */
#Container div.ContCase {
	width: 906px;
	position: relative;
	margin: 10px 0 0 0; padding: 0;
	background: #ede7e7 url('../images/DashLineVer.jpg') repeat-y 538px 0px;
	border-bottom: 16px solid #ede7e7;
	border-top: 16px solid #ede7e7;
}
#Container div.ContCase div.ScrnShotBxHome {
	width: 478px;
	position: relative;
	float: left;
	margin: 0 10px 0 0; padding: 0px 29px 0px 28px;
}
#Container div.ContCase div.BoxImgCase {
	width: 325px;
	color: #455560;
	position: relative;
	float: right;
	text-align: center;
	margin: 0; padding: 0 18px;
}
#Container div.ContCase div.BoxImgCase div.ImgCase {
	width: 282px;
	text-align: center;
	margin: 40px auto 0 auto; padding: 0;
}
/* _________________ BODY CONTENT CONTAINER: END _________________ */




/* _________________ FOOTER: START _________________ */
#Footer {
	width: 992px;
	height: 200px;
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto; padding: 0;
	background: transparent url('../images/FooterBg.png') no-repeat center top;
}
#Footer img.LogoLiverpool {
	float: right;
	margin: 44px 44px 0 0; padding: 0;
}
#Footer img {
	border: none;
}
/* _________________ FOOTER: END _________________ */


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
