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


/*  
	----------------------------------------------------------------------------------
	FONT FACES -----------------------------------------------------------------------
*/

/*
@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTSans/PTN57F-webfont.eot');
    src: url('fonts/PTSans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('fonts/PTSans/PTC75F-webfont.eot');
    src: url('fonts/PTSans/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTC75F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTC75F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/*
@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('fonts/PTSans/PTC55F-webfont.eot');
    src: url('fonts/PTSans/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/


@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTSans/PTS76F-webfont.eot');
    src: url('fonts/PTSans/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTS76F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTS76F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTSans/PTS75F-webfont.eot');
    src: url('fonts/PTSans/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTSans/PTS56F-webfont.eot');
    src: url('fonts/PTSans/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTSans/PTS55F-webfont.eot');
    src: url('fonts/PTSans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTSans/PTN77F-webfont.eot');
    src: url('fonts/PTSans/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTSans/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTSans/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTSans/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*  
	----------------------------------------------------------------------------------
	SELECTION COLOR ------------------------------------------------------------------
*/

::selection 
{
	background:#212121;
	color:#fff;
}

.descriptionContainer::-moz-selection 
{
	background:#212121;
	color:#fff;
}

.descriptionContainer::-webkit-selection 
{
	background:#212121;
	color:#fff;
}


/*  
	----------------------------------------------------------------------------------
	GENERAL(BODY, A), MAIN -----------------------------------------------------------
*/

body
{
	overflow-y: scroll;
	
	margin-top: 0px;
	background-color: #212121;
	
	font: 12px Arial, Helvetica, sans-serif;
	color: #212121;
}

a
{
	text-decoration: none;
	/*color: #15899D;*/ color: #212121;
	border-bottom-style: dotted;
	border-bottom-color: #212121;
	border-bottom-width: 1px;
}

a:visited
{
	color: #212121;
	
	/*color: #15899D;*/ 
}

#main
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/*  
	----------------------------------------------------------------------------------
	HEADER ---------------------------------------------------------------------------
*/

#header
{
	height: 130px; /* 134 */
}

#logoContainer
{
	width: 300px;
	float: left;
	
	padding-left: 15px;
	padding-top: 66px; /* 71 */
}

#menuContainer
{
	width: 410px; /* 430 */
	float: right;
}

.menuElement
{
	display: block;
	width: 84px;
	height: 31px;
	float: left;
	
	/* 
	   height + padding-top: 104 
	*/
	padding-top: 73px;
	color: #ffffff;
	
	text-align: center;
	
	border-bottom-style: none;
	font-family:'PTSansNarrowBold', Arial, sans-serif;
	font-size: 20px;
	
	letter-spacing: 0px;
	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.menuElement:visited
{
	color: #ffffff;
}

.selectedMenuElement
{
	background-color: #1AA6BD;

	cursor: default;
}

/*
.menuText
{
	color: #ffffff;
	margin-top: 73px;
	text-align: center;
	
	font-family:'PTSansNarrowBold', Arial, sans-serif;
	font-size: 20px;
	
	letter-spacing: 0px;
}*/


/*  
	----------------------------------------------------------------------------------
	CONTENT --------------------------------------------------------------------------
*/

#roundedRectangle
{
	background-color: #ffffff;
	
	border-radius: 9px;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
	behavior: url(libs/PIE/PIE.htc);
	
	padding-left: 	28px;
	padding-right: 	28px;
	padding-top: 	42px;
	padding-bottom: 50px;
	
	min-height: 600px;
}

h1
{
	font-family:'PTSansRegular', Arial, sans-serif;
	
	font-size: 21px;
	font-weight: normal;
}

h2
{
	font-family: 'PTSansBoldItalic', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}



.imageContainer
{
	float: left;
	width: 580px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	behavior: url(libs/PIE/PIE.htc);
	
	background-color: #212121; 
	
	padding-top: 6px;
	padding-bottom: 4px;
	
	text-align: center;
}

.descLabel
{
	
	font-family:'PTSansBold', Arial, sans-serif;
	font-size: 13px;
	
	padding-right: 5px; /* adds space after 'CLIENT:' */
}

.separator
{
	clear: both;
	padding-top: 28px;
	margin-bottom: 28px;
	
	margin-left: 4px;
	margin-right: 10px;
	
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #212121;
}


/*  
	----------------------------------------------------------------------------------
	HEADING, QUOTEDiv -----------------------------------------------------------------------
*/

.subpageHeading
{
	font-family:'PTSansNarrowBold', Arial, sans-serif;
	font-size: 30px;
	
	text-align: center;
	
	margin-bottom: 30px;
}

#quoteDiv
{
	color: #212121;
	text-align: center;
	font-family:'PTSansItalic', Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style:normal;
	
	margin-left: 25px;
	margin-right: 25px;
	
	margin-bottom: 60px;
	
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px #212121 dotted;
	border-top: 1px #212121 dotted;
}


/*  
	----------------------------------------------------------------------------------
	FOOTER ---------------------------------------------------------------------------
*/

#footer
{
	color: #ffffff;
	
	font-family:'PTSansBold', Arial, sans-serif;
	font-size: 12px;
	
	letter-spacing: 0px;
	
	padding-top: 27px;
	padding-right: 7px;
	padding-bottom: 20px;
	
	text-align: right;
}
