body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-stretch: condensed;*/
	font-size: 67.5%;
	color: #889;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
a{outline:none}
.PageContainer{
	text-align: left;
	margin: 0 auto auto auto;
	padding: 5px 0 20px;
	width: 680px;
	min-height: 100%;
	background: #fff;
}
#Header{
	height: 130px;
}
#Header #Logo{
	padding: 0 70px 50px 0;
	background: url(images/logo-reflection.png) no-repeat;
	float: left;
}
#Header #TagLine{
	color: #778;
	margin: 0 0 15px 30px;
	height: 67px;
	text-transform: none;
	font: bold 1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/tagline.png) no-repeat bottom left;
}
#SiteMenu{
	margin: 10px 0 0 390px;
	height: 35px;
}
#SiteMenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#SiteMenu li{
	display: inline;
	margin: 0;
	padding: 0;
}
#SiteMenu li a{
	display: block;
	float:left;
	height: 19px;
	background: #fff url(images/site-menu-sprite.png) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin: 3px;
}
#SiteMenu li a.Current{
	cursor: default;
}
#SiteMenu li #HomeLink{
	width: 45px;
	background-position: -5px 0px;
}
#SiteMenu li #HomeLink:hover{
	background-position: -5px -25px;
}
#SiteMenu li #HomeLink.Current,#HomeLink.Current:hover{
	background-position: -5px -50px !important;
}
#SiteMenu li #ServicesLink{
	width: 60px;
	background-position: -55px 0px;
}
#SiteMenu li #ServicesLink:active,
#SiteMenu li #ServicesLink:hover{
	background-position: -55px -25px;
}
#SiteMenu li #ServicesLink.Current,#ServicesLink.Current:hover{
	background-position: -55px -50px  !important;
}
#SiteMenu li #PortfolioLink{
	width: 70px;
	background-position: -124px 0px;
}
#SiteMenu li #PortfolioLink:active,
#SiteMenu li #PortfolioLink:hover{
	background-position: -124px -25px;
}
#SiteMenu li #PortfolioLink.Current,#PortfolioLink.Current:hover{
	background-position: -124px -50px !important;
}
#SiteMenu li #AboutLink{
	width: 50px;
	background-position: -200px 0px;
}
#SiteMenu li #AboutLink:active,
#SiteMenu li #AboutLink:hover{
	background-position: -200px -25px;
}
#SiteMenu li #AboutLink.Current,#AboutLink.Current:hover{
	background-position: -200px -50px !important;
}
#SiteMenu li #ContactLink{
	width: 65px;
	background-position: -258px 0px;
}
#SiteMenu li #ContactLink:active,
#SiteMenu li #ContactLink:hover{
	background-position: -258px -25px;
}
#SiteMenu li #ContactLink.Current,#ContactLink.Current:hover{
	background-position: -258px -50px;
}
#Footer{
	margin: 40px 0 30px 0;
	font-size: 0.9em;
	clear: both;
}
/* COMMON */
#Content{
	min-height: 200px;
	padding: 1px 1.5em 2em;
	background: url(images/bg-page.png) top left no-repeat;
}
#Content .ContentBlock{
	margin-bottom: 20px;
}
#Content h1.PageTitle{
	font-family: "MS Gothic","Arial Narrow","Lucida Sans Unicode","Trebuchet MS",arial,sans-serif;
	font-weight: 500;
	font-size: 2.1em;
	text-transform: uppercase;
	color: #fff; /*#9cf;*/
	margin: 0 0 30px 0;
}
#Content h2{
	font: bold 1.7em Arial,Helvetica,sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	color: #368;
}
#Content h3{
	font: bold 1.4em Arial,Helvetica,sans-serif;
	margin: 25px 0 10px;
	color: #70707d;
}
#Content h4{
	font: bold 1.1em Arial,Helvetica,sans-serif;
	color: #40404d;
}
#Content p{
	font-size: 1.1em;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5em;
	width: 40em;
	max-width: 600px;
	color: #889;
}
#Content a{
	font-weight: bold;
	color: #368;
	text-decoration: none;
	border-bottom: solid 1px #7ad;
}
#Content a:visited{
	color: #555;
}
#Content a:hover{
	color: #9cf;
}
#Content a:active{
	color: #69b;
}
#Content .LinkGroup{clear: both;}
#Content li{ 
	list-style-type: square;
	margin-left: 20px;
	font-size: 1.1em;
	padding: 3px 0;
}
/* HOME */
#HomePageContainer{
	margin: 0 auto auto auto;
	width: 750px;
	background: #fff;
	min-height: 100%;
}
#HomePageContainer #Header{
	height: auto;
}
#HomeLogo{
	margin-top: 50px;
}
#HomeTagLine{
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(images/tagline-lg.png) no-repeat top center;
}
#HomePageContainer #SiteMenu{
	margin: 20px auto;
	width: 290px;
	height: 35px;
}
#HomePageContainer #Content{
	min-height: 0;
	background: none !important;
	padding: 0;
}
#HomePageContainer #Content p{
	width: 350px;
	margin: 0 auto 1.2em;
	padding: 0;
	text-align: justify;
}
#HomePageContainer #Footer{
	margin-top: 4em;
}

