﻿/*

	Stylesheet for QPRA

	Media:      screen
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stephen Verhalleman <stephen@netlash.com>
	author:     Johan Ronsse <johan@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
	background: url(../images/wrapImage.gif) repeat-y #FFF;
}

/*
	Typography
*//*

	Stylesheet for QPRA

	Media:      screen
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stephen Verhalleman <stephen@netlash.com>
	author:     Johan Ronsse <johan@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
	background: url(../images/wrapImage.gif) repeat-y #FFF;
}

/*
	Typography
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #0055a0;
	font-weight: 400;
}

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	line-height: 1.2;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #ccddec;
	text-decoration: none;
}

a:link {
	color: #276aac;
	border-color: #ccddec;
}

a:visited {
	color: #004e92;
	border-color: #ccddec;
}

a:hover {
	color: #276aac;
	border-color: #0055a0;
}

a:active {
	color: #004e92;
	border-color: #0055a0;
}

/* .content defaults */

.content ul {
    list-style-type:none;
	padding-bottom: 12px;
}
.content ul li {
	background-image: url(../images/blueBullet.png);
	background-repeat:no-repeat;
	padding-left:24px;
	background-position:0 4px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/* Contact */

#contact {
	width: 192px;
	text-align: right;
	
	position: absolute;
	bottom: 86px; left: 24px;
	/* Relative to #containerWrap */

}

#contactTop {
	background: url(../images/contactTop.gif) no-repeat;
	width: 192px;
	height: 65px;
}

#contactTop img, #contactTop a {
	display: block;
	margin: 0 auto;
}

#contactMiddle {
	width: 144px;
	border-left: 1px solid #c9dbeb;
	border-right: 1px solid #c9dbeb;
	padding: 15px 23px 14px 23px;
}

#contactBottom {
	background: url(../images/contactBottom.gif) no-repeat;
	width: 192px;
	height: 12px;
	line-height: 1px;
	font-size: 0;
	/* See ie6.css for alignment fix */
}

/* mainBlock*/

#mainBlock {
	position: relative;
	width: 672px;
}

.mainBlockTop {
	position: absolute;
	top: 0;
	background: url(../images/mainRoundedTop.gif) no-repeat;
	width: 672px;
	height: 14px;
}

.mainBlockMiddle {
	width: 622px;
	border-right: 1px solid #c9dbeb;
	border-left: 1px solid #c9dbeb;
	padding: 24px;
}

.mainBlockBottom {
	position: absolute;
	bottom: 0;
	background: url(../images/mainRoundedBottom.gif) no-repeat;
	width: 672px;
	height: 14px;
	line-height: 1px;
	font-size: 0;
}

/* About */

#about {
	padding-top: 44px;
	padding-bottom: 44px;
}

.aboutLine {
	background: url(../images/overQpraLine.gif) top right repeat-y;
}

/* Sap */

#sap {
	width: 672px;
}

#sapTop {
	background: url(../images/sapTop.jpg) bottom no-repeat;
	width: 672px;
	height: 142px;	
}

#sapTitle {
	padding: 64px 146px 0 206px;
	width: 320px;
}

#sapTitle h1 {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 5px 0 5px 15px;
	border-left: 1px solid #9abecd;
}

#sapMiddle {
	font-size: 16px;
	line-height: 24px;
	padding: 24px 108px 16px 46px;
	width:516px;
	border-right: 1px solid #c9dbeb;
	border-left: 1px solid #c9dbeb;
}

#sapMiddle ul li {

 	background-position:0 8px;
}

#sapMiddle ul li.download {
	font-size: 14px;
	background: none;
}

#sapBottom {
	background: url(../images/sapBottom.jpg) bottom no-repeat;
	width: 672px;
	height: 40px;
	line-height: 1px;
	font-size: 0;
}

/* sapSubBlock */

#sapSub {
	width: 672px;
}

.sapSubBlock {
	float: left;
	width: 323px;
	padding: 36px 0 0 0;
}

.sapSubBlock.last {
	float: right;
}

.sapSubBlockTitle {
	width: 323px;
	height: 38px;
	background: url(../images/sapSubBlockTitle.gif) no-repeat top;
}

.sapSubBlockTitle h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.sapSubBlockContent {
	background: url(../images/sapSubBlockContent.gif) top no-repeat;
	width: 323px;
	height: 155px;
}

.sapSubBlockImage {
	float: left;
	width: 108px;
}

.sapSubBlockList {
	float: left;
	width: 167px;
	height: 120px;
	overflow: auto;
	padding: 24px 24px 12px;
}

