@charset "UTF-8";
/* CSS Document */

body
	{
	background-image: url(images/bg_wood.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0;
	margin: 0 auto;
	}
	
a {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CC6633; text-decoration: none;}
a:hover {color: #3399cc; text-decoration: underline; text-decoration: none;}
a:active {color: #CC6633; text-decoration: none; text-decoration: none;}
	
#logo
	{
	margin: 0px 0px 0px 150px;
	padding: 0px;
	height: 73px;
	min-height: 73px;
	}
	
#main
	{
	background-image:url(images/bg_main.png);
	background-repeat: repeat-y;
	border: 1px #f2f4f5 solid;
	width: 550px;
	margin: 0px 0px 20px 150px;
	padding: 0px;
	float: left;
	}
	
p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px 20px 5px 20px;
	color: #333;
	}
	
p.homePage
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 10px 20px 10px 30px;
	}
	
/* NAV */

#nav 
	{
	width: 128px;
	height: 156px;
	min-height: 156px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	border: 0px #f2f4f5 solid;
	float: left;
	}

#nav ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li 
	{
	margin: 0;
	padding: 0;
    display: inline;
	}
	
#nav a#home
	{
	height: 23px;
	min-height: 23px;
    width: 128px;
    background: url(images/b_home.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#home:hover 
	{
    background-position: 0 -23px;
	}

#nav a#why
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_why.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#why:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#about
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_about.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#about:hover 
	{
    background-position: 0 -20px;
	}

#nav a#services
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_services.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#services:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#cms
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_cms.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#cms:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#projects
	{
	height: 20px;
	min-height: 20px;
    width: 128px;
    background: url(images/b_projects.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#projects:hover 
	{
    background-position: 0 -20px;
	}
	
#nav a#contact
	{
	height: 23px;
	min-height: 23px;
    width: 128px;
    background: url(images/b_contact.png) no-repeat;
    float: left;
    padding: 0;
    margin: 0;
	overflow: hidden;
	}

#nav a#contact:hover 
	{
    background-position: 0 -23px;
	}