/*
Theme Name: Quinland
Version: 1.0
Author: QuinlanUX
Author URI: http://www.quinlanux.com/
*/

body{
	background: #f5f6f8;
	margin: 0 auto;
	font: 100%/155% Georgia, "Times New Roman", Times, serif;
}
	sup{
		font-size: 50%;
		line-height: 50%;
		vertical-align: top;
	}

#header-wrapper{
	background: #fff;
	margin: 0 auto;
}
	#header{
		width: 974px;
		margin: 0 auto;
		position: relative;
	}
		#header span.logo{
			background: url(/global/quinlan_logo.png) no-repeat bottom left;
			display: block;
			width: 460px;
			height: 74px;
			margin: 0;
			padding: 0;
			padding-top: 60px;
			font: 600%/1em Georgia, "Times New Roman", Times, serif;
			color: #4f545e;
		}
		#header span.overview{
			display: block;
			margin: 0;
			padding: 30px 30px 80px 0px;
			color: #a7a9ae;
		}
			#header span.overview strong{
				color: #4f545e;
			}
		#header span.address{
			display: block;
			width: 400px;
			height: 60px;
			position: absolute;
			top: 65px;
			right: 0;
			text-align: right;
			font: 80%/1em Georgia, "Times New Roman", Times, serif;
			color: #a7a9ae;
		}
			#header span.address a:link, #header span.address a:visited{
				color: #a7a9ae;
				text-decoration: none;
			}
				#header span.address a:hover{
					color: #d73823;
					text-decoration: underline;
				}
		#header span.number{
			display: block;
			width: 220px;
			height: 100px;
			position: absolute;
			top: 82px;
			right: 0;
			font: 200%/1em Georgia, "Times New Roman", Times, serif;
			color: #4f545e;
			text-align: right;
		}



#navigation-wrapper{
	background: #fff;
	margin: 0 auto;
	border-bottom: 1px solid #cacbce;
}
	#navigation{
		width: 974px;
		margin: 0 auto;
		position: relative;
		
		clear: both;
	}
		#navigation div.company{
			display: block;
			float: left;
			width: 304px;
			margin: 40px 30px 110px 0px;
			text-decoration: none;
			position: relative;
		}
			#navigation div.company h2{
				display: block;
				font: normal 180%/100% Georgia, "Times New Roman", Times, serif;
				color: #151d2e;
				margin: 0;
				padding: 0;
				color: #151d2e;
			}
				#navigation div.company h2 a:link, #navigation div.company h2 a:visited{
						color: #151d2e;
						text-decoration: none;
					}
						#navigation div.company h2 a:hover{
							color: #d73823;
							text-decoration: none;
						}
				#navigation div.company div.company{
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 304px;
					padding-bottom: 110px;
					font: normal 85%/155% Georgia, "Times New Roman", Times, serif;
					color: #a7a9ae;
					text-align: left;
				}
					#navigation div.company div.company a:link, #navigation div.company div.company a:visited{
						color: #4f545e;
						text-decoration: none;
					}
						#navigation div.company div.company a:hover{
							color: #d73823;
							text-decoration: underline;
						}
				#navigation div.company div.company ul{
					margin: 0;
					padding: 0;

				}
					#navigation div.company div.company ul li{
						margin-left: 10px;
						list-style-type: square;
						list-style-position: inside;
						color: #a7a9ae;
					}
						
		#navigation div.end{
			margin-right: 0;
		}



