@charset "UTF-8";

/* YUI RESET + global font-family
-------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img { 
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym {
	border:0;
	}



/* GENERAL
-------------------------------------------*/

html,
body {
	height: 100%;
	}
body {
	position: relative;
	background: #202d4f url(/images/bg.png) repeat 0 0;
	}
a {
	text-decoration: none;
	color: #65AEE0;
	}
em, i {
	font-style: italic;
	}
strong, b {
	font-weight: bold;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
.clear {
	clear: both;
	}
	


/* GLOBAL STRUCTURE
-------------------------------------------*/

#glow {
	position: absolute;
	width: 100%;
	min-width: 960px;
	height: 100%;
	background: url(/images/bg-glow.png) no-repeat 50% 0;
	z-index: 1;
	}
#wrapper {
	position: relative;
	_height: 100%;
	min-height: 100%;
	z-index: 2;
	}
	#inner-wrapper {
		padding-bottom: 160px;
		}
#content {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 60px 20px;
	width: 940px;
	}



/* IMG SWAPS
-------------------------------------------*/

.learn-more {
	width: 122px;
	height: 29px;
	background: url(/images/learn-more.png) no-repeat 0 0;
	}
.learn-more:hover,
.learn-more:focus {
	background-position: 0 -50px;
	outline: none;
	}
	
.go {
	height: 30px;
	background: url(/images/go.png) no-repeat 0 0;
	}
.go:hover,
.go:focus {
	background-position: 0 -50px;
	outline: none;
	}



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

#footer {
	position: relative;
	overflow: hidden;
	margin-top: -160px;
	height: 160px;
	clear: both;
	background: url(/images/k-45.png) repeat 0 0;
	z-index: 3;
	}
	#inner-footer {
		width: 940px;
		margin: 0 auto;
		padding: 36px 10px 0 10px;
		font-size: 11px;
		line-height: 22px;
		}
		#footer h5 {
			float: left;
			margin: 0 36px 22px 0;
			}
			#footer h5 a {
				display: block;
				color: #fff;
				filter: alpha(opacity=50);
				opacity: 0.5;
				}
			#footer h5 a:hover,
			#footer h5 a:focus {
				filter: alpha(opacity=80);
				opacity: 0.8;
				outline: none;
				}
		#footer p {
			float: left;
			margin: 0 36px 22px 0;
			filter: alpha(opacity=50);
			opacity: 0.5;
			}
		#footer #freeverse {
			float: right;
			margin-right: 0;
			}



/* MASTHEAD
-------------------------------------------*/

#masthead {
	margin: 0 auto;
	padding: 44px 10px 0 10px;
	width: 940px;
	overflow: hidden;
	}
	#logo {
		float: left;
		width: 191px;
		}
		#logo .imgswap {
			height: 45px;
			background: url(/images/sp-logo.png) no-repeat 0 0;
			}
	#masthead ul {
		margin-top: 3px;
		float: right;
		width: 278px;
		height: 41px;
		background: url(/images/nav.png) no-repeat 0 0;
		}
		#masthead li {
			float: left;
			}
			#masthead li .imgswap {
				height: 41px;
				background-image: url(/images/nav.png);
				background-repeat: no-repeat;
				}
			#nav-portfolio {
				width: 107px;
				background-position: 0 -50px;
				}
				#nav-portfolio:hover,
				#nav-portfolio:focus {
					background-position: 0 -100px;
					}
				.portfolio #nav-portfolio {
					background-position: 0 -150px;
					}
			#nav-about {
				width: 74px;
				background-position: -107px -50px;
				}
				#nav-about:hover,
				#nav-about:focus {
					background-position: -107px -100px;
					}
				.about #nav-about {
					background-position: -107px -150px;
					}
			#nav-contact {
				width: 97px;
				background-position: -181px -50px;
				}
				#nav-contact:hover,
				#nav-contact:focus {
					background-position: -181px -100px;
					}
				.contact #nav-contact {
					background-position: -181px -150px;
					}