/* SERVICES */
p#ServicesDescription{
	float: left;
	width: 27em;
	min-width: 308px;
	margin-top: 0;
	padding-top: 215px;
	background: url(images/services.jpg) no-repeat;
}
#ServicesList{
	padding-left: 20px;
	margin: 0 0 9em 31em;
}
#ServicesPageContainer #Disclaimer{
	width: 25em;
	/*margin-top: -15em;*/
}
#ServicesList li{
	list-style-type: square;
	color: #a0a0ad;
	margin: 0 0 10px 10px;
}
#ServicesList .Service{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	color: #336688; /* #33697f #6196ac #98dffb */
}
#ServicesList .Description{
	color: #80808d;
}
/* PORTFOLIO */
#PortfolioPageContainer .PortfolioPiece{
	clear: both;
	height: 210px;
	overflow: visible;
	padding-top: 10px;
	margin: 10px 0;
}
#PortfolioPageContainer .PortfolioPiece h3{
	margin-top: 10px;
}
#PortfolioPageContainer .PortfolioPiece p{
	margin-left: 250px;
	width: 30em;
}
#PortfolioPageContainer .PortfolioPiece a{
	font-size: .9em;
}
.PortfolioImage{
	float: left;
	margin-right: 20px;
}

/* ABOUT */
#AboutPageTitle{
}
#OurCompany{
	padding: 0 20px 0 330px;
	background: url(images/about.jpg) no-repeat;
	min-height: 210px;
	margin-top: 10px;
}
#OurCompany h2{
	margin-top: 0;
}
#OurCompany p{
	width: auto;
}
#OurPartners{
	padding-top: 10px;
}
.Partner{
	width: 45%;
	float: left;
	margin-bottom: 20px;
}
#Content .Partner p{
	width: auto;
	text-align: justify;
}
#MarkBranly{
	margin-right: 40px;
}
#Content .Partner h2{
	font-size: 1.4em;
	margin-bottom: 15px;
}
.Partner h2 .Name{
	display: block;
	font-size: 1.1em;
	color: #556;
}
.Partner h2 .Separator{ display:none; }
.Partner h2 .Title{
	font: italic normal 0.8em Arial, Helvetica, sans-serif;
	color: #888;
}

/* CONTACT */
#ContactInfo{
	height: 380px;
	overflow: visible;
	background: url(images/contact.jpg) no-repeat right bottom;
}
#ContactInfo #CompanyName{
	font-weight: bold;
	font-size: 1.3em;
	color: #369;
}
#ContactInfo .InfoLabel{
	color: #9cf;
	float: left;
	clear: left;
	width: 75px;
}
#ContactInfo #PhoneNumber,#ContactInfo #FaxNumber,#ContactInfo #EmailAddress,#ContactInfo .InfoLabel{
	line-height: 1.8em;
}
@media print{

	#Header{
		height: 95px;
	}
	#Header #Logo{
		padding: 0;
		background: none;
	}
	#Header #TagLine{
		text-indent: 0;
		padding-top: 40px;
		margin-left: 20px;
	}
	#Header #SiteMenu{ display: none; }
	#Content{background: none}
	#OurCompany{
		padding: 0;
		min-height: 0;
		background: none;
	}
	#OurCompany p{
		width: 40em;
	}
	p#ServicesDescription{
		padding: 0;
		background: 0;
		float: none;
		margin-bottom: 30px;
		width: 35em;
	}
	#ServicesList{margin-left: 5px;}
	#HomeTagLine{
		margin: 30px 0 30px 10px;
		font-size: 2.4em;
		letter-spacing: .05em;
		font-weight: normal;
	}

}