@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	outline:none 0px;
	border:none 0px;
	color:#030;
}
a:hover{
	text-decoration:none;
	outline:none 0px;
	border:none 0px;
	color:#060;
}
a:visited{
	text-decoration:none;
	outline:none 0px;
	border:none 0px;
	color:#686;
}
body{
	background:#221122;
	margin:0px;
	height:100%;
}
.splat{
	z-index:-3;
	background:url(images/footer.png) repeat-x;
	height:500px;;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	float:left;
}
.wrapper{
	background:url(images/wrapper.jpg) repeat-x #222222;
	width:900px;
	min-height:900px;
	margin:0px auto 20px auto;
}
.title{
	background:url(images/title.png) no-repeat;
	width:763px;
	height:382px;
	margin:35px 0px;
}
.content{
	background:#FFF;
	border:#BBB 1px solid;
	min-height:700px;
	width:800px;
	margin:-285px auto 0px auto;
}
.navbar{
	background:#000;
	width:780px;
	height:50px;
	margin:0px auto;
	padding:0px 10px 0px 10px;
}
.nav{
	height:50px;
	width:615px;
	float:left;
}
.nav a{
	width: 110px;  
    height: 50px;
	background:url(images/navbg.gif) no-repeat;  
    display: inline-block;  
    vertical-align:middle; 
	margin:auto;
	text-align:center;
	padding-top:18px;
	font-size:14px;
	color:#EEE;
}
.home:hover{
	background:url(images/navbg1.gif) no-repeat;
}
.database:hover{
	background:url(images/navbg2.gif) no-repeat;
}
.extras:hover{
	background:url(images/navbg3.gif) no-repeat;
}
.contact:hover{
	background:url(images/navbg4.gif) no-repeat;
}

.snlink{
	width: 150px;  
    height: 45px;  
	margin:auto;
	padding-top:3px;
	float:right;
}
.snlink a {
	width:45px; 
	height:45px;
	display:inline-block;
	vertical-align:middle;
}
.facebook{
	background:url(images/facbook.png) no-repeat;
}
.twitter{
	background:url(images/twitter.png) no-repeat;
}
.blog{
	background:url(images/blog.png) no-repeat;
}
.facebook:hover{
	background:url(images/facebook_hov.png) no-repeat;
}
.twitter:hover{
	background:url(images/twitter_hov.png) no-repeat;
}
.blog:hover{
	background:url(images/blog_hov.png) no-repeat;
}
.text{
	padding:10px;
}
.searchbar{
	background:url(images/search.gif) repeat-x;
	width:100%;
	height:35px;
	color:#FFF;
	margin:-35px auto;
	border-bottom:#222222 1px solid;
	z-index:11;
	position:fixed;
}
.top{
	background:url(images/search.gif) repeat-x;
	width:100%;
	height:35px;
	color:#FFF;
	margin-top:-35px;
	z-index:7;
	position:fixed;
}


.footer{
	width:800px;
	margin:10px auto;
	text-align:center;
	color:#333;
}
.error{
	color:#F00;
	font-size:10px;
}
.searchtitle{
	font-size:12px;
	color:#999;
	font-style:italic;
}