@charset "UTF-8";

/* CSS Document */

html{padding:0; margin:0px;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:default;
	color:#C8DF8E;
	background-color:#363622;
	padding:0px;
	margin:0px;
	background-attachment: fixed;
	background-image: url(bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	}

#nav {
	position:fixed;
	top:85px;
	z-index:70;
	width:190px;
	height:400px;
	margin:0;
	padding-top:0px;
	padding-left:0px;
	right: 70%;
}

#nav li{
	display: block;
	width: 190px;
	float: left;
	padding:6px 16px;	/*text-indent: -9999px;*/
	list-style: none;
}

#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li a {
	display: block;
	list-style: none;
	color:#C8DF8E;
}

#nav li a:hover {
	
	color:#009999;
}
#nav li#home a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 117px;
	width: 174px;
	text-indent: -999px;
	background-position: left top;
}

#nav li#home a:hover {
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	height: 117px;
	width: 174px;
	text-indent: -999px;
	background-position: left top;
}

#nav li#pdf {
	height: 30px;
}
#nav  li#websiteslink  a {
	background-image: url(images/layout/websites.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 150px;
	text-indent: -999px;
}
#nav  li#brandinglink  a{
	background-image: url(images/layout/branding.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 150px;
	text-indent: -9999px;
}
#nav  li#graphicslink  a {
	background-image: url(images/layout/graphics.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 150px;
	text-indent: -999px;
}
#nav  li#websiteslink   a:hover {
	background-image: url(images/layout/websites2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 150px;
}
#nav  li#brandinglink   a:hover {
	background-image: url(images/layout/branding2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 150px;
}
#nav  li#graphicslink   a:hover {
	background-image: url(images/layout/graphics2.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
	background-position: left top;
}

.mainContent {
	position:absolute;
	top:60%;
	width:642px;
	padding-bottom:200px;
	z-index:80;
	left: 33%;
}

h3 {
font-family:Helvetica, Arial, sans-serif;
font-size:20px;
letter-spacing:-1;
}

img {
border:none;
}
 
#greetings {
	padding: 0px;
	height: 200px;
	width: 642px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#section {
	padding: 0px;
	/*height: 451px;*/
	width: 642px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#container {
	}

#weblink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #66FF00;
	position: absolute;
	z-index: 100;
	height: 30px;
	width: 50px;
	top: 60px;
	left: 49px;
}
#preloader {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:90;
	position:fixed;
	filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

