@charset "UTF-8";
	
body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #a5a5a5;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	overflow-x: hidden;
}

img {
	border: 0;	
}

#container {
	width: 100%;
	min-width: 400px;
}

#content {
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	min-width: 935px;
}

.logo{
	position : absolute;
	top : 75px;
	left : 90px;
	padding-right: 80px;
	z-index : 99;
}
.small {
	color: #CCCCCC;
}

/* Main Nav Start */

#main_nav {
	position: absolute;
    top : 120px;
    left : 97px;
	font-size: 11px;
	z-index: 999;
	width: auto;
}

#main_nav a {
	color: #a5a5a5;
	text-decoration: none;
}

#main_nav a:hover {
	color: #000;
	text-decoration: none;
}

/* SubVert Nav Start */

.nav {
	position: relative;
	margin-left: -40px;
	font-size: 11px;
	z-index: 49;
	width: auto;
	line-height: 0.2em;
}

.nav a {
	color: #a5a5a5;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
}

.nav a:hover {
	color: #000;
	text-decoration: none;
}

.nav li {
	list-style-type: none;
}
	
/* Horiz Nav Start */

#navlist {
	position: absolute;
	top: 0px;
	right: 200px;
	font-size: 11px;
	z-index: 99;
	min-width: 200px;
}

#navlist a {
	color: #a5a5a5;
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 0px 8px;
}

#navlist a:hover {
	color: #000;
	text-decoration: none;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

/* Main Start */

	#main {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	display: none;
	z-index: 0;
}

	#main_web {
	margin-top: 121px;
}

	.main {
	margin-top: 133px;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Initial Start */
	
	#initial {
	position: relative;
	margin-top : 0px;
	margin-left : auto;
    margin-right : auto;
	height : 400px;
	width: 400px;
    text-align: left;
	color: #a5a5a5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	z-index : 48;
}

/* About Start */

	#about {
	position: relative;
	margin-top : 0px;
	margin-left : auto;
    margin-right : auto;
	height : 400px;
	width: 500px;
    text-align: left;
	color: #a5a5a5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	z-index : 48;
	display: none;
}

	#about-content {
	position: absolute;
	margin-top : 18px;
	margin-left : -90px;
	height : 281px;
	width: 500px;
}

	.about_black {
	color: #000000;
}

/* Blog Start */

	#blog {
	position: relative;
	margin-top : 0px;
	margin-left : auto;
    margin-right : auto;
	height : auto;
	width: 400px;
    text-align: left;
	color: #a5a5a5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	z-index : 48;
	display: none;
}

	#blog-content {
	position: absolute;
	margin-top : 18px;
	margin-left : -80px;
	height : auto;
	width: 400px;
	padding-bottom: 50px;
}

	.blog_header {
	color: #a5a5a5;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

/* Contact Start */

	#contact {
    position : absolute;
    top : 45px;
    right : 257px;
    width : 150px;
	text-align: right;
	z-index : 47;
	display : none;
}

	#contact a:link {
    color: #a5a5a5;
	text-decoration: none;
}

	#contact a:hover {
    color: #000;
	text-decoration: none;
}

/* test */

.work_container {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 14px;
	background-color: #FFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:bottom;
}
#middle {
	text-align: center;
	position:relative;
	vertical-align:bottom;
	display:table-cell;
} 
#inner {
	margin-top: 114px;
	width: 100%;
	min-width: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

/*.webimg {
	margin-top: -10px;	
}*/

#links {
	position: relative;
	margin-top: 20px;
}

#websites {
	position: relative;
	margin-top: 20px;
}

#credits {
	position: relative;
	margin-top: 20px;
	color: #CCC;	
}

#links a, #websites a {
	color: #a5a5a5;
	text-decoration: none;
}

#links a:hover, #websites a:hover {
	color: #000;
	text-decoration: none;
}

a {
	font-size: 11px;
	color: #a5a5a5;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}