/* Anovid Global Stylesheet */
/* Location: "//lib/css/global.css" */
@charset "utf-8";

/* Body */
body {
	background-color: #000;
	background-image: url(/lib/img/background.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}
#top
{
	width: 100%;
	height: 276px;
	overflow: visible;
	position: absolute;
	top: 0px;
	margin: 0px;
	background-image: url(/lib/img/top.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
#bottom
{
	width: 100%;
	min-height: 100%;
	margin: 0px;
	overflow: visible;
	position: absolute;
	background-image: url(/lib/img/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container
{
	width: 698px;
	margin: 0 auto 0 auto;
}
.seperator
{
	width: 644px;
	height: 1px;
	margin: 0 0 0 27px;
	padding: 0;
	background-image: url(/lib/img/seperator.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
.spaced
{
	margin: 27px 0 0 27px;
}

/* Logo */
#logo
{
	width: 698px;
	height: 98px;
	overflow: hidden;
	margin: 0;
	background-image: url(/lib/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	line-height: 98px;
	text-indent: -9999px;
}

/* Main Navigation */
#menu
{
	width: 698px;
	height: 27px;
	overflow: hidden;
	margin: 0;
	background-image: url(/lib/img/menu/background.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	float: left;
	height: 27px;
}
#menu ul li a
{
	display: block;
	height: 27px;
	line-height: 27px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
#menu a#main-page
{
	width: 90px;
	background: url(/lib/img/menu/main-page.jpg) no-repeat 0 0;
}
#menu a#main-page:hover
{
	background: url(/lib/img/menu/main-page.jpg) no-repeat 0 -27px;
}
#menu a#about-us
{
	width: 77px;
	background: url(/lib/img/menu/about-us.jpg) no-repeat 0 0;
}
#menu a#about-us:hover
{
	background: url(/lib/img/menu/about-us.jpg) no-repeat 0 -27px;
}
#menu a#portfolio
{
	width: 86px;
	background: url(/lib/img/menu/portfolio.jpg) no-repeat 0 0;
}
#menu a#portfolio:hover
{
	background: url(/lib/img/menu/portfolio.jpg) no-repeat 0 -27px;
}
#menu a#services
{
	width: 73px;
	background: url(/lib/img/menu/services.jpg) no-repeat 0 0;
}
#menu a#services:hover
{
	background: url(/lib/img/menu/services.jpg) no-repeat 0 -27px;
}
#menu a#contact-us
{
	width: 98px;
	background: url(/lib/img/menu/contact-us.jpg) no-repeat 0 0;
}
#menu a#contact-us:hover
{
	background: url(/lib/img/menu/contact-us.jpg) no-repeat 0 -27px;
}

/* Content */
#content
{
	width: 644px;
	margin: 0;
	padding: 27px 27px 27px 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	overflow: auto;
}

/* Footer */
#footer
{
	width: 698px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-image: url(/lib/img/footer-icon.jpg);
	background-repeat: no-repeat;
	background-position: 190px center;
}
#footer p
{
	color: #999;
	margin: 0px;
	padding: 0px;
}
#footer ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: 15px;
	line-height: 14px;
}
#footer ul li
{
	margin-bottom: 7px;
}
#footer ul li a
{
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover
{
	color: #79c163;
	text-decoration: none;
}
#footer ul li.badge
{
	height: 15px;
	width: 80px;
	line-height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center 0px;
}
#footer ul li#getclicky
{
	background-image: url(/lib/img/badge-getclicky.png);
	padding-bottom: 6px;
}
#footer ul li#rss
{
	background-image: url(/lib/img/badge-rss.png);
	padding-bottom: 6px;
}
#footer ul li#xhtml
{
	background-image: url(/lib/img/badge-xhtml.png);
	padding-bottom: 6px;
}
#footer ul li#css
{
	background-image: url(/lib/img/badge-css.png);
}
#footer-navigation
{
	float: left;
	padding: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
}
#footer-resources
{
	float: right;
	padding: 0px;
	margin-top: 27px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-information
{
	float: right;
	padding: 0px;
	margin-top: 27px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: auto;
}
