/*
Theme Name: Simplexity
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;
	}
	p{
		font-face: 100%/155% Georgia, "Times New Roman", Times, serif;
	}

#title-wrapper{
	background: #fff url(/global/bg_border_title.gif) no-repeat bottom center;
	margin: 0 auto;
}
	#title{
		width: 974px;
		margin: 0 auto;
		position: relative;
	}
		#title span.title-01{
			display: block;
			margin: 0;
			padding: 0;
			padding-top: 90px;
			font: bold 280%/1em Arial, Helvetica, sans-serif;
			color: #2489b6;
			text-transform: uppercase;
		}
		#title span.title-02{
			display: block;
			margin: 0;
			padding: 0;
			padding-bottom: 40px;
			font: bold 280%/100% Arial, Helvetica, sans-serif;
			color: #151d2e;
			text-transform: uppercase;
		}
			#title span.title-02 span.highlight{
				color: #d73823;
			}
		#title span.logo{
			background: url(/global/simplexity_logo.gif);
			display: block;
			width: 115px;
			height: 39px;
			position: absolute;
			top: 90px;
			right: 0;
		}

#navigation-wrapper{
	background: #fff;
	margin: 0 auto;
	border-bottom: 1px solid #cacbce;
}
	#navigation{
		width: 974px;
		margin: 0 auto;
		padding-bottom: 40px;
		position: relative;
		overflow: hidden;
		clear: both;
		height: 350px;
	}
		#navigation div.global-nav{
			display: block;
			color: #a7a9ae;
		}
			#navigation div.global-nav h2{
				font: normal 180%/100% Georgia, "Times New Roman", Times, serif;
				position: relative;
				z-index: 100;
			}
				#navigation div.global-nav h2 a{
					color: #4f545e;
					display: block;
					float: left;
					width: 221px;
					height: 180px;
					margin-right: 30px;
					text-decoration: none;
					
				}
					#navigation div.global-nav h2 a:hover{
						color: #d73823;
						text-decoration: none;
					}
			
				#navigation div.global-nav h2 a span.nav-arrow{
					padding-left: 8px;
					font-family: Arial, Helvetica, sans-serif;
					
				}
					#navigation div.global-nav h2 a:link span.nav-arrow, #navigation div.global-nav h2 a:visited span.nav-arrow{
						color: #d3d4d7;
					}
					#navigation div.global-nav h2 a:hover span.nav-arrow{
						color: #f5cdc8;
					}
			#navigation div.global-nav p{
				font: normal 85%/155% Georgia, "Times New Roman", Times, serif;
				color: #4f545e;
			}
				#navigation div.global-nav p.quinlanux{
					position: absolute;
					top: 50px;
					left: 0;
					width: 221px;
				}
				#navigation div.global-nav p.achieve{
					position: absolute;
					top: 50px;
					left: 251px;
					width: 221px;
				}
				
				p.quinlanux a { color: #008DB7;}
				p.quinlanux a:hover { color: #FF0000;}
			
				#navigation div.about{
					color: #a7a9ae;
					display: block;
					float: right;
					width: 472px;
					height: 180px;
					text-decoration: none;
					position: relative;
				}
					#navigation div.about h2{
						display: block;
						font: normal 180%/100% Georgia, "Times New Roman", Times, serif;
						color: #a7a9ae;
						margin: 0;
						padding: 0;
					}
						#navigation div.about p.about{
							position: absolute;
							top: 26px;
							right: 0;
							width: 472px;
							font: normal 85%/155% Georgia, "Times New Roman", Times, serif;
							color: #a7a9ae;
						}
							#navigation div.about p.about a:link, #navigation div.about p.about a:visited{
								color: #a7a9ae;
								text-decoration: none;
							}
								#navigation div.about p.about a:hover{
									color: #d73823;
									text-decoration: underline;
								}
#footer{
	width: 974px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
	font: 65%/155% Arial, Helvetica, sans-serif;
	color: #cbcdd1;
}
	#footer a:link{
		color: #a2a5ab;
		text-decoration: none;
	}
	#footer a:visited{
		color: #cbcdd1;
		text-decoration: none;
	}
		#footer a:hover{
			color: #d73823;
			text-decoration: underline;
		}

	#footer span{
		display: block;
	}