.sapSubBlockList ul {
	padding-bottom: 0;
}

.sapSubBlockList ul li {
	padding-bottom: 3px;
}

.sapSubBlockContent .download {
	background: none;
}

/* references */

#references {
	text-align: center;
	width: 622px;
}

#references ul li {
	padding: 12px;
	float: left;
	background: none;
	min-height: 134px;
	height: auto !important;
	height: 134px;
}

#references ul li p {
	padding: 0;
}

.logo  {
	border: none;
}

/*
	Page structure and layout
*/

#container {
	width: 936px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
}

	/* Header */

	#header {
		width: 936px;
		padding: 0;
		height: 144px;
	}

	/* Logo */

	#logo {
		float: left;
		width: 194px;
		height: 84px;
		position: relative;
		top: 102px;
		left: 0;
		
	}

	#logo h1 {
		padding: 0;
		width: 194px;
		height: 84px;
		text-indent: -9000px;
		background: url(../images/qpra.png) no-repeat;
		
		position: absolute; top: 0; left: 0;
	}

	#logo h1 a {
		border: 0;
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		cursor: pointer; /* force cursor */
	}

	/* Navigation */
	
	#navigation {
		padding: 40px 0 0 0;
		float: right;
	}
	
	#navigation ul {
		/* IE6 measure see IE6.css */
	}
	
	#navigation ul li {
		font-size: 16px;
		line-height: 1;
		color: #59575b;
		font-weight: 400;
		background: url(../images/navigationDivider.gif) no-repeat right center;
		float: left;
		padding: 0 19px;
	}
	
	#navigation a:link,
	#navigation a:visited {
		color: #4C4A4D;
		float: left;
		border-bottom: 0;
		padding: 10px 0;
	}
	
	#navigation a:hover,
	#navigation .selected {
		background: url(../images/hover.gif) repeat-x bottom;
	}
	
	#navigation a:active,
	#navigation a:focus {
		color: #5091C8;
		background: url(../images/hover.gif) repeat-x bottom;
	}
	
	#navigation .lastChild {
		background: none;
		padding-right: 3px;
	}

	/* company links */
	a.company {
		border-bottom: none;
		text-decoration: none;
	}

	a:link.company {
		color: #444;
		border-color: #ccddec;
	}

	a:visited.company {
		color: #444;
	}

	a:hover.company {
		color: #444;
		border-bottom: 1px solid #ccddec;
	}

	a:active.company {
		color: #0055a0;
		border-bottom: 1px solid #ccddec;
	}

	/* Content */
	
	#content {
		position: relative;
		
		float: right;
		width: 672px;
		
	}
	
	/* rounded */
	
	.roundedTop {
		position: absolute;
		top: 0;
		right: 0;
		
		background: url(../images/roundedTop.gif) no-repeat;
		width: 456px;
		height: 11px;

		font-size: 1px;
		line-height: 0;

	}
	
	.roundedMiddle {
		padding: 12px 48px 0 36px;
		
		border-right: 1px solid #C9DBEB;
		width: 371px;
		
		
	}
	
		#services .roundedMiddle {
			height: 144px;
			overflow: hidden;
		}
	
	.roundedBottom {
		position: absolute;
		bottom: 0;
		right: 0;
		
		background: url(../images/roundedBottom.gif) no-repeat;
		width: 456px;
		height: 11px;
		
		font-size: 1px;
		line-height: 0;
		
	}
	
	/* Service */
	
	.service {
		position: relative;
		height: 166px;
		margin: 0 0 12px 0;

	}
	
	#content .last {
		margin: 0;
	}
	
	.serviceDecoration {
		position: relative;
		float: left;
		width: 216px;
		height: 166px;
	}

	/* decoration */

	#decoration {
		position: relative;
		float: left;
		width: 216px;
		min-height: 671px;
		background: #5091c8;
}
	
	#decorationTop {
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/overQpraTop.gif) no-repeat;
		height: 191px;
		width: 216px;
	}
	
	#decorationBottom {
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../images/overQpraBottom.gif) no-repeat;
		height: 480px;
		width: 216px;
		line-height: 1px;
		font-size: 0;
	}
	
	/* article*/
	.article {
		float: left;
		width: 454px;
	}
	
	#services .article {
		height: 166px;
	}

	/* Footer */
	
	#footer {
		padding: 34px 0;
		text-align: right;
	}
	
	#footer ul li {
		display: inline;
	}


/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.pdf {
	padding: 0 5px 0 0;
}

img.block {
	display: block;
}

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